You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
#### :rocket: Main New Feature
16
16
17
17
- 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`).
0 commit comments