lasso-js/lasso

Transpile to support Node 6

austinkelleher opened this issue · 2 comments

We also need to do Node version detection to point to either a dist-compat directory or src. If process.version >= 'v8.0.0', we should use src.

Ah, yes, that's why there's an async function in lasso that marko-starter is choking on 😄 . I think at least supporting whatever the current LTS is would be good.

@zephraph That should only be for marko-starter@2.0.0. Also, this change should be ready tomorrow.