Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Build optimizer es2015 #169

Merged
merged 3 commits into from
Sep 26, 2017
Merged

Build optimizer es2015 #169

merged 3 commits into from
Sep 26, 2017

Conversation

filipesilva
Copy link
Contributor

This reverts #168 because this es2015 support needed more than that.

@filipesilva filipesilva merged commit 06c63f2 into angular:master Sep 26, 2017
@filipesilva filipesilva deleted the build-optimizer-es2015 branch September 26, 2017 16:30
@@ -173,6 +173,20 @@ describe('scrub-file', () => {
expect(oneLine`${transform(input)}`).toEqual(oneLine`${output}`);
});


fit('removes top-level Angular constructor parameters in es2015', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #170

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants