Commits
Click on a commit to change the comparison rangerefactor(ast): Remove `AstKind` for `MemberExpression` and replace with `StaticMemberExpression` and `PrivateFieldExpression` (#11767)
- related to #11490
Replaces the current `AstKind::MemberExpression` with `StaticMemberExpresion` and `PrivateFieldExpression`.
To make this change a little bit more ergonomic I've a new `MemberExpressionKind` which represents this subset of kinds.2 months ago
by camchenry