Files
blockly/tests/typescript
Christopher Allen 4cc4bd573c fix(generators): Fix generator type declarations (#7750)
* test(generators): Add generator TS import/use tests

* fix(generators): Fix generator type declarations

  Add a missing ./ prefix to the imports in the generator wrapper
  .d.ts files.

  Fixes: #7741
2024-01-08 17:10:47 +00:00
..

TypeScript Tests

Tests pass if all files here compile. Add Blockly use case examples we'd like to support, such as subclasses which extend from Blockly classes.