Skip to content
This repository was archived by the owner on May 19, 2018. It is now read-only.

7.0.0-beta.14

Pre-release
Pre-release

Choose a tag to compare

@danez danez released this 18 Jun 21:09
· 207 commits to master since this release

🐛 Bug Fix

  • Fix comment attachment for call expressions (#575) (aardito2)
  • Correctly put typeParameters on FunctionExpression (#585) (Daniel Tschinder)
  • Add back shorthand field to Property (#580) (Daniel Tschinder)
  • The { after a function generic type annotation is a statement (#578) (Nicolò Ribaudo)

🏠 Internal

  • Fix v8 deopts (#581) (Daniel Tschinder)
  • Factor parseSubscript out of parseSubscripts (#576) (Andy)