Hacker News new | ask | show | jobs
by neonsunset 526 days ago
Very nice and clean implementation, awesome work!

(obviously can be further optimized but hey it already beats the alternatives)

1 comments

Thanks!

Yes indeed - it can be optimized further, but it will also loose some perf. when things such as sourcemaps or tree shaking are introduced. Right now I am positive that in total it should be around the same as of now due to the potential optimizations (e.g., streaming in the JS AST generation).