Commit d21c89b
File tree
17 files changed
+234
-74
lines changedFilter options
- packages
- compiler/src
- render3
- partial
- compiler-cli
- src/ngtsc
- annotations
- component/src
- src
- docs/src
- metadata/src
- scope/src
- typecheck/api
- validation/src/rules
- test
- compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes
- ngtsc
- language-service/src
17 files changed
+234
-74
lines changedpackages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/annotations/component/src/handler.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1675 | 1675 |
|
1676 | 1676 |
|
1677 | 1677 |
|
1678 |
| - |
| 1678 | + |
1679 | 1679 |
|
1680 | 1680 |
|
1681 | 1681 |
|
| ||
1723 | 1723 |
|
1724 | 1724 |
|
1725 | 1725 |
|
1726 |
| - |
| 1726 | + |
1727 | 1727 |
|
1728 | 1728 |
|
1729 | 1729 |
|
|
packages/compiler-cli/src/ngtsc/annotations/src/pipe.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/annotations/src/pipe.ts+54-51Lines changed: 54 additions & 51 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
| ||
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
56 |
| - |
| 55 | + |
57 | 56 |
|
58 | 57 |
|
59 | 58 |
|
| ||
137 | 136 |
|
138 | 137 |
|
139 | 138 |
|
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 | 139 |
|
| 140 | + |
| 141 | + |
| 142 | + |
170 | 143 |
|
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 | 144 |
|
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
186 | 153 |
|
187 |
| - |
188 | 154 |
|
189 |
| - |
| 155 | + |
| 156 | + |
190 | 157 |
|
191 |
| - |
192 |
| - |
193 |
| - |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
194 | 170 |
|
195 | 171 |
|
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
196 | 199 |
|
197 | 200 |
|
198 | 201 |
|
| ||
216 | 219 |
|
217 | 220 |
|
218 | 221 |
|
219 |
| - |
| 222 | + |
220 | 223 |
|
221 | 224 |
|
222 | 225 |
|
|
packages/compiler-cli/src/ngtsc/docs/src/entities.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/docs/src/entities.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
|
packages/compiler-cli/src/ngtsc/metadata/src/api.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/metadata/src/api.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
361 |
| - |
| 361 | + |
362 | 362 |
|
363 | 363 |
|
364 | 364 |
|
|
packages/compiler-cli/src/ngtsc/metadata/src/dts.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/metadata/src/dts.ts+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
249 |
| - |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
250 | 254 |
|
251 | 255 |
|
252 | 256 |
|
253 |
| - |
| 257 | + |
254 | 258 |
|
255 | 259 |
|
256 | 260 |
|
|
packages/compiler-cli/src/ngtsc/scope/src/typecheck.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/scope/src/typecheck.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
|
packages/compiler-cli/src/ngtsc/typecheck/api/scope.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/typecheck/api/scope.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
|
packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.ts
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
| 141 | + |
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
|
packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/GOLDEN_PARTIAL.js
Copy file name to clipboardExpand all lines: packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/GOLDEN_PARTIAL.js+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/TEST_CASES.json
Copy file name to clipboardExpand all lines: packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/TEST_CASES.json+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
114 | 128 |
|
115 | 129 |
|
116 | 130 |
|
packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/nameless_pipe.js
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
packages/compiler-cli/test/compliance/test_cases/r3_compiler_compliance/components_and_directives/pipes/nameless_pipe.ts
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
0 commit comments