-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
refactor(gomod): Simplify dependency extraction #28852
refactor(gomod): Simplify dependency extraction #28852
Conversation
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.
Please move extract.spec.ts
refactorings to seperate PR
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 if our tests are good :)
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.
why not using the good enough parser?
I think it will be more complex than this one, as it requires tokenizer setup and then if-then checks anyway |
🎉 This PR is included in version 37.346.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
This PR will simplifies the detection of extra modules modified by
go get
during artifact update phase.Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: