-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Drop legacy require support #3694
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3694 +/- ##
==========================================
- Coverage 70.88% 70.87% -0.01%
==========================================
Files 291 288 -3
Lines 21226 21183 -43
==========================================
- Hits 15045 15013 -32
+ Misses 5216 5206 -10
+ Partials 965 964 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
872ce2c
to
79d8dab
Compare
return r.modSys.Require(specifier) | ||
} | ||
|
||
// getPreviousRequiringFile is a helper that is currently need for the implemnetation of `open`. |
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.
// getPreviousRequiringFile is a helper that is currently need for the implemnetation of `open`. | |
// getPreviousRequiringFile is a helper that is currently need for the implementation of `open`. |
This is now part of #3456 |
What?
Completely drop the legacy require support
Why?
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)