falafel-turbo
v0.0.4
Published
transform the ast on a recursive walk
Downloads
14
Maintainers
Readme
This module is like falafel with the following differences
- Uses the latest version of Esprima
- Each node has a new method called
oldsource
which gives the source before it was updated usingupdate
- Returns undefined if Esprima is unable to parse the string instead of throwing an error.