mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
* 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
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export * from './generators/python';
|