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.
1 parent 795bbb3 commit 603c535Copy full SHA for 603c535
elm-io-ports.js
@@ -1,6 +1,7 @@
1
/* Implementation from: https://raw.githubusercontent.com/maxsnew/IO/master/elm-io.sh */
2
module.exports =
3
"(function(){\n" +
4
+ " window = {Date: Date};\n" +
5
" var stdin = process.stdin;\n" +
6
" var fs = require('fs');\n" +
7
" var worker = Elm.worker(Elm.Main, {responses: null });\n" +
0 commit comments