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 a9c1f7e commit e874f26Copy full SHA for e874f26
CHANGES.md
@@ -7,6 +7,7 @@
7
Feature is disabled by default while dune rules are being fixed. Enable with --enable=auto-link.
8
* Compiler: specialize string to js-string conversion for all valid utf8 strings (previously just ascii)
9
* Compiler: use identifier for object literals when possible
10
+* Compiler: Cache function arity (the length prop of a function is slow with v8)
11
12
## Bug fixes
13
- Effects: fix Js.export and Js.export_all to work with functions
0 commit comments