Fork me on GitHub
#cljs-dev
<
2016-03-17
>
domkm21:03:07

What is the current state of CLJS support for ES2015 modules?

dnolen21:03:33

@domkm: there’s basic support and some people are using it

richiardiandrea21:03:52

just released the ast layer of helpers I was talking about...I hope people will find it useful https://github.com/Lambda-X/replumb/blob/master/src/cljs/replumb/ast.cljs

domkm22:03:05

@dnolen: That's awesome! Do you know of any examples using it or even a description of how to require an ES2015 module? I wouldn't know where to start.