Skip to content
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

updating angular cli to my fork #1

Merged
merged 1,105 commits into from
Oct 6, 2018
Merged

updating angular cli to my fork #1

merged 1,105 commits into from
Oct 6, 2018

Conversation

johnpapa
Copy link
Owner

@johnpapa johnpapa commented Oct 6, 2018

No description provided.

hansl and others added 30 commits September 6, 2018 07:37
Removed unnecessary fields in interfaces, added some comments. Overall QoL.
And fix a bug with json schema to Option array.
Before we did not denormalize the paths, but were expecting to get paths as options.
Updated `@angular/<packages>` to `^7.0.0-beta.4` since we need this to be able to run the tests. Due to the `@angular/compiler` in `v6` doesn't support `typescript` `3.0.x`.
…object

You can now provide an array of globs to `ignore` from copying

Closes #11850
…object

You can now provide an array of globs to `ignore` from copying

Closes #11850
Clean up several parts of the styles config and also removed the dependency on `postcss-url`
…ning wide characters

Executing a command like `ng generate component my-component` can sometimes lead to
mangled Angular module files when inserting the component into `declaration` and
adding the import. This happens if the file contains characters that are wider than
one byte e.g. a copyright sign or an umlaut. Today it is expected to be able to use
two byte long characters in code.

The `UpdateBuffer` class operates using Buffer objects which use byte arrays internally.
Using text node positions provided by the TypeScript library, these will not match up.
This change looks up the textual position inside the Buffer and uses the correct index.

Closes #7851, #7950
`/` will cause an error during lookup `Error: Expected to find an `ngsw-config.json` configuration file
alan-agius4 and others added 29 commits October 3, 2018 16:34
Replace the v8-profiler dependency with v8-profiler-node8 as the first one
doesn't support node 8 and 10, and that @angular/cli support only node 8
and 10.
Add documentation on how to generate a CPU profile capture.
After some refactoring on the angular/cli init, v8-profiler typing is required
in order to fix a no-any lint error.
We only use @types/v8-profiler, which is a repository dev dependency, and v8-profiler-node8
is a "when needed" dependency.
Remove dependency to the @types/v8-profiler Profiler type as we don't want to depend on it.

See #12411 (comment)
Direct copy of the script from core.
* refactor: add a better `description` for `packages`

* fix(@angular/cli): `ng update --help` shows `--packages` twice

Closes #12468
* docs: fix url typo

* ci: exit with `0` error code when running templates
When creating an application, the project root was always "projects/e2e". This
is undesired as it leads to conflicts when creating another app.

Fix #12491.
@johnpapa johnpapa merged commit 4c73ce8 into johnpapa:master Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.