Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

falafel-turbo

Dexter-JS7MIT0.0.4

transform the ast on a recursive walk

ast, source, traversal, syntax, tree, burrito

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 using update
  • Returns undefined if Esprima is unable to parse the string instead of throwing an error.