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
Do not use declare module in first-party type declarations
First-party type declarations should simply be provided at top level
in .d.ts files with the right filenames.
The `declare module` was breaking usage like `import
"handlebars/runtime.js"` (which happens to be the only way to import
the runtime from a project with native ES modules, "type": "module").
Signed-off-by: Anders Kaseorg <[email protected]>
0 commit comments