File tree
Expand file treeCollapse file tree
19 files changed
+156
-89
lines changedFilter options
- packages
- core/schematics
- migrations/signal-migration/src
- ng-generate/cleanup-unused-imports
- utils/tsurge
- executors
- helpers
- angular_devkit
- testing
- language-service/src/refactorings
- convert_to_signal_input
- convert_to_signal_queries
Expand file treeCollapse file tree
19 files changed
+156
-89
lines changedpackages/core/schematics/migrations/signal-migration/src/cli.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/migrations/signal-migration/src/cli.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 |
| - |
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
packages/core/schematics/migrations/signal-migration/src/migration.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/migrations/signal-migration/src/migration.ts+13-9Lines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 | 26 |
|
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
34 | 32 |
|
35 | 33 |
|
36 | 34 |
|
| ||
50 | 48 |
|
51 | 49 |
|
52 | 50 |
|
53 |
| - |
54 |
| - |
55 |
| - |
| 51 | + |
| 52 | + |
56 | 53 |
|
57 | 54 |
|
58 | 55 |
|
| ||
63 | 60 |
|
64 | 61 |
|
65 | 62 |
|
66 |
| - |
67 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
| ||
163 | 165 |
|
164 | 166 |
|
165 | 167 |
|
| 168 | + |
| 169 | + |
166 | 170 |
|
167 | 171 |
|
168 | 172 |
|
|
packages/core/schematics/ng-generate/cleanup-unused-imports/unused_imports_migration.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/ng-generate/cleanup-unused-imports/unused_imports_migration.ts+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
| ||
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
| ||
70 | 69 |
|
71 | 70 |
|
72 | 71 |
|
73 |
| - |
| 72 | + |
74 | 73 |
|
75 | 74 |
|
76 | 75 |
|
|
packages/core/schematics/utils/tsurge/base_migration.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/base_migration.ts+7-41Lines changed: 7 additions & 41 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 |
| - |
| 36 | + |
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
82 | 48 |
|
83 | 49 |
|
84 | 50 |
|
|
packages/core/schematics/utils/tsurge/executors/analyze_exec.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/executors/analyze_exec.ts+3-3Lines changed: 3 additions & 3 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 | 13 |
|
13 |
| - |
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 |
| - |
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
packages/core/schematics/utils/tsurge/executors/combine_exec.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/executors/combine_exec.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
packages/core/schematics/utils/tsurge/executors/global_meta_exec.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/executors/global_meta_exec.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
packages/core/schematics/utils/tsurge/executors/migrate_exec.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/executors/migrate_exec.ts+4-4Lines changed: 4 additions & 4 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 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
packages/core/schematics/utils/tsurge/helpers/angular_devkit/BUILD.bazel
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/helpers/angular_devkit/BUILD.bazel+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
packages/core/schematics/utils/tsurge/helpers/angular_devkit/run_in_devkit.ts
Copy file name to clipboardExpand all lines: packages/core/schematics/utils/tsurge/helpers/angular_devkit/run_in_devkit.ts+45-6Lines changed: 45 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
77 | 79 |
|
78 | 80 |
|
79 |
| - |
80 |
| - |
81 |
| - |
| 81 | + |
82 | 82 |
|
| 83 | + |
| 84 | + |
| 85 | + |
83 | 86 |
|
| 87 | + |
84 | 88 |
|
85 | 89 |
|
86 | 90 |
|
| ||
102 | 106 |
|
103 | 107 |
|
104 | 108 |
|
105 |
| - |
106 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
107 | 112 |
|
108 | 113 |
|
109 | 114 |
|
| ||
132 | 137 |
|
133 | 138 |
|
134 | 139 |
|
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
0 commit comments