Skip to content

Commit 54929b2

Browse files
committed
Run prepublish.sh to update artifacts.json
1 parent 39d8c6a commit 54929b2

File tree

1 file changed

+34
-45
lines changed

1 file changed

+34
-45
lines changed

jscomp/artifacts.json

Lines changed: 34 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
".gitattributes",
44
".gitmodules",
55
".istanbul.yml",
6+
".prettierignore",
7+
".prettierrc.json",
68
"CONTRIBUTING.md",
79
"COPYING",
810
"COPYING.LESSER",
@@ -14,12 +16,22 @@
1416
"bsc",
1517
"bsconfig.json",
1618
"bsrefmt",
19+
"dummy.opam",
20+
"dune",
21+
"dune-project",
1722
"package.json",
1823
"rescript"
1924
],
2025
"darwin": [
2126
"bsb_helper.exe",
22-
"bsc.byte",
27+
"bsc.exe",
28+
"ninja.COPYING",
29+
"ninja.exe",
30+
"refmt.exe",
31+
"rescript.exe"
32+
],
33+
"darwinarm64": [
34+
"bsb_helper.exe",
2335
"bsc.exe",
2436
"ninja.COPYING",
2537
"ninja.exe",
@@ -116,10 +128,8 @@
116128
"caml_hash.js",
117129
"caml_hash_primitive.js",
118130
"caml_int32.js",
119-
"caml_int32_extern.js",
120131
"caml_int64.js",
121132
"caml_int64_extern.js",
122-
"caml_io.js",
123133
"caml_js_exceptions.js",
124134
"caml_lexer.js",
125135
"caml_md5.js",
@@ -133,8 +143,6 @@
133143
"caml_string_extern.js",
134144
"caml_sys.js",
135145
"caml_undefined_extern.js",
136-
"camlinternalFormat.js",
137-
"camlinternalFormatBasics.js",
138146
"camlinternalLazy.js",
139147
"camlinternalMod.js",
140148
"char.js",
@@ -145,9 +153,9 @@
145153
"dom_storage.js",
146154
"dom_storage2.js",
147155
"filename.js",
148-
"format.js",
149156
"genlex.js",
150157
"hashtbl.js",
158+
"hashtblLabels.js",
151159
"int32.js",
152160
"int64.js",
153161
"js.js",
@@ -185,6 +193,7 @@
185193
"list.js",
186194
"listLabels.js",
187195
"map.js",
196+
"mapLabels.js",
188197
"moreLabels.js",
189198
"node.js",
190199
"node_buffer.js",
@@ -198,15 +207,13 @@
198207
"parsing.js",
199208
"pervasives.js",
200209
"printexc.js",
201-
"printf.js",
202210
"queue.js",
203211
"random.js",
204-
"scanf.js",
205212
"set.js",
213+
"setLabels.js",
206214
"sort.js",
207215
"stack.js",
208216
"stdLabels.js",
209-
"std_exit.js",
210217
"stream.js",
211218
"string.js",
212219
"stringLabels.js",
@@ -276,10 +283,8 @@
276283
"caml_hash.js",
277284
"caml_hash_primitive.js",
278285
"caml_int32.js",
279-
"caml_int32_extern.js",
280286
"caml_int64.js",
281287
"caml_int64_extern.js",
282-
"caml_io.js",
283288
"caml_js_exceptions.js",
284289
"caml_lexer.js",
285290
"caml_md5.js",
@@ -293,8 +298,6 @@
293298
"caml_string_extern.js",
294299
"caml_sys.js",
295300
"caml_undefined_extern.js",
296-
"camlinternalFormat.js",
297-
"camlinternalFormatBasics.js",
298301
"camlinternalLazy.js",
299302
"camlinternalMod.js",
300303
"char.js",
@@ -305,9 +308,9 @@
305308
"dom_storage.js",
306309
"dom_storage2.js",
307310
"filename.js",
308-
"format.js",
309311
"genlex.js",
310312
"hashtbl.js",
313+
"hashtblLabels.js",
311314
"int32.js",
312315
"int64.js",
313316
"js.js",
@@ -345,6 +348,7 @@
345348
"list.js",
346349
"listLabels.js",
347350
"map.js",
351+
"mapLabels.js",
348352
"moreLabels.js",
349353
"node.js",
350354
"node_buffer.js",
@@ -357,15 +361,13 @@
357361
"parsing.js",
358362
"pervasives.js",
359363
"printexc.js",
360-
"printf.js",
361364
"queue.js",
362365
"random.js",
363-
"scanf.js",
364366
"set.js",
367+
"setLabels.js",
365368
"sort.js",
366369
"stack.js",
367370
"stdLabels.js",
368-
"std_exit.js",
369371
"stream.js",
370372
"string.js",
371373
"stringLabels.js",
@@ -586,6 +588,8 @@
586588
"belt_internalSetInt.ml",
587589
"belt_internalSetString.cmt",
588590
"belt_internalSetString.ml",
591+
"belt_internals.cmti",
592+
"belt_internals.mli",
589593
"buffer.cmi",
590594
"buffer.cmt",
591595
"buffer.cmti",
@@ -606,16 +610,6 @@
606610
"callback.cmti",
607611
"callback.ml",
608612
"callback.mli",
609-
"camlinternalFormat.cmi",
610-
"camlinternalFormat.cmt",
611-
"camlinternalFormat.cmti",
612-
"camlinternalFormat.ml",
613-
"camlinternalFormat.mli",
614-
"camlinternalFormatBasics.cmi",
615-
"camlinternalFormatBasics.cmt",
616-
"camlinternalFormatBasics.cmti",
617-
"camlinternalFormatBasics.ml",
618-
"camlinternalFormatBasics.mli",
619613
"camlinternalLazy.cmi",
620614
"camlinternalLazy.cmt",
621615
"camlinternalLazy.cmti",
@@ -655,11 +649,6 @@
655649
"filename.cmti",
656650
"filename.ml",
657651
"filename.mli",
658-
"format.cmi",
659-
"format.cmt",
660-
"format.cmti",
661-
"format.ml",
662-
"format.mli",
663652
"genlex.cmi",
664653
"genlex.cmt",
665654
"genlex.cmti",
@@ -674,6 +663,9 @@
674663
"hashtbl.cmti",
675664
"hashtbl.ml",
676665
"hashtbl.mli",
666+
"hashtblLabels.cmi",
667+
"hashtblLabels.cmt",
668+
"hashtblLabels.ml",
677669
"int32.cmi",
678670
"int32.cmt",
679671
"int32.cmti",
@@ -831,6 +823,9 @@
831823
"map.cppo.mli",
832824
"map.ml",
833825
"map.mli",
826+
"mapLabels.cmi",
827+
"mapLabels.cmt",
828+
"mapLabels.ml",
834829
"mapm.cppo.ml",
835830
"mapm.cppo.mli",
836831
"moreLabels.cmi",
@@ -881,11 +876,6 @@
881876
"printexc.cmti",
882877
"printexc.ml",
883878
"printexc.mli",
884-
"printf.cmi",
885-
"printf.cmt",
886-
"printf.cmti",
887-
"printf.ml",
888-
"printf.mli",
889879
"queue.cmi",
890880
"queue.cmt",
891881
"queue.cmti",
@@ -896,16 +886,14 @@
896886
"random.cmti",
897887
"random.ml",
898888
"random.mli",
899-
"scanf.cmi",
900-
"scanf.cmt",
901-
"scanf.cmti",
902-
"scanf.ml",
903-
"scanf.mli",
904889
"set.cmi",
905890
"set.cmt",
906891
"set.cmti",
907892
"set.ml",
908893
"set.mli",
894+
"setLabels.cmi",
895+
"setLabels.cmt",
896+
"setLabels.ml",
909897
"setm.cppo.ml",
910898
"setm.cppo.mli",
911899
"sort.cmi",
@@ -925,9 +913,6 @@
925913
"stdLabels.cmti",
926914
"stdLabels.ml",
927915
"stdLabels.mli",
928-
"std_exit.cmi",
929-
"std_exit.cmt",
930-
"std_exit.ml",
931916
"stream.cmi",
932917
"stream.cmt",
933918
"stream.cmti",
@@ -967,6 +952,7 @@
967952
],
968953
"scripts": [
969954
"LICENSE.ml",
955+
"bin_path.js",
970956
"buckle_lto.js",
971957
"build_sorted.ml",
972958
"buildocaml.js",
@@ -978,12 +964,15 @@
978964
"curry_gen.ml",
979965
"dbg",
980966
"dedupe.js",
967+
"deps.js",
981968
"doc_gen.js",
969+
"format.js",
982970
"install.js",
983971
"installUtils.js",
984972
"js_internal_gen.js",
985973
"jsconfig.json",
986974
"littlecase.js",
975+
"local_br_clean.sh",
987976
"ninja.js",
988977
"ninjaFactory.js",
989978
"pack.js",

0 commit comments

Comments
 (0)