Skip to content

Commit f0997d8

Browse files
authored
Reason 3.6.0 (#4117)
* Update Reason api / main (3.6.0) * Add missing js_parser dependency for playground compilation * Snapshot cmj datasets / js compiler * Update to Reason 3.6.0 @ 8f71db0 * Update js_refmt_compiler snapshot
1 parent d9bf1b3 commit f0997d8

File tree

7 files changed

+303878
-23588
lines changed

7 files changed

+303878
-23588
lines changed

jscomp/core/js_cmj_datasets.ml

Lines changed: 42 additions & 41 deletions
Large diffs are not rendered by default.

jscomp/main/refmt_api.ml

Lines changed: 7810 additions & 7416 deletions
Large diffs are not rendered by default.

jscomp/snapshot.ninja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ build $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe
6565
main = Jsoo_main
6666

6767
build $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe
68-
flags = -D BS_COMPILER_IN_BROWSER=true -D BS_RELEASE_BUILD=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 main
68+
flags = -D BS_COMPILER_IN_BROWSER=true -D BS_RELEASE_BUILD=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 main
6969
main = Jsoo_refmt_main
7070
# -o $@
7171
# Check it later

lib/4.06.1/refmt_main3.ml

Lines changed: 7810 additions & 7416 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 42 additions & 41 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)