-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fully remove weak and check only in runtime #5252
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5252 +/- ##
=======================================
Coverage 61.14% 61.14%
=======================================
Files 203 203
Lines 6843 6843
Branches 3 4 +1
=======================================
Hits 4184 4184
Misses 2658 2658
Partials 1 1
Continue to review full report at Codecov.
|
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.
Changelog? :D
@@ -37,15 +37,16 @@ export default class { | |||
let weak; | |||
|
|||
try { | |||
// eslint-disable-next-line |
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.
can you disable the exact rule?
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fully remove the module from the package, and leave the developer willing to use it to install it on the parent package. This way we will avoid crashing or waiting for a timeout if the machine cannot compile it or has no internet connection.
Keeping it as an optional dependency means that the network timeout has to be triggered; which can take a lot of time depending on the setup.