File tree
Expand file treeCollapse file tree
10 files changed
+71
-43
lines changedFilter options
- packages/angular/cli
- src
- command-builder
- utilities
- commands
- analytics
- cache
- completion
Expand file treeCollapse file tree
10 files changed
+71
-43
lines changedpackages/angular/cli/package.json
Copy file name to clipboardExpand all lines: packages/angular/cli/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
packages/angular/cli/src/command-builder/command-module.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/command-builder/command-module.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| ||
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
253 |
| - |
| 253 | + |
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
|
packages/angular/cli/src/command-builder/command-runner.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/command-builder/command-runner.ts+7-5Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
| 66 | + |
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
| 72 | + |
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
| ||
80 | 83 |
|
81 | 84 |
|
82 | 85 |
|
83 |
| - |
84 | 86 |
|
85 |
| - |
| 87 | + |
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
91 |
| - |
| 93 | + |
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
| ||
127 | 129 |
|
128 | 130 |
|
129 | 131 |
|
130 |
| - |
| 132 | + |
131 | 133 |
|
132 | 134 |
|
133 | 135 |
|
|
packages/angular/cli/src/command-builder/utilities/command.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/command-builder/utilities/command.ts+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 |
| - |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
| ||
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
| - |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
| ||
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
61 |
| - |
| 60 | + |
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
|
packages/angular/cli/src/command-builder/utilities/json-help.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/command-builder/utilities/json-help.ts+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
|
packages/angular/cli/src/command-builder/utilities/normalize-options-middleware.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/command-builder/utilities/normalize-options-middleware.ts+18-16Lines changed: 18 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
26 | 27 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
35 | 37 |
|
36 |
| - |
| 38 | + |
37 | 39 |
|
packages/angular/cli/src/commands/analytics/cli.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/commands/analytics/cli.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
packages/angular/cli/src/commands/cache/cli.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/commands/cache/cli.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
packages/angular/cli/src/commands/completion/cli.ts
Copy file name to clipboardExpand all lines: packages/angular/cli/src/commands/completion/cli.ts+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
| ||
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
72 |
| - |
| 74 | + |
73 | 75 |
|
74 | 76 |
|
+25-2Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments