We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10b1384 + 209bace commit 2721d8dCopy full SHA for 2721d8d
jscomp/repl.js
@@ -118,7 +118,7 @@ var cmi_files =
118
`belt_HashMapInt`,
119
`belt_HashMapString`,
120
].map(x => `${x}.cmi:/static/cmis/${x}.cmi`).map(x => `--file ${x}`).join(` `)
121
-e(`js_of_ocaml --disable share --toplevel ./polyfill.js jsc.byte ${includes} ${cmi_files} -o ${playground}/exports.js`)
+e(`js_of_ocaml --disable share --toplevel +weak.js ./polyfill.js jsc.byte ${includes} ${cmi_files} -o ${playground}/exports.js`)
122
123
124
0 commit comments