File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,30 @@ var cmi_files =
92
92
`belt_Id` ,
93
93
`belt_Array` ,
94
94
`belt_SortArray` ,
95
+ `belt_SortArrayInt` ,
96
+ `belt_SortArrayString` ,
95
97
`belt_MutableQueue` ,
96
98
`belt_MutableStack` ,
97
99
`belt_List` ,
98
100
`belt_Range` ,
99
101
`belt_Set` ,
102
+ `belt_SetInt` ,
103
+ `belt_SetString` ,
100
104
`belt_Map` ,
105
+ `belt_MapInt` ,
106
+ `belt_MapString` ,
101
107
`belt_MutableSet` ,
108
+ `belt_MutableSetInt` ,
109
+ `belt_MutableSetString` ,
102
110
`belt_MutableMap` ,
111
+ `belt_MutableMapInt` ,
112
+ `belt_MutableMapString` ,
103
113
`belt_HashSet` ,
104
- `belt_HashMap`
114
+ `belt_HashSetInt` ,
115
+ `belt_HashSetString` ,
116
+ `belt_HashMap` ,
117
+ `belt_HashMapInt` ,
118
+ `belt_HashMapString` ,
105
119
] . map ( x => `${ x } .cmi:/static/cmis/${ x } .cmi` ) . map ( x => `--file ${ x } ` ) . join ( ` ` )
106
120
e ( `js_of_ocaml --disable share --toplevel ./polyfill.js jsc.byte ${ includes } ${ cmi_files } -o ${ playground } /exports.js` )
107
121
You can’t perform that action at this time.
0 commit comments