Skip to content

fix #4926 #4928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions jscomp/snapshot.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OCAML_SRC_TYPING=$native_ocaml_path/typing
OCAML_SRC_BYTECOMP=$native_ocaml_path/bytecomp
OCAML_SRC_DRIVER=$native_ocaml_path/driver
OCAML_SRC_TOOLS=$native_ocaml_path/tools
includes = -I js_parser -I stubs -I ext -I common -I syntax -I depends -I core -I super_errors -I outcome_printer -I bsb -I ounit -I ounit_tests -I napkin -I main
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
SNAP=../lib/$snapshot_path

o snapshot: phony $SNAP/whole_compiler.ml $SNAP/bsb_helper.ml $SNAP/bsb.ml $SNAP/unstable/all_ounit_tests.ml
Expand All @@ -23,35 +23,35 @@ o $SNAP/whole_compiler.ml: bspack | ./bin/bspack.exe $LTO
post_process = && node $LTO $SNAP/whole_compiler.ml

o $SNAP/bsb_helper.ml: bspack | ./bin/bspack.exe $LTO
flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I syntax -I depends -I bsb_helper -I main
flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I frontend -I depends -I bsb_helper -I main
main = Bsb_helper_main

o $SNAP/bsb.ml: bspack | ./bin/bspack.exe $LTO
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 syntax -I depends -I bsb -I ext -I main
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
main = Bsb_main

# o $SNAP/bspp.ml: bspack | ./bin/bspack.exe $LTO
# flags = -D BS_MIN_LEX_DEPS=true ${releaseMode} -bs-MD -module-alias Config=Config_whole_compiler -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING?parser -I common -I ext -I syntax -I depends -I bspp -I core -I main
# flags = -D BS_MIN_LEX_DEPS=true ${releaseMode} -bs-MD -module-alias Config=Config_whole_compiler -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING?parser -I common -I ext -I frontend -I depends -I bspp -I core -I main
# main = Bspp_main





o $SNAP/unstable/all_ounit_tests.ml: bspack | ./bin/bspack.exe $LTO
flags = -bs-MD -I ounit -I ounit_tests -I stubs -I bsb -I bsb_helper -I common -I ext -I syntax -I depends -I bspp -I core -I main
flags = -bs-MD -I ounit -I ounit_tests -I stubs -I bsb -I bsb_helper -I common -I ext -I frontend -I depends -I bspp -I core -I main
main = Ounit_tests_main

o $SNAP/unstable/bspack.ml: bspack | ./bin/bspack.exe $LTO
flags = -D BS_PACK=true -bs-MD -module-alias Config=Config_whole_compiler -I $OCAML_SRC_PARSING -I $OCAML_SRC_UTILS -I stubs -I ext -I common -I depends -I core -I main -bs-main Bspack_main
main = Bspack_main

o $SNAP/unstable/js_compiler.ml: bspack | ./bin/bspack.exe $LTO
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
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
main = Jsoo_main

o $SNAP/unstable/js_refmt_compiler.ml: bspack | ./bin/bspack.exe $LTO
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
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 frontend -I depends -I common -I core -I super_errors -I bsb -I outcome_printer -I js_parser -I main -I refmt
main = Jsoo_refmt_main

subninja build.ninja
Expand Down
12 changes: 6 additions & 6 deletions lib/4.06.1/unstable/all_ounit_tests.ml.d
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ext/vec_gen.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ext/vec_int.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ext/vec_int.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_compatible.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_compatible.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_utf8_string.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_utf8_string.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_utf8_string_interp.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./frontend/ast_utf8_string_interp.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./main/ounit_tests_main.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./main/ounit_tests_main.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ounit/oUnit.ml
Expand Down Expand Up @@ -151,9 +157,3 @@
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ounit_tests/ounit_util_tests.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./ounit_tests/ounit_vec_test.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./stubs/bs_hash_stubs.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_compatible.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_compatible.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_utf8_string.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_utf8_string.mli
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_utf8_string_interp.ml
../lib/4.06.1/unstable/all_ounit_tests.ml: ./syntax/ast_utf8_string_interp.mli
176 changes: 88 additions & 88 deletions lib/4.06.1/unstable/js_compiler.ml.d
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,94 @@
../lib/4.06.1/unstable/js_compiler.ml: ./ext/vec_gen.ml
../lib/4.06.1/unstable/js_compiler.ml: ./ext/vec_int.ml
../lib/4.06.1/unstable/js_compiler.ml: ./ext/vec_int.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_attributes.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_attributes.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_bs_open.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_bs_open.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_comb.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_comb.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_compatible.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_compatible.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_config.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_config.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_core_type.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_core_type.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_core_type_class_type.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_core_type_class_type.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_abstract.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_abstract.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_js_mapper.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_js_mapper.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_projector.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_projector.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_util.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_derive_util.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_apply.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_apply.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_extension.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_extension.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_handle_external.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_exp_handle_external.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external_mk.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external_mk.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external_process.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_external_process.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_literal.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_literal.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_open_cxt.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_open_cxt.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_pat.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_pat.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_payload.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_payload.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_polyvar.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_polyvar.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_reason_pp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_reason_pp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_signature.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_signature.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_structure.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_structure.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_tdcls.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_tdcls.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_tuple_pattern_flatten.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_tuple_pattern_flatten.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_typ_uncurry.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_typ_uncurry.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_uncurry_apply.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_uncurry_apply.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_uncurry_gen.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_uncurry_gen.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_utf8_string.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_utf8_string.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_utf8_string_interp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_utf8_string_interp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_util.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ast_util.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_ast_invariant.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_ast_invariant.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_ast_mapper.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_ast_mapper.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_builtin_ppx.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_builtin_ppx.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_flow_ast_utils.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_flow_ast_utils.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_syntaxerr.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/bs_syntaxerr.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/classify_function.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/classify_function.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/external_arg_spec.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/external_arg_spec.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/external_ffi_types.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/external_ffi_types.mli
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/ppx_entry.ml
../lib/4.06.1/unstable/js_compiler.ml: ./frontend/typemod_hide.ml
../lib/4.06.1/unstable/js_compiler.ml: ./js_parser/declaration_parser.ml
../lib/4.06.1/unstable/js_compiler.ml: ./js_parser/enum_common.ml
../lib/4.06.1/unstable/js_compiler.ml: ./js_parser/enum_parser.ml
Expand Down Expand Up @@ -495,91 +583,3 @@
../lib/4.06.1/unstable/js_compiler.ml: ./super_errors/super_typecore.ml
../lib/4.06.1/unstable/js_compiler.ml: ./super_errors/super_typemod.ml
../lib/4.06.1/unstable/js_compiler.ml: ./super_errors/super_typetexp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_attributes.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_attributes.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_bs_open.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_bs_open.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_comb.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_comb.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_compatible.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_compatible.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_config.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_config.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_core_type.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_core_type.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_core_type_class_type.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_core_type_class_type.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_abstract.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_abstract.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_js_mapper.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_js_mapper.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_projector.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_projector.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_util.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_derive_util.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_apply.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_apply.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_extension.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_extension.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_handle_external.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_exp_handle_external.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external_mk.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external_mk.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external_process.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_external_process.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_literal.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_literal.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_open_cxt.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_open_cxt.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_pat.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_pat.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_payload.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_payload.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_polyvar.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_polyvar.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_reason_pp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_reason_pp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_signature.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_signature.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_structure.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_structure.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_tdcls.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_tdcls.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_tuple_pattern_flatten.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_tuple_pattern_flatten.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_typ_uncurry.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_typ_uncurry.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_uncurry_apply.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_uncurry_apply.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_uncurry_gen.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_uncurry_gen.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_utf8_string.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_utf8_string.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_utf8_string_interp.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_utf8_string_interp.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_util.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ast_util.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_ast_invariant.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_ast_invariant.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_ast_mapper.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_ast_mapper.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_builtin_ppx.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_builtin_ppx.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_flow_ast_utils.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_flow_ast_utils.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_syntaxerr.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/bs_syntaxerr.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/classify_function.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/classify_function.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/external_arg_spec.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/external_arg_spec.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/external_ffi_types.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/external_ffi_types.mli
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/ppx_entry.ml
../lib/4.06.1/unstable/js_compiler.ml: ./syntax/typemod_hide.ml
Loading