Utils: remove eslint-scope
types
#4953
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
breaking change
This change will require a new major version to be released
enhancement
New feature or request
package: utils
Issues related to the @typescript-eslint/utils package
Milestone
Uh oh!
There was an error while loading. Please reload this page.
eslint-scope
has switched to use package.json exports - meaning we can no longer deep import the various bits of their codebase. The export we currently have inutils
is to add types to the package which are augmented with our TSESTree types.Because of this breaking change we cannot provide these types any more.
The reason I never removed
eslint-scope
fromutils
originally was laziness... People can use ourscope-manager
package instead - which is a proper fork (/ rewrite) ofeslint-scope
, rather than just a hackily typed and exported version.Fail
Pass
The text was updated successfully, but these errors were encountered: