This repository has been archived by the owner on May 19, 2018. It is now read-only.
v7.0.0-beta.13
Pre-release
Pre-release
v7.0.0-beta.13 (2017-06-06)
- New Plugin:
optionalChaining
- Fix parsing issues with
classPrivateProperties
🚀 New Feature
🐛 Bug Fix
- #566 Fix parsing of private fields. (@danez)
- #557 Estree: Fix stmt value being the raw value. (@danez)
- #565 Fix location info on FunctionTypeParam nodes. (@xixixao)
📝 Documentation
- #554 [skip ci] Add classPrivateProperties to README & fix classProperties proposal link. (@boopathi)
🏠 Internal
- #561 ☄️ Improve performance by removing all spread/rest usages. (@danez)
- #562 Use preset-env and update other dependencies. (@danez)
- #552 Add node 8 to travis. (@danez)