nestdotland/analyzer

runtime: use wasm swc instead of babel?

Closed this issue · 1 comments

Before passing the code to the runtime analyzer, we use babel to transform the code into acornjs parsable code. So why not use swc in that case?

Lets not do this for now.