-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(experimental-utils): moved types eslint-plugin util to experimental-utils #3317
New issue
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
Conversation
…ntal-utils package
Thanks for the PR, @detljh! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - almost there - one suggestion.
Thanks for your contribution!
…tal-utils package
…tal-utils package
…tal-utils package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this!
One thing that you missed (I forgot this exists too!) is the test for the isUnsafeAssignment
function:
…tal-utils package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
looks like this needs to be rebased as there are some complex from another change. |
…ntal-utils package
…tal-utils package
…tal-utils package
…tal-utils package
…tal-utils package
…tal-utils package
Looks like there is a merge conflict and build failures. |
❌ Deploy Preview for typescript-eslint failed. 🔨 Explore the source changes: 09d5ee9 🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61c245b95b0d4d00078439d4 |
This was done in #3658 - a new package, |
PR Checklist
experimental-utils
package? #3305Overview
Moves over the types util file into the
experimental-utils
package ineslint-utils
Also had to duplicate
packages/eslint-plugin/typings/typescript.d.ts
file intopackages/experimental-utils/typings/typescript.d.ts
as the types util file depended on it. Unsure if there's another way to do this?