Skip to content

Commit 1a1b192

Browse files
committed
add more interfaces
1 parent 89f120c commit 1a1b192

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

jscomp/repl.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,30 @@ var cmi_files =
9292
`belt_Id`,
9393
`belt_Array`,
9494
`belt_SortArray`,
95+
`belt_SortArrayInt`,
96+
`belt_SortArrayString`,
9597
`belt_MutableQueue`,
9698
`belt_MutableStack`,
9799
`belt_List`,
98100
`belt_Range`,
99101
`belt_Set`,
102+
`belt_SetInt`,
103+
`belt_SetString`,
100104
`belt_Map`,
105+
`belt_MapInt`,
106+
`belt_MapString`,
101107
`belt_MutableSet`,
108+
`belt_MutableSetInt`,
109+
`belt_MutableSetString`,
102110
`belt_MutableMap`,
111+
`belt_MutableMapInt`,
112+
`belt_MutableMapString`,
103113
`belt_HashSet`,
104-
`belt_HashMap`
114+
`belt_HashSetInt`,
115+
`belt_HashSetString`,
116+
`belt_HashMap`,
117+
`belt_HashMapInt`,
118+
`belt_HashMapString`,
105119
].map(x => `${x}.cmi:/static/cmis/${x}.cmi`).map(x => `--file ${x}`).join(` `)
106120
e(`js_of_ocaml --disable share --toplevel ./polyfill.js jsc.byte ${includes} ${cmi_files} -o ${playground}/exports.js`)
107121

0 commit comments

Comments
 (0)