Skip to content

Commit 9daa373

Browse files
committed
915593a refactor(compiler): fix typo in method name (#59479)
1 parent 8492111 commit 9daa373

20 files changed

+37
-37
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Jan 13 15:57:28 UTC 2025
2-
435d31ed5f632f5e7e8702c2dc225df6eda1ffbe
1+
Mon Jan 13 16:03:52 UTC 2025
2+
915593ad25c4f4e373f34fcbc794cfebb0a22260

bundles/chunk-THEV7BXC.js renamed to bundles/chunk-7MEZ7W7H.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-6K4UVAPQ.js renamed to bundles/chunk-IVNLO7J6.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-Z6EBKNQH.js renamed to bundles/chunk-KIKAZPVG.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10040,7 +10040,7 @@ var AstTranslator = class {
1004010040
addParseSpanInfo(node, ast.sourceSpan);
1004110041
return node;
1004210042
}
10043-
visitTypeofExpresion(ast) {
10043+
visitTypeofExpression(ast) {
1004410044
const expression = wrapForDiagnostics(this.translate(ast.expression));
1004510045
const node = ts40.factory.createTypeOfExpression(expression);
1004610046
addParseSpanInfo(node, ast.sourceSpan);
@@ -10196,7 +10196,7 @@ var _VeSafeLhsInferenceBugDetector = class {
1019610196
visitPrefixNot(ast) {
1019710197
return ast.expression.visit(this);
1019810198
}
10199-
visitTypeofExpresion(ast) {
10199+
visitTypeofExpression(ast) {
1020010200
return ast.expression.visit(this);
1020110201
}
1020210202
visitNonNullAssert(ast) {
@@ -15495,4 +15495,4 @@ export {
1549515495
* Use of this source code is governed by an MIT-style license that can be
1549615496
* found in the LICENSE file at https://angular.dev/license
1549715497
*/
15498-
//# sourceMappingURL=chunk-Z6EBKNQH.js.map
15498+
//# sourceMappingURL=chunk-KIKAZPVG.js.map

bundles/chunk-Z6EBKNQH.js.map renamed to bundles/chunk-KIKAZPVG.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/chunk-WE2ZUPK6.js renamed to bundles/chunk-Q6NCUEWR.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

bundles/chunk-T2HQMWRH.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)