We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adcd15 commit aa030fcCopy full SHA for aa030fc
types/publish.mjs
@@ -500,7 +500,7 @@ function processModule(moduleName) {
500
statement.
501
- Remove all `declare` modifiers from items in the module itself.
502
- Update all `import` specifiers to be absolute in terms of the package
503
- name (which means )
+ name, which means handling both `./` and `../` correctly.
504
- Preserve existing `declare module` statements, so that anything using e.g.
505
declaration merging continues to work correctly.
506
0 commit comments