File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ test-all: test test-gentype
2424lib : build
2525 node scripts/install -force-lib-rebuild
2626
27+ artifacts : lib
28+ ./scripts/makeArtifactList.js
29+
2730clean-gentype :
2831 make -C jscomp/gentype_tests/typescript-react-example clean
2932
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ lib/es6/js_null_undefined.js
142142lib/es6/js_obj.js
143143lib/es6/js_option.js
144144lib/es6/js_promise.js
145+ lib/es6/js_promise2.js
145146lib/es6/js_re.js
146147lib/es6/js_result.js
147148lib/es6/js_set.js
@@ -304,6 +305,7 @@ lib/js/js_null_undefined.js
304305lib/js/js_obj.js
305306lib/js/js_option.js
306307lib/js/js_promise.js
308+ lib/js/js_promise2.js
307309lib/js/js_re.js
308310lib/js/js_result.js
309311lib/js/js_set.js
@@ -741,6 +743,9 @@ lib/ocaml/js_option.mli
741743lib/ocaml/js_promise.cmi
742744lib/ocaml/js_promise.cmt
743745lib/ocaml/js_promise.ml
746+ lib/ocaml/js_promise2.cmi
747+ lib/ocaml/js_promise2.cmt
748+ lib/ocaml/js_promise2.ml
744749lib/ocaml/js_re.cmi
745750lib/ocaml/js_re.cmt
746751lib/ocaml/js_re.ml
You can’t perform that action at this time.
0 commit comments