@angular/compiler-cli 18.0.0-next.3 → 18.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-UYDKSYFP.js → chunk-3XKDS7QX.js} +78 -78
- package/bundles/{chunk-QA6MINWF.js → chunk-4WIV5B72.js} +13 -13
- package/bundles/{chunk-RUNTWSSX.js → chunk-72BAHUP4.js} +43 -43
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-KVMNPNPQ.js → chunk-QDR2AJXR.js} +5 -5
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-45SUUHP7.js → chunk-VHKPES4D.js} +31 -31
- package/bundles/{chunk-75Z2LUBT.js → chunk-VK6ST3OM.js} +139 -129
- package/bundles/chunk-VK6ST3OM.js.map +6 -0
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/metadata/src/api.d.ts +1 -1
- package/bundles/chunk-75Z2LUBT.js.map +0 -6
- /package/bundles/{chunk-UYDKSYFP.js.map → chunk-3XKDS7QX.js.map} +0 -0
- /package/bundles/{chunk-QA6MINWF.js.map → chunk-4WIV5B72.js.map} +0 -0
- /package/bundles/{chunk-RUNTWSSX.js.map → chunk-72BAHUP4.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-KVMNPNPQ.js.map → chunk-QDR2AJXR.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-45SUUHP7.js.map → chunk-VHKPES4D.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
- /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
PotentialImportKind,
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
SymbolKind
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YUMIYLNL.js";
|
|
12
12
|
import {
|
|
13
13
|
CompilationMode,
|
|
14
14
|
ComponentDecoratorHandler,
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
isHostDirectiveMetaForGlobalMode,
|
|
45
45
|
ivyTransformFactory,
|
|
46
46
|
tryParseInitializerApi
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-3XKDS7QX.js";
|
|
48
48
|
import {
|
|
49
49
|
AbsoluteModuleStrategy,
|
|
50
50
|
AliasStrategy,
|
|
@@ -94,14 +94,14 @@ import {
|
|
|
94
94
|
toUnredirectedSourceFile,
|
|
95
95
|
translateExpression,
|
|
96
96
|
translateType
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-72BAHUP4.js";
|
|
98
98
|
import {
|
|
99
99
|
ActivePerfRecorder,
|
|
100
100
|
DelegatingPerfRecorder,
|
|
101
101
|
PerfCheckpoint,
|
|
102
102
|
PerfEvent,
|
|
103
103
|
PerfPhase
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-R4KQI5XI.js";
|
|
105
105
|
import {
|
|
106
106
|
LogicalFileSystem,
|
|
107
107
|
absoluteFrom,
|
|
@@ -111,9 +111,9 @@ import {
|
|
|
111
111
|
getSourceFileOrError,
|
|
112
112
|
join,
|
|
113
113
|
resolve
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-75YFKYUJ.js";
|
|
115
115
|
|
|
116
|
-
// bazel-out/
|
|
116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
117
117
|
var DEFAULT_ERROR_CODE = 100;
|
|
118
118
|
var UNKNOWN_ERROR_CODE = 500;
|
|
119
119
|
var SOURCE = "angular";
|
|
@@ -131,7 +131,7 @@ var EmitFlags;
|
|
|
131
131
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
132
132
|
})(EmitFlags || (EmitFlags = {}));
|
|
133
133
|
|
|
134
|
-
// bazel-out/
|
|
134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
135
135
|
import ts from "typescript";
|
|
136
136
|
var wrapHostForTest = null;
|
|
137
137
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -141,7 +141,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
141
141
|
return tsHost;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
// bazel-out/
|
|
144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
145
145
|
var EntryType;
|
|
146
146
|
(function(EntryType2) {
|
|
147
147
|
EntryType2["Block"] = "block";
|
|
@@ -185,23 +185,23 @@ var MemberTags;
|
|
|
185
185
|
MemberTags2["Inherited"] = "override";
|
|
186
186
|
})(MemberTags || (MemberTags = {}));
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
189
189
|
import ts10 from "typescript";
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
192
192
|
import ts5 from "typescript";
|
|
193
193
|
|
|
194
|
-
// bazel-out/
|
|
194
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
195
195
|
function isAngularPrivateName(name) {
|
|
196
196
|
var _a;
|
|
197
197
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
198
198
|
return firstChar === "\u0275" || firstChar === "_";
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
// bazel-out/
|
|
201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
202
202
|
import ts3 from "typescript";
|
|
203
203
|
|
|
204
|
-
// bazel-out/
|
|
204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
205
205
|
function extractGenerics(declaration) {
|
|
206
206
|
var _a, _b;
|
|
207
207
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -214,7 +214,7 @@ function extractGenerics(declaration) {
|
|
|
214
214
|
})) != null ? _b : [];
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
// bazel-out/
|
|
217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
218
218
|
import ts2 from "typescript";
|
|
219
219
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
220
220
|
function extractJsDocTags(node) {
|
|
@@ -258,12 +258,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
258
258
|
return comment.replace(/_NG_AT_/g, "@");
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
// bazel-out/
|
|
261
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
262
262
|
function extractResolvedTypeString(node, checker) {
|
|
263
263
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
267
267
|
var FunctionExtractor = class {
|
|
268
268
|
constructor(name, declaration, typeChecker) {
|
|
269
269
|
this.name = name;
|
|
@@ -319,7 +319,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
319
319
|
}));
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
// bazel-out/
|
|
322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
323
323
|
import ts4 from "typescript";
|
|
324
324
|
function isInternal(member) {
|
|
325
325
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -338,7 +338,7 @@ function hasLeadingInternalComment(member) {
|
|
|
338
338
|
)) != null ? _a : false;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
// bazel-out/
|
|
341
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
342
342
|
var ClassExtractor = class {
|
|
343
343
|
constructor(declaration, typeChecker) {
|
|
344
344
|
this.declaration = declaration;
|
|
@@ -596,7 +596,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
596
596
|
return extractor.extract();
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
// bazel-out/
|
|
599
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
600
600
|
import ts6 from "typescript";
|
|
601
601
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
602
602
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -654,7 +654,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
654
654
|
});
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
// bazel-out/
|
|
657
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
658
658
|
import ts7 from "typescript";
|
|
659
659
|
function extractorDecorator(declaration, typeChecker) {
|
|
660
660
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -727,7 +727,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
727
727
|
return callSignature;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
// bazel-out/
|
|
730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
731
731
|
import ts8 from "typescript";
|
|
732
732
|
function extractEnum(declaration, typeChecker) {
|
|
733
733
|
return {
|
|
@@ -758,7 +758,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
758
758
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
759
759
|
}
|
|
760
760
|
|
|
761
|
-
// bazel-out/
|
|
761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
762
762
|
import ts9 from "typescript";
|
|
763
763
|
var initializerApiTag = "initializerApiFunction";
|
|
764
764
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -895,7 +895,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
895
895
|
return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
|
|
896
896
|
}
|
|
897
897
|
|
|
898
|
-
// bazel-out/
|
|
898
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
899
899
|
function extractTypeAlias(declaration) {
|
|
900
900
|
return {
|
|
901
901
|
name: declaration.name.getText(),
|
|
@@ -907,7 +907,7 @@ function extractTypeAlias(declaration) {
|
|
|
907
907
|
};
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
// bazel-out/
|
|
910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
911
911
|
var DocsExtractor = class {
|
|
912
912
|
constructor(typeChecker, metadataReader) {
|
|
913
913
|
this.typeChecker = typeChecker;
|
|
@@ -980,11 +980,11 @@ function isIgnoredDocEntry(entry) {
|
|
|
980
980
|
return isDocsPrivate !== void 0;
|
|
981
981
|
}
|
|
982
982
|
|
|
983
|
-
// bazel-out/
|
|
983
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
984
984
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
985
985
|
import ts43 from "typescript";
|
|
986
986
|
|
|
987
|
-
// bazel-out/
|
|
987
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
988
988
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
989
989
|
import * as path from "path";
|
|
990
990
|
function i18nGetExtension(formatName) {
|
|
@@ -1035,10 +1035,10 @@ function getPathNormalizer(basePath) {
|
|
|
1035
1035
|
};
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
// bazel-out/
|
|
1038
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1039
1039
|
import ts11 from "typescript";
|
|
1040
1040
|
|
|
1041
|
-
// bazel-out/
|
|
1041
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1042
1042
|
function toNumbers(value) {
|
|
1043
1043
|
const suffixIndex = value.lastIndexOf("-");
|
|
1044
1044
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1073,7 +1073,7 @@ function compareVersions(v1, v2) {
|
|
|
1073
1073
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
// bazel-out/
|
|
1076
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1077
1077
|
var MIN_TS_VERSION = "5.4.0";
|
|
1078
1078
|
var MAX_TS_VERSION = "5.5.0";
|
|
1079
1079
|
var tsVersion = ts11.version;
|
|
@@ -1086,11 +1086,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1086
1086
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
|
-
// bazel-out/
|
|
1089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1090
1090
|
import { R3Identifiers as R3Identifiers5 } from "@angular/compiler";
|
|
1091
1091
|
import ts41 from "typescript";
|
|
1092
1092
|
|
|
1093
|
-
// bazel-out/
|
|
1093
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1094
1094
|
var CycleAnalyzer = class {
|
|
1095
1095
|
constructor(importGraph) {
|
|
1096
1096
|
this.importGraph = importGraph;
|
|
@@ -1161,7 +1161,7 @@ var Cycle = class {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
};
|
|
1163
1163
|
|
|
1164
|
-
// bazel-out/
|
|
1164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1165
1165
|
import ts12 from "typescript";
|
|
1166
1166
|
var ImportGraph = class {
|
|
1167
1167
|
constructor(checker, perf) {
|
|
@@ -1253,7 +1253,7 @@ var Found = class {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
};
|
|
1255
1255
|
|
|
1256
|
-
// bazel-out/
|
|
1256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1257
1257
|
import ts13 from "typescript";
|
|
1258
1258
|
var FlatIndexGenerator = class {
|
|
1259
1259
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1278,7 +1278,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1278
1278
|
}
|
|
1279
1279
|
};
|
|
1280
1280
|
|
|
1281
|
-
// bazel-out/
|
|
1281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1282
1282
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1283
1283
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1284
1284
|
let resolvedEntryPoint = null;
|
|
@@ -1294,7 +1294,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1294
1294
|
return resolvedEntryPoint;
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
|
-
// bazel-out/
|
|
1297
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1298
1298
|
import ts14 from "typescript";
|
|
1299
1299
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1300
1300
|
const diagnostics = [];
|
|
@@ -1374,7 +1374,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
|
-
// bazel-out/
|
|
1377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1378
1378
|
var ReferenceGraph = class {
|
|
1379
1379
|
constructor() {
|
|
1380
1380
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1428,7 +1428,7 @@ var ReferenceGraph = class {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
};
|
|
1430
1430
|
|
|
1431
|
-
// bazel-out/
|
|
1431
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
1432
1432
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
1433
1433
|
var UpdateMode;
|
|
1434
1434
|
(function(UpdateMode2) {
|
|
@@ -1436,13 +1436,13 @@ var UpdateMode;
|
|
|
1436
1436
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
1437
1437
|
})(UpdateMode || (UpdateMode = {}));
|
|
1438
1438
|
|
|
1439
|
-
// bazel-out/
|
|
1439
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1440
1440
|
import ts16 from "typescript";
|
|
1441
1441
|
|
|
1442
|
-
// bazel-out/
|
|
1442
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
1443
1443
|
import ts15 from "typescript";
|
|
1444
1444
|
|
|
1445
|
-
// bazel-out/
|
|
1445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
1446
1446
|
var NgExtension = Symbol("NgExtension");
|
|
1447
1447
|
function isExtended(sf) {
|
|
1448
1448
|
return sf[NgExtension] !== void 0;
|
|
@@ -1502,13 +1502,13 @@ function retagTsFile(sf) {
|
|
|
1502
1502
|
}
|
|
1503
1503
|
}
|
|
1504
1504
|
|
|
1505
|
-
// bazel-out/
|
|
1505
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
1506
1506
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
1507
1507
|
function makeShimFileName(fileName, suffix) {
|
|
1508
1508
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
|
-
// bazel-out/
|
|
1511
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
1512
1512
|
var ShimAdapter = class {
|
|
1513
1513
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
1514
1514
|
this.delegate = delegate;
|
|
@@ -1603,7 +1603,7 @@ var ShimAdapter = class {
|
|
|
1603
1603
|
}
|
|
1604
1604
|
};
|
|
1605
1605
|
|
|
1606
|
-
// bazel-out/
|
|
1606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
1607
1607
|
var ShimReferenceTagger = class {
|
|
1608
1608
|
constructor(shimExtensions) {
|
|
1609
1609
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -1637,7 +1637,7 @@ var ShimReferenceTagger = class {
|
|
|
1637
1637
|
}
|
|
1638
1638
|
};
|
|
1639
1639
|
|
|
1640
|
-
// bazel-out/
|
|
1640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1641
1641
|
var DelegatingCompilerHost = class {
|
|
1642
1642
|
get jsDocParsingMode() {
|
|
1643
1643
|
return this.delegate.jsDocParsingMode;
|
|
@@ -1756,7 +1756,7 @@ var TsCreateProgramDriver = class {
|
|
|
1756
1756
|
}
|
|
1757
1757
|
};
|
|
1758
1758
|
|
|
1759
|
-
// bazel-out/
|
|
1759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1760
1760
|
var FileDependencyGraph = class {
|
|
1761
1761
|
constructor() {
|
|
1762
1762
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1823,7 +1823,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1823
1823
|
return false;
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
|
-
// bazel-out/
|
|
1826
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1827
1827
|
var IncrementalStateKind;
|
|
1828
1828
|
(function(IncrementalStateKind2) {
|
|
1829
1829
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1831,7 +1831,7 @@ var IncrementalStateKind;
|
|
|
1831
1831
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1832
1832
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1833
1833
|
|
|
1834
|
-
// bazel-out/
|
|
1834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1835
1835
|
var PhaseKind;
|
|
1836
1836
|
(function(PhaseKind2) {
|
|
1837
1837
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -2032,7 +2032,7 @@ function toOriginalSourceFile(sf) {
|
|
|
2032
2032
|
}
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
|
-
// bazel-out/
|
|
2035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
2036
2036
|
var TrackedIncrementalBuildStrategy = class {
|
|
2037
2037
|
constructor() {
|
|
2038
2038
|
this.state = null;
|
|
@@ -2068,7 +2068,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
2068
2068
|
};
|
|
2069
2069
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
2070
2070
|
|
|
2071
|
-
// bazel-out/
|
|
2071
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
2072
2072
|
var IdentifierKind;
|
|
2073
2073
|
(function(IdentifierKind2) {
|
|
2074
2074
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -2086,7 +2086,7 @@ var AbsoluteSourceSpan = class {
|
|
|
2086
2086
|
}
|
|
2087
2087
|
};
|
|
2088
2088
|
|
|
2089
|
-
// bazel-out/
|
|
2089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
2090
2090
|
var IndexingContext = class {
|
|
2091
2091
|
constructor() {
|
|
2092
2092
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -2096,10 +2096,10 @@ var IndexingContext = class {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
};
|
|
2098
2098
|
|
|
2099
|
-
// bazel-out/
|
|
2099
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2100
2100
|
import { ParseSourceFile } from "@angular/compiler";
|
|
2101
2101
|
|
|
2102
|
-
// bazel-out/
|
|
2102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
2103
2103
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
2104
2104
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
2105
2105
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2381,7 +2381,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2381
2381
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2382
2382
|
}
|
|
2383
2383
|
|
|
2384
|
-
// bazel-out/
|
|
2384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2385
2385
|
function generateAnalysis(context) {
|
|
2386
2386
|
const analysis = /* @__PURE__ */ new Map();
|
|
2387
2387
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2417,7 +2417,7 @@ function generateAnalysis(context) {
|
|
|
2417
2417
|
return analysis;
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
|
-
// bazel-out/
|
|
2420
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2421
2421
|
var NgModuleIndexImpl = class {
|
|
2422
2422
|
constructor(metaReader, localReader) {
|
|
2423
2423
|
this.metaReader = metaReader;
|
|
@@ -2506,7 +2506,7 @@ var NgModuleIndexImpl = class {
|
|
|
2506
2506
|
}
|
|
2507
2507
|
};
|
|
2508
2508
|
|
|
2509
|
-
// bazel-out/
|
|
2509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2510
2510
|
import ts17 from "typescript";
|
|
2511
2511
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2512
2512
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2652,7 +2652,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2652
2652
|
};
|
|
2653
2653
|
}
|
|
2654
2654
|
|
|
2655
|
-
// bazel-out/
|
|
2655
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2656
2656
|
var StandaloneComponentScopeReader = class {
|
|
2657
2657
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2658
2658
|
this.metaReader = metaReader;
|
|
@@ -2748,10 +2748,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2748
2748
|
}
|
|
2749
2749
|
};
|
|
2750
2750
|
|
|
2751
|
-
// bazel-out/
|
|
2751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
2752
2752
|
import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
2753
2753
|
|
|
2754
|
-
// bazel-out/
|
|
2754
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
2755
2755
|
import ts18 from "typescript";
|
|
2756
2756
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
2757
2757
|
var _a;
|
|
@@ -2858,7 +2858,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2858
2858
|
return ts18.createSourceFile(fileName, template, ts18.ScriptTarget.Latest, false, ts18.ScriptKind.JSX);
|
|
2859
2859
|
}
|
|
2860
2860
|
|
|
2861
|
-
// bazel-out/
|
|
2861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2862
2862
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2863
2863
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2864
2864
|
function getTemplateId(clazz) {
|
|
@@ -2875,11 +2875,11 @@ function allocateTemplateId(sf) {
|
|
|
2875
2875
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2876
2876
|
}
|
|
2877
2877
|
|
|
2878
|
-
// bazel-out/
|
|
2878
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2879
2879
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2880
2880
|
import ts20 from "typescript";
|
|
2881
2881
|
|
|
2882
|
-
// bazel-out/
|
|
2882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2883
2883
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2884
2884
|
import ts19 from "typescript";
|
|
2885
2885
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -3010,7 +3010,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
3010
3010
|
}) || false;
|
|
3011
3011
|
}
|
|
3012
3012
|
|
|
3013
|
-
// bazel-out/
|
|
3013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
3014
3014
|
var CompletionEngine = class {
|
|
3015
3015
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
3016
3016
|
this.tcb = tcb;
|
|
@@ -4124,21 +4124,29 @@ var MagicString = class {
|
|
|
4124
4124
|
if (searchValue.global) {
|
|
4125
4125
|
const matches = matchAll(searchValue, this.original);
|
|
4126
4126
|
matches.forEach((match) => {
|
|
4127
|
-
if (match.index != null)
|
|
4127
|
+
if (match.index != null) {
|
|
4128
|
+
const replacement2 = getReplacement(match, this.original);
|
|
4129
|
+
if (replacement2 !== match[0]) {
|
|
4130
|
+
this.overwrite(
|
|
4131
|
+
match.index,
|
|
4132
|
+
match.index + match[0].length,
|
|
4133
|
+
replacement2
|
|
4134
|
+
);
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
});
|
|
4138
|
+
} else {
|
|
4139
|
+
const match = this.original.match(searchValue);
|
|
4140
|
+
if (match && match.index != null) {
|
|
4141
|
+
const replacement2 = getReplacement(match, this.original);
|
|
4142
|
+
if (replacement2 !== match[0]) {
|
|
4128
4143
|
this.overwrite(
|
|
4129
4144
|
match.index,
|
|
4130
4145
|
match.index + match[0].length,
|
|
4131
|
-
|
|
4146
|
+
replacement2
|
|
4132
4147
|
);
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
const match = this.original.match(searchValue);
|
|
4136
|
-
if (match && match.index != null)
|
|
4137
|
-
this.overwrite(
|
|
4138
|
-
match.index,
|
|
4139
|
-
match.index + match[0].length,
|
|
4140
|
-
getReplacement(match, this.original)
|
|
4141
|
-
);
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4142
4150
|
}
|
|
4143
4151
|
return this;
|
|
4144
4152
|
}
|
|
@@ -4160,7 +4168,9 @@ var MagicString = class {
|
|
|
4160
4168
|
const { original } = this;
|
|
4161
4169
|
const stringLength = string.length;
|
|
4162
4170
|
for (let index = original.indexOf(string); index !== -1; index = original.indexOf(string, index + stringLength)) {
|
|
4163
|
-
|
|
4171
|
+
const previous = original.slice(index, index + stringLength);
|
|
4172
|
+
if (previous !== replacement)
|
|
4173
|
+
this.overwrite(index, index + stringLength, replacement);
|
|
4164
4174
|
}
|
|
4165
4175
|
return this;
|
|
4166
4176
|
}
|
|
@@ -4177,10 +4187,10 @@ var MagicString = class {
|
|
|
4177
4187
|
}
|
|
4178
4188
|
};
|
|
4179
4189
|
|
|
4180
|
-
// bazel-out/
|
|
4190
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4181
4191
|
import ts33 from "typescript";
|
|
4182
4192
|
|
|
4183
|
-
// bazel-out/
|
|
4193
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
4184
4194
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
4185
4195
|
import ts21 from "typescript";
|
|
4186
4196
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -4233,10 +4243,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
4233
4243
|
}
|
|
4234
4244
|
};
|
|
4235
4245
|
|
|
4236
|
-
// bazel-out/
|
|
4246
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
4237
4247
|
import ts26 from "typescript";
|
|
4238
4248
|
|
|
4239
|
-
// bazel-out/
|
|
4249
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
4240
4250
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
4241
4251
|
var ReferenceEmitEnvironment = class {
|
|
4242
4252
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
@@ -4267,7 +4277,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
4267
4277
|
}
|
|
4268
4278
|
};
|
|
4269
4279
|
|
|
4270
|
-
// bazel-out/
|
|
4280
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
4271
4281
|
import ts22 from "typescript";
|
|
4272
4282
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
4273
4283
|
ts22.SyntaxKind.ParenthesizedExpression,
|
|
@@ -4350,15 +4360,15 @@ function tsNumericExpression(value) {
|
|
|
4350
4360
|
return ts22.factory.createNumericLiteral(value);
|
|
4351
4361
|
}
|
|
4352
4362
|
|
|
4353
|
-
// bazel-out/
|
|
4363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
4354
4364
|
import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr } from "@angular/compiler";
|
|
4355
4365
|
import ts25 from "typescript";
|
|
4356
4366
|
|
|
4357
|
-
// bazel-out/
|
|
4367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
4358
4368
|
import { R3Identifiers } from "@angular/compiler";
|
|
4359
4369
|
import ts24 from "typescript";
|
|
4360
4370
|
|
|
4361
|
-
// bazel-out/
|
|
4371
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
4362
4372
|
import ts23 from "typescript";
|
|
4363
4373
|
var TypeParameterEmitter = class {
|
|
4364
4374
|
constructor(typeParameters, reflector) {
|
|
@@ -4436,7 +4446,7 @@ var TypeParameterEmitter = class {
|
|
|
4436
4446
|
}
|
|
4437
4447
|
};
|
|
4438
4448
|
|
|
4439
|
-
// bazel-out/
|
|
4449
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
4440
4450
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
4441
4451
|
R3Identifiers.InputSignalBrandWriteType
|
|
4442
4452
|
];
|
|
@@ -4528,7 +4538,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
4528
4538
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
4529
4539
|
}
|
|
4530
4540
|
|
|
4531
|
-
// bazel-out/
|
|
4541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
4532
4542
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
4533
4543
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
4534
4544
|
const rawType = ts25.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -4651,7 +4661,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
4651
4661
|
});
|
|
4652
4662
|
}
|
|
4653
4663
|
|
|
4654
|
-
// bazel-out/
|
|
4664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
4655
4665
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
4656
4666
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
4657
4667
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -4726,7 +4736,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
4726
4736
|
}
|
|
4727
4737
|
};
|
|
4728
4738
|
|
|
4729
|
-
// bazel-out/
|
|
4739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
4730
4740
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
4731
4741
|
import ts27 from "typescript";
|
|
4732
4742
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -4828,7 +4838,7 @@ Consider enabling the 'strictTemplates' option in your tsconfig.json for better
|
|
|
4828
4838
|
splitTwoWayBinding(templateId, input, output, inputConsumer, outputConsumer) {
|
|
4829
4839
|
const mapping = this.resolver.getSourceMapping(templateId);
|
|
4830
4840
|
const errorMsg = `The property and event halves of the two-way binding '${input.name}' are not bound to the same target.
|
|
4831
|
-
Find more at https://angular.
|
|
4841
|
+
Find more at https://angular.dev/guide/templates/two-way-binding#how-two-way-binding-works`;
|
|
4832
4842
|
const relatedMessages = [];
|
|
4833
4843
|
relatedMessages.push({
|
|
4834
4844
|
text: `The property half of the binding is to the '${inputConsumer.name.text}' component.`,
|
|
@@ -4907,7 +4917,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
4907
4917
|
};
|
|
4908
4918
|
}
|
|
4909
4919
|
|
|
4910
|
-
// bazel-out/
|
|
4920
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
4911
4921
|
import ts28 from "typescript";
|
|
4912
4922
|
var TypeCheckShimGenerator = class {
|
|
4913
4923
|
constructor() {
|
|
@@ -4925,11 +4935,11 @@ var TypeCheckShimGenerator = class {
|
|
|
4925
4935
|
}
|
|
4926
4936
|
};
|
|
4927
4937
|
|
|
4928
|
-
// bazel-out/
|
|
4938
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
4929
4939
|
import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver3, ParsedEventType, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers3, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement3, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstReference as TmplAstReference3, TmplAstSwitchBlock, TmplAstTemplate as TmplAstTemplate2, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TransplantedType } from "@angular/compiler";
|
|
4930
4940
|
import ts31 from "typescript";
|
|
4931
4941
|
|
|
4932
|
-
// bazel-out/
|
|
4942
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
4933
4943
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
|
|
4934
4944
|
import ts29 from "typescript";
|
|
4935
4945
|
function wrapForDiagnostics(expr) {
|
|
@@ -4975,7 +4985,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
4975
4985
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
4976
4986
|
}
|
|
4977
4987
|
|
|
4978
|
-
// bazel-out/
|
|
4988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
4979
4989
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
4980
4990
|
import ts30 from "typescript";
|
|
4981
4991
|
var NULL_AS_ANY = ts30.factory.createAsExpression(ts30.factory.createNull(), ts30.factory.createKeywordTypeNode(ts30.SyntaxKind.AnyKeyword));
|
|
@@ -5308,7 +5318,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
5308
5318
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
5309
5319
|
})();
|
|
5310
5320
|
|
|
5311
|
-
// bazel-out/
|
|
5321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
5312
5322
|
var TcbGenericContextBehavior;
|
|
5313
5323
|
(function(TcbGenericContextBehavior2) {
|
|
5314
5324
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -6816,7 +6826,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
6816
6826
|
}
|
|
6817
6827
|
};
|
|
6818
6828
|
|
|
6819
|
-
// bazel-out/
|
|
6829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
6820
6830
|
import ts32 from "typescript";
|
|
6821
6831
|
var TypeCheckFile = class extends Environment {
|
|
6822
6832
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -6864,7 +6874,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
6864
6874
|
}
|
|
6865
6875
|
};
|
|
6866
6876
|
|
|
6867
|
-
// bazel-out/
|
|
6877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
6868
6878
|
var InliningMode;
|
|
6869
6879
|
(function(InliningMode2) {
|
|
6870
6880
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -7116,10 +7126,10 @@ var TypeCtorOp = class {
|
|
|
7116
7126
|
}
|
|
7117
7127
|
};
|
|
7118
7128
|
|
|
7119
|
-
// bazel-out/
|
|
7129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7120
7130
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
7121
7131
|
|
|
7122
|
-
// bazel-out/
|
|
7132
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
7123
7133
|
var LF_CHAR = 10;
|
|
7124
7134
|
var CR_CHAR = 13;
|
|
7125
7135
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -7160,7 +7170,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
7160
7170
|
return low - 1;
|
|
7161
7171
|
}
|
|
7162
7172
|
|
|
7163
|
-
// bazel-out/
|
|
7173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7164
7174
|
var TemplateSource = class {
|
|
7165
7175
|
constructor(mapping, file) {
|
|
7166
7176
|
this.mapping = mapping;
|
|
@@ -7211,7 +7221,7 @@ var TemplateSourceManager = class {
|
|
|
7211
7221
|
}
|
|
7212
7222
|
};
|
|
7213
7223
|
|
|
7214
|
-
// bazel-out/
|
|
7224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
7215
7225
|
import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, R3Identifiers as R3Identifiers4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
7216
7226
|
import ts34 from "typescript";
|
|
7217
7227
|
var SymbolBuilder = class {
|
|
@@ -7729,7 +7739,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
7729
7739
|
};
|
|
7730
7740
|
}
|
|
7731
7741
|
|
|
7732
|
-
// bazel-out/
|
|
7742
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
7733
7743
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
7734
7744
|
var TemplateTypeCheckerImpl = class {
|
|
7735
7745
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -8430,10 +8440,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
8430
8440
|
}
|
|
8431
8441
|
};
|
|
8432
8442
|
|
|
8433
|
-
// bazel-out/
|
|
8443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
8434
8444
|
import { Interpolation, PropertyRead as PropertyRead6 } from "@angular/compiler";
|
|
8435
8445
|
|
|
8436
|
-
// bazel-out/
|
|
8446
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
8437
8447
|
import ts35 from "typescript";
|
|
8438
8448
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
8439
8449
|
"WritableSignal",
|
|
@@ -8453,7 +8463,7 @@ function isSignalSymbol(symbol) {
|
|
|
8453
8463
|
});
|
|
8454
8464
|
}
|
|
8455
8465
|
|
|
8456
|
-
// bazel-out/
|
|
8466
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
8457
8467
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
8458
8468
|
var TemplateCheckWithVisitor = class {
|
|
8459
8469
|
run(ctx, component, template) {
|
|
@@ -8578,7 +8588,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
8578
8588
|
}
|
|
8579
8589
|
};
|
|
8580
8590
|
|
|
8581
|
-
// bazel-out/
|
|
8591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
8582
8592
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
8583
8593
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
8584
8594
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8622,7 +8632,7 @@ var factory = {
|
|
|
8622
8632
|
create: () => new InterpolatedSignalCheck()
|
|
8623
8633
|
};
|
|
8624
8634
|
|
|
8625
|
-
// bazel-out/
|
|
8635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
8626
8636
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
8627
8637
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
8628
8638
|
constructor() {
|
|
@@ -8638,7 +8648,7 @@ var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
|
8638
8648
|
const boundSyntax = node.sourceSpan.toString();
|
|
8639
8649
|
const expectedBoundSyntax = boundSyntax.replace(`(${name})`, `[(${name.slice(1, -1)})]`);
|
|
8640
8650
|
const diagnostic = ctx.makeTemplateDiagnostic(node.sourceSpan, `In the two-way binding syntax the parentheses should be inside the brackets, ex. '${expectedBoundSyntax}'.
|
|
8641
|
-
Find more at https://angular.
|
|
8651
|
+
Find more at https://angular.dev/guide/templates/two-way-binding`);
|
|
8642
8652
|
return [diagnostic];
|
|
8643
8653
|
}
|
|
8644
8654
|
};
|
|
@@ -8648,7 +8658,7 @@ var factory2 = {
|
|
|
8648
8658
|
create: () => new InvalidBananaInBoxCheck()
|
|
8649
8659
|
};
|
|
8650
8660
|
|
|
8651
|
-
// bazel-out/
|
|
8661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
8652
8662
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
8653
8663
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
8654
8664
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -8693,7 +8703,7 @@ var factory3 = {
|
|
|
8693
8703
|
}
|
|
8694
8704
|
};
|
|
8695
8705
|
|
|
8696
|
-
// bazel-out/
|
|
8706
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
8697
8707
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
8698
8708
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
8699
8709
|
constructor() {
|
|
@@ -8726,7 +8736,7 @@ var factory4 = {
|
|
|
8726
8736
|
create: () => new MissingNgForOfLetCheck()
|
|
8727
8737
|
};
|
|
8728
8738
|
|
|
8729
|
-
// bazel-out/
|
|
8739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
8730
8740
|
import { Binary } from "@angular/compiler";
|
|
8731
8741
|
import ts36 from "typescript";
|
|
8732
8742
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8771,7 +8781,7 @@ var factory5 = {
|
|
|
8771
8781
|
}
|
|
8772
8782
|
};
|
|
8773
8783
|
|
|
8774
|
-
// bazel-out/
|
|
8784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
8775
8785
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
8776
8786
|
import ts37 from "typescript";
|
|
8777
8787
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8817,7 +8827,7 @@ var factory6 = {
|
|
|
8817
8827
|
}
|
|
8818
8828
|
};
|
|
8819
8829
|
|
|
8820
|
-
// bazel-out/
|
|
8830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
8821
8831
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
8822
8832
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
8823
8833
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8841,7 +8851,7 @@ var factory7 = {
|
|
|
8841
8851
|
create: () => new SuffixNotSupportedCheck()
|
|
8842
8852
|
};
|
|
8843
8853
|
|
|
8844
|
-
// bazel-out/
|
|
8854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
8845
8855
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
8846
8856
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
8847
8857
|
constructor() {
|
|
@@ -8880,10 +8890,10 @@ var factory8 = {
|
|
|
8880
8890
|
create: () => new TextAttributeNotBindingSpec()
|
|
8881
8891
|
};
|
|
8882
8892
|
|
|
8883
|
-
// bazel-out/
|
|
8893
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
8884
8894
|
import ts38 from "typescript";
|
|
8885
8895
|
|
|
8886
|
-
// bazel-out/
|
|
8896
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
8887
8897
|
var DiagnosticCategoryLabel;
|
|
8888
8898
|
(function(DiagnosticCategoryLabel2) {
|
|
8889
8899
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -8891,7 +8901,7 @@ var DiagnosticCategoryLabel;
|
|
|
8891
8901
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
8892
8902
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
8893
8903
|
|
|
8894
|
-
// bazel-out/
|
|
8904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
8895
8905
|
var ExtendedTemplateCheckerImpl = class {
|
|
8896
8906
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
8897
8907
|
var _a, _b, _c, _d, _e;
|
|
@@ -8944,7 +8954,7 @@ function assertNever(value) {
|
|
|
8944
8954
|
${value}`);
|
|
8945
8955
|
}
|
|
8946
8956
|
|
|
8947
|
-
// bazel-out/
|
|
8957
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
8948
8958
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
8949
8959
|
factory2,
|
|
8950
8960
|
factory5,
|
|
@@ -8960,7 +8970,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
8960
8970
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
8961
8971
|
]);
|
|
8962
8972
|
|
|
8963
|
-
// bazel-out/
|
|
8973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
8964
8974
|
import { ASTWithSource as ASTWithSource5, ImplicitReceiver as ImplicitReceiver4, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
|
|
8965
8975
|
import ts39 from "typescript";
|
|
8966
8976
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -9042,7 +9052,7 @@ function unwrapAstWithSource(ast) {
|
|
|
9042
9052
|
return ast instanceof ASTWithSource5 ? ast.ast : ast;
|
|
9043
9053
|
}
|
|
9044
9054
|
|
|
9045
|
-
// bazel-out/
|
|
9055
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
9046
9056
|
import ts40 from "typescript";
|
|
9047
9057
|
var APIS_TO_CHECK = [
|
|
9048
9058
|
INPUT_INITIALIZER_FN,
|
|
@@ -9093,7 +9103,7 @@ var InitializerApiUsageRule = class {
|
|
|
9093
9103
|
}
|
|
9094
9104
|
};
|
|
9095
9105
|
|
|
9096
|
-
// bazel-out/
|
|
9106
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
9097
9107
|
var SourceFileValidator = class {
|
|
9098
9108
|
constructor(reflector, importedSymbolsTracker) {
|
|
9099
9109
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -9131,7 +9141,7 @@ var SourceFileValidator = class {
|
|
|
9131
9141
|
}
|
|
9132
9142
|
};
|
|
9133
9143
|
|
|
9134
|
-
// bazel-out/
|
|
9144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
9135
9145
|
function coreHasSymbol(program, symbol) {
|
|
9136
9146
|
const checker = program.getTypeChecker();
|
|
9137
9147
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -9150,7 +9160,7 @@ function isMaybeCore(sf) {
|
|
|
9150
9160
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
9151
9161
|
}
|
|
9152
9162
|
|
|
9153
|
-
// bazel-out/
|
|
9163
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
9154
9164
|
import semver from "semver";
|
|
9155
9165
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
9156
9166
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -9159,7 +9169,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
9159
9169
|
return semver.satisfies(coreVersion, minVersion);
|
|
9160
9170
|
}
|
|
9161
9171
|
|
|
9162
|
-
// bazel-out/
|
|
9172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
9163
9173
|
var CompilationTicketKind;
|
|
9164
9174
|
(function(CompilationTicketKind2) {
|
|
9165
9175
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -9835,7 +9845,7 @@ One of the following actions is required:
|
|
|
9835
9845
|
2. Remove "strictTemplates" or set it to 'false'.
|
|
9836
9846
|
|
|
9837
9847
|
More information about the template type checking compiler options can be found in the documentation:
|
|
9838
|
-
https://angular.
|
|
9848
|
+
https://angular.dev/tools/cli/template-typecheck
|
|
9839
9849
|
`.trim()
|
|
9840
9850
|
});
|
|
9841
9851
|
}
|
|
@@ -9951,7 +9961,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
9951
9961
|
return versions;
|
|
9952
9962
|
}
|
|
9953
9963
|
|
|
9954
|
-
// bazel-out/
|
|
9964
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
9955
9965
|
import ts42 from "typescript";
|
|
9956
9966
|
var DelegatingCompilerHost2 = class {
|
|
9957
9967
|
get jsDocParsingMode() {
|
|
@@ -10090,7 +10100,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
10090
10100
|
}
|
|
10091
10101
|
};
|
|
10092
10102
|
|
|
10093
|
-
// bazel-out/
|
|
10103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
10094
10104
|
var NgtscProgram = class {
|
|
10095
10105
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
10096
10106
|
this.options = options;
|
|
@@ -10317,15 +10327,15 @@ function mergeEmitResults(emitResults) {
|
|
|
10317
10327
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
10318
10328
|
}
|
|
10319
10329
|
|
|
10320
|
-
// bazel-out/
|
|
10330
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
10321
10331
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
10322
10332
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
10323
10333
|
}
|
|
10324
10334
|
|
|
10325
|
-
// bazel-out/
|
|
10335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
10326
10336
|
import ts45 from "typescript";
|
|
10327
10337
|
|
|
10328
|
-
// bazel-out/
|
|
10338
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
10329
10339
|
import ts44 from "typescript";
|
|
10330
10340
|
function createMessageDiagnostic(messageText) {
|
|
10331
10341
|
return {
|
|
@@ -10339,7 +10349,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
10339
10349
|
};
|
|
10340
10350
|
}
|
|
10341
10351
|
|
|
10342
|
-
// bazel-out/
|
|
10352
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
10343
10353
|
var defaultFormatHost = {
|
|
10344
10354
|
getCurrentDirectory: () => ts45.sys.getCurrentDirectory(),
|
|
10345
10355
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -10560,4 +10570,4 @@ export {
|
|
|
10560
10570
|
* Use of this source code is governed by an MIT-style license that can be
|
|
10561
10571
|
* found in the LICENSE file at https://angular.io/license
|
|
10562
10572
|
*/
|
|
10563
|
-
//# sourceMappingURL=chunk-
|
|
10573
|
+
//# sourceMappingURL=chunk-VK6ST3OM.js.map
|