Skip to content

Conversation

andersk
Copy link

@andersk andersk commented Nov 11, 2024

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").

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant