File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ build others/js_vector.cmi : cc others/js_vector.mli | runtime
57
57
build js_pkg : phony others/js_array.cmi others/js_array.cmj others/js_array2.cmi others/js_array2.cmj others/js_cast.cmi others/js_cast.cmj others/js_console.cmi others/js_console.cmj others/js_date.cmi others/js_date.cmj others/js_dict.cmi others/js_dict.cmj others/js_exn.cmi others/js_exn.cmj others/js_float.cmi others/js_float.cmj others/js_global.cmi others/js_global.cmj others/js_int.cmi others/js_int.cmj others/js_json.cmi others/js_json.cmj others/js_list.cmi others/js_list.cmj others/js_mapperRt.cmi others/js_mapperRt.cmj others/js_math.cmi others/js_math.cmj others/js_null.cmi others/js_null.cmj others/js_null_undefined.cmi others/js_null_undefined.cmj others/js_obj.cmi others/js_obj.cmj others/js_option.cmi others/js_option.cmj others/js_promise.cmi others/js_promise.cmj others/js_re.cmi others/js_re.cmj others/js_result.cmi others/js_result.cmj others/js_string.cmi others/js_string.cmj others/js_string2.cmi others/js_string2.cmj others/js_typed_array.cmi others/js_typed_array.cmj others/js_typed_array2.cmi others/js_typed_array2.cmj others/js_types.cmi others/js_types.cmj others/js_undefined.cmi others/js_undefined.cmj others/js_vector.cmi others/js_vector.cmj
58
58
build others/belt_Array.cmj : cc_cmi others/belt_Array.ml | others/belt.cmi others/belt_Array.cmi others/js_math.cmj js_pkg runtime
59
59
build others/belt_Array.cmi : cc others/belt_Array.mli | runtime
60
- build others/belt_Debug.cmi others/belt_Debug.cmj : cc others/belt_Debug.ml | runtime
60
+ build others/belt_Debug.cmj : cc_cmi others/belt_Debug.ml | others/belt.cmi others/belt_Debug.cmi js_pkg runtime
61
+ build others/belt_Debug.cmi : cc others/belt_Debug.mli | runtime
61
62
build others/belt_Float.cmj : cc_cmi others/belt_Float.ml | others/belt.cmi others/belt_Float.cmi js_pkg runtime
62
63
build others/belt_Float.cmi : cc others/belt_Float.mli | runtime
63
64
build others/belt_HashMap.cmj : cc_cmi others/belt_HashMap.ml | others/belt.cmi others/belt_Array.cmj others/belt_HashMap.cmi others/belt_HashMapInt.cmj others/belt_HashMapString.cmj others/belt_Id.cmj others/belt_internalBuckets.cmj others/belt_internalBucketsType.cmj js_pkg runtime
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build runtime/bs_stdlib_mini.cmi : cc runtime/bs_stdlib_mini.mli
14
14
bsc_flags = -nostdlib -nopervasives
15
15
build runtime/js.cmj runtime/js.cmi : cc runtime/js.ml
16
16
bsc_flags = $bsc_no_open_flags
17
- build runtime/block.cmj : cc_cmi runtime/block.ml | runtime/block.cmi runtime/caml_obj_extern.cmj runtime/js.cmj
17
+ build runtime/block.cmj : cc_cmi runtime/block.ml | runtime/block.cmi runtime/caml_obj_extern.cmj
18
18
build runtime/block.cmi : cc runtime/block.mli | runtime/bs_stdlib_mini.cmi runtime/caml_obj_extern.cmj runtime/js.cmi runtime/js.cmj
19
19
build runtime/caml_array.cmj : cc_cmi runtime/caml_array.ml | runtime/caml_array.cmi runtime/caml_array_extern.cmj runtime/caml_builtin_exceptions.cmj
20
20
build runtime/caml_array.cmi : cc runtime/caml_array.mli | runtime/bs_stdlib_mini.cmi runtime/js.cmi runtime/js.cmj
You can’t perform that action at this time.
0 commit comments