Skip to content

v1.4.0

Compare
Choose a tag to compare
@fkling fkling released this 12 Dec 20:50
· 730 commits to master since this release

Improvements

  • Computed properties (i.e. AST node properties that are not added by the parser by default, but added by astexplorer) are now indicated by a * before the name.

Fixes

  • Source map highlighting and source code with leading empty lines caused astexplorer to hang ( #82 ).
  • Module selector didn't work for babylon6 ( #81 )
  • Added back leadingComments and trailingComments properties to typescript nodes (f933252).