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 @@ -137,6 +137,7 @@ lib/es6/js_null_undefined.js
137
137
lib/es6/js_obj.js
138
138
lib/es6/js_option.js
139
139
lib/es6/js_promise.js
140
+ lib/es6/js_promise2.js
140
141
lib/es6/js_re.js
141
142
lib/es6/js_result.js
142
143
lib/es6/js_set.js
@@ -299,6 +300,7 @@ lib/js/js_null_undefined.js
299
300
lib/js/js_obj.js
300
301
lib/js/js_option.js
301
302
lib/js/js_promise.js
303
+ lib/js/js_promise2.js
302
304
lib/js/js_re.js
303
305
lib/js/js_result.js
304
306
lib/js/js_set.js
@@ -736,6 +738,9 @@ lib/ocaml/js_option.mli
736
738
lib/ocaml/js_promise.cmi
737
739
lib/ocaml/js_promise.cmt
738
740
lib/ocaml/js_promise.ml
741
+ lib/ocaml/js_promise2.cmi
742
+ lib/ocaml/js_promise2.cmt
743
+ lib/ocaml/js_promise2.ml
739
744
lib/ocaml/js_re.cmi
740
745
lib/ocaml/js_re.cmt
741
746
lib/ocaml/js_re.ml
You can’t perform that action at this time.
0 commit comments