Skip to content

Commit f199b6b

Browse files
committed
Update
1 parent 28c270d commit f199b6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jscomp/others/release.ninja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ build others/js_vector.cmi : cc others/js_vector.mli | runtime
5757
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
5858
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
5959
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
6162
build others/belt_Float.cmj : cc_cmi others/belt_Float.ml | others/belt.cmi others/belt_Float.cmi js_pkg runtime
6263
build others/belt_Float.cmi : cc others/belt_Float.mli | runtime
6364
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

jscomp/runtime/release.ninja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build runtime/bs_stdlib_mini.cmi : cc runtime/bs_stdlib_mini.mli
1414
bsc_flags = -nostdlib -nopervasives
1515
build runtime/js.cmj runtime/js.cmi : cc runtime/js.ml
1616
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
1818
build runtime/block.cmi : cc runtime/block.mli | runtime/bs_stdlib_mini.cmi runtime/caml_obj_extern.cmj runtime/js.cmi runtime/js.cmj
1919
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
2020
build runtime/caml_array.cmi : cc runtime/caml_array.mli | runtime/bs_stdlib_mini.cmi runtime/js.cmi runtime/js.cmj

0 commit comments

Comments
 (0)