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 56823c9 commit 7a5e849Copy full SHA for 7a5e849
site/docsource/Compiler-options.adoc
@@ -77,3 +77,14 @@ Trigger the generation of TypeScript `.d.ts` files.
77
typescript. This is still experimental.
78
79
For more options, please see the documentation of `bsc -help`.
80
+
81
82
+### -bs-no-builtin-ppx-ml, -bs-no-builtin-ppx-mli
83
84
+If users don't use any bs specific annotaions, user can explicitly turn it off.
85
+Another use case is that users can use `-ppx` explicitly as below:
86
87
+[source,ocaml]
88
+--------------
89
+bsc -c -ppx bsppx -bs-no-builtin-ppx-ml c.ml
90
0 commit comments