Support for Babel 6 ESTree extensions
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'.