@angular/compiler-cli 13.2.2 → 13.2.5
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-XXMNTCYN.js → chunk-7PY7XEFH.js} +6 -6
- package/bundles/{chunk-XXMNTCYN.js.map → chunk-7PY7XEFH.js.map} +0 -0
- package/bundles/{chunk-RNVIUKDY.js → chunk-A5PL3TE6.js} +6 -6
- package/bundles/{chunk-RNVIUKDY.js.map → chunk-A5PL3TE6.js.map} +0 -0
- package/bundles/{chunk-VXXCHVAH.js → chunk-ALKVYGAK.js} +31 -31
- package/bundles/{chunk-VXXCHVAH.js.map → chunk-ALKVYGAK.js.map} +0 -0
- package/bundles/{chunk-OSTNYZ2E.js → chunk-CTSDWZWQ.js} +40 -40
- package/bundles/{chunk-OSTNYZ2E.js.map → chunk-CTSDWZWQ.js.map} +0 -0
- package/bundles/{chunk-QZBA4KSX.js → chunk-FXU7FMZC.js} +7 -7
- package/bundles/{chunk-QZBA4KSX.js.map → chunk-FXU7FMZC.js.map} +0 -0
- package/bundles/{chunk-J6CW3T62.js → chunk-GLCRIILX.js} +5 -5
- package/bundles/{chunk-J6CW3T62.js.map → chunk-GLCRIILX.js.map} +0 -0
- package/bundles/{chunk-VMLZST3Q.js → chunk-IUG2QCU2.js} +70 -70
- package/bundles/{chunk-VMLZST3Q.js.map → chunk-IUG2QCU2.js.map} +0 -0
- package/bundles/{chunk-3WNAIXKA.js → chunk-K2Z44JHH.js} +7 -7
- package/bundles/{chunk-3WNAIXKA.js.map → chunk-K2Z44JHH.js.map} +0 -0
- package/bundles/{chunk-5ABOWRRP.js → chunk-NC7BJDOB.js} +75 -58
- package/bundles/chunk-NC7BJDOB.js.map +6 -0
- package/bundles/{chunk-BPCUCINV.js → chunk-QDWL7SZJ.js} +2 -2
- package/bundles/{chunk-BPCUCINV.js.map → chunk-QDWL7SZJ.js.map} +0 -0
- package/bundles/{chunk-JTYUTYS2.js → chunk-SKBLJA43.js} +3 -3
- package/bundles/{chunk-JTYUTYS2.js.map → chunk-SKBLJA43.js.map} +0 -0
- package/bundles/{chunk-B5DWKBQ7.js → chunk-VBVBCYZP.js} +5 -5
- package/bundles/{chunk-B5DWKBQ7.js.map → chunk-VBVBCYZP.js.map} +0 -0
- package/bundles/{chunk-6ESPQED7.js → chunk-XNYP2SFR.js} +26 -26
- package/bundles/{chunk-6ESPQED7.js.map → chunk-XNYP2SFR.js.map} +0 -0
- package/bundles/{chunk-5XSC4B4W.js → chunk-XRCD4VXD.js} +85 -85
- package/bundles/{chunk-5XSC4B4W.js.map → chunk-XRCD4VXD.js.map} +0 -0
- package/bundles/{chunk-LL4S3DRM.js → chunk-Z2HS4HDG.js} +4 -4
- package/bundles/{chunk-LL4S3DRM.js.map → chunk-Z2HS4HDG.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +18 -18
- package/bundles/linker/babel/index.js.map +1 -1
- 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/linker/babel/src/babel_core.d.ts +1 -0
- package/linker/babel/src/babel_declaration_scope.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +3 -3
- package/private/babel.d.ts +42 -0
- package/src/ngtsc/annotations/src/util.d.ts +2 -0
- package/bundles/chunk-5ABOWRRP.js.map +0 -6
|
@@ -34,11 +34,11 @@ import {
|
|
|
34
34
|
ivyTransformFactory,
|
|
35
35
|
retagAllTsFiles,
|
|
36
36
|
untagAllTsFiles
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-NC7BJDOB.js";
|
|
38
38
|
import {
|
|
39
39
|
TypeScriptReflectionHost,
|
|
40
40
|
isNamedClassDeclaration
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-7PY7XEFH.js";
|
|
42
42
|
import {
|
|
43
43
|
AbsoluteModuleStrategy,
|
|
44
44
|
AliasStrategy,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
toUnredirectedSourceFile,
|
|
80
80
|
translateExpression,
|
|
81
81
|
translateType
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-XNYP2SFR.js";
|
|
83
83
|
import {
|
|
84
84
|
LogicalFileSystem,
|
|
85
85
|
absoluteFrom,
|
|
@@ -89,20 +89,20 @@ import {
|
|
|
89
89
|
getSourceFileOrError,
|
|
90
90
|
join,
|
|
91
91
|
resolve
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-FXU7FMZC.js";
|
|
93
93
|
import {
|
|
94
94
|
ActivePerfRecorder,
|
|
95
95
|
DelegatingPerfRecorder,
|
|
96
96
|
PerfCheckpoint,
|
|
97
97
|
PerfEvent,
|
|
98
98
|
PerfPhase
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-GLCRIILX.js";
|
|
100
100
|
import {
|
|
101
101
|
__spreadProps,
|
|
102
102
|
__spreadValues
|
|
103
103
|
} from "./chunk-WQ3TNYTD.js";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
164
164
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
165
165
|
import ts32 from "typescript";
|
|
166
166
|
|
|
167
|
-
// bazel-out/
|
|
167
|
+
// bazel-out/k8-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/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
219
219
|
import ts2 from "typescript";
|
|
220
220
|
|
|
221
|
-
// bazel-out/
|
|
221
|
+
// bazel-out/k8-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/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
257
257
|
var MIN_TS_VERSION = "4.4.2";
|
|
258
258
|
var MAX_TS_VERSION = "4.6.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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
270
270
|
import ts30 from "typescript";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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,7 +615,7 @@ var UpdateMode;
|
|
|
615
615
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
616
616
|
})(UpdateMode || (UpdateMode = {}));
|
|
617
617
|
|
|
618
|
-
// bazel-out/
|
|
618
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
619
619
|
import ts6 from "typescript";
|
|
620
620
|
var DelegatingCompilerHost = class {
|
|
621
621
|
constructor(delegate) {
|
|
@@ -726,7 +726,7 @@ var TsCreateProgramDriver = class {
|
|
|
726
726
|
}
|
|
727
727
|
};
|
|
728
728
|
|
|
729
|
-
// bazel-out/
|
|
729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
730
730
|
var FileDependencyGraph = class {
|
|
731
731
|
constructor() {
|
|
732
732
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -793,7 +793,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
793
793
|
return false;
|
|
794
794
|
}
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
797
797
|
var IncrementalStateKind;
|
|
798
798
|
(function(IncrementalStateKind2) {
|
|
799
799
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -801,7 +801,7 @@ var IncrementalStateKind;
|
|
|
801
801
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
802
802
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
803
803
|
|
|
804
|
-
// bazel-out/
|
|
804
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
805
805
|
var PhaseKind;
|
|
806
806
|
(function(PhaseKind2) {
|
|
807
807
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1002,7 +1002,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
-
// bazel-out/
|
|
1005
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1006
1006
|
var TrackedIncrementalBuildStrategy = class {
|
|
1007
1007
|
constructor() {
|
|
1008
1008
|
this.state = null;
|
|
@@ -1038,7 +1038,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1038
1038
|
};
|
|
1039
1039
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1040
1040
|
|
|
1041
|
-
// bazel-out/
|
|
1041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1042
1042
|
var IdentifierKind;
|
|
1043
1043
|
(function(IdentifierKind2) {
|
|
1044
1044
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1056,7 +1056,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
};
|
|
1058
1058
|
|
|
1059
|
-
// bazel-out/
|
|
1059
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1060
1060
|
var IndexingContext = class {
|
|
1061
1061
|
constructor() {
|
|
1062
1062
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1066,10 +1066,10 @@ var IndexingContext = class {
|
|
|
1066
1066
|
}
|
|
1067
1067
|
};
|
|
1068
1068
|
|
|
1069
|
-
// bazel-out/
|
|
1069
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1070
1070
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1071
1071
|
|
|
1072
|
-
// bazel-out/
|
|
1072
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1073
1073
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1074
1074
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1075
1075
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1306,7 +1306,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1306
1306
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
// bazel-out/
|
|
1309
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1310
1310
|
function generateAnalysis(context) {
|
|
1311
1311
|
const analysis = /* @__PURE__ */ new Map();
|
|
1312
1312
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1342,7 +1342,7 @@ function generateAnalysis(context) {
|
|
|
1342
1342
|
return analysis;
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
1345
|
-
// bazel-out/
|
|
1345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1346
1346
|
import ts7 from "typescript";
|
|
1347
1347
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1348
1348
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1488,7 +1488,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1488
1488
|
};
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
|
-
// bazel-out/
|
|
1491
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
1492
1492
|
var MetadataDtsModuleScopeResolver = class {
|
|
1493
1493
|
constructor(dtsMetaReader, aliasingHost) {
|
|
1494
1494
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -1574,7 +1574,7 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
};
|
|
1576
1576
|
|
|
1577
|
-
// bazel-out/
|
|
1577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
1578
1578
|
import { ExternalExpr } from "@angular/compiler";
|
|
1579
1579
|
import ts8 from "typescript";
|
|
1580
1580
|
var LocalModuleScopeRegistry = class {
|
|
@@ -1884,7 +1884,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
1884
1884
|
]);
|
|
1885
1885
|
}
|
|
1886
1886
|
|
|
1887
|
-
// bazel-out/
|
|
1887
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
1888
1888
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
1889
1889
|
import ts9 from "typescript";
|
|
1890
1890
|
var TypeCheckScopeRegistry = class {
|
|
@@ -1945,10 +1945,10 @@ var TypeCheckScopeRegistry = class {
|
|
|
1945
1945
|
}
|
|
1946
1946
|
};
|
|
1947
1947
|
|
|
1948
|
-
// bazel-out/
|
|
1948
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1949
1949
|
import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
1950
1950
|
|
|
1951
|
-
// bazel-out/
|
|
1951
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1952
1952
|
import ts10 from "typescript";
|
|
1953
1953
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1954
1954
|
if (mapping.type === "direct") {
|
|
@@ -2021,7 +2021,7 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
|
|
|
2021
2021
|
}
|
|
2022
2022
|
}
|
|
2023
2023
|
|
|
2024
|
-
// bazel-out/
|
|
2024
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2025
2025
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2026
2026
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2027
2027
|
function getTemplateId(clazz) {
|
|
@@ -2038,11 +2038,11 @@ function allocateTemplateId(sf) {
|
|
|
2038
2038
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
|
-
// bazel-out/
|
|
2041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2042
2042
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2043
2043
|
import ts12 from "typescript";
|
|
2044
2044
|
|
|
2045
|
-
// bazel-out/
|
|
2045
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2046
2046
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2047
2047
|
import ts11 from "typescript";
|
|
2048
2048
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2162,7 +2162,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2162
2162
|
}) || false;
|
|
2163
2163
|
}
|
|
2164
2164
|
|
|
2165
|
-
// bazel-out/
|
|
2165
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2166
2166
|
var CompletionEngine = class {
|
|
2167
2167
|
constructor(tcb, data, shimPath) {
|
|
2168
2168
|
this.tcb = tcb;
|
|
@@ -2313,10 +2313,10 @@ var CompletionEngine = class {
|
|
|
2313
2313
|
}
|
|
2314
2314
|
};
|
|
2315
2315
|
|
|
2316
|
-
// bazel-out/
|
|
2316
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2317
2317
|
import ts26 from "typescript";
|
|
2318
2318
|
|
|
2319
|
-
// bazel-out/
|
|
2319
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2320
2320
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2321
2321
|
import ts13 from "typescript";
|
|
2322
2322
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2366,11 +2366,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2366
2366
|
}
|
|
2367
2367
|
};
|
|
2368
2368
|
|
|
2369
|
-
// bazel-out/
|
|
2369
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2370
2370
|
import { ExpressionType, ExternalExpr as ExternalExpr2, TypeModifier } from "@angular/compiler";
|
|
2371
2371
|
import ts19 from "typescript";
|
|
2372
2372
|
|
|
2373
|
-
// bazel-out/
|
|
2373
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2374
2374
|
import ts14 from "typescript";
|
|
2375
2375
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2376
2376
|
ts14.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2439,16 +2439,16 @@ function isAccessExpression(node) {
|
|
|
2439
2439
|
return ts14.isPropertyAccessExpression(node) || ts14.isElementAccessExpression(node);
|
|
2440
2440
|
}
|
|
2441
2441
|
|
|
2442
|
-
// bazel-out/
|
|
2442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2443
2443
|
import ts18 from "typescript";
|
|
2444
2444
|
|
|
2445
|
-
// bazel-out/
|
|
2445
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2446
2446
|
import ts17 from "typescript";
|
|
2447
2447
|
|
|
2448
|
-
// bazel-out/
|
|
2448
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2449
2449
|
import ts16 from "typescript";
|
|
2450
2450
|
|
|
2451
|
-
// bazel-out/
|
|
2451
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2452
2452
|
import ts15 from "typescript";
|
|
2453
2453
|
var INELIGIBLE = {};
|
|
2454
2454
|
function canEmitType(type, canEmit) {
|
|
@@ -2510,7 +2510,7 @@ var TypeEmitter = class {
|
|
|
2510
2510
|
}
|
|
2511
2511
|
};
|
|
2512
2512
|
|
|
2513
|
-
// bazel-out/
|
|
2513
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2514
2514
|
var TypeParameterEmitter = class {
|
|
2515
2515
|
constructor(typeParameters, reflector) {
|
|
2516
2516
|
this.typeParameters = typeParameters;
|
|
@@ -2587,7 +2587,7 @@ var TypeParameterEmitter = class {
|
|
|
2587
2587
|
}
|
|
2588
2588
|
};
|
|
2589
2589
|
|
|
2590
|
-
// bazel-out/
|
|
2590
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2591
2591
|
var TcbInliningRequirement;
|
|
2592
2592
|
(function(TcbInliningRequirement2) {
|
|
2593
2593
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2667,7 +2667,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2667
2667
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2668
2668
|
}
|
|
2669
2669
|
|
|
2670
|
-
// bazel-out/
|
|
2670
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2671
2671
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2672
2672
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2673
2673
|
const rawType = ts18.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2738,7 +2738,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2738
2738
|
});
|
|
2739
2739
|
}
|
|
2740
2740
|
|
|
2741
|
-
// bazel-out/
|
|
2741
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2742
2742
|
var Environment = class {
|
|
2743
2743
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2744
2744
|
this.config = config;
|
|
@@ -2830,7 +2830,7 @@ var Environment = class {
|
|
|
2830
2830
|
}
|
|
2831
2831
|
};
|
|
2832
2832
|
|
|
2833
|
-
// bazel-out/
|
|
2833
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2834
2834
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2835
2835
|
import ts20 from "typescript";
|
|
2836
2836
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -2962,7 +2962,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
2962
2962
|
});
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
// bazel-out/
|
|
2965
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
2966
2966
|
import ts21 from "typescript";
|
|
2967
2967
|
var TypeCheckShimGenerator = class {
|
|
2968
2968
|
constructor() {
|
|
@@ -2980,11 +2980,11 @@ var TypeCheckShimGenerator = class {
|
|
|
2980
2980
|
}
|
|
2981
2981
|
};
|
|
2982
2982
|
|
|
2983
|
-
// bazel-out/
|
|
2983
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
2984
2984
|
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";
|
|
2985
2985
|
import ts24 from "typescript";
|
|
2986
2986
|
|
|
2987
|
-
// bazel-out/
|
|
2987
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
2988
2988
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
2989
2989
|
import ts22 from "typescript";
|
|
2990
2990
|
function wrapForDiagnostics(expr) {
|
|
@@ -3030,7 +3030,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3030
3030
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3031
3031
|
}
|
|
3032
3032
|
|
|
3033
|
-
// bazel-out/
|
|
3033
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3034
3034
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3035
3035
|
import ts23 from "typescript";
|
|
3036
3036
|
var NULL_AS_ANY = ts23.createAsExpression(ts23.createNull(), ts23.createKeywordTypeNode(ts23.SyntaxKind.AnyKeyword));
|
|
@@ -3360,7 +3360,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3360
3360
|
};
|
|
3361
3361
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3362
3362
|
|
|
3363
|
-
// bazel-out/
|
|
3363
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3364
3364
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3365
3365
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3366
3366
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3384,7 +3384,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
};
|
|
3386
3386
|
|
|
3387
|
-
// bazel-out/
|
|
3387
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3388
3388
|
var TcbGenericContextBehavior;
|
|
3389
3389
|
(function(TcbGenericContextBehavior2) {
|
|
3390
3390
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4434,7 +4434,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4434
4434
|
}
|
|
4435
4435
|
};
|
|
4436
4436
|
|
|
4437
|
-
// bazel-out/
|
|
4437
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4438
4438
|
import ts25 from "typescript";
|
|
4439
4439
|
var TypeCheckFile = class extends Environment {
|
|
4440
4440
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4470,7 +4470,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4470
4470
|
}
|
|
4471
4471
|
};
|
|
4472
4472
|
|
|
4473
|
-
// bazel-out/
|
|
4473
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4474
4474
|
var InliningMode;
|
|
4475
4475
|
(function(InliningMode2) {
|
|
4476
4476
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4700,10 +4700,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4700
4700
|
return splits;
|
|
4701
4701
|
}
|
|
4702
4702
|
|
|
4703
|
-
// bazel-out/
|
|
4703
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4704
4704
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4705
4705
|
|
|
4706
|
-
// bazel-out/
|
|
4706
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4707
4707
|
var LF_CHAR = 10;
|
|
4708
4708
|
var CR_CHAR = 13;
|
|
4709
4709
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4744,7 +4744,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4744
4744
|
return low - 1;
|
|
4745
4745
|
}
|
|
4746
4746
|
|
|
4747
|
-
// bazel-out/
|
|
4747
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4748
4748
|
var TemplateSource = class {
|
|
4749
4749
|
constructor(mapping, file) {
|
|
4750
4750
|
this.mapping = mapping;
|
|
@@ -4795,7 +4795,7 @@ var TemplateSourceManager = class {
|
|
|
4795
4795
|
}
|
|
4796
4796
|
};
|
|
4797
4797
|
|
|
4798
|
-
// bazel-out/
|
|
4798
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4799
4799
|
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";
|
|
4800
4800
|
import ts27 from "typescript";
|
|
4801
4801
|
var SymbolBuilder = class {
|
|
@@ -5220,7 +5220,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5220
5220
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5221
5221
|
}
|
|
5222
5222
|
|
|
5223
|
-
// bazel-out/
|
|
5223
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5224
5224
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5225
5225
|
var TemplateTypeCheckerImpl = class {
|
|
5226
5226
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5736,10 +5736,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5736
5736
|
}
|
|
5737
5737
|
};
|
|
5738
5738
|
|
|
5739
|
-
// bazel-out/
|
|
5739
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5740
5740
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5741
5741
|
|
|
5742
|
-
// bazel-out/
|
|
5742
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5743
5743
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5744
5744
|
var TemplateCheckWithVisitor = class {
|
|
5745
5745
|
run(ctx, component, template) {
|
|
@@ -5816,7 +5816,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
5816
5816
|
}
|
|
5817
5817
|
};
|
|
5818
5818
|
|
|
5819
|
-
// bazel-out/
|
|
5819
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5820
5820
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
5821
5821
|
constructor() {
|
|
5822
5822
|
super(...arguments);
|
|
@@ -5841,7 +5841,7 @@ var factory = {
|
|
|
5841
5841
|
create: () => new InvalidBananaInBoxCheck()
|
|
5842
5842
|
};
|
|
5843
5843
|
|
|
5844
|
-
// bazel-out/
|
|
5844
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
5845
5845
|
import { Binary } from "@angular/compiler";
|
|
5846
5846
|
import ts28 from "typescript";
|
|
5847
5847
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -5883,10 +5883,10 @@ var factory2 = {
|
|
|
5883
5883
|
}
|
|
5884
5884
|
};
|
|
5885
5885
|
|
|
5886
|
-
// bazel-out/
|
|
5886
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
5887
5887
|
import ts29 from "typescript";
|
|
5888
5888
|
|
|
5889
|
-
// bazel-out/
|
|
5889
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
5890
5890
|
var DiagnosticCategoryLabel;
|
|
5891
5891
|
(function(DiagnosticCategoryLabel2) {
|
|
5892
5892
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -5894,7 +5894,7 @@ var DiagnosticCategoryLabel;
|
|
|
5894
5894
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
5895
5895
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
5896
5896
|
|
|
5897
|
-
// bazel-out/
|
|
5897
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
5898
5898
|
var ExtendedTemplateCheckerImpl = class {
|
|
5899
5899
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
5900
5900
|
var _a, _b, _c, _d, _e;
|
|
@@ -5946,13 +5946,13 @@ function assertNever(value) {
|
|
|
5946
5946
|
${value}`);
|
|
5947
5947
|
}
|
|
5948
5948
|
|
|
5949
|
-
// bazel-out/
|
|
5949
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
5950
5950
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
5951
5951
|
factory,
|
|
5952
5952
|
factory2
|
|
5953
5953
|
];
|
|
5954
5954
|
|
|
5955
|
-
// bazel-out/
|
|
5955
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
5956
5956
|
var CompilationTicketKind;
|
|
5957
5957
|
(function(CompilationTicketKind2) {
|
|
5958
5958
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -6647,7 +6647,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
6647
6647
|
return versions;
|
|
6648
6648
|
}
|
|
6649
6649
|
|
|
6650
|
-
// bazel-out/
|
|
6650
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
6651
6651
|
import ts31 from "typescript";
|
|
6652
6652
|
var DelegatingCompilerHost2 = class {
|
|
6653
6653
|
constructor(delegate) {
|
|
@@ -6788,7 +6788,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
6788
6788
|
}
|
|
6789
6789
|
};
|
|
6790
6790
|
|
|
6791
|
-
// bazel-out/
|
|
6791
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
6792
6792
|
var NgtscProgram = class {
|
|
6793
6793
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
6794
6794
|
this.options = options;
|
|
@@ -6995,15 +6995,15 @@ function mergeEmitResults(emitResults) {
|
|
|
6995
6995
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
6996
6996
|
}
|
|
6997
6997
|
|
|
6998
|
-
// bazel-out/
|
|
6998
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
6999
6999
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7000
7000
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7001
7001
|
}
|
|
7002
7002
|
|
|
7003
|
-
// bazel-out/
|
|
7003
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7004
7004
|
import ts34 from "typescript";
|
|
7005
7005
|
|
|
7006
|
-
// bazel-out/
|
|
7006
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7007
7007
|
import ts33 from "typescript";
|
|
7008
7008
|
var GENERATED_FILES = /(.*?)\.(ngfactory|shim\.ngstyle|ngstyle|ngsummary)\.(js|d\.ts|ts)$/;
|
|
7009
7009
|
function createMessageDiagnostic(messageText) {
|
|
@@ -7018,7 +7018,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7018
7018
|
};
|
|
7019
7019
|
}
|
|
7020
7020
|
|
|
7021
|
-
// bazel-out/
|
|
7021
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7022
7022
|
var defaultFormatHost = {
|
|
7023
7023
|
getCurrentDirectory: () => ts34.sys.getCurrentDirectory(),
|
|
7024
7024
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7231,4 +7231,4 @@ export {
|
|
|
7231
7231
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7232
7232
|
* found in the LICENSE file at https://angular.io/license
|
|
7233
7233
|
*/
|
|
7234
|
-
//# sourceMappingURL=chunk-
|
|
7234
|
+
//# sourceMappingURL=chunk-XRCD4VXD.js.map
|