Skip to content

Commit ab698c8

Browse files
authored
[ci skip] [doc] fix rescript-lang#815
1 parent 06455bd commit ab698c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site/docsource/FAQ.adoc

+12
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ only update the compiler occasionally).
5252
Which version of JavaScript syntax does BuckleScript target?::
5353
BuckleScript targets **ES5**.
5454

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+
5567
What polyfills does BuckleScript need?::
5668

5769
- _Math.imul_:

0 commit comments

Comments
 (0)