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 { |
|
@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) { |
lib/broccoli/angular2-app.js
Outdated
| this.index(), | ||
| vendorNpmTree, | ||
| thirdPartyJs | ||
| thirdPartyJs, |
There was a problem hiding this comment.
can you remove this please, we are not using it anymore?
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.