@angular/compiler-cli 14.0.0-next.2 → 14.0.0-next.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-JL6TC6CB.js → chunk-2N3G5KYJ.js} +85 -85
- package/bundles/{chunk-JL6TC6CB.js.map → chunk-2N3G5KYJ.js.map} +0 -0
- package/bundles/{chunk-N4EP6MZR.js → chunk-7C3Q5ZSV.js} +66 -66
- package/bundles/{chunk-N4EP6MZR.js.map → chunk-7C3Q5ZSV.js.map} +0 -0
- 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-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-VOXD467J.js → chunk-JKIKUGPN.js} +5 -5
- package/bundles/{chunk-VOXD467J.js.map → chunk-JKIKUGPN.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-BPCUCINV.js → chunk-QDWL7SZJ.js} +2 -2
- package/bundles/{chunk-BPCUCINV.js.map → chunk-QDWL7SZJ.js.map} +0 -0
- package/bundles/{chunk-2XJJHADR.js → chunk-QMGQEVL2.js} +26 -26
- package/bundles/{chunk-2XJJHADR.js.map → chunk-QMGQEVL2.js.map} +0 -0
- package/bundles/{chunk-4EUDG74G.js → chunk-QYWK7GNC.js} +70 -70
- package/bundles/{chunk-4EUDG74G.js.map → chunk-QYWK7GNC.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-4N4Y5TPT.js → chunk-TYUIAZWZ.js} +31 -31
- package/bundles/{chunk-4N4Y5TPT.js.map → chunk-TYUIAZWZ.js.map} +0 -0
- package/bundles/{chunk-JR2JHPEZ.js → chunk-YG7H35RB.js} +40 -40
- package/bundles/{chunk-JR2JHPEZ.js.map → chunk-YG7H35RB.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 +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/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
@@ -34,11 +34,11 @@ import {
|
|
|
34
34
|
ivyTransformFactory,
|
|
35
35
|
retagAllTsFiles,
|
|
36
36
|
untagAllTsFiles
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-7C3Q5ZSV.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-QMGQEVL2.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));
|
|
@@ -3354,7 +3354,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3354
3354
|
};
|
|
3355
3355
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3356
3356
|
|
|
3357
|
-
// bazel-out/
|
|
3357
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3358
3358
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3359
3359
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3360
3360
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3378,7 +3378,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3378
3378
|
}
|
|
3379
3379
|
};
|
|
3380
3380
|
|
|
3381
|
-
// bazel-out/
|
|
3381
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3382
3382
|
var TcbGenericContextBehavior;
|
|
3383
3383
|
(function(TcbGenericContextBehavior2) {
|
|
3384
3384
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4428,7 +4428,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4428
4428
|
}
|
|
4429
4429
|
};
|
|
4430
4430
|
|
|
4431
|
-
// bazel-out/
|
|
4431
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4432
4432
|
import ts25 from "typescript";
|
|
4433
4433
|
var TypeCheckFile = class extends Environment {
|
|
4434
4434
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4464,7 +4464,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4464
4464
|
}
|
|
4465
4465
|
};
|
|
4466
4466
|
|
|
4467
|
-
// bazel-out/
|
|
4467
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4468
4468
|
var InliningMode;
|
|
4469
4469
|
(function(InliningMode2) {
|
|
4470
4470
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4694,10 +4694,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4694
4694
|
return splits;
|
|
4695
4695
|
}
|
|
4696
4696
|
|
|
4697
|
-
// bazel-out/
|
|
4697
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4698
4698
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4699
4699
|
|
|
4700
|
-
// bazel-out/
|
|
4700
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4701
4701
|
var LF_CHAR = 10;
|
|
4702
4702
|
var CR_CHAR = 13;
|
|
4703
4703
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4738,7 +4738,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4738
4738
|
return low - 1;
|
|
4739
4739
|
}
|
|
4740
4740
|
|
|
4741
|
-
// bazel-out/
|
|
4741
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4742
4742
|
var TemplateSource = class {
|
|
4743
4743
|
constructor(mapping, file) {
|
|
4744
4744
|
this.mapping = mapping;
|
|
@@ -4789,7 +4789,7 @@ var TemplateSourceManager = class {
|
|
|
4789
4789
|
}
|
|
4790
4790
|
};
|
|
4791
4791
|
|
|
4792
|
-
// bazel-out/
|
|
4792
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4793
4793
|
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";
|
|
4794
4794
|
import ts27 from "typescript";
|
|
4795
4795
|
var SymbolBuilder = class {
|
|
@@ -5214,7 +5214,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5214
5214
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5215
5215
|
}
|
|
5216
5216
|
|
|
5217
|
-
// bazel-out/
|
|
5217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5218
5218
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5219
5219
|
var TemplateTypeCheckerImpl = class {
|
|
5220
5220
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5730,10 +5730,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5730
5730
|
}
|
|
5731
5731
|
};
|
|
5732
5732
|
|
|
5733
|
-
// bazel-out/
|
|
5733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5734
5734
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5735
5735
|
|
|
5736
|
-
// bazel-out/
|
|
5736
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5737
5737
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5738
5738
|
var TemplateCheckWithVisitor = class {
|
|
5739
5739
|
run(ctx, component, template) {
|
|
@@ -5810,7 +5810,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
5810
5810
|
}
|
|
5811
5811
|
};
|
|
5812
5812
|
|
|
5813
|
-
// bazel-out/
|
|
5813
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5814
5814
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
5815
5815
|
constructor() {
|
|
5816
5816
|
super(...arguments);
|
|
@@ -5835,7 +5835,7 @@ var factory = {
|
|
|
5835
5835
|
create: () => new InvalidBananaInBoxCheck()
|
|
5836
5836
|
};
|
|
5837
5837
|
|
|
5838
|
-
// bazel-out/
|
|
5838
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
5839
5839
|
import { Binary } from "@angular/compiler";
|
|
5840
5840
|
import ts28 from "typescript";
|
|
5841
5841
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -5877,10 +5877,10 @@ var factory2 = {
|
|
|
5877
5877
|
}
|
|
5878
5878
|
};
|
|
5879
5879
|
|
|
5880
|
-
// bazel-out/
|
|
5880
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
5881
5881
|
import ts29 from "typescript";
|
|
5882
5882
|
|
|
5883
|
-
// bazel-out/
|
|
5883
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
5884
5884
|
var DiagnosticCategoryLabel;
|
|
5885
5885
|
(function(DiagnosticCategoryLabel2) {
|
|
5886
5886
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -5888,7 +5888,7 @@ var DiagnosticCategoryLabel;
|
|
|
5888
5888
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
5889
5889
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
5890
5890
|
|
|
5891
|
-
// bazel-out/
|
|
5891
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
5892
5892
|
var ExtendedTemplateCheckerImpl = class {
|
|
5893
5893
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
5894
5894
|
var _a, _b, _c, _d, _e;
|
|
@@ -5940,13 +5940,13 @@ function assertNever(value) {
|
|
|
5940
5940
|
${value}`);
|
|
5941
5941
|
}
|
|
5942
5942
|
|
|
5943
|
-
// bazel-out/
|
|
5943
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
5944
5944
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
5945
5945
|
factory,
|
|
5946
5946
|
factory2
|
|
5947
5947
|
];
|
|
5948
5948
|
|
|
5949
|
-
// bazel-out/
|
|
5949
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
5950
5950
|
var CompilationTicketKind;
|
|
5951
5951
|
(function(CompilationTicketKind2) {
|
|
5952
5952
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -6641,7 +6641,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
6641
6641
|
return versions;
|
|
6642
6642
|
}
|
|
6643
6643
|
|
|
6644
|
-
// bazel-out/
|
|
6644
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
6645
6645
|
import ts31 from "typescript";
|
|
6646
6646
|
var DelegatingCompilerHost2 = class {
|
|
6647
6647
|
constructor(delegate) {
|
|
@@ -6782,7 +6782,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
6782
6782
|
}
|
|
6783
6783
|
};
|
|
6784
6784
|
|
|
6785
|
-
// bazel-out/
|
|
6785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
6786
6786
|
var NgtscProgram = class {
|
|
6787
6787
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
6788
6788
|
this.options = options;
|
|
@@ -6989,15 +6989,15 @@ function mergeEmitResults(emitResults) {
|
|
|
6989
6989
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
6990
6990
|
}
|
|
6991
6991
|
|
|
6992
|
-
// bazel-out/
|
|
6992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
6993
6993
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
6994
6994
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
6995
6995
|
}
|
|
6996
6996
|
|
|
6997
|
-
// bazel-out/
|
|
6997
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
6998
6998
|
import ts34 from "typescript";
|
|
6999
6999
|
|
|
7000
|
-
// bazel-out/
|
|
7000
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7001
7001
|
import ts33 from "typescript";
|
|
7002
7002
|
var GENERATED_FILES = /(.*?)\.(ngfactory|shim\.ngstyle|ngstyle|ngsummary)\.(js|d\.ts|ts)$/;
|
|
7003
7003
|
function createMessageDiagnostic(messageText) {
|
|
@@ -7012,7 +7012,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7012
7012
|
};
|
|
7013
7013
|
}
|
|
7014
7014
|
|
|
7015
|
-
// bazel-out/
|
|
7015
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7016
7016
|
var defaultFormatHost = {
|
|
7017
7017
|
getCurrentDirectory: () => ts34.sys.getCurrentDirectory(),
|
|
7018
7018
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7225,4 +7225,4 @@ export {
|
|
|
7225
7225
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7226
7226
|
* found in the LICENSE file at https://angular.io/license
|
|
7227
7227
|
*/
|
|
7228
|
-
//# sourceMappingURL=chunk-
|
|
7228
|
+
//# sourceMappingURL=chunk-2N3G5KYJ.js.map
|