Skip to content

Commit 2d6622b

Browse files
committed
Swap rewatch with rescript
1 parent 20e9e63 commit 2d6622b

File tree

133 files changed

+278
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+278
-268
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,13 @@ This will update your fork with the latest from `rescript-lang/experimental-resc
5353

5454
## Initial build
5555

56-
Install the dependencies and compile the bindings using [Rewatch](https://github.com/rescript-lang/rewatch):
56+
Install the dependencies and compile the bindings using `ReScript`:
5757

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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "module",
2929
"scripts": {
3030
"test": "node tests/index.js",
31-
"build": "rewatch",
31+
"build": "rescript",
3232
"format": "rescript format -all && prettier --write ./docs ./tests/index.js ./package.json",
3333
"docs": "astro dev",
3434
"build:docs": "astro build"

src/CSSFontLoadingAPI/FontFaceSet.js

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

src/CanvasAPI/OffscreenCanvas.js

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

src/ChannelMessagingAPI/MessagePort.js

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

src/ClipboardAPI/Clipboard.js

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

src/DOMAPI/Animation.js

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

src/DOMAPI/CharacterData.js

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

src/DOMAPI/Comment.js

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

src/DOMAPI/Document.js

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

0 commit comments

Comments
 (0)