Skip to content

Commit b0f1e2d

Browse files
committed
add changelog
1 parent 71a3448 commit b0f1e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#### :rocket: Main New Feature
1616

1717
- Add support for Dynamic import. https://github.com/rescript-lang/rescript-compiler/pull/5703
18+
- GenType: Add `moduleResolution` option to customize extensions on emitted import statements. This helps to adjust output compatibility with TypeScript projects. https://github.com/rescript-lang/rescript-compiler/pull/6182
19+
- `node` (default): Drop extensions.
20+
- `node16`: Use TS output's extensions (e.g. `.gen.js`).
21+
- `bundler`: Use TS input's extensions (e.g. `.gen.tsx`).
1822

1923
#### :boom: Breaking Change
2024

0 commit comments

Comments
 (0)