- Update AST node names to match ESTree
- Migrate to ESM
- Mark as compatible with acorn@8
- Don't break acorn's optional chaining support
- Don't parse static private methods
- Don't allow private method access on
super
- Use injected acorn instance if available
- Uses
Object.getPrototypeOf
if available instead of__proto__
- Mark as compatible with acorn v7
- Require acorn >= 6.1.0
- Forbid binding await in async arrow function's parameter list
- Fix parsing of chained subscripts
- Adapt to changes in acorn 6.0.3
- Update to new acorn 6 interface
- Change license to MIT
- Don't allow direct super() calls in private methods
- Don't accept whitespace between hash and private name
Initial release