Charles Lyding
cfa1649fdd
refactor(@angular/cli): use standard node resolution methods where possible
2019-03-30 18:36:22 -07:00
Alan Agius
a613a9759e
style: add spacing to error message
2018-12-06 11:49:20 -08:00
Noel Mace
317602e40d
refactor(@angular/cli): remove v8-profiler typings
...
Remove dependency to the @types/v8-profiler Profiler type as we don't want to depend on it.
See https://github.com/angular/angular-cli/pull/12411#discussion_r221688065
2018-10-03 16:35:54 -07:00
Noel Mace
93ccb82341
style: disable no-implicit-dependency v8-profiler
...
We only use @types/v8-profiler, which is a repository dev dependency, and v8-profiler-node8
is a "when needed" dependency.
2018-10-03 16:35:54 -07:00
Noel Mace
42f827ba36
build: add v8-profiler typings
...
After some refactoring on the angular/cli init, v8-profiler typing is required
in order to fix a no-any lint error.
2018-10-03 16:35:54 -07:00
Noel Mace
3de49db38e
fix(@angular/cli): capture CPU profile
...
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.
2018-10-03 16:35:54 -07:00
Hans Larsen
20b5d916d2
feat(@angular/cli): use STDERR to report warnings
2018-08-21 09:57:34 -07:00
Charles Lyding
598c5da777
fix(@angular/cli): properly bootstrap 1.x from global 6.x
2018-07-27 11:41:56 -07:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00