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 afe1293 commit d575254Copy full SHA for d575254
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-# v0.0.6 (unreleased)
+# v0.0.6
2
+
3
+- Remove `-bs-super-errors` flag for the compatibility with ReScript v12
4
5
# v0.0.5
6
rescript.json
@@ -12,14 +12,11 @@
12
"type": "dev"
13
}
14
],
15
- "refmt": 3,
16
"ppx-flags": [
17
"./ppx"
18
19
"warnings": {
20
"number": "+A-9-40-42"
21
},
22
- "bsc-flags": [
23
- "-bs-super-errors"
24
- ]
25
-}
+ "bsc-flags": []
+}
0 commit comments