We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5299ff9 commit add962eCopy full SHA for add962e
jscomp/snapshot.ninja
@@ -37,7 +37,9 @@ o $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe $LTO
37
flags = -D BROWSER=true -MD -I ml $includes
38
main = Jsoo_main
39
40
-
+o $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe $LTO
41
+ flags = -D BS_BROWSER=true -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER -I stubs -I js_parser -I ext -I napkin -I frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I refmt -I main
42
+ main = Jsoo_refmt_main
43
44
subninja build.ninja
45
# -o $@
0 commit comments