Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use declare module in first-party type declarations #2052

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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