Skip to content

[4.x] Do not use declare module in first-party type declarations#2053

Open
andersk wants to merge 1 commit intohandlebars-lang:4.xfrom
andersk:4.x-declare-module
Open

[4.x] Do not use declare module in first-party type declarations#2053
andersk wants to merge 1 commit intohandlebars-lang:4.xfrom
andersk:4.x-declare-module

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 <andersk@mit.edu>
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