We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6336d57 commit 2858aa5Copy full SHA for 2858aa5
docs/rescript.md
@@ -1,3 +1,7 @@
1
+> **Note:** ReScript support is currently available in `2.0.0-beta.0` or later.
2
+>
3
+> Please install it with `npm install -g @ocsigen/ts2ocaml@beta`.
4
+
5
# ts2ocaml for ReScript
6
7
Generates binding for ReScript.
@@ -837,4 +841,4 @@ switch x->FooBar.box {
837
841
| Foo(foo) => ...
838
842
| Bar(bar) => ...
839
843
}
840
-```
844
+```
0 commit comments