Skip to content

Commit 133eb7a

Browse files
committed
update changeset
1 parent 9c0ce33 commit 133eb7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/loose-phones-sing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Fix TypeScript Node16 module resolution for CommonJS modules.
66

7-
More specifically, the "[Masquerading as CJS](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md)" issue has been fixed.
7+
More specifically, the "[Masquerading as CJS](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md)" issue has been fixed by including re-export declaration files.
88

9-
unicode-segmenter continues to support CommonJS (at least up to v1), so this change slightly increases the size of node_modules because it requires duplicate content.
9+
Due to the library continues to support CommonJS (at least up to v1), this change required and slightly increases the size of node_modules.
1010

1111
Also, pre-bundled files (`unicode-segmenter/bundle/*`) are included for browsers and miniprograms. They were missing in previous versions due to a path typo in the build script.

0 commit comments

Comments
 (0)