@angular/compiler-cli 19.2.15 → 19.2.17
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-TBVHQD5I.js → chunk-2PYABK44.js} +12 -12
- package/bundles/{chunk-2BEPK62B.js → chunk-6JLQ22O6.js} +42 -42
- package/bundles/{chunk-D7R5IUYZ.js → chunk-BSAOKZSO.js} +125 -125
- package/bundles/{chunk-VLERTDN5.js → chunk-ERYCP7NI.js} +8 -8
- package/bundles/{chunk-SEKYV57I.js → chunk-H5Y7P5GQ.js} +3 -3
- package/bundles/{chunk-ODOQAUXK.js → chunk-LHXVN5NW.js} +31 -31
- package/bundles/{chunk-PML5JK7B.js → chunk-NVYT6OPE.js} +7 -7
- package/bundles/{chunk-DM3NCMH5.js → chunk-U2T5FMHX.js} +81 -81
- package/bundles/{chunk-26NO4MZH.js → chunk-WUCT7QTW.js} +5 -5
- package/bundles/{chunk-75G4WXBH.js → chunk-Y7CS6SFM.js} +3 -3
- package/bundles/{chunk-7MFRAVPH.js → chunk-ZVOTQFMG.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 +4 -4
- package/bundles/private/tooling.js +6 -6
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-TBVHQD5I.js.map → chunk-2PYABK44.js.map} +0 -0
- /package/bundles/{chunk-2BEPK62B.js.map → chunk-6JLQ22O6.js.map} +0 -0
- /package/bundles/{chunk-D7R5IUYZ.js.map → chunk-BSAOKZSO.js.map} +0 -0
- /package/bundles/{chunk-VLERTDN5.js.map → chunk-ERYCP7NI.js.map} +0 -0
- /package/bundles/{chunk-SEKYV57I.js.map → chunk-H5Y7P5GQ.js.map} +0 -0
- /package/bundles/{chunk-ODOQAUXK.js.map → chunk-LHXVN5NW.js.map} +0 -0
- /package/bundles/{chunk-PML5JK7B.js.map → chunk-NVYT6OPE.js.map} +0 -0
- /package/bundles/{chunk-DM3NCMH5.js.map → chunk-U2T5FMHX.js.map} +0 -0
- /package/bundles/{chunk-26NO4MZH.js.map → chunk-WUCT7QTW.js.map} +0 -0
- /package/bundles/{chunk-75G4WXBH.js.map → chunk-Y7CS6SFM.js.map} +0 -0
- /package/bundles/{chunk-7MFRAVPH.js.map → chunk-ZVOTQFMG.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2PYABK44.js";
|
|
8
8
|
import {
|
|
9
9
|
CompilationMode,
|
|
10
10
|
ComponentDecoratorHandler,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
retagAllTsFiles,
|
|
52
52
|
tryParseInitializerApi,
|
|
53
53
|
untagAllTsFiles
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-BSAOKZSO.js";
|
|
55
55
|
import {
|
|
56
56
|
AbsoluteModuleStrategy,
|
|
57
57
|
AliasStrategy,
|
|
@@ -87,14 +87,14 @@ import {
|
|
|
87
87
|
relativePathBetween,
|
|
88
88
|
replaceTsWithNgInErrors,
|
|
89
89
|
toUnredirectedSourceFile
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-6JLQ22O6.js";
|
|
91
91
|
import {
|
|
92
92
|
ActivePerfRecorder,
|
|
93
93
|
DelegatingPerfRecorder,
|
|
94
94
|
PerfCheckpoint,
|
|
95
95
|
PerfEvent,
|
|
96
96
|
PerfPhase
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-WUCT7QTW.js";
|
|
98
98
|
import {
|
|
99
99
|
LogicalFileSystem,
|
|
100
100
|
absoluteFrom,
|
|
@@ -104,9 +104,9 @@ import {
|
|
|
104
104
|
getFileSystem,
|
|
105
105
|
join,
|
|
106
106
|
resolve
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-ERYCP7NI.js";
|
|
108
108
|
|
|
109
|
-
// bazel-out/
|
|
109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
110
110
|
var DEFAULT_ERROR_CODE = 100;
|
|
111
111
|
var UNKNOWN_ERROR_CODE = 500;
|
|
112
112
|
var SOURCE = "angular";
|
|
@@ -124,7 +124,7 @@ var EmitFlags;
|
|
|
124
124
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
125
125
|
})(EmitFlags || (EmitFlags = {}));
|
|
126
126
|
|
|
127
|
-
// bazel-out/
|
|
127
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
128
128
|
import ts from "typescript";
|
|
129
129
|
var wrapHostForTest = null;
|
|
130
130
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -134,7 +134,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
134
134
|
return tsHost;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
// bazel-out/
|
|
137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.js
|
|
138
138
|
var EntryType;
|
|
139
139
|
(function(EntryType2) {
|
|
140
140
|
EntryType2["Block"] = "block";
|
|
@@ -181,23 +181,23 @@ function isDocEntryWithSourceInfo(entry) {
|
|
|
181
181
|
return "source" in entry;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
// bazel-out/
|
|
184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
|
|
185
185
|
import ts12 from "typescript";
|
|
186
186
|
|
|
187
|
-
// bazel-out/
|
|
187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
|
|
188
188
|
import ts6 from "typescript";
|
|
189
189
|
|
|
190
|
-
// bazel-out/
|
|
190
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.js
|
|
191
191
|
function isAngularPrivateName(name) {
|
|
192
192
|
var _a;
|
|
193
193
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
194
194
|
return firstChar === "\u0275" || firstChar === "_";
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
// bazel-out/
|
|
197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
|
|
198
198
|
import ts4 from "typescript";
|
|
199
199
|
|
|
200
|
-
// bazel-out/
|
|
200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.js
|
|
201
201
|
function extractGenerics(declaration) {
|
|
202
202
|
var _a, _b;
|
|
203
203
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -210,7 +210,7 @@ function extractGenerics(declaration) {
|
|
|
210
210
|
})) != null ? _b : [];
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
// bazel-out/
|
|
213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.js
|
|
214
214
|
import ts2 from "typescript";
|
|
215
215
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
|
|
216
216
|
function extractJsDocTags(node) {
|
|
@@ -254,13 +254,13 @@ function unescapeAngularDecorators(comment) {
|
|
|
254
254
|
return comment.replace(/_NG_AT_/g, "@");
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
// bazel-out/
|
|
257
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.js
|
|
258
258
|
import ts3 from "typescript";
|
|
259
259
|
function extractResolvedTypeString(node, checker) {
|
|
260
260
|
return checker.typeToString(checker.getTypeAtLocation(node), void 0, ts3.TypeFormatFlags.NoTruncation);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
// bazel-out/
|
|
263
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.js
|
|
264
264
|
var FunctionExtractor = class {
|
|
265
265
|
name;
|
|
266
266
|
exportDeclaration;
|
|
@@ -374,7 +374,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
374
374
|
return implementation;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
// bazel-out/
|
|
377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.js
|
|
378
378
|
import ts5 from "typescript";
|
|
379
379
|
function isInternal(member) {
|
|
380
380
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -393,7 +393,7 @@ function hasLeadingInternalComment(member) {
|
|
|
393
393
|
)) != null ? _a : false;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
// bazel-out/
|
|
396
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.js
|
|
397
397
|
var ClassExtractor = class {
|
|
398
398
|
declaration;
|
|
399
399
|
typeChecker;
|
|
@@ -720,7 +720,7 @@ function extractPipeSyntax(metadata, classDeclaration) {
|
|
|
720
720
|
return `{{ value_expression | ${metadata.name}${paramNames.length ? ":" + paramNames.join(":") : ""} }}`;
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
// bazel-out/
|
|
723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.js
|
|
724
724
|
import ts7 from "typescript";
|
|
725
725
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
726
726
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -778,7 +778,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
778
778
|
});
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
// bazel-out/
|
|
781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.js
|
|
782
782
|
import ts8 from "typescript";
|
|
783
783
|
function extractorDecorator(declaration, typeChecker) {
|
|
784
784
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -851,7 +851,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
851
851
|
return callSignature;
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
-
// bazel-out/
|
|
854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.js
|
|
855
855
|
import ts9 from "typescript";
|
|
856
856
|
function extractEnum(declaration, typeChecker) {
|
|
857
857
|
return {
|
|
@@ -882,7 +882,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
882
882
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
// bazel-out/
|
|
885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.js
|
|
886
886
|
import ts10 from "typescript";
|
|
887
887
|
var initializerApiTag = "initializerApiFunction";
|
|
888
888
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -991,7 +991,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
991
991
|
};
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
-
// bazel-out/
|
|
994
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.js
|
|
995
995
|
function extractTypeAlias(declaration) {
|
|
996
996
|
return {
|
|
997
997
|
name: declaration.name.getText(),
|
|
@@ -1004,7 +1004,7 @@ function extractTypeAlias(declaration) {
|
|
|
1004
1004
|
};
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
// bazel-out/
|
|
1007
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.js
|
|
1008
1008
|
import ts11 from "typescript";
|
|
1009
1009
|
function getImportedSymbols(sourceFile) {
|
|
1010
1010
|
const importSpecifiers = /* @__PURE__ */ new Map();
|
|
@@ -1029,7 +1029,7 @@ function getImportedSymbols(sourceFile) {
|
|
|
1029
1029
|
return importSpecifiers;
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
|
-
// bazel-out/
|
|
1032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.js
|
|
1033
1033
|
var DocsExtractor = class {
|
|
1034
1034
|
typeChecker;
|
|
1035
1035
|
metadataReader;
|
|
@@ -1117,11 +1117,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
1117
1117
|
return relativePath;
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
|
-
// bazel-out/
|
|
1120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1121
1121
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1122
1122
|
import ts27 from "typescript";
|
|
1123
1123
|
|
|
1124
|
-
// bazel-out/
|
|
1124
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1125
1125
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1126
1126
|
import * as path from "path";
|
|
1127
1127
|
function i18nGetExtension(formatName) {
|
|
@@ -1172,10 +1172,10 @@ function getPathNormalizer(basePath) {
|
|
|
1172
1172
|
};
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
// bazel-out/
|
|
1175
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1176
1176
|
import ts13 from "typescript";
|
|
1177
1177
|
|
|
1178
|
-
// bazel-out/
|
|
1178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1179
1179
|
function toNumbers(value) {
|
|
1180
1180
|
const suffixIndex = value.lastIndexOf("-");
|
|
1181
1181
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1210,7 +1210,7 @@ function compareVersions(v1, v2) {
|
|
|
1210
1210
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
// bazel-out/
|
|
1213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1214
1214
|
var MIN_TS_VERSION = "5.5.0";
|
|
1215
1215
|
var MAX_TS_VERSION = "5.9.0";
|
|
1216
1216
|
var tsVersion = ts13.version;
|
|
@@ -1223,11 +1223,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1223
1223
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
|
-
// bazel-out/
|
|
1226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
|
|
1227
1227
|
import { R3Identifiers } from "@angular/compiler";
|
|
1228
1228
|
import ts25 from "typescript";
|
|
1229
1229
|
|
|
1230
|
-
// bazel-out/
|
|
1230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.js
|
|
1231
1231
|
var CycleAnalyzer = class {
|
|
1232
1232
|
importGraph;
|
|
1233
1233
|
cachedResults = null;
|
|
@@ -1304,7 +1304,7 @@ var Cycle = class {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
};
|
|
1306
1306
|
|
|
1307
|
-
// bazel-out/
|
|
1307
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.js
|
|
1308
1308
|
import ts14 from "typescript";
|
|
1309
1309
|
var ImportGraph = class {
|
|
1310
1310
|
checker;
|
|
@@ -1400,7 +1400,7 @@ var Found = class {
|
|
|
1400
1400
|
}
|
|
1401
1401
|
};
|
|
1402
1402
|
|
|
1403
|
-
// bazel-out/
|
|
1403
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.js
|
|
1404
1404
|
import ts15 from "typescript";
|
|
1405
1405
|
var FlatIndexGenerator = class {
|
|
1406
1406
|
entryPoint;
|
|
@@ -1428,7 +1428,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1428
1428
|
}
|
|
1429
1429
|
};
|
|
1430
1430
|
|
|
1431
|
-
// bazel-out/
|
|
1431
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.js
|
|
1432
1432
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1433
1433
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1434
1434
|
let resolvedEntryPoint = null;
|
|
@@ -1444,7 +1444,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1444
1444
|
return resolvedEntryPoint;
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
-
// bazel-out/
|
|
1447
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.js
|
|
1448
1448
|
import ts16 from "typescript";
|
|
1449
1449
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1450
1450
|
const diagnostics = [];
|
|
@@ -1524,7 +1524,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
|
-
// bazel-out/
|
|
1527
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.js
|
|
1528
1528
|
var ReferenceGraph = class {
|
|
1529
1529
|
references = /* @__PURE__ */ new Map();
|
|
1530
1530
|
add(from, to) {
|
|
@@ -1576,7 +1576,7 @@ var ReferenceGraph = class {
|
|
|
1576
1576
|
}
|
|
1577
1577
|
};
|
|
1578
1578
|
|
|
1579
|
-
// bazel-out/
|
|
1579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.js
|
|
1580
1580
|
var FileDependencyGraph = class {
|
|
1581
1581
|
nodes = /* @__PURE__ */ new Map();
|
|
1582
1582
|
addDependency(from, on) {
|
|
@@ -1641,7 +1641,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1641
1641
|
return false;
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
|
-
// bazel-out/
|
|
1644
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.js
|
|
1645
1645
|
var IncrementalStateKind;
|
|
1646
1646
|
(function(IncrementalStateKind2) {
|
|
1647
1647
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1649,7 +1649,7 @@ var IncrementalStateKind;
|
|
|
1649
1649
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1650
1650
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1651
1651
|
|
|
1652
|
-
// bazel-out/
|
|
1652
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.js
|
|
1653
1653
|
var PhaseKind;
|
|
1654
1654
|
(function(PhaseKind2) {
|
|
1655
1655
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1855,7 +1855,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
|
1857
1857
|
|
|
1858
|
-
// bazel-out/
|
|
1858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.js
|
|
1859
1859
|
var TrackedIncrementalBuildStrategy = class {
|
|
1860
1860
|
state = null;
|
|
1861
1861
|
isSet = false;
|
|
@@ -1889,7 +1889,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1889
1889
|
};
|
|
1890
1890
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1891
1891
|
|
|
1892
|
-
// bazel-out/
|
|
1892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.js
|
|
1893
1893
|
var IdentifierKind;
|
|
1894
1894
|
(function(IdentifierKind2) {
|
|
1895
1895
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1910,7 +1910,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
};
|
|
1912
1912
|
|
|
1913
|
-
// bazel-out/
|
|
1913
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.js
|
|
1914
1914
|
var IndexingContext = class {
|
|
1915
1915
|
components = /* @__PURE__ */ new Set();
|
|
1916
1916
|
addComponent(info) {
|
|
@@ -1918,10 +1918,10 @@ var IndexingContext = class {
|
|
|
1918
1918
|
}
|
|
1919
1919
|
};
|
|
1920
1920
|
|
|
1921
|
-
// bazel-out/
|
|
1921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
|
|
1922
1922
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1923
1923
|
|
|
1924
|
-
// bazel-out/
|
|
1924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.js
|
|
1925
1925
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1926
1926
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1927
1927
|
expressionStr;
|
|
@@ -2221,7 +2221,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2221
2221
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2222
2222
|
}
|
|
2223
2223
|
|
|
2224
|
-
// bazel-out/
|
|
2224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.js
|
|
2225
2225
|
function generateAnalysis(context) {
|
|
2226
2226
|
const analysis = /* @__PURE__ */ new Map();
|
|
2227
2227
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2257,7 +2257,7 @@ function generateAnalysis(context) {
|
|
|
2257
2257
|
return analysis;
|
|
2258
2258
|
}
|
|
2259
2259
|
|
|
2260
|
-
// bazel-out/
|
|
2260
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.js
|
|
2261
2261
|
var NgModuleIndexImpl = class {
|
|
2262
2262
|
metaReader;
|
|
2263
2263
|
localReader;
|
|
@@ -2348,7 +2348,7 @@ var NgModuleIndexImpl = class {
|
|
|
2348
2348
|
}
|
|
2349
2349
|
};
|
|
2350
2350
|
|
|
2351
|
-
// bazel-out/
|
|
2351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.js
|
|
2352
2352
|
import ts17 from "typescript";
|
|
2353
2353
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2354
2354
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2506,7 +2506,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2506
2506
|
};
|
|
2507
2507
|
}
|
|
2508
2508
|
|
|
2509
|
-
// bazel-out/
|
|
2509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.js
|
|
2510
2510
|
var StandaloneComponentScopeReader = class {
|
|
2511
2511
|
metaReader;
|
|
2512
2512
|
localModuleReader;
|
|
@@ -2605,10 +2605,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2605
2605
|
}
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
// bazel-out/
|
|
2608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
|
|
2609
2609
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2610
2610
|
|
|
2611
|
-
// bazel-out/
|
|
2611
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.js
|
|
2612
2612
|
import ts18 from "typescript";
|
|
2613
2613
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2614
2614
|
"WritableSignal",
|
|
@@ -2628,7 +2628,7 @@ function isSignalSymbol(symbol) {
|
|
|
2628
2628
|
});
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
2631
|
-
// bazel-out/
|
|
2631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.js
|
|
2632
2632
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2633
2633
|
var TemplateCheckWithVisitor = class {
|
|
2634
2634
|
canVisitStructuralAttributes = true;
|
|
@@ -2765,7 +2765,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2765
2765
|
}
|
|
2766
2766
|
};
|
|
2767
2767
|
|
|
2768
|
-
// bazel-out/
|
|
2768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.js
|
|
2769
2769
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2770
2770
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2771
2771
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2814,7 +2814,7 @@ var factory = {
|
|
|
2814
2814
|
create: () => new InterpolatedSignalCheck()
|
|
2815
2815
|
};
|
|
2816
2816
|
|
|
2817
|
-
// bazel-out/
|
|
2817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.js
|
|
2818
2818
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2819
2819
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2820
2820
|
code = ErrorCode.INVALID_BANANA_IN_BOX;
|
|
@@ -2837,7 +2837,7 @@ var factory2 = {
|
|
|
2837
2837
|
create: () => new InvalidBananaInBoxCheck()
|
|
2838
2838
|
};
|
|
2839
2839
|
|
|
2840
|
-
// bazel-out/
|
|
2840
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.js
|
|
2841
2841
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2842
2842
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2843
2843
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2879,7 +2879,7 @@ var factory3 = {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
};
|
|
2881
2881
|
|
|
2882
|
-
// bazel-out/
|
|
2882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.js
|
|
2883
2883
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2884
2884
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2885
2885
|
code = ErrorCode.MISSING_NGFOROF_LET;
|
|
@@ -2909,7 +2909,7 @@ var factory4 = {
|
|
|
2909
2909
|
create: () => new MissingNgForOfLetCheck()
|
|
2910
2910
|
};
|
|
2911
2911
|
|
|
2912
|
-
// bazel-out/
|
|
2912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.js
|
|
2913
2913
|
import { Binary } from "@angular/compiler";
|
|
2914
2914
|
import ts19 from "typescript";
|
|
2915
2915
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2952,7 +2952,7 @@ var factory5 = {
|
|
|
2952
2952
|
}
|
|
2953
2953
|
};
|
|
2954
2954
|
|
|
2955
|
-
// bazel-out/
|
|
2955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.js
|
|
2956
2956
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2957
2957
|
import ts20 from "typescript";
|
|
2958
2958
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2996,7 +2996,7 @@ var factory6 = {
|
|
|
2996
2996
|
}
|
|
2997
2997
|
};
|
|
2998
2998
|
|
|
2999
|
-
// bazel-out/
|
|
2999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.js
|
|
3000
3000
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
3001
3001
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
3002
3002
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -3017,7 +3017,7 @@ var factory7 = {
|
|
|
3017
3017
|
create: () => new SuffixNotSupportedCheck()
|
|
3018
3018
|
};
|
|
3019
3019
|
|
|
3020
|
-
// bazel-out/
|
|
3020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.js
|
|
3021
3021
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
3022
3022
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
3023
3023
|
code = ErrorCode.TEXT_ATTRIBUTE_NOT_BINDING;
|
|
@@ -3053,7 +3053,7 @@ var factory8 = {
|
|
|
3053
3053
|
create: () => new TextAttributeNotBindingSpec()
|
|
3054
3054
|
};
|
|
3055
3055
|
|
|
3056
|
-
// bazel-out/
|
|
3056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.js
|
|
3057
3057
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
3058
3058
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
3059
3059
|
code = ErrorCode.UNINVOKED_FUNCTION_IN_EVENT_BINDING;
|
|
@@ -3102,7 +3102,7 @@ var factory9 = {
|
|
|
3102
3102
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
3103
3103
|
};
|
|
3104
3104
|
|
|
3105
|
-
// bazel-out/
|
|
3105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.js
|
|
3106
3106
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
3107
3107
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
3108
3108
|
code = ErrorCode.UNUSED_LET_DECLARATION;
|
|
@@ -3144,7 +3144,7 @@ var factory10 = {
|
|
|
3144
3144
|
create: () => new UnusedLetDeclarationCheck()
|
|
3145
3145
|
};
|
|
3146
3146
|
|
|
3147
|
-
// bazel-out/
|
|
3147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/skip_hydration_not_static/index.js
|
|
3148
3148
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3, TmplAstTextAttribute as TmplAstTextAttribute2 } from "@angular/compiler";
|
|
3149
3149
|
var NG_SKIP_HYDRATION_ATTR_NAME = "ngSkipHydration";
|
|
3150
3150
|
var NgSkipHydrationSpec = class extends TemplateCheckWithVisitor {
|
|
@@ -3170,10 +3170,10 @@ var factory11 = {
|
|
|
3170
3170
|
create: () => new NgSkipHydrationSpec()
|
|
3171
3171
|
};
|
|
3172
3172
|
|
|
3173
|
-
// bazel-out/
|
|
3173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
|
|
3174
3174
|
import ts21 from "typescript";
|
|
3175
3175
|
|
|
3176
|
-
// bazel-out/
|
|
3176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.js
|
|
3177
3177
|
var DiagnosticCategoryLabel;
|
|
3178
3178
|
(function(DiagnosticCategoryLabel2) {
|
|
3179
3179
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3181,7 +3181,7 @@ var DiagnosticCategoryLabel;
|
|
|
3181
3181
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3182
3182
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3183
3183
|
|
|
3184
|
-
// bazel-out/
|
|
3184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.js
|
|
3185
3185
|
var ExtendedTemplateCheckerImpl = class {
|
|
3186
3186
|
partialCtx;
|
|
3187
3187
|
templateChecks;
|
|
@@ -3236,7 +3236,7 @@ function assertNever(value) {
|
|
|
3236
3236
|
${value}`);
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
3239
|
-
// bazel-out/
|
|
3239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.js
|
|
3240
3240
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3241
3241
|
factory2,
|
|
3242
3242
|
factory5,
|
|
@@ -3256,7 +3256,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3256
3256
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory12) => factory12.name)
|
|
3257
3257
|
]);
|
|
3258
3258
|
|
|
3259
|
-
// bazel-out/
|
|
3259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.js
|
|
3260
3260
|
import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
3261
3261
|
import ts22 from "typescript";
|
|
3262
3262
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3352,7 +3352,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3352
3352
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3353
3353
|
}
|
|
3354
3354
|
|
|
3355
|
-
// bazel-out/
|
|
3355
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.js
|
|
3356
3356
|
import ts23 from "typescript";
|
|
3357
3357
|
var APIS_TO_CHECK = [
|
|
3358
3358
|
INPUT_INITIALIZER_FN,
|
|
@@ -3405,7 +3405,7 @@ var InitializerApiUsageRule = class {
|
|
|
3405
3405
|
}
|
|
3406
3406
|
};
|
|
3407
3407
|
|
|
3408
|
-
// bazel-out/
|
|
3408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.js
|
|
3409
3409
|
import ts24 from "typescript";
|
|
3410
3410
|
var UnusedStandaloneImportsRule = class {
|
|
3411
3411
|
templateTypeChecker;
|
|
@@ -3497,7 +3497,7 @@ function closestNode(start, predicate) {
|
|
|
3497
3497
|
return null;
|
|
3498
3498
|
}
|
|
3499
3499
|
|
|
3500
|
-
// bazel-out/
|
|
3500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.js
|
|
3501
3501
|
var SourceFileValidator = class {
|
|
3502
3502
|
rules;
|
|
3503
3503
|
constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
|
|
@@ -3537,7 +3537,7 @@ var SourceFileValidator = class {
|
|
|
3537
3537
|
}
|
|
3538
3538
|
};
|
|
3539
3539
|
|
|
3540
|
-
// bazel-out/
|
|
3540
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.js
|
|
3541
3541
|
function coreHasSymbol(program, symbol) {
|
|
3542
3542
|
const checker = program.getTypeChecker();
|
|
3543
3543
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3556,7 +3556,7 @@ function isMaybeCore(sf) {
|
|
|
3556
3556
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3557
3557
|
}
|
|
3558
3558
|
|
|
3559
|
-
// bazel-out/
|
|
3559
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.js
|
|
3560
3560
|
import semver from "semver";
|
|
3561
3561
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3562
3562
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3565,7 +3565,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3565
3565
|
return semver.satisfies(coreVersion, minVersion, { includePrerelease: true });
|
|
3566
3566
|
}
|
|
3567
3567
|
|
|
3568
|
-
// bazel-out/
|
|
3568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.js
|
|
3569
3569
|
var CompilationTicketKind;
|
|
3570
3570
|
(function(CompilationTicketKind2) {
|
|
3571
3571
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4446,7 +4446,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4446
4446
|
return versions;
|
|
4447
4447
|
}
|
|
4448
4448
|
|
|
4449
|
-
// bazel-out/
|
|
4449
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.js
|
|
4450
4450
|
import ts26 from "typescript";
|
|
4451
4451
|
var DelegatingCompilerHost = class {
|
|
4452
4452
|
delegate;
|
|
@@ -4620,7 +4620,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4620
4620
|
}
|
|
4621
4621
|
};
|
|
4622
4622
|
|
|
4623
|
-
// bazel-out/
|
|
4623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4624
4624
|
var NgtscProgram = class {
|
|
4625
4625
|
options;
|
|
4626
4626
|
compiler;
|
|
@@ -4851,15 +4851,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4851
4851
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
|
-
// bazel-out/
|
|
4854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4855
4855
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4856
4856
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4857
4857
|
}
|
|
4858
4858
|
|
|
4859
|
-
// bazel-out/
|
|
4859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4860
4860
|
import ts29 from "typescript";
|
|
4861
4861
|
|
|
4862
|
-
// bazel-out/
|
|
4862
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4863
4863
|
import ts28 from "typescript";
|
|
4864
4864
|
function createMessageDiagnostic(messageText) {
|
|
4865
4865
|
return {
|
|
@@ -4873,7 +4873,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4873
4873
|
};
|
|
4874
4874
|
}
|
|
4875
4875
|
|
|
4876
|
-
// bazel-out/
|
|
4876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4877
4877
|
var defaultFormatHost = {
|
|
4878
4878
|
getCurrentDirectory: () => ts29.sys.getCurrentDirectory(),
|
|
4879
4879
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -5106,4 +5106,4 @@ export {
|
|
|
5106
5106
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5107
5107
|
* found in the LICENSE file at https://angular.dev/license
|
|
5108
5108
|
*/
|
|
5109
|
-
//# sourceMappingURL=chunk-
|
|
5109
|
+
//# sourceMappingURL=chunk-U2T5FMHX.js.map
|