Skip to content

Commit 721aa39

Browse files
committed
libs
1 parent fde5b93 commit 721aa39

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

jscomp/artifacts.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
"rescript"
1313
],
1414
"darwin": [
15-
"bsb_helper.exe",
16-
"bsc.exe",
1715
"ninja.COPYING",
1816
"ninja.exe",
19-
"refmt.exe",
20-
"rescript.exe"
17+
"refmt.exe"
2118
],
2219
"darwinarm64": [
2320
"bsb_helper.exe",
@@ -38,6 +35,7 @@
3835
],
3936
"lib": [
4037
"bstracing",
38+
"build.ninja",
4139
"minisocket.js"
4240
],
4341
"lib/4.06.1": [
@@ -147,6 +145,7 @@
147145
"js_OO.js",
148146
"js_array.js",
149147
"js_array2.js",
148+
"js_bigint.js",
150149
"js_cast.js",
151150
"js_console.js",
152151
"js_date.js",
@@ -302,6 +301,7 @@
302301
"js_OO.js",
303302
"js_array.js",
304303
"js_array2.js",
304+
"js_bigint.js",
305305
"js_cast.js",
306306
"js_console.js",
307307
"js_date.js",
@@ -675,6 +675,9 @@
675675
"js_array2.cmi",
676676
"js_array2.cmt",
677677
"js_array2.ml",
678+
"js_bigint.cmi",
679+
"js_bigint.cmt",
680+
"js_bigint.ml",
678681
"js_cast.cmi",
679682
"js_cast.cmt",
680683
"js_cast.cmti",
@@ -925,12 +928,9 @@
925928
"uchar.mli"
926929
],
927930
"linux": [
928-
"bsb_helper.exe",
929-
"bsc.exe",
930931
"ninja.COPYING",
931932
"ninja.exe",
932-
"refmt.exe",
933-
"rescript.exe"
933+
"refmt.exe"
934934
],
935935
"openbsd": [
936936
".keep"
@@ -973,15 +973,11 @@
973973
"validate.js"
974974
],
975975
"vendor": [
976-
"ninja.tar.gz",
977976
"ocaml.tar.gz"
978977
],
979978
"win32": [
980-
"bsb_helper.exe",
981-
"bsc.exe",
982979
"ninja.COPYING",
983980
"ninja.exe",
984-
"refmt.exe",
985-
"rescript.exe"
981+
"refmt.exe"
986982
]
987983
}

0 commit comments

Comments
 (0)