Skip to content

Commit 3ecd9c7

Browse files
committed
fix #4791 continue clean up of leagcy class code
1 parent 1dd34f1 commit 3ecd9c7

File tree

9 files changed

+25
-1560
lines changed

9 files changed

+25
-1560
lines changed

jscomp/snapshot.ninja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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 napkin -I frontend -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 -D BS_ONLY=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 frontend -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

0 commit comments

Comments
 (0)