mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
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
This commit is contained in:
committed by
GitHub
parent
2a20a3a303
commit
4cc4bd573c
2
typings/javascript.d.ts
vendored
2
typings/javascript.d.ts
vendored
@@ -4,4 +4,4 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
export * from 'generators/javascript';
|
||||
export * from './generators/javascript';
|
||||
|
||||
Reference in New Issue
Block a user