@angular/compiler-cli 15.0.0-next.2 → 15.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-S4JINNFN.js → chunk-4NRCP3Y6.js} +7 -7
- package/bundles/{chunk-S4JINNFN.js.map → chunk-4NRCP3Y6.js.map} +0 -0
- package/bundles/{chunk-Z57D3OKU.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-Z57D3OKU.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-4SINIALN.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-4SINIALN.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-IRLRUIPK.js → chunk-A5S5H2MN.js} +71 -71
- package/bundles/{chunk-IRLRUIPK.js.map → chunk-A5S5H2MN.js.map} +0 -0
- package/bundles/{chunk-FJDJLKGN.js → chunk-C7SYDZNO.js} +5 -5
- package/bundles/{chunk-FJDJLKGN.js.map → chunk-C7SYDZNO.js.map} +0 -0
- package/bundles/{chunk-E6XS3AOK.js → chunk-DM4TYSFG.js} +2 -2
- package/bundles/{chunk-E6XS3AOK.js.map → chunk-DM4TYSFG.js.map} +0 -0
- package/bundles/{chunk-CNBHG67Y.js → chunk-ERNK3SQG.js} +31 -31
- package/bundles/{chunk-CNBHG67Y.js.map → chunk-ERNK3SQG.js.map} +0 -0
- package/bundles/{chunk-TQSHBFSH.js → chunk-FPKAMI6D.js} +26 -26
- package/bundles/{chunk-TQSHBFSH.js.map → chunk-FPKAMI6D.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-N2MCMY3J.js → chunk-ICPLY7FO.js} +4 -4
- package/bundles/{chunk-N2MCMY3J.js.map → chunk-ICPLY7FO.js.map} +0 -0
- package/bundles/{chunk-QUO5TIT7.js → chunk-JN4TT3OU.js} +7 -7
- package/bundles/{chunk-QUO5TIT7.js.map → chunk-JN4TT3OU.js.map} +0 -0
- package/bundles/{chunk-SP2LQH24.js → chunk-JTAGML7U.js} +71 -71
- package/bundles/{chunk-SP2LQH24.js.map → chunk-JTAGML7U.js.map} +0 -0
- package/bundles/{chunk-7D7JVHLL.js → chunk-MOE5WKIA.js} +7 -7
- package/bundles/{chunk-7D7JVHLL.js.map → chunk-MOE5WKIA.js.map} +0 -0
- package/bundles/{chunk-CTEVZGOM.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-CTEVZGOM.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-AU6X5ZMU.js → chunk-TC3DKEFP.js} +105 -98
- package/bundles/chunk-TC3DKEFP.js.map +6 -0
- package/bundles/{chunk-P4TN5NTV.js → chunk-V7FBNIO3.js} +40 -40
- package/bundles/{chunk-P4TN5NTV.js.map → chunk-V7FBNIO3.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- 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 +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-AU6X5ZMU.js.map +0 -6
|
@@ -31,11 +31,11 @@ import {
|
|
|
31
31
|
aliasTransformFactory,
|
|
32
32
|
declarationTransformFactory,
|
|
33
33
|
ivyTransformFactory
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-A5S5H2MN.js";
|
|
35
35
|
import {
|
|
36
36
|
TypeScriptReflectionHost,
|
|
37
37
|
isNamedClassDeclaration
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-MOE5WKIA.js";
|
|
39
39
|
import {
|
|
40
40
|
AbsoluteModuleStrategy,
|
|
41
41
|
AliasStrategy,
|
|
@@ -76,13 +76,13 @@ import {
|
|
|
76
76
|
toUnredirectedSourceFile,
|
|
77
77
|
translateExpression,
|
|
78
78
|
translateType
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-FPKAMI6D.js";
|
|
80
80
|
import {
|
|
81
81
|
getDecorators,
|
|
82
82
|
getModifiers,
|
|
83
83
|
updateImportDeclaration,
|
|
84
84
|
updateTypeParameterDeclaration
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-DM4TYSFG.js";
|
|
86
86
|
import {
|
|
87
87
|
LogicalFileSystem,
|
|
88
88
|
absoluteFrom,
|
|
@@ -93,16 +93,16 @@ import {
|
|
|
93
93
|
getSourceFileOrError,
|
|
94
94
|
join,
|
|
95
95
|
resolve
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-4NRCP3Y6.js";
|
|
97
97
|
import {
|
|
98
98
|
ActivePerfRecorder,
|
|
99
99
|
DelegatingPerfRecorder,
|
|
100
100
|
PerfCheckpoint,
|
|
101
101
|
PerfEvent,
|
|
102
102
|
PerfPhase
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-RCXOJZDO.js";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
106
106
|
var DEFAULT_ERROR_CODE = 100;
|
|
107
107
|
var UNKNOWN_ERROR_CODE = 500;
|
|
108
108
|
var SOURCE = "angular";
|
|
@@ -120,7 +120,7 @@ var EmitFlags;
|
|
|
120
120
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
121
121
|
})(EmitFlags || (EmitFlags = {}));
|
|
122
122
|
|
|
123
|
-
// bazel-out/
|
|
123
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
124
124
|
import ts from "typescript";
|
|
125
125
|
var wrapHostForTest = null;
|
|
126
126
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -130,21 +130,21 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
130
130
|
return tsHost;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
// bazel-out/
|
|
133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
134
134
|
var OptimizeFor;
|
|
135
135
|
(function(OptimizeFor2) {
|
|
136
136
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
137
137
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
138
138
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
139
139
|
|
|
140
|
-
// bazel-out/
|
|
140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
141
141
|
var CompletionKind;
|
|
142
142
|
(function(CompletionKind2) {
|
|
143
143
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
144
144
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
145
145
|
})(CompletionKind || (CompletionKind = {}));
|
|
146
146
|
|
|
147
|
-
// bazel-out/
|
|
147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
148
148
|
var SymbolKind;
|
|
149
149
|
(function(SymbolKind2) {
|
|
150
150
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -160,11 +160,11 @@ var SymbolKind;
|
|
|
160
160
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
161
161
|
})(SymbolKind || (SymbolKind = {}));
|
|
162
162
|
|
|
163
|
-
// bazel-out/
|
|
163
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
164
164
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
165
165
|
import ts34 from "typescript";
|
|
166
166
|
|
|
167
|
-
// bazel-out/
|
|
167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
168
168
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
169
169
|
import * as path from "path";
|
|
170
170
|
function i18nGetExtension(formatName) {
|
|
@@ -215,10 +215,10 @@ function getPathNormalizer(basePath) {
|
|
|
215
215
|
};
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
// bazel-out/
|
|
218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
219
219
|
import ts2 from "typescript";
|
|
220
220
|
|
|
221
|
-
// bazel-out/
|
|
221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
222
222
|
function toNumbers(value) {
|
|
223
223
|
const suffixIndex = value.lastIndexOf("-");
|
|
224
224
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -253,7 +253,7 @@ function compareVersions(v1, v2) {
|
|
|
253
253
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
// bazel-out/
|
|
256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
257
257
|
var MIN_TS_VERSION = "4.6.2";
|
|
258
258
|
var MAX_TS_VERSION = "4.9.0";
|
|
259
259
|
var tsVersion = ts2.version;
|
|
@@ -266,10 +266,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
266
266
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
270
270
|
import ts32 from "typescript";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
273
273
|
var CycleAnalyzer = class {
|
|
274
274
|
constructor(importGraph) {
|
|
275
275
|
this.importGraph = importGraph;
|
|
@@ -340,7 +340,7 @@ var Cycle = class {
|
|
|
340
340
|
}
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
// bazel-out/
|
|
343
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
344
344
|
import ts3 from "typescript";
|
|
345
345
|
var ImportGraph = class {
|
|
346
346
|
constructor(checker, perf) {
|
|
@@ -432,7 +432,7 @@ var Found = class {
|
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
434
|
|
|
435
|
-
// bazel-out/
|
|
435
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
436
436
|
import ts4 from "typescript";
|
|
437
437
|
var FlatIndexGenerator = class {
|
|
438
438
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -457,7 +457,7 @@ export * from '${relativeEntryPoint}';
|
|
|
457
457
|
}
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
// bazel-out/
|
|
460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
461
461
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
462
462
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
463
463
|
let resolvedEntryPoint = null;
|
|
@@ -473,7 +473,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
473
473
|
return resolvedEntryPoint;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
// bazel-out/
|
|
476
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
477
477
|
import ts5 from "typescript";
|
|
478
478
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
479
479
|
const diagnostics = [];
|
|
@@ -553,7 +553,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
-
// bazel-out/
|
|
556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
557
557
|
var ReferenceGraph = class {
|
|
558
558
|
constructor() {
|
|
559
559
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -607,7 +607,7 @@ var ReferenceGraph = class {
|
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
// bazel-out/
|
|
610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
611
611
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
612
612
|
var UpdateMode;
|
|
613
613
|
(function(UpdateMode2) {
|
|
@@ -615,13 +615,13 @@ var UpdateMode;
|
|
|
615
615
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
616
616
|
})(UpdateMode || (UpdateMode = {}));
|
|
617
617
|
|
|
618
|
-
// bazel-out/
|
|
618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
619
619
|
import ts9 from "typescript";
|
|
620
620
|
|
|
621
|
-
// bazel-out/
|
|
621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
622
622
|
import ts6 from "typescript";
|
|
623
623
|
|
|
624
|
-
// bazel-out/
|
|
624
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
625
625
|
var NgExtension = Symbol("NgExtension");
|
|
626
626
|
function isExtended(sf) {
|
|
627
627
|
return sf[NgExtension] !== void 0;
|
|
@@ -681,7 +681,7 @@ function retagTsFile(sf) {
|
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
-
// bazel-out/
|
|
684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
685
685
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
686
686
|
function makeShimFileName(fileName, suffix) {
|
|
687
687
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -696,7 +696,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
696
696
|
return moduleName;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
// bazel-out/
|
|
699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
700
700
|
var ShimAdapter = class {
|
|
701
701
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
702
702
|
this.delegate = delegate;
|
|
@@ -793,7 +793,7 @@ var ShimAdapter = class {
|
|
|
793
793
|
}
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin_arm64-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$/;
|
|
@@ -941,7 +941,7 @@ function updateInitializers(stmt, update) {
|
|
|
941
941
|
return ts7.factory.updateVariableStatement(stmt, 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)))));
|
|
942
942
|
}
|
|
943
943
|
|
|
944
|
-
// bazel-out/
|
|
944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
945
945
|
var ShimReferenceTagger = class {
|
|
946
946
|
constructor(shimExtensions) {
|
|
947
947
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -975,7 +975,7 @@ var ShimReferenceTagger = class {
|
|
|
975
975
|
}
|
|
976
976
|
};
|
|
977
977
|
|
|
978
|
-
// bazel-out/
|
|
978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
979
979
|
import ts8 from "typescript";
|
|
980
980
|
var SummaryGenerator = class {
|
|
981
981
|
constructor() {
|
|
@@ -1016,7 +1016,7 @@ function isExported2(decl) {
|
|
|
1016
1016
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
// bazel-out/
|
|
1019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1020
1020
|
var DelegatingCompilerHost = class {
|
|
1021
1021
|
constructor(delegate) {
|
|
1022
1022
|
this.delegate = delegate;
|
|
@@ -1126,7 +1126,7 @@ var TsCreateProgramDriver = class {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
|
-
// bazel-out/
|
|
1129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1130
1130
|
var FileDependencyGraph = class {
|
|
1131
1131
|
constructor() {
|
|
1132
1132
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1193,7 +1193,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1193
1193
|
return false;
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
|
-
// bazel-out/
|
|
1196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1197
1197
|
var IncrementalStateKind;
|
|
1198
1198
|
(function(IncrementalStateKind2) {
|
|
1199
1199
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1201,7 +1201,7 @@ var IncrementalStateKind;
|
|
|
1201
1201
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1202
1202
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1203
1203
|
|
|
1204
|
-
// bazel-out/
|
|
1204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1205
1205
|
var PhaseKind;
|
|
1206
1206
|
(function(PhaseKind2) {
|
|
1207
1207
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1402,7 +1402,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
// bazel-out/
|
|
1405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1406
1406
|
var TrackedIncrementalBuildStrategy = class {
|
|
1407
1407
|
constructor() {
|
|
1408
1408
|
this.state = null;
|
|
@@ -1438,7 +1438,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1438
1438
|
};
|
|
1439
1439
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1440
1440
|
|
|
1441
|
-
// bazel-out/
|
|
1441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1442
1442
|
var IdentifierKind;
|
|
1443
1443
|
(function(IdentifierKind2) {
|
|
1444
1444
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1456,7 +1456,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1456
1456
|
}
|
|
1457
1457
|
};
|
|
1458
1458
|
|
|
1459
|
-
// bazel-out/
|
|
1459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1460
1460
|
var IndexingContext = class {
|
|
1461
1461
|
constructor() {
|
|
1462
1462
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1466,10 +1466,10 @@ var IndexingContext = class {
|
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
1468
|
|
|
1469
|
-
// bazel-out/
|
|
1469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1470
1470
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1471
1471
|
|
|
1472
|
-
// bazel-out/
|
|
1472
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1473
1473
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1474
1474
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1475
1475
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1706,7 +1706,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1706
1706
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
|
-
// bazel-out/
|
|
1709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1710
1710
|
function generateAnalysis(context) {
|
|
1711
1711
|
const analysis = /* @__PURE__ */ new Map();
|
|
1712
1712
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1742,7 +1742,7 @@ function generateAnalysis(context) {
|
|
|
1742
1742
|
return analysis;
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
|
-
// bazel-out/
|
|
1745
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1746
1746
|
import ts10 from "typescript";
|
|
1747
1747
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1748
1748
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1888,7 +1888,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1888
1888
|
};
|
|
1889
1889
|
}
|
|
1890
1890
|
|
|
1891
|
-
// bazel-out/
|
|
1891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1892
1892
|
var StandaloneComponentScopeReader = class {
|
|
1893
1893
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1894
1894
|
this.metaReader = metaReader;
|
|
@@ -1966,10 +1966,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1966
1966
|
}
|
|
1967
1967
|
};
|
|
1968
1968
|
|
|
1969
|
-
// bazel-out/
|
|
1969
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1970
1970
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
1971
1971
|
|
|
1972
|
-
// bazel-out/
|
|
1972
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1973
1973
|
import ts11 from "typescript";
|
|
1974
1974
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1975
1975
|
var _a;
|
|
@@ -2019,7 +2019,7 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
|
|
|
2019
2019
|
}
|
|
2020
2020
|
let sf;
|
|
2021
2021
|
try {
|
|
2022
|
-
sf =
|
|
2022
|
+
sf = getParsedTemplateSourceFile(fileName, mapping);
|
|
2023
2023
|
} catch (e) {
|
|
2024
2024
|
const failureChain = makeDiagnosticChain(`Failed to report an error in '${fileName}' at ${span.start.line + 1}:${span.start.col + 1}`, [
|
|
2025
2025
|
makeDiagnosticChain((_a = e == null ? void 0 : e.stack) != null ? _a : `${e}`)
|
|
@@ -2061,6 +2061,13 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
|
|
|
2061
2061
|
throw new Error(`Unexpected source mapping type: ${mapping.type}`);
|
|
2062
2062
|
}
|
|
2063
2063
|
}
|
|
2064
|
+
var TemplateSourceFile = Symbol("TemplateSourceFile");
|
|
2065
|
+
function getParsedTemplateSourceFile(fileName, mapping) {
|
|
2066
|
+
if (mapping[TemplateSourceFile] === void 0) {
|
|
2067
|
+
mapping[TemplateSourceFile] = parseTemplateAsSourceFile(fileName, mapping.template);
|
|
2068
|
+
}
|
|
2069
|
+
return mapping[TemplateSourceFile];
|
|
2070
|
+
}
|
|
2064
2071
|
var parseTemplateAsSourceFileForTest = null;
|
|
2065
2072
|
function parseTemplateAsSourceFile(fileName, template) {
|
|
2066
2073
|
if (parseTemplateAsSourceFileForTest !== null) {
|
|
@@ -2069,7 +2076,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2069
2076
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2070
2077
|
}
|
|
2071
2078
|
|
|
2072
|
-
// bazel-out/
|
|
2079
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2073
2080
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2074
2081
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2075
2082
|
function getTemplateId(clazz) {
|
|
@@ -2086,11 +2093,11 @@ function allocateTemplateId(sf) {
|
|
|
2086
2093
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2087
2094
|
}
|
|
2088
2095
|
|
|
2089
|
-
// bazel-out/
|
|
2096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2090
2097
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2091
2098
|
import ts13 from "typescript";
|
|
2092
2099
|
|
|
2093
|
-
// bazel-out/
|
|
2100
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2094
2101
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2095
2102
|
import ts12 from "typescript";
|
|
2096
2103
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2210,7 +2217,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2210
2217
|
}) || false;
|
|
2211
2218
|
}
|
|
2212
2219
|
|
|
2213
|
-
// bazel-out/
|
|
2220
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2214
2221
|
var CompletionEngine = class {
|
|
2215
2222
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2216
2223
|
this.tcb = tcb;
|
|
@@ -2367,10 +2374,10 @@ var CompletionEngine = class {
|
|
|
2367
2374
|
}
|
|
2368
2375
|
};
|
|
2369
2376
|
|
|
2370
|
-
// bazel-out/
|
|
2377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2371
2378
|
import ts27 from "typescript";
|
|
2372
2379
|
|
|
2373
|
-
// bazel-out/
|
|
2380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2374
2381
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2375
2382
|
import ts14 from "typescript";
|
|
2376
2383
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2423,11 +2430,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2423
2430
|
}
|
|
2424
2431
|
};
|
|
2425
2432
|
|
|
2426
|
-
// bazel-out/
|
|
2433
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2427
2434
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2428
2435
|
import ts20 from "typescript";
|
|
2429
2436
|
|
|
2430
|
-
// bazel-out/
|
|
2437
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2431
2438
|
import ts15 from "typescript";
|
|
2432
2439
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2433
2440
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2474,16 +2481,16 @@ function isAccessExpression(node) {
|
|
|
2474
2481
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2475
2482
|
}
|
|
2476
2483
|
|
|
2477
|
-
// bazel-out/
|
|
2484
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2478
2485
|
import ts19 from "typescript";
|
|
2479
2486
|
|
|
2480
|
-
// bazel-out/
|
|
2487
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2481
2488
|
import ts18 from "typescript";
|
|
2482
2489
|
|
|
2483
|
-
// bazel-out/
|
|
2490
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2484
2491
|
import ts17 from "typescript";
|
|
2485
2492
|
|
|
2486
|
-
// bazel-out/
|
|
2493
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2487
2494
|
import ts16 from "typescript";
|
|
2488
2495
|
var INELIGIBLE = {};
|
|
2489
2496
|
function canEmitType(type, canEmit) {
|
|
@@ -2558,7 +2565,7 @@ var TypeEmitter = class {
|
|
|
2558
2565
|
}
|
|
2559
2566
|
};
|
|
2560
2567
|
|
|
2561
|
-
// bazel-out/
|
|
2568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2562
2569
|
var TypeParameterEmitter = class {
|
|
2563
2570
|
constructor(typeParameters, reflector) {
|
|
2564
2571
|
this.typeParameters = typeParameters;
|
|
@@ -2635,7 +2642,7 @@ var TypeParameterEmitter = class {
|
|
|
2635
2642
|
}
|
|
2636
2643
|
};
|
|
2637
2644
|
|
|
2638
|
-
// bazel-out/
|
|
2645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2639
2646
|
var TcbInliningRequirement;
|
|
2640
2647
|
(function(TcbInliningRequirement2) {
|
|
2641
2648
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2715,7 +2722,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2715
2722
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2716
2723
|
}
|
|
2717
2724
|
|
|
2718
|
-
// bazel-out/
|
|
2725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2719
2726
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2720
2727
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2721
2728
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2786,7 +2793,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2786
2793
|
});
|
|
2787
2794
|
}
|
|
2788
2795
|
|
|
2789
|
-
// bazel-out/
|
|
2796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2790
2797
|
var Environment = class {
|
|
2791
2798
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2792
2799
|
this.config = config;
|
|
@@ -2878,7 +2885,7 @@ var Environment = class {
|
|
|
2878
2885
|
}
|
|
2879
2886
|
};
|
|
2880
2887
|
|
|
2881
|
-
// bazel-out/
|
|
2888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2882
2889
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2883
2890
|
import ts21 from "typescript";
|
|
2884
2891
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3011,7 +3018,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3011
3018
|
};
|
|
3012
3019
|
}
|
|
3013
3020
|
|
|
3014
|
-
// bazel-out/
|
|
3021
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3015
3022
|
import ts22 from "typescript";
|
|
3016
3023
|
var TypeCheckShimGenerator = class {
|
|
3017
3024
|
constructor() {
|
|
@@ -3029,11 +3036,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3029
3036
|
}
|
|
3030
3037
|
};
|
|
3031
3038
|
|
|
3032
|
-
// bazel-out/
|
|
3039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3033
3040
|
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";
|
|
3034
3041
|
import ts25 from "typescript";
|
|
3035
3042
|
|
|
3036
|
-
// bazel-out/
|
|
3043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3037
3044
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3038
3045
|
import ts23 from "typescript";
|
|
3039
3046
|
function wrapForDiagnostics(expr) {
|
|
@@ -3079,7 +3086,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3079
3086
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3080
3087
|
}
|
|
3081
3088
|
|
|
3082
|
-
// bazel-out/
|
|
3089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3083
3090
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3084
3091
|
import ts24 from "typescript";
|
|
3085
3092
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3409,7 +3416,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3409
3416
|
};
|
|
3410
3417
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3411
3418
|
|
|
3412
|
-
// bazel-out/
|
|
3419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3413
3420
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3414
3421
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3415
3422
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3433,7 +3440,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3433
3440
|
}
|
|
3434
3441
|
};
|
|
3435
3442
|
|
|
3436
|
-
// bazel-out/
|
|
3443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3437
3444
|
var TcbGenericContextBehavior;
|
|
3438
3445
|
(function(TcbGenericContextBehavior2) {
|
|
3439
3446
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4494,7 +4501,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4494
4501
|
}
|
|
4495
4502
|
};
|
|
4496
4503
|
|
|
4497
|
-
// bazel-out/
|
|
4504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4498
4505
|
import ts26 from "typescript";
|
|
4499
4506
|
var TypeCheckFile = class extends Environment {
|
|
4500
4507
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4530,7 +4537,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4530
4537
|
}
|
|
4531
4538
|
};
|
|
4532
4539
|
|
|
4533
|
-
// bazel-out/
|
|
4540
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4534
4541
|
var InliningMode;
|
|
4535
4542
|
(function(InliningMode2) {
|
|
4536
4543
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4768,10 +4775,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4768
4775
|
return splits;
|
|
4769
4776
|
}
|
|
4770
4777
|
|
|
4771
|
-
// bazel-out/
|
|
4778
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4772
4779
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4773
4780
|
|
|
4774
|
-
// bazel-out/
|
|
4781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4775
4782
|
var LF_CHAR = 10;
|
|
4776
4783
|
var CR_CHAR = 13;
|
|
4777
4784
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4812,7 +4819,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4812
4819
|
return low - 1;
|
|
4813
4820
|
}
|
|
4814
4821
|
|
|
4815
|
-
// bazel-out/
|
|
4822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4816
4823
|
var TemplateSource = class {
|
|
4817
4824
|
constructor(mapping, file) {
|
|
4818
4825
|
this.mapping = mapping;
|
|
@@ -4863,7 +4870,7 @@ var TemplateSourceManager = class {
|
|
|
4863
4870
|
}
|
|
4864
4871
|
};
|
|
4865
4872
|
|
|
4866
|
-
// bazel-out/
|
|
4873
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4867
4874
|
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";
|
|
4868
4875
|
import ts28 from "typescript";
|
|
4869
4876
|
var SymbolBuilder = class {
|
|
@@ -5308,7 +5315,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5308
5315
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5309
5316
|
}
|
|
5310
5317
|
|
|
5311
|
-
// bazel-out/
|
|
5318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5312
5319
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5313
5320
|
var TemplateTypeCheckerImpl = class {
|
|
5314
5321
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5880,10 +5887,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5880
5887
|
}
|
|
5881
5888
|
};
|
|
5882
5889
|
|
|
5883
|
-
// bazel-out/
|
|
5890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5884
5891
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5885
5892
|
|
|
5886
|
-
// bazel-out/
|
|
5893
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5887
5894
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5888
5895
|
var TemplateCheckWithVisitor = class {
|
|
5889
5896
|
run(ctx, component, template) {
|
|
@@ -5960,7 +5967,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
5960
5967
|
}
|
|
5961
5968
|
};
|
|
5962
5969
|
|
|
5963
|
-
// bazel-out/
|
|
5970
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5964
5971
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
5965
5972
|
constructor() {
|
|
5966
5973
|
super(...arguments);
|
|
@@ -5985,7 +5992,7 @@ var factory = {
|
|
|
5985
5992
|
create: () => new InvalidBananaInBoxCheck()
|
|
5986
5993
|
};
|
|
5987
5994
|
|
|
5988
|
-
// bazel-out/
|
|
5995
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
5989
5996
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
5990
5997
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
5991
5998
|
["ngIf", "NgIf"],
|
|
@@ -6030,7 +6037,7 @@ var factory2 = {
|
|
|
6030
6037
|
}
|
|
6031
6038
|
};
|
|
6032
6039
|
|
|
6033
|
-
// bazel-out/
|
|
6040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6034
6041
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6035
6042
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6036
6043
|
constructor() {
|
|
@@ -6063,7 +6070,7 @@ var factory3 = {
|
|
|
6063
6070
|
create: () => new MissingNgForOfLetCheck()
|
|
6064
6071
|
};
|
|
6065
6072
|
|
|
6066
|
-
// bazel-out/
|
|
6073
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6067
6074
|
import { Binary } from "@angular/compiler";
|
|
6068
6075
|
import ts29 from "typescript";
|
|
6069
6076
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6108,7 +6115,7 @@ var factory4 = {
|
|
|
6108
6115
|
}
|
|
6109
6116
|
};
|
|
6110
6117
|
|
|
6111
|
-
// bazel-out/
|
|
6118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6112
6119
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6113
6120
|
import ts30 from "typescript";
|
|
6114
6121
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6154,7 +6161,7 @@ var factory5 = {
|
|
|
6154
6161
|
}
|
|
6155
6162
|
};
|
|
6156
6163
|
|
|
6157
|
-
// bazel-out/
|
|
6164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6158
6165
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6159
6166
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6160
6167
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6178,7 +6185,7 @@ var factory6 = {
|
|
|
6178
6185
|
create: () => new SuffixNotSupportedCheck()
|
|
6179
6186
|
};
|
|
6180
6187
|
|
|
6181
|
-
// bazel-out/
|
|
6188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6182
6189
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6183
6190
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6184
6191
|
constructor() {
|
|
@@ -6217,10 +6224,10 @@ var factory7 = {
|
|
|
6217
6224
|
create: () => new TextAttributeNotBindingSpec()
|
|
6218
6225
|
};
|
|
6219
6226
|
|
|
6220
|
-
// bazel-out/
|
|
6227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6221
6228
|
import ts31 from "typescript";
|
|
6222
6229
|
|
|
6223
|
-
// bazel-out/
|
|
6230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6224
6231
|
var DiagnosticCategoryLabel;
|
|
6225
6232
|
(function(DiagnosticCategoryLabel2) {
|
|
6226
6233
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6228,7 +6235,7 @@ var DiagnosticCategoryLabel;
|
|
|
6228
6235
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6229
6236
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6230
6237
|
|
|
6231
|
-
// bazel-out/
|
|
6238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6232
6239
|
var ExtendedTemplateCheckerImpl = class {
|
|
6233
6240
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6234
6241
|
var _a, _b, _c, _d, _e;
|
|
@@ -6281,7 +6288,7 @@ function assertNever(value) {
|
|
|
6281
6288
|
${value}`);
|
|
6282
6289
|
}
|
|
6283
6290
|
|
|
6284
|
-
// bazel-out/
|
|
6291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6285
6292
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6286
6293
|
factory,
|
|
6287
6294
|
factory4,
|
|
@@ -6292,7 +6299,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6292
6299
|
factory6
|
|
6293
6300
|
];
|
|
6294
6301
|
|
|
6295
|
-
// bazel-out/
|
|
6302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6296
6303
|
var CompilationTicketKind;
|
|
6297
6304
|
(function(CompilationTicketKind2) {
|
|
6298
6305
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -6993,7 +7000,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
6993
7000
|
return versions;
|
|
6994
7001
|
}
|
|
6995
7002
|
|
|
6996
|
-
// bazel-out/
|
|
7003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
6997
7004
|
import ts33 from "typescript";
|
|
6998
7005
|
var DelegatingCompilerHost2 = class {
|
|
6999
7006
|
constructor(delegate) {
|
|
@@ -7137,7 +7144,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7137
7144
|
}
|
|
7138
7145
|
};
|
|
7139
7146
|
|
|
7140
|
-
// bazel-out/
|
|
7147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7141
7148
|
var NgtscProgram = class {
|
|
7142
7149
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7143
7150
|
this.options = options;
|
|
@@ -7346,15 +7353,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7346
7353
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7347
7354
|
}
|
|
7348
7355
|
|
|
7349
|
-
// bazel-out/
|
|
7356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7350
7357
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7351
7358
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7352
7359
|
}
|
|
7353
7360
|
|
|
7354
|
-
// bazel-out/
|
|
7361
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7355
7362
|
import ts36 from "typescript";
|
|
7356
7363
|
|
|
7357
|
-
// bazel-out/
|
|
7364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7358
7365
|
import ts35 from "typescript";
|
|
7359
7366
|
function createMessageDiagnostic(messageText) {
|
|
7360
7367
|
return {
|
|
@@ -7368,7 +7375,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7368
7375
|
};
|
|
7369
7376
|
}
|
|
7370
7377
|
|
|
7371
|
-
// bazel-out/
|
|
7378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7372
7379
|
var defaultFormatHost = {
|
|
7373
7380
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7374
7381
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7581,4 +7588,4 @@ export {
|
|
|
7581
7588
|
* found in the LICENSE file at https://angular.io/license
|
|
7582
7589
|
*/
|
|
7583
7590
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7584
|
-
//# sourceMappingURL=chunk-
|
|
7591
|
+
//# sourceMappingURL=chunk-TC3DKEFP.js.map
|