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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,12 @@
17
17
- Fix issue with Dynamic import of module in nested expressions https://github.com/rescript-lang/rescript-compiler/pull/6431
18
18
- Fix issue where GenType was not supporting `@tag` on ordinary variatns https://github.com/rescript-lang/rescript-compiler/pull/6437
19
19
- Fix `rc.4` regressions:
20
-
- Don't show compilation time when calling `rescript build -help` command https://github.com/rescript-lang/rescript-compiler/pull/6439
20
+
- Don't show compilation time when calling `rescript build -help` command.https://github.com/rescript-lang/rescript-compiler/pull/6439
21
21
22
22
#### :nail_care: Polish
23
23
24
24
- Add [`Deno`](https://deno.land/api?s=Deno) to reserved names, so that modules named `Deno` don't clash with the globally exposed `Deno` object. https://github.com/rescript-lang/rescript-compiler/pull/6428
25
+
- Improve `rescript` CLI to use `stdout`/`stderr` appropriately for a command help message. https://github.com/rescript-lang/rescript-compiler/pull/6439
0 commit comments