Commits
Click on a commit to change the comparison rangefix(ast/estree): fix `BindingIdentifier` (#9822)
spec: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/ast-spec/src/expression/Identifier/spec.ts
I'm not sure whether this can be fixed on struct side `BindingIdentifier` instead of field side `Class.id`. `BindingIdentifier` is used inside flatten `BindingPatternKind` enum, so changing it might be complicated.
There are probably many instances like this, so I'm just trying to see the pattern first.10 months ago
by hi-ogawa