You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
When non-ambient declarations in a module
.d.tsfile is imported and referenced by another.d.ts, it will have an incorrect name.Here is a repro: https://github.com/theseanl/tsickle-ambient-externs-bug: execute
node invoke_tsickle.jsto generateexterns.js, then its line 46 contains an identifier that is nowhere defined.