lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
582 stars 75 forks source link

Transpile to support Node 6 #236

Closed austinkelleher closed 6 years ago

austinkelleher commented 6 years ago

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.

zephraph commented 6 years ago

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.

austinkelleher commented 6 years ago

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