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
Fix 'Unbound module type' errors that occurred when trying to async import modules (#7783)
* Fix 'Unbound module type' error that occurred when awaiting module in async function with return type constraint
* Fix 'Unbound module type' error that occurred when awaiting module in switch case
* Add CHANGELOG entry
* Add type annotation to case instead of using case.Parsetree.pc_rhs syntax
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
- Preserve `@as(...)` decorator on record fields when creating interface. https://github.com/rescript-lang/rescript/pull/7779
28
28
- Fix parse error with nested record types and attributes on the field name that has the nested record type. https://github.com/rescript-lang/rescript/pull/7781
29
29
- Fix ppx resolution with package inside monorepo. https://github.com/rescript-lang/rescript/pull/7776
30
+
- Fix 'Unbound module type' errors that occurred when trying to async import modules. https://github.com/rescript-lang/rescript/pull/7783
0 commit comments