Skip to content

v1.3.0

Compare
Choose a tag to compare
@fkling fkling released this 12 Dec 06:48
· 737 commits to master since this release

New

Transformers can now return a source map as well, which allows us to highlight the corresponding code in the output editor (#79):

Big thanks to @RReverser again!

Parser updates

  • Updated parse5 to v2 (#76)

Improvements / fixes

  • Autofocus works better with recursive trees (87401c0).
  • Fixes around category switching and parser loading (be13958, ec81ced).
  • jscodeshift's registerMethods method can now be used in astexplorer. It doesn't throw errors about duplicate custom methods on rerun anymore (#80).

Most other commits focused on

  • improving astexplorer's loading time through better bundling and cache settings
  • code organization