UNPKG
elm-basic-compile
Version:
latest (0.0.103)
0.0.103
0.0.102
0.0.101
0.0.100
0.0.18
elm-compiler built with GHCJS and wrapped in a simple interface
elm-basic-compile
/
js
/
export.js
10 lines
(9 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports.initCompiler =
function
(
callback
)
{
var
action = h
$c2
( h
$ap1_e
, h
$mainZCJSInterfaceziinitCompiler
, h
$c1
(h
$ghcjszmprimZCGHCJSziPrimziJSVal_con_e
, callback) ); h
$run
(action); } })(process);