-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(builder): broccoli bump to 1.0 #332
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
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Cool! I will close mine PR but leave local branch if you find anything useful. |
85414a2
to
3e4a470
Compare
I went over the changes and it lgtm. Also checked the CI logs and couldn't find any weird stuff. |
Setting I thought it might be a sign that there's something wrong with manual compilation. Compiling with
|
Running |
* re-emitted. This primarily affects code that uses `const enum`s, because changing the enum value | ||
* requires global emit, which can affect many files. | ||
*/ | ||
class DiffingTSCompiler extends Plugin { |
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.
👍 nice
@filipesilva I fixed the bug where |
Tested and can confirm it's fixed. |
})); | ||
// Add all spec files to files. We need this because spec files are their own entry | ||
// point. | ||
fs.readdirSync(sourceDir).forEach(function addPathRecursive(name) { |
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.
💯
@@ -113,10 +111,10 @@ Angular2App.prototype.toTree = function() { | |||
jsTree, | |||
this.index(), | |||
vendorNpmTree, | |||
thirdPartyJs | |||
thirdPartyJs, |
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 remove this please, we are not using it anymore?
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.
Done.
2925f7a
to
9cc3633
Compare
Also added a test to make sure |
I still need to bug a bit, unfortunately there is still issue when some Btw, you increased performance by 1/3 👍 |
I cannot comment on the lines that are not being changed so I will write fixes here;
Please let me know when you will be done so I can check it. |
Fixed what I think were all bugs. Please take another look. @alxhub: could you take a look at the SWManifest? I stopped reading the manifest file and instead keep the hash in memory. |
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is the right PR for the broccoli upgrade.
Original was #299.