Skip to content

Commit f9bafe4

Browse files
authored
Merge pull request rescript-lang#4660 from jchavarri/adapt-build-to-react-ppx-in-syntax
Adapt ninja config to use react ppx from upstream syntax submodule
2 parents 1cea958 + b967284 commit f9bafe4

10 files changed

+2257
-3314
lines changed

jscomp/snapshot.ninja

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ o $SNAP/unstable/bspack.ml: bspack | ./bin/bspack.exe $LTO
4747
main = Bspack_main
4848

4949
o $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe $LTO
50-
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 ext -I syntax -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main
50+
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 ext -I napkin -I syntax -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main
5151
main = Jsoo_main
5252

5353
o $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe $LTO
54-
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 js_parser -I stubs -I ext -I syntax -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main -I refmt
54+
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 js_parser -I stubs -I ext -I napkin -I syntax -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main -I refmt
5555
main = Jsoo_refmt_main
5656

5757
subninja build.ninja

0 commit comments

Comments
 (0)