@angular/compiler-cli 15.1.1 → 15.1.3
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-ZOI6L3RR.js → chunk-5M32KPOS.js} +28 -28
- package/bundles/{chunk-ZOI6L3RR.js.map → chunk-5M32KPOS.js.map} +0 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-CF2CT7RQ.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js.map → chunk-CF2CT7RQ.js.map} +0 -0
- package/bundles/{chunk-ZIYE3XC2.js → chunk-FU4IW4GN.js} +70 -70
- package/bundles/{chunk-ZIYE3XC2.js.map → chunk-FU4IW4GN.js.map} +0 -0
- package/bundles/{chunk-YZWN2KWE.js → chunk-HK36RNP3.js} +5 -5
- package/bundles/{chunk-YZWN2KWE.js.map → chunk-HK36RNP3.js.map} +0 -0
- package/bundles/{chunk-RUBM3IRF.js → chunk-J44BXEUC.js} +5 -5
- package/bundles/{chunk-RUBM3IRF.js.map → chunk-J44BXEUC.js.map} +0 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-K2U2VZ7S.js} +7 -7
- package/bundles/{chunk-TBUSSXUA.js.map → chunk-K2U2VZ7S.js.map} +0 -0
- package/bundles/{chunk-2NLFVEGY.js → chunk-L644G6CJ.js} +7 -7
- package/bundles/{chunk-2NLFVEGY.js.map → chunk-L644G6CJ.js.map} +0 -0
- package/bundles/{chunk-P6RV7WPP.js → chunk-L6LHAJZ7.js} +72 -72
- package/bundles/{chunk-P6RV7WPP.js.map → chunk-L6LHAJZ7.js.map} +0 -0
- package/bundles/{chunk-SOIGFD6W.js → chunk-ML7UDN4R.js} +40 -40
- package/bundles/{chunk-SOIGFD6W.js.map → chunk-ML7UDN4R.js.map} +0 -0
- package/bundles/{chunk-NEQOZOZQ.js → chunk-O52BHOQL.js} +31 -31
- package/bundles/{chunk-NEQOZOZQ.js.map → chunk-O52BHOQL.js.map} +0 -0
- package/bundles/{chunk-B57SP4JB.js → chunk-OFPWZYAK.js} +2 -2
- package/bundles/{chunk-B57SP4JB.js.map → chunk-OFPWZYAK.js.map} +0 -0
- package/bundles/{chunk-LPXFO4TY.js → chunk-U6ACTSPA.js} +6 -6
- package/bundles/{chunk-LPXFO4TY.js.map → chunk-U6ACTSPA.js.map} +0 -0
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-UPBLAOWL.js} +6 -6
- package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-UPBLAOWL.js.map} +0 -0
- package/bundles/{chunk-2SEOGDKD.js → chunk-XRJ2O3LZ.js} +97 -98
- package/bundles/chunk-XRJ2O3LZ.js.map +6 -0
- package/bundles/{chunk-K7P4IHT5.js → chunk-YSDCIO24.js} +4 -4
- package/bundles/{chunk-K7P4IHT5.js.map → chunk-YSDCIO24.js.map} +0 -0
- 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 +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- 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 +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/index.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/tsc_plugin.d.ts +1 -1
- package/bundles/chunk-2SEOGDKD.js.map +0 -6
|
@@ -30,11 +30,11 @@ import {
|
|
|
30
30
|
aliasTransformFactory,
|
|
31
31
|
declarationTransformFactory,
|
|
32
32
|
ivyTransformFactory
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-L6LHAJZ7.js";
|
|
34
34
|
import {
|
|
35
35
|
TypeScriptReflectionHost,
|
|
36
36
|
isNamedClassDeclaration
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-UPBLAOWL.js";
|
|
38
38
|
import {
|
|
39
39
|
AbsoluteModuleStrategy,
|
|
40
40
|
AliasStrategy,
|
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
toUnredirectedSourceFile,
|
|
78
78
|
translateExpression,
|
|
79
79
|
translateType
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-5M32KPOS.js";
|
|
81
81
|
import {
|
|
82
82
|
LogicalFileSystem,
|
|
83
83
|
absoluteFrom,
|
|
@@ -88,16 +88,16 @@ import {
|
|
|
88
88
|
getSourceFileOrError,
|
|
89
89
|
join,
|
|
90
90
|
resolve
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-K2U2VZ7S.js";
|
|
92
92
|
import {
|
|
93
93
|
ActivePerfRecorder,
|
|
94
94
|
DelegatingPerfRecorder,
|
|
95
95
|
PerfCheckpoint,
|
|
96
96
|
PerfEvent,
|
|
97
97
|
PerfPhase
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-HK36RNP3.js";
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
101
101
|
var DEFAULT_ERROR_CODE = 100;
|
|
102
102
|
var UNKNOWN_ERROR_CODE = 500;
|
|
103
103
|
var SOURCE = "angular";
|
|
@@ -115,7 +115,7 @@ var EmitFlags;
|
|
|
115
115
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
116
116
|
})(EmitFlags || (EmitFlags = {}));
|
|
117
117
|
|
|
118
|
-
// bazel-out/
|
|
118
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
119
119
|
import ts from "typescript";
|
|
120
120
|
var wrapHostForTest = null;
|
|
121
121
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -125,28 +125,28 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
125
125
|
return tsHost;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
// bazel-out/
|
|
128
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
129
129
|
var OptimizeFor;
|
|
130
130
|
(function(OptimizeFor2) {
|
|
131
131
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
132
132
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
133
133
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
134
134
|
|
|
135
|
-
// bazel-out/
|
|
135
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
136
136
|
var CompletionKind;
|
|
137
137
|
(function(CompletionKind2) {
|
|
138
138
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
139
139
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
140
140
|
})(CompletionKind || (CompletionKind = {}));
|
|
141
141
|
|
|
142
|
-
// bazel-out/
|
|
142
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
143
143
|
var PotentialImportKind;
|
|
144
144
|
(function(PotentialImportKind2) {
|
|
145
145
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
146
146
|
PotentialImportKind2[PotentialImportKind2["Standalone"] = 1] = "Standalone";
|
|
147
147
|
})(PotentialImportKind || (PotentialImportKind = {}));
|
|
148
148
|
|
|
149
|
-
// bazel-out/
|
|
149
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
150
150
|
var SymbolKind;
|
|
151
151
|
(function(SymbolKind2) {
|
|
152
152
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -162,11 +162,11 @@ var SymbolKind;
|
|
|
162
162
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
163
163
|
})(SymbolKind || (SymbolKind = {}));
|
|
164
164
|
|
|
165
|
-
// bazel-out/
|
|
165
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
166
166
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
167
167
|
import ts34 from "typescript";
|
|
168
168
|
|
|
169
|
-
// bazel-out/
|
|
169
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
170
170
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
171
171
|
import * as path from "path";
|
|
172
172
|
function i18nGetExtension(formatName) {
|
|
@@ -217,10 +217,10 @@ function getPathNormalizer(basePath) {
|
|
|
217
217
|
};
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
// bazel-out/
|
|
220
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
221
221
|
import ts2 from "typescript";
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
224
224
|
function toNumbers(value) {
|
|
225
225
|
const suffixIndex = value.lastIndexOf("-");
|
|
226
226
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -255,7 +255,7 @@ function compareVersions(v1, v2) {
|
|
|
255
255
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
259
259
|
var MIN_TS_VERSION = "4.8.2";
|
|
260
260
|
var MAX_TS_VERSION = "5.0.0";
|
|
261
261
|
var tsVersion = ts2.version;
|
|
@@ -268,10 +268,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
268
268
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
// bazel-out/
|
|
271
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
272
272
|
import ts32 from "typescript";
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
275
275
|
var CycleAnalyzer = class {
|
|
276
276
|
constructor(importGraph) {
|
|
277
277
|
this.importGraph = importGraph;
|
|
@@ -342,7 +342,7 @@ var Cycle = class {
|
|
|
342
342
|
}
|
|
343
343
|
};
|
|
344
344
|
|
|
345
|
-
// bazel-out/
|
|
345
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
346
346
|
import ts3 from "typescript";
|
|
347
347
|
var ImportGraph = class {
|
|
348
348
|
constructor(checker, perf) {
|
|
@@ -434,7 +434,7 @@ var Found = class {
|
|
|
434
434
|
}
|
|
435
435
|
};
|
|
436
436
|
|
|
437
|
-
// bazel-out/
|
|
437
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
438
438
|
import ts4 from "typescript";
|
|
439
439
|
var FlatIndexGenerator = class {
|
|
440
440
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -459,7 +459,7 @@ export * from '${relativeEntryPoint}';
|
|
|
459
459
|
}
|
|
460
460
|
};
|
|
461
461
|
|
|
462
|
-
// bazel-out/
|
|
462
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
463
463
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
464
464
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
465
465
|
let resolvedEntryPoint = null;
|
|
@@ -475,7 +475,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
475
475
|
return resolvedEntryPoint;
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
-
// bazel-out/
|
|
478
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
479
479
|
import ts5 from "typescript";
|
|
480
480
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
481
481
|
const diagnostics = [];
|
|
@@ -555,7 +555,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
555
555
|
}
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
// bazel-out/
|
|
558
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
559
559
|
var ReferenceGraph = class {
|
|
560
560
|
constructor() {
|
|
561
561
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -609,7 +609,7 @@ var ReferenceGraph = class {
|
|
|
609
609
|
}
|
|
610
610
|
};
|
|
611
611
|
|
|
612
|
-
// bazel-out/
|
|
612
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
613
613
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
614
614
|
var UpdateMode;
|
|
615
615
|
(function(UpdateMode2) {
|
|
@@ -617,13 +617,13 @@ var UpdateMode;
|
|
|
617
617
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
618
618
|
})(UpdateMode || (UpdateMode = {}));
|
|
619
619
|
|
|
620
|
-
// bazel-out/
|
|
620
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
621
621
|
import ts9 from "typescript";
|
|
622
622
|
|
|
623
|
-
// bazel-out/
|
|
623
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
624
624
|
import ts6 from "typescript";
|
|
625
625
|
|
|
626
|
-
// bazel-out/
|
|
626
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
627
627
|
var NgExtension = Symbol("NgExtension");
|
|
628
628
|
function isExtended(sf) {
|
|
629
629
|
return sf[NgExtension] !== void 0;
|
|
@@ -683,7 +683,7 @@ function retagTsFile(sf) {
|
|
|
683
683
|
}
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
// bazel-out/
|
|
686
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
687
687
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
688
688
|
function makeShimFileName(fileName, suffix) {
|
|
689
689
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -698,7 +698,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
698
698
|
return moduleName;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
// bazel-out/
|
|
701
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
702
702
|
var ShimAdapter = class {
|
|
703
703
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
704
704
|
this.delegate = delegate;
|
|
@@ -793,7 +793,7 @@ var ShimAdapter = class {
|
|
|
793
793
|
}
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
797
797
|
import ts7 from "typescript";
|
|
798
798
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
799
799
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -953,7 +953,7 @@ function updateInitializers(stmt, update) {
|
|
|
953
953
|
return ts7.factory.updateVariableStatement(stmt, ts7.getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
|
|
954
954
|
}
|
|
955
955
|
|
|
956
|
-
// bazel-out/
|
|
956
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
957
957
|
var ShimReferenceTagger = class {
|
|
958
958
|
constructor(shimExtensions) {
|
|
959
959
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -987,7 +987,7 @@ var ShimReferenceTagger = class {
|
|
|
987
987
|
}
|
|
988
988
|
};
|
|
989
989
|
|
|
990
|
-
// bazel-out/
|
|
990
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
991
991
|
import ts8 from "typescript";
|
|
992
992
|
var SummaryGenerator = class {
|
|
993
993
|
constructor() {
|
|
@@ -1028,7 +1028,7 @@ function isExported2(decl) {
|
|
|
1028
1028
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
|
-
// bazel-out/
|
|
1031
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1032
1032
|
var DelegatingCompilerHost = class {
|
|
1033
1033
|
constructor(delegate) {
|
|
1034
1034
|
this.delegate = delegate;
|
|
@@ -1139,7 +1139,7 @@ var TsCreateProgramDriver = class {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
};
|
|
1141
1141
|
|
|
1142
|
-
// bazel-out/
|
|
1142
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1143
1143
|
var FileDependencyGraph = class {
|
|
1144
1144
|
constructor() {
|
|
1145
1145
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1206,7 +1206,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1206
1206
|
return false;
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
|
-
// bazel-out/
|
|
1209
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1210
1210
|
var IncrementalStateKind;
|
|
1211
1211
|
(function(IncrementalStateKind2) {
|
|
1212
1212
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1214,7 +1214,7 @@ var IncrementalStateKind;
|
|
|
1214
1214
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1215
1215
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1216
1216
|
|
|
1217
|
-
// bazel-out/
|
|
1217
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1218
1218
|
var PhaseKind;
|
|
1219
1219
|
(function(PhaseKind2) {
|
|
1220
1220
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1415,7 +1415,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1415
1415
|
}
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
|
-
// bazel-out/
|
|
1418
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1419
1419
|
var TrackedIncrementalBuildStrategy = class {
|
|
1420
1420
|
constructor() {
|
|
1421
1421
|
this.state = null;
|
|
@@ -1451,7 +1451,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1451
1451
|
};
|
|
1452
1452
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1453
1453
|
|
|
1454
|
-
// bazel-out/
|
|
1454
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1455
1455
|
var IdentifierKind;
|
|
1456
1456
|
(function(IdentifierKind2) {
|
|
1457
1457
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1469,7 +1469,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1469
1469
|
}
|
|
1470
1470
|
};
|
|
1471
1471
|
|
|
1472
|
-
// bazel-out/
|
|
1472
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1473
1473
|
var IndexingContext = class {
|
|
1474
1474
|
constructor() {
|
|
1475
1475
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1479,10 +1479,10 @@ var IndexingContext = class {
|
|
|
1479
1479
|
}
|
|
1480
1480
|
};
|
|
1481
1481
|
|
|
1482
|
-
// bazel-out/
|
|
1482
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1483
1483
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1484
1484
|
|
|
1485
|
-
// bazel-out/
|
|
1485
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1486
1486
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1487
1487
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1488
1488
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1719,7 +1719,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1719
1719
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
|
-
// bazel-out/
|
|
1722
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1723
1723
|
function generateAnalysis(context) {
|
|
1724
1724
|
const analysis = /* @__PURE__ */ new Map();
|
|
1725
1725
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1755,7 +1755,7 @@ function generateAnalysis(context) {
|
|
|
1755
1755
|
return analysis;
|
|
1756
1756
|
}
|
|
1757
1757
|
|
|
1758
|
-
// bazel-out/
|
|
1758
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1759
1759
|
import ts10 from "typescript";
|
|
1760
1760
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1761
1761
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1901,7 +1901,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1901
1901
|
};
|
|
1902
1902
|
}
|
|
1903
1903
|
|
|
1904
|
-
// bazel-out/
|
|
1904
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1905
1905
|
var StandaloneComponentScopeReader = class {
|
|
1906
1906
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1907
1907
|
this.metaReader = metaReader;
|
|
@@ -1979,10 +1979,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1979
1979
|
}
|
|
1980
1980
|
};
|
|
1981
1981
|
|
|
1982
|
-
// bazel-out/
|
|
1982
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1983
1983
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
|
|
1984
1984
|
|
|
1985
|
-
// bazel-out/
|
|
1985
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1986
1986
|
import ts11 from "typescript";
|
|
1987
1987
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1988
1988
|
var _a;
|
|
@@ -2089,7 +2089,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2089
2089
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
|
-
// bazel-out/
|
|
2092
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2093
2093
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2094
2094
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2095
2095
|
function getTemplateId(clazz) {
|
|
@@ -2106,11 +2106,11 @@ function allocateTemplateId(sf) {
|
|
|
2106
2106
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
|
-
// bazel-out/
|
|
2109
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2110
2110
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2111
2111
|
import ts13 from "typescript";
|
|
2112
2112
|
|
|
2113
|
-
// bazel-out/
|
|
2113
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2114
2114
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2115
2115
|
import ts12 from "typescript";
|
|
2116
2116
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2240,7 +2240,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2240
2240
|
}) || false;
|
|
2241
2241
|
}
|
|
2242
2242
|
|
|
2243
|
-
// bazel-out/
|
|
2243
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2244
2244
|
var CompletionEngine = class {
|
|
2245
2245
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2246
2246
|
this.tcb = tcb;
|
|
@@ -2397,10 +2397,10 @@ var CompletionEngine = class {
|
|
|
2397
2397
|
}
|
|
2398
2398
|
};
|
|
2399
2399
|
|
|
2400
|
-
// bazel-out/
|
|
2400
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2401
2401
|
import ts27 from "typescript";
|
|
2402
2402
|
|
|
2403
|
-
// bazel-out/
|
|
2403
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2404
2404
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2405
2405
|
import ts14 from "typescript";
|
|
2406
2406
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2453,11 +2453,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2453
2453
|
}
|
|
2454
2454
|
};
|
|
2455
2455
|
|
|
2456
|
-
// bazel-out/
|
|
2456
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2457
2457
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2458
2458
|
import ts20 from "typescript";
|
|
2459
2459
|
|
|
2460
|
-
// bazel-out/
|
|
2460
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2461
2461
|
import ts15 from "typescript";
|
|
2462
2462
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2463
2463
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2531,16 +2531,16 @@ function isAccessExpression(node) {
|
|
|
2531
2531
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2532
2532
|
}
|
|
2533
2533
|
|
|
2534
|
-
// bazel-out/
|
|
2534
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2535
2535
|
import ts19 from "typescript";
|
|
2536
2536
|
|
|
2537
|
-
// bazel-out/
|
|
2537
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2538
2538
|
import ts18 from "typescript";
|
|
2539
2539
|
|
|
2540
|
-
// bazel-out/
|
|
2540
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2541
2541
|
import ts17 from "typescript";
|
|
2542
2542
|
|
|
2543
|
-
// bazel-out/
|
|
2543
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2544
2544
|
import ts16 from "typescript";
|
|
2545
2545
|
var INELIGIBLE = {};
|
|
2546
2546
|
function canEmitType(type, canEmit) {
|
|
@@ -2615,7 +2615,7 @@ var TypeEmitter = class {
|
|
|
2615
2615
|
}
|
|
2616
2616
|
};
|
|
2617
2617
|
|
|
2618
|
-
// bazel-out/
|
|
2618
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2619
2619
|
var TypeParameterEmitter = class {
|
|
2620
2620
|
constructor(typeParameters, reflector) {
|
|
2621
2621
|
this.typeParameters = typeParameters;
|
|
@@ -2692,7 +2692,7 @@ var TypeParameterEmitter = class {
|
|
|
2692
2692
|
}
|
|
2693
2693
|
};
|
|
2694
2694
|
|
|
2695
|
-
// bazel-out/
|
|
2695
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2696
2696
|
var TcbInliningRequirement;
|
|
2697
2697
|
(function(TcbInliningRequirement2) {
|
|
2698
2698
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2772,7 +2772,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2772
2772
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2773
2773
|
}
|
|
2774
2774
|
|
|
2775
|
-
// bazel-out/
|
|
2775
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2776
2776
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2777
2777
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2778
2778
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2818,7 +2818,6 @@ function generateInlineTypeCtor(node, meta) {
|
|
|
2818
2818
|
]);
|
|
2819
2819
|
}
|
|
2820
2820
|
return ts19.factory.createMethodDeclaration(
|
|
2821
|
-
void 0,
|
|
2822
2821
|
[ts19.factory.createModifier(ts19.SyntaxKind.StaticKeyword)],
|
|
2823
2822
|
void 0,
|
|
2824
2823
|
meta.fnName,
|
|
@@ -2885,7 +2884,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2885
2884
|
});
|
|
2886
2885
|
}
|
|
2887
2886
|
|
|
2888
|
-
// bazel-out/
|
|
2887
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2889
2888
|
var Environment = class {
|
|
2890
2889
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2891
2890
|
this.config = config;
|
|
@@ -2977,7 +2976,7 @@ var Environment = class {
|
|
|
2977
2976
|
}
|
|
2978
2977
|
};
|
|
2979
2978
|
|
|
2980
|
-
// bazel-out/
|
|
2979
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2981
2980
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2982
2981
|
import ts21 from "typescript";
|
|
2983
2982
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3110,7 +3109,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3110
3109
|
};
|
|
3111
3110
|
}
|
|
3112
3111
|
|
|
3113
|
-
// bazel-out/
|
|
3112
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3114
3113
|
import ts22 from "typescript";
|
|
3115
3114
|
var TypeCheckShimGenerator = class {
|
|
3116
3115
|
constructor() {
|
|
@@ -3128,11 +3127,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3128
3127
|
}
|
|
3129
3128
|
};
|
|
3130
3129
|
|
|
3131
|
-
// bazel-out/
|
|
3130
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3132
3131
|
import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstElement as TmplAstElement3, TmplAstIcu, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
3133
3132
|
import ts25 from "typescript";
|
|
3134
3133
|
|
|
3135
|
-
// bazel-out/
|
|
3134
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3136
3135
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3137
3136
|
import ts23 from "typescript";
|
|
3138
3137
|
function wrapForDiagnostics(expr) {
|
|
@@ -3178,7 +3177,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3178
3177
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3179
3178
|
}
|
|
3180
3179
|
|
|
3181
|
-
// bazel-out/
|
|
3180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3182
3181
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3183
3182
|
import ts24 from "typescript";
|
|
3184
3183
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3508,7 +3507,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3508
3507
|
};
|
|
3509
3508
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3510
3509
|
|
|
3511
|
-
// bazel-out/
|
|
3510
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3512
3511
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3513
3512
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3514
3513
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3532,7 +3531,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3532
3531
|
}
|
|
3533
3532
|
};
|
|
3534
3533
|
|
|
3535
|
-
// bazel-out/
|
|
3534
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3536
3535
|
var TcbGenericContextBehavior;
|
|
3537
3536
|
(function(TcbGenericContextBehavior2) {
|
|
3538
3537
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4635,7 +4634,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4635
4634
|
}
|
|
4636
4635
|
};
|
|
4637
4636
|
|
|
4638
|
-
// bazel-out/
|
|
4637
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4639
4638
|
import ts26 from "typescript";
|
|
4640
4639
|
var TypeCheckFile = class extends Environment {
|
|
4641
4640
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4671,7 +4670,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4671
4670
|
}
|
|
4672
4671
|
};
|
|
4673
4672
|
|
|
4674
|
-
// bazel-out/
|
|
4673
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4675
4674
|
var InliningMode;
|
|
4676
4675
|
(function(InliningMode2) {
|
|
4677
4676
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4909,10 +4908,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4909
4908
|
return splits;
|
|
4910
4909
|
}
|
|
4911
4910
|
|
|
4912
|
-
// bazel-out/
|
|
4911
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4913
4912
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4914
4913
|
|
|
4915
|
-
// bazel-out/
|
|
4914
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4916
4915
|
var LF_CHAR = 10;
|
|
4917
4916
|
var CR_CHAR = 13;
|
|
4918
4917
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4953,7 +4952,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4953
4952
|
return low - 1;
|
|
4954
4953
|
}
|
|
4955
4954
|
|
|
4956
|
-
// bazel-out/
|
|
4955
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4957
4956
|
var TemplateSource = class {
|
|
4958
4957
|
constructor(mapping, file) {
|
|
4959
4958
|
this.mapping = mapping;
|
|
@@ -5004,7 +5003,7 @@ var TemplateSourceManager = class {
|
|
|
5004
5003
|
}
|
|
5005
5004
|
};
|
|
5006
5005
|
|
|
5007
|
-
// bazel-out/
|
|
5006
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
5008
5007
|
import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
|
|
5009
5008
|
import ts28 from "typescript";
|
|
5010
5009
|
var SymbolBuilder = class {
|
|
@@ -5488,7 +5487,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5488
5487
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5489
5488
|
}
|
|
5490
5489
|
|
|
5491
|
-
// bazel-out/
|
|
5490
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5492
5491
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5493
5492
|
var TemplateTypeCheckerImpl = class {
|
|
5494
5493
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -6138,10 +6137,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
6138
6137
|
}
|
|
6139
6138
|
};
|
|
6140
6139
|
|
|
6141
|
-
// bazel-out/
|
|
6140
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6142
6141
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
6143
6142
|
|
|
6144
|
-
// bazel-out/
|
|
6143
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
6145
6144
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
6146
6145
|
var TemplateCheckWithVisitor = class {
|
|
6147
6146
|
run(ctx, component, template) {
|
|
@@ -6218,7 +6217,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6218
6217
|
}
|
|
6219
6218
|
};
|
|
6220
6219
|
|
|
6221
|
-
// bazel-out/
|
|
6220
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6222
6221
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6223
6222
|
constructor() {
|
|
6224
6223
|
super(...arguments);
|
|
@@ -6243,7 +6242,7 @@ var factory = {
|
|
|
6243
6242
|
create: () => new InvalidBananaInBoxCheck()
|
|
6244
6243
|
};
|
|
6245
6244
|
|
|
6246
|
-
// bazel-out/
|
|
6245
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6247
6246
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6248
6247
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6249
6248
|
["ngIf", "NgIf"],
|
|
@@ -6288,7 +6287,7 @@ var factory2 = {
|
|
|
6288
6287
|
}
|
|
6289
6288
|
};
|
|
6290
6289
|
|
|
6291
|
-
// bazel-out/
|
|
6290
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6292
6291
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6293
6292
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6294
6293
|
constructor() {
|
|
@@ -6321,7 +6320,7 @@ var factory3 = {
|
|
|
6321
6320
|
create: () => new MissingNgForOfLetCheck()
|
|
6322
6321
|
};
|
|
6323
6322
|
|
|
6324
|
-
// bazel-out/
|
|
6323
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6325
6324
|
import { Binary } from "@angular/compiler";
|
|
6326
6325
|
import ts29 from "typescript";
|
|
6327
6326
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6366,7 +6365,7 @@ var factory4 = {
|
|
|
6366
6365
|
}
|
|
6367
6366
|
};
|
|
6368
6367
|
|
|
6369
|
-
// bazel-out/
|
|
6368
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6370
6369
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6371
6370
|
import ts30 from "typescript";
|
|
6372
6371
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6412,7 +6411,7 @@ var factory5 = {
|
|
|
6412
6411
|
}
|
|
6413
6412
|
};
|
|
6414
6413
|
|
|
6415
|
-
// bazel-out/
|
|
6414
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6416
6415
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6417
6416
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6418
6417
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6436,7 +6435,7 @@ var factory6 = {
|
|
|
6436
6435
|
create: () => new SuffixNotSupportedCheck()
|
|
6437
6436
|
};
|
|
6438
6437
|
|
|
6439
|
-
// bazel-out/
|
|
6438
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6440
6439
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6441
6440
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6442
6441
|
constructor() {
|
|
@@ -6475,10 +6474,10 @@ var factory7 = {
|
|
|
6475
6474
|
create: () => new TextAttributeNotBindingSpec()
|
|
6476
6475
|
};
|
|
6477
6476
|
|
|
6478
|
-
// bazel-out/
|
|
6477
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6479
6478
|
import ts31 from "typescript";
|
|
6480
6479
|
|
|
6481
|
-
// bazel-out/
|
|
6480
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6482
6481
|
var DiagnosticCategoryLabel;
|
|
6483
6482
|
(function(DiagnosticCategoryLabel2) {
|
|
6484
6483
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6486,7 +6485,7 @@ var DiagnosticCategoryLabel;
|
|
|
6486
6485
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6487
6486
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6488
6487
|
|
|
6489
|
-
// bazel-out/
|
|
6488
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6490
6489
|
var ExtendedTemplateCheckerImpl = class {
|
|
6491
6490
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6492
6491
|
var _a, _b, _c, _d, _e;
|
|
@@ -6539,7 +6538,7 @@ function assertNever(value) {
|
|
|
6539
6538
|
${value}`);
|
|
6540
6539
|
}
|
|
6541
6540
|
|
|
6542
|
-
// bazel-out/
|
|
6541
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6543
6542
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6544
6543
|
factory,
|
|
6545
6544
|
factory4,
|
|
@@ -6550,7 +6549,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6550
6549
|
factory6
|
|
6551
6550
|
];
|
|
6552
6551
|
|
|
6553
|
-
// bazel-out/
|
|
6552
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6554
6553
|
var CompilationTicketKind;
|
|
6555
6554
|
(function(CompilationTicketKind2) {
|
|
6556
6555
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7255,7 +7254,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7255
7254
|
return versions;
|
|
7256
7255
|
}
|
|
7257
7256
|
|
|
7258
|
-
// bazel-out/
|
|
7257
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7259
7258
|
import ts33 from "typescript";
|
|
7260
7259
|
var DelegatingCompilerHost2 = class {
|
|
7261
7260
|
constructor(delegate) {
|
|
@@ -7400,7 +7399,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7400
7399
|
}
|
|
7401
7400
|
};
|
|
7402
7401
|
|
|
7403
|
-
// bazel-out/
|
|
7402
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7404
7403
|
var NgtscProgram = class {
|
|
7405
7404
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7406
7405
|
this.options = options;
|
|
@@ -7618,15 +7617,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7618
7617
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7619
7618
|
}
|
|
7620
7619
|
|
|
7621
|
-
// bazel-out/
|
|
7620
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7622
7621
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7623
7622
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7624
7623
|
}
|
|
7625
7624
|
|
|
7626
|
-
// bazel-out/
|
|
7625
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7627
7626
|
import ts36 from "typescript";
|
|
7628
7627
|
|
|
7629
|
-
// bazel-out/
|
|
7628
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7630
7629
|
import ts35 from "typescript";
|
|
7631
7630
|
function createMessageDiagnostic(messageText) {
|
|
7632
7631
|
return {
|
|
@@ -7640,7 +7639,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7640
7639
|
};
|
|
7641
7640
|
}
|
|
7642
7641
|
|
|
7643
|
-
// bazel-out/
|
|
7642
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7644
7643
|
var defaultFormatHost = {
|
|
7645
7644
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7646
7645
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7853,4 +7852,4 @@ export {
|
|
|
7853
7852
|
* found in the LICENSE file at https://angular.io/license
|
|
7854
7853
|
*/
|
|
7855
7854
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7856
|
-
//# sourceMappingURL=chunk-
|
|
7855
|
+
//# sourceMappingURL=chunk-XRJ2O3LZ.js.map
|