File tree 2 files changed +8
-0
lines changed
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
24
24
lib : build
25
25
node scripts/install -force-lib-rebuild
26
26
27
+ artifacts : lib
28
+ ./scripts/makeArtifactList.js
29
+
27
30
clean-gentype :
28
31
make -C jscomp/gentype_tests/typescript-react-example clean
29
32
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ lib/es6/js_null_undefined.js
142
142
lib/es6/js_obj.js
143
143
lib/es6/js_option.js
144
144
lib/es6/js_promise.js
145
+ lib/es6/js_promise2.js
145
146
lib/es6/js_re.js
146
147
lib/es6/js_result.js
147
148
lib/es6/js_set.js
@@ -304,6 +305,7 @@ lib/js/js_null_undefined.js
304
305
lib/js/js_obj.js
305
306
lib/js/js_option.js
306
307
lib/js/js_promise.js
308
+ lib/js/js_promise2.js
307
309
lib/js/js_re.js
308
310
lib/js/js_result.js
309
311
lib/js/js_set.js
@@ -741,6 +743,9 @@ lib/ocaml/js_option.mli
741
743
lib/ocaml/js_promise.cmi
742
744
lib/ocaml/js_promise.cmt
743
745
lib/ocaml/js_promise.ml
746
+ lib/ocaml/js_promise2.cmi
747
+ lib/ocaml/js_promise2.cmt
748
+ lib/ocaml/js_promise2.ml
744
749
lib/ocaml/js_re.cmi
745
750
lib/ocaml/js_re.cmt
746
751
lib/ocaml/js_re.ml
You can’t perform that action at this time.
0 commit comments