Skip to content

Commit a3f9591

Browse files
Punctuation fixes
1 parent 389166e commit a3f9591

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

markdown-pages/docs/manual/migrate-to-v12.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ If you encounter any missing information or issues during migration, please [ope
1515
### Prerequisites
1616

1717
- ReScript V11 project.
18-
- Uncurried mode must be enabled (i.e. you have not opted-out from it)
18+
- Uncurried mode must be enabled (i.e. you have not opted-out from it).
1919
- Your project must not contain any OCaml source code anymore, as support for `.ml` files is removed in this version. However there are ways to convert OCaml syntax with an older ReScript compiler version ([see below](#converting-generated-ml-files)).
20-
- Minimum supported Node.js version is 20.11.0
20+
- Minimum supported Node.js version is 20.11.0.
2121

2222
### Standard Library Changes
2323

@@ -254,7 +254,7 @@ Below is a consolidated excerpt of all the breaking changes from the compiler ch
254254

255255
- OCaml compatibility layers in the stdlib and primitives were removed/deprecated. https://github.com/rescript-lang/rescript-compiler/pull/6984
256256
- Deprecated modules `Js.Vector` and `Js.List` were deleted. https://github.com/rescript-lang/rescript-compiler/pull/6900
257-
- The legacy `js_cast.res` helpers disappeared; migrate to explicit externals. https://github.com/rescript-lang/rescript-compiler/pull/7075
257+
- The legacy `js_cast.res` helpers were removed; migrate to explicit externals. https://github.com/rescript-lang/rescript-compiler/pull/7075
258258
- `JsError` and related modules were renamed/cleaned up under `JsExn`. https://github.com/rescript-lang/rescript/pull/7408
259259
- `BigInt.fromFloat` now returns `option` and exposes `BigInt.fromFloatOrThrow`, and the `Exn`-suffixed helpers across `Bool`, `BigInt`, `JSON`, `Option`, `Null`, `Nullable`, `Result`, and `List` now end with `OrThrow`. https://github.com/rescript-lang/rescript/pull/7419 https://github.com/rescript-lang/rescript/pull/7518 https://github.com/rescript-lang/rescript/pull/7554
260260
- `Result.getOrThrow` throws a JS `Error` (instead of `Not_found`), and `Result.equal` / `Result.compare` now provide a comparison function for `Error` values. https://github.com/rescript-lang/rescript/pull/7630 https://github.com/rescript-lang/rescript/pull/7933
@@ -274,6 +274,6 @@ Below is a consolidated excerpt of all the breaking changes from the compiler ch
274274

275275
### Configuration & platform
276276

277-
- The minimum supported Node.js version is now 20.11.0 https://github.com/rescript-lang/rescript/pull/7354
277+
- The minimum supported Node.js version is now 20.11.0. https://github.com/rescript-lang/rescript/pull/7354
278278
- The `experimental-features` key in `rescript.json` now uses kebab-case to match the other config fields. https://github.com/rescript-lang/rescript/pull/7891
279279
- The legacy `-bs-super-errors` flag was removed. https://github.com/rescript-lang/rescript-compiler/pull/6814

0 commit comments

Comments
 (0)