Skip to content

Support for Babel 6 ESTree extensions

Compare
Choose a tag to compare
@matAtWork matAtWork released this 06 Nov 08:46
· 289 commits to master since this release

Update tests to reflect correction of async properties
For async properties, the .async flag was incorrectly set on the Property, not Property.value
Fix missing locations on await/async nodes.
Only hoist (scoped) declarations if the scope contains an 'await'.