We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06455bd commit ab698c8Copy full SHA for ab698c8
site/docsource/FAQ.adoc
@@ -52,6 +52,18 @@ only update the compiler occasionally).
52
Which version of JavaScript syntax does BuckleScript target?::
53
BuckleScript targets **ES5**.
54
55
+Does BuckleScript work with merlin?::
56
+ Yes, you need edit your `.merlin` file:
57
++
58
+[source]
59
+--------
60
+B node_modules/bs-platform/lib/ocaml
61
+S node_modules/bs-platform/lib/ocaml
62
+FLG -ppx node_modules/bs-platform/bin/bsppx.exe
63
64
65
+Note there is a https://github.com/the-lambda-church/merlin/issues/568[upstream fix] in Merlin, make sure your merlin is updated
66
+
67
What polyfills does BuckleScript need?::
68
69
- _Math.imul_:
0 commit comments