Skip to content

Commit 1e4738c

Browse files
authored
Merge pull request #125 from rescript-lang/beta-2
Update to ReScript v12 beta 2
2 parents 73e6a0d + c95bed9 commit 1e4738c

File tree

3 files changed

+69
-93
lines changed

3 files changed

+69
-93
lines changed

docs/content/docs/contributing/getting-started.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ Install the dependencies and compile the bindings using `ReScript`:
5858
```shell
5959
npm install && npm run build
6060
```
61-
62-
<Aside type="caution">
63-
Usage of **[rewatch](https://github.com/rescript-lang/rewatch)** is currently not advised.
64-
See [rewatch#144](https://github.com/rescript-lang/rewatch/issues/144) and [rewatch#124](https://github.com/rescript-lang/rewatch/issues/124#issuecomment-2488194551)
65-
</Aside>

package-lock.json

Lines changed: 66 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"type": "module",
2929
"scripts": {
3030
"test": "node tests/index.js",
31-
"build": "rewatch --dev",
32-
"format": "rescript format -all && prettier --write ./tests/index.js ./package.json ./docs/pages",
31+
"build": "rescript --dev",
32+
"format": "rescript format --all && prettier --write ./tests/index.js ./package.json ./docs/pages",
3333
"docs": "astro dev",
3434
"prebuild:docs": "node docs/llm.js",
3535
"build:docs": "astro build"
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"rescript": "^12.0.0-alpha.13"
39+
"rescript": "^12.0.0-beta.2"
4040
},
4141
"devDependencies": {
4242
"@astrojs/starlight": "0.34.5",

0 commit comments

Comments
 (0)