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 f6900f7 commit 47ab980Copy full SHA for 47ab980
utils/config.mli
@@ -21,6 +21,8 @@ val version: string
21
val standard_library: string
22
(* The directory containing the standard libraries *)
23
24
+val syntax_kind : [ `ml | `reason | `rescript ] ref
25
+
26
val bs_only : bool ref
27
28
val standard_runtime: string
utils/config.mlp
@@ -34,6 +34,7 @@ let standard_library =
34
#end
35
standard_library_default
36
let bs_only = ref false
37
+let syntax_kind = ref `ml
38
let standard_runtime = "%%BYTERUN%%"
39
let ccomp_type = "%%CCOMPTYPE%%"
40
let c_compiler = "%%CC%%"
0 commit comments