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 2ab9cee commit 64756daCopy full SHA for 64756da
CHANGELOG.md
@@ -48,7 +48,7 @@
48
- Fix: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
49
- Example2: `[@val] external setTimeout: (unit => unit, int) => float = ""` is not supported anymore.
50
- Fix2: use `[@val] external setTimeout: (unit => unit, int) => float = "setTimeout"` instead.
51
-- Regular expressions don't need escaping.
+- String constants don't need escaping anymore.
52
- Example: `let blockCommentsRe = %re("/\\/\\*([^*]|[\\r\\n]|(\\*+([^*/]|[\\r\\n])))*\\*+\\//g")`.
53
- Fix: use `let blockCommentsRe = %re("/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+\//g")` instead.
54
0 commit comments