lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
grounded_sage 2018-02-25T05:29:56.000108Z

Looking to sneak Clojurescript into work for doing browser testing with Puppeteer. Needs to be a node solution so I'm trying out Lumo but getting this when I run node main.js following the quickstarts

(function (exports, require, module, __filename, __dirname) { goog.addDependency("base.js", ['goog'], []);
                                                              ^

ReferenceError: goog is not defined
    at Object.<anonymous> (/Users/wade/lumo-test/out/main.js:1:63)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Function.Module.runMain (module.js:605:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3

grounded_sage 2018-02-25T05:47:40.000016Z

Weird I re did it all and it works now

mfikes 2018-02-25T19:37:34.000011Z

@anmonteiro @richiardiandrea FWIW, I may start digging into prepl support in Planck. Will let you know if I learn anything profound. https://github.com/mfikes/planck/issues/657

richiardiandrea 2018-02-25T19:39:06.000141Z

@mfikes awesome, I am also following the conversation on #cljs-dev

mfikes 2018-02-25T19:39:24.000109Z

Cool!

richiardiandrea 2018-02-25T21:14:46.000010Z

@mfikes I put back on my Java gloves for one day and the source map patch is in, we'll see when that gets merged

1👍