Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I havesearched for related issues and found none that matched my issue.
- I haveread the FAQ and my problem is not listed.
Relevant Package
visitor-keys
Playground Link
No response
Repro Code
export{localasexported}
ESLint Config
tsconfig
Expected Result
Visitation order forExportSpecifier
is incorrect -exported
is visited beforelocal
.
@typescript-eslint/visitor-keys
inherits this problem fromeslint-visitor-keys
(as discussed in#11279). It has been fixed ineslint/js#655, which is included ineslint-visitor-keys
v4.2.1, which was released today.
As far as I can see, this is the only substantive change made in v4.2.1, so I think it should be possible to bumpeslint-visitor-keys
dependency without upgrading to latesteslint
, and it shouldn't affect anything else.
Actual Result
n/a
Additional Info
No response
Versions
package | version |
---|---|
@typescript-eslint/visitor-keys | 8.34.0 |