-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Code-cleanup of splittable fork. #16846
Conversation
cramforce
commented
Jul 18, 2018
- Removes support for browser masking in NPM.
- Consolidates file patching in update-packages gulp task.
- Lots of other small stuff
- As a follow up to Clean up incosistent hack to patch document-register-element. #16837 switch document-register-element to not use a default export from CommonJS, because this confuses our build system across babel, browserify, closure, etc.
683df6e
to
6e762bb
Compare
- Removes support for browser masking in NPM. - Simplify code based on lack of base module separate from main. - Consolidates file patching in update-packages gulp task. - Lots of other small stuff - As a follow up to ampproject#16837 switch document-register-element to not use a default export from CommonJS, because this confuses our build system across babel, browserify, closure, etc.
6e762bb
to
774c85b
Compare
Codecov Report
@@ Coverage Diff @@
## master #16846 +/- ##
==========================================
+ Coverage 78.13% 78.14% +0.01%
==========================================
Files 560 560
Lines 40565 40565
==========================================
+ Hits 31696 31701 +5
+ Misses 8869 8864 -5
Continue to review full report at Codecov.
|
Part of #16847 |
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
This reverts commit 6470c1e.
- Removes support for browser masking in NPM. - Consolidates file patching in update-packages gulp task. - Lots of other small stuff - As a follow up to #16837 switch document-register-element to not use a default export from CommonJS, because this confuses our build system across babel, browserify, closure, etc. Roll forward of #16846 The revert was a red herring. The real problem was caused by the Travis cache.
Part of #16847 |
- Removes support for browser masking in NPM. - Simplify code based on lack of base module separate from main. - Consolidates file patching in update-packages gulp task. - Lots of other small stuff - As a follow up to ampproject#16837 switch document-register-element to not use a default export from CommonJS, because this confuses our build system across babel, browserify, closure, etc.
- Removes support for browser masking in NPM. - Consolidates file patching in update-packages gulp task. - Lots of other small stuff - As a follow up to ampproject#16837 switch document-register-element to not use a default export from CommonJS, because this confuses our build system across babel, browserify, closure, etc. Roll forward of ampproject#16846 The revert was a red herring. The real problem was caused by the Travis cache.