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: pages/docs/manual/v11.0.0/migrate-to-v11.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Below is an excerpt from the compiler changelog about all the breaking changes o
108
108
Also,`(. int) => string => bool` is not equivalen to`(. int, string) => bool` anymore.
109
109
These are only breaking changes for unformatted code.
110
110
- Exponentiation operator`**` is now right-associative.`2. ** 3. ** 2.` now compile to`Math.pow(2, Math.pow(3, 2))` and not anymore`Math.pow(Math.pow(2, 3), 2)`. Parentheses can be used to change precedence.
111
-
- Stop mangling object field names. If you had objects with field names containing "\__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes.https://github.com/rescript-lang/rescript/pull/6354
111
+
- Stop mangling object field names. If you had objects with field names containing "\_\_" or leading "\_", they won't be mangled in the compiled JavaScript and represented as it is without changes.https://github.com/rescript-lang/rescript/pull/6354
112
112
-`$$default` is no longer exported from the generated JavaScript when using default exports.https://github.com/rescript-lang/rescript/pull/6328
113
113
-`-bs-super-errors` flag has been deprecated along with Super_errors.https://github.com/rescript-lang/rescript/pull/6243
114
114
- Remove unsafe`` j`$(a)$(b)``` interpolation deprecated in compiler version 10https://github.com/rescript-lang/rescript/pull/6068
Copy file name to clipboardExpand all lines: pages/docs/manual/v12.0.0/migrate-to-v11.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Below is an excerpt from the compiler changelog about all the breaking changes o
108
108
Also,`(. int) => string => bool` is not equivalen to`(. int, string) => bool` anymore.
109
109
These are only breaking changes for unformatted code.
110
110
- Exponentiation operator`**` is now right-associative.`2. ** 3. ** 2.` now compile to`Math.pow(2, Math.pow(3, 2))` and not anymore`Math.pow(Math.pow(2, 3), 2)`. Parentheses can be used to change precedence.
111
-
- Stop mangling object field names. If you had objects with field names containing "\__" or leading "_", they won't be mangled in the compiled JavaScript and represented as it is without changes.https://github.com/rescript-lang/rescript-compiler/pull/6354
111
+
- Stop mangling object field names. If you had objects with field names containing "\_\_" or leading "\_", they won't be mangled in the compiled JavaScript and represented as it is without changes.https://github.com/rescript-lang/rescript-compiler/pull/6354
112
112
-`$$default` is no longer exported from the generated JavaScript when using default exports.https://github.com/rescript-lang/rescript-compiler/pull/6328
113
113
-`-bs-super-errors` flag has been deprecated along with Super_errors.https://github.com/rescript-lang/rescript-compiler/pull/6243
114
114
- Remove unsafe`` j`$(a)$(b)``` interpolation deprecated in compiler version 10https://github.com/rescript-lang/rescript-compiler/pull/6068