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

Conversation

@filipesilva
Copy link
Contributor

No description provided.

return pkg;
}


Copy link
Contributor

Choose a reason for hiding this comment

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

nit: double spaces between top-level declarations.

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

@@ -0,0 +1,27 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Replace - with _ in folder names.

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

"lite-server": "^2.3.0",
"ngo-loader": "alxhub/ngo",
"protractor": "^5.1.2",
"purify": "igorminar/purify",
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Purify and ngo-loader are needed for the parity test, otherwise I can't test if build-optimizer is performing at least as well.

) { }

ngOnInit() {
// Do not initialize the search on browsers that lack web worker support
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that code supposed to be in comments? If so, please add a comment explaining that this comment is for a specific test.

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

@@ -0,0 +1,6 @@
export interface DocumentContents {
Copy link
Contributor

Choose a reason for hiding this comment

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

Underscore in the directory names.

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

import { getScrubFileTransformer } from '../transforms/scrub-file';


const HAS_DECORATORS = /decorators/;
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't do all-caps on const.

@hansl hansl merged commit 0470a36 into angular:master Jul 11, 2017
@filipesilva filipesilva deleted the build-optimizer-cleanup branch July 11, 2017 23:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3 participants