Skip to content

v0.2.0

Compare
Choose a tag to compare
@fkling fkling released this 21 Jul 23:58

Changed

  • The --verbosity options is renamed to --verbose
  • Babel is used as parser, instead of esprima-fb. The resulting ASTs will be slightly different, which is why you might have to adapt existing codemods. You can use http://astexplorer.net/ with the parser "recast" and the parser configuration set to "babel" to learn about the new structure.