Skip to content

Commit 971e077

Browse files
committed
remove bsb
1 parent 94c381e commit 971e077

File tree

5 files changed

+1
-17183
lines changed

5 files changed

+1
-17183
lines changed

jscomp/artifacts.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@
4545
],
4646
"lib/4.06.1": [
4747
"bsb_helper.ml",
48-
"bsb.ml",
4948
"refmt_main3.ml",
5049
"rescript.ml",
5150
"whole_compiler.ml",
5251
"bsb_helper.mli",
53-
"bsb.mli",
5452
"refmt_main3.mli",
5553
"rescript.mli",
5654
"whole_compiler.mli"

jscomp/snapshot.ninja

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OCAML_SRC_TOOLS=$native_ocaml_path/tools
1515
includes = -I js_parser -I stubs -I ext -I common -I frontend -I depends -I core -I super_errors -I outcome_printer -I bsb -I ounit -I ounit_tests -I napkin -I main
1616
SNAP=../lib/$snapshot_path
1717

18-
o snapshot: phony $SNAP/whole_compiler.ml $SNAP/bsb_helper.ml $SNAP/bsb.ml $SNAP/unstable/all_ounit_tests.ml
18+
o snapshot: phony $SNAP/whole_compiler.ml $SNAP/bsb_helper.ml $SNAP/unstable/all_ounit_tests.ml
1919
# $SNAP/bspp.ml
2020
o $SNAP/whole_compiler.ml: bspack | ./bin/bspack.exe $LTO
2121
flags = ${releaseMode} -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 $includes
@@ -26,10 +26,6 @@ o $SNAP/bsb_helper.ml: bspack | ./bin/bspack.exe $LTO
2626
flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I frontend -I depends -I bsb_helper -I main
2727
main = Bsb_helper_main
2828

29-
o $SNAP/bsb.ml: bspack | ./bin/bspack.exe $LTO
30-
flags = -D BS_MIN_LEX_DEPS=true -bs-MD ${releaseMode} -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I stubs -I common -I ext -I frontend -I depends -I bsb -I ext -I main
31-
main = Bsb_main
32-
3329
o $SNAP/rescript.ml: bspack | ./bin/bspack.exe $LTO
3430
flags = -D BS_MIN_LEX_DEPS=true -bs-MD ${releaseMode} -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I stubs -I common -I ext -I frontend -I depends -I bsb -I ext -I main
3531
main = Rescript_main

0 commit comments

Comments
 (0)