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:
Christopher Allen
2024-01-08 17:10:47 +00:00
committed by GitHub
parent 2a20a3a303
commit 4cc4bd573c
10 changed files with 129 additions and 5 deletions

View File

@@ -4,4 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
export * from 'generators/javascript';
export * from './generators/javascript';