- Update AST node names to match ESTree
- Don't break methods with line break after name
- Mark as compatible with acorn@8
- Support await in field initializers
- Don't break acorn's optional chaining support
- Don't break keyword method names
- Allow keyword field names
- Support numeric field names
- Make compatible with acorn@7
- Use injected acorn instance if available
- Evaluate class heritage with outer private environment
- Don't allow private element access on
super
- Uses
Object.getPrototypeOf
if available instead of__proto__
- Fix usage of super in field initializers
- Restore compatibility with acorn-private-methods
- Require acorn >= 6.1.0
- Adapt to changes in acorn 6.0.3
- Update to new acorn 6 interface
- Change license to MIT
- Don't accept whitespace between hash and private name
- Correctly parse all fields named
async
Initial release