mozilla / spiderflunky

Static analysis of JavaScript
5 stars 3 forks source link

Acorn support #11

Open mvcisback opened 10 years ago

mvcisback commented 10 years ago

Refactor rawparse and parse to allow for acorn usage

mvcisback commented 10 years ago

One thing to note: by default acorn's output is not actually spidermonkey compatable. There is a flag location that needs to be enabled.