@angular/compiler-cli 17.0.0-next.0 → 17.0.0-next.2
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-HJOPJLIM.js → chunk-7PCPPTTO.js} +5 -5
- package/bundles/{chunk-FRSHP5TN.js → chunk-DJV5J7EO.js} +31 -31
- package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
- package/bundles/{chunk-WFZNEQRO.js → chunk-HO5VC7JE.js} +93 -93
- package/bundles/{chunk-UHYH6BYB.js → chunk-JZC4T2RR.js} +1 -1
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-7AJOGEL7.js → chunk-NGWY7NOB.js} +29 -27
- package/bundles/{chunk-7AJOGEL7.js.map → chunk-NGWY7NOB.js.map} +1 -1
- package/bundles/{chunk-O44BCL4P.js → chunk-NLLBDH7F.js} +10 -42
- package/bundles/chunk-NLLBDH7F.js.map +6 -0
- package/bundles/{chunk-FXPDGYDZ.js → chunk-OYEEKZWP.js} +4 -4
- package/bundles/{chunk-EC5K6QPP.js → chunk-PCMLSPQF.js} +8 -8
- package/bundles/{chunk-U7JQC45O.js → chunk-R6MWMHVR.js} +119 -86
- package/bundles/{chunk-U7JQC45O.js.map → chunk-R6MWMHVR.js.map} +1 -1
- package/bundles/{chunk-P4NPKMGZ.js → chunk-RM26Z7GR.js} +20 -8
- package/bundles/chunk-RM26Z7GR.js.map +6 -0
- package/bundles/chunk-XI2RTGAL.js +16 -0
- package/bundles/index.js +14 -14
- package/bundles/linker/babel/index.js +20 -14
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +6 -6
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +2 -2
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +7 -7
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +12 -12
- package/bundles/src/bin/ngc.js +11 -19
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -0
- package/package.json +3 -3
- package/src/main.d.ts +2 -4
- package/src/ngtsc/annotations/component/src/resources.d.ts +3 -2
- package/src/ngtsc/annotations/directive/src/shared.d.ts +1 -0
- package/src/ngtsc/diagnostics/src/error_code.d.ts +11 -1
- package/src/ngtsc/logging/src/console_logger.d.ts +3 -3
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +8 -0
- package/src/ngtsc/translator/src/translator.d.ts +1 -0
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -0
- package/bundles/chunk-O44BCL4P.js.map +0 -6
- package/bundles/chunk-P4NPKMGZ.js.map +0 -6
- package/bundles/chunk-SRFZMXHZ.js +0 -35
- /package/bundles/{chunk-HJOPJLIM.js.map → chunk-7PCPPTTO.js.map} +0 -0
- /package/bundles/{chunk-FRSHP5TN.js.map → chunk-DJV5J7EO.js.map} +0 -0
- /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
- /package/bundles/{chunk-WFZNEQRO.js.map → chunk-HO5VC7JE.js.map} +0 -0
- /package/bundles/{chunk-SRFZMXHZ.js.map → chunk-JZC4T2RR.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-FXPDGYDZ.js.map → chunk-OYEEKZWP.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-PCMLSPQF.js.map} +0 -0
- /package/bundles/{chunk-UHYH6BYB.js.map → chunk-XI2RTGAL.js.map} +0 -0
|
@@ -36,12 +36,12 @@ import {
|
|
|
36
36
|
aliasTransformFactory,
|
|
37
37
|
declarationTransformFactory,
|
|
38
38
|
ivyTransformFactory
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-R6MWMHVR.js";
|
|
40
40
|
import {
|
|
41
41
|
ImportManager,
|
|
42
42
|
translateExpression,
|
|
43
43
|
translateType
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-RM26Z7GR.js";
|
|
45
45
|
import {
|
|
46
46
|
AbsoluteModuleStrategy,
|
|
47
47
|
AliasStrategy,
|
|
@@ -83,14 +83,14 @@ import {
|
|
|
83
83
|
relativePathBetween,
|
|
84
84
|
replaceTsWithNgInErrors,
|
|
85
85
|
toUnredirectedSourceFile
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-NGWY7NOB.js";
|
|
87
87
|
import {
|
|
88
88
|
ActivePerfRecorder,
|
|
89
89
|
DelegatingPerfRecorder,
|
|
90
90
|
PerfCheckpoint,
|
|
91
91
|
PerfEvent,
|
|
92
92
|
PerfPhase
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-7PCPPTTO.js";
|
|
94
94
|
import {
|
|
95
95
|
LogicalFileSystem,
|
|
96
96
|
absoluteFrom,
|
|
@@ -100,9 +100,9 @@ import {
|
|
|
100
100
|
getSourceFileOrError,
|
|
101
101
|
join,
|
|
102
102
|
resolve
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-PCMLSPQF.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,11 +130,11 @@ 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/program.mjs
|
|
134
134
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
135
135
|
import ts32 from "typescript";
|
|
136
136
|
|
|
137
|
-
// bazel-out/
|
|
137
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
138
138
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
139
139
|
import * as path from "path";
|
|
140
140
|
function i18nGetExtension(formatName) {
|
|
@@ -185,10 +185,10 @@ function getPathNormalizer(basePath) {
|
|
|
185
185
|
};
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
189
189
|
import ts2 from "typescript";
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
192
192
|
function toNumbers(value) {
|
|
193
193
|
const suffixIndex = value.lastIndexOf("-");
|
|
194
194
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -223,9 +223,9 @@ function compareVersions(v1, v2) {
|
|
|
223
223
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
// bazel-out/
|
|
226
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
227
227
|
var MIN_TS_VERSION = "4.9.3";
|
|
228
|
-
var MAX_TS_VERSION = "5.
|
|
228
|
+
var MAX_TS_VERSION = "5.3.0";
|
|
229
229
|
var tsVersion = ts2.version;
|
|
230
230
|
function checkVersion(version, minVersion, maxVersion) {
|
|
231
231
|
if (compareVersions(version, minVersion) < 0 || compareVersions(version, maxVersion) >= 0) {
|
|
@@ -236,10 +236,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
236
236
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
// bazel-out/
|
|
239
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
240
240
|
import ts30 from "typescript";
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
243
243
|
var CycleAnalyzer = class {
|
|
244
244
|
constructor(importGraph) {
|
|
245
245
|
this.importGraph = importGraph;
|
|
@@ -310,7 +310,7 @@ var Cycle = class {
|
|
|
310
310
|
}
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
// bazel-out/
|
|
313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
314
314
|
import ts3 from "typescript";
|
|
315
315
|
var ImportGraph = class {
|
|
316
316
|
constructor(checker, perf) {
|
|
@@ -402,7 +402,7 @@ var Found = class {
|
|
|
402
402
|
}
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
// bazel-out/
|
|
405
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
406
406
|
import ts4 from "typescript";
|
|
407
407
|
var FlatIndexGenerator = class {
|
|
408
408
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -427,7 +427,7 @@ export * from '${relativeEntryPoint}';
|
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
429
|
|
|
430
|
-
// bazel-out/
|
|
430
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
431
431
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
432
432
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
433
433
|
let resolvedEntryPoint = null;
|
|
@@ -443,7 +443,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
443
443
|
return resolvedEntryPoint;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
// bazel-out/
|
|
446
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
447
447
|
import ts5 from "typescript";
|
|
448
448
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
449
449
|
const diagnostics = [];
|
|
@@ -523,7 +523,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
// bazel-out/
|
|
526
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
527
527
|
var ReferenceGraph = class {
|
|
528
528
|
constructor() {
|
|
529
529
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -577,7 +577,7 @@ var ReferenceGraph = class {
|
|
|
577
577
|
}
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
// bazel-out/
|
|
580
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
581
581
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
582
582
|
var UpdateMode;
|
|
583
583
|
(function(UpdateMode2) {
|
|
@@ -585,13 +585,13 @@ var UpdateMode;
|
|
|
585
585
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
586
586
|
})(UpdateMode || (UpdateMode = {}));
|
|
587
587
|
|
|
588
|
-
// bazel-out/
|
|
588
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
589
589
|
import ts7 from "typescript";
|
|
590
590
|
|
|
591
|
-
// bazel-out/
|
|
591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
592
592
|
import ts6 from "typescript";
|
|
593
593
|
|
|
594
|
-
// bazel-out/
|
|
594
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
595
595
|
var NgExtension = Symbol("NgExtension");
|
|
596
596
|
function isExtended(sf) {
|
|
597
597
|
return sf[NgExtension] !== void 0;
|
|
@@ -651,13 +651,13 @@ function retagTsFile(sf) {
|
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
// bazel-out/
|
|
654
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
655
655
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
656
656
|
function makeShimFileName(fileName, suffix) {
|
|
657
657
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
// bazel-out/
|
|
660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
661
661
|
var ShimAdapter = class {
|
|
662
662
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
663
663
|
this.delegate = delegate;
|
|
@@ -752,7 +752,7 @@ var ShimAdapter = class {
|
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
754
|
|
|
755
|
-
// bazel-out/
|
|
755
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
756
756
|
var ShimReferenceTagger = class {
|
|
757
757
|
constructor(shimExtensions) {
|
|
758
758
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -786,7 +786,7 @@ var ShimReferenceTagger = class {
|
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
// bazel-out/
|
|
789
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
790
790
|
var DelegatingCompilerHost = class {
|
|
791
791
|
constructor(delegate) {
|
|
792
792
|
this.delegate = delegate;
|
|
@@ -899,7 +899,7 @@ var TsCreateProgramDriver = class {
|
|
|
899
899
|
}
|
|
900
900
|
};
|
|
901
901
|
|
|
902
|
-
// bazel-out/
|
|
902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
903
903
|
var FileDependencyGraph = class {
|
|
904
904
|
constructor() {
|
|
905
905
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -966,7 +966,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
966
966
|
return false;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
// bazel-out/
|
|
969
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
970
970
|
var IncrementalStateKind;
|
|
971
971
|
(function(IncrementalStateKind2) {
|
|
972
972
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -974,7 +974,7 @@ var IncrementalStateKind;
|
|
|
974
974
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
975
975
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
976
976
|
|
|
977
|
-
// bazel-out/
|
|
977
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
978
978
|
var PhaseKind;
|
|
979
979
|
(function(PhaseKind2) {
|
|
980
980
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1175,7 +1175,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
|
-
// bazel-out/
|
|
1178
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1179
1179
|
var TrackedIncrementalBuildStrategy = class {
|
|
1180
1180
|
constructor() {
|
|
1181
1181
|
this.state = null;
|
|
@@ -1211,7 +1211,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1213
1213
|
|
|
1214
|
-
// bazel-out/
|
|
1214
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1215
1215
|
var IdentifierKind;
|
|
1216
1216
|
(function(IdentifierKind2) {
|
|
1217
1217
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1229,7 +1229,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1229
1229
|
}
|
|
1230
1230
|
};
|
|
1231
1231
|
|
|
1232
|
-
// bazel-out/
|
|
1232
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1233
1233
|
var IndexingContext = class {
|
|
1234
1234
|
constructor() {
|
|
1235
1235
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1239,10 +1239,10 @@ var IndexingContext = class {
|
|
|
1239
1239
|
}
|
|
1240
1240
|
};
|
|
1241
1241
|
|
|
1242
|
-
// bazel-out/
|
|
1242
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1243
1243
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1244
1244
|
|
|
1245
|
-
// bazel-out/
|
|
1245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1246
1246
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1247
1247
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1248
1248
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1520,7 +1520,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1520
1520
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
// bazel-out/
|
|
1523
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1524
1524
|
function generateAnalysis(context) {
|
|
1525
1525
|
const analysis = /* @__PURE__ */ new Map();
|
|
1526
1526
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1556,7 +1556,7 @@ function generateAnalysis(context) {
|
|
|
1556
1556
|
return analysis;
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
|
-
// bazel-out/
|
|
1559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
1560
1560
|
var NgModuleIndexImpl = class {
|
|
1561
1561
|
constructor(metaReader, localReader) {
|
|
1562
1562
|
this.metaReader = metaReader;
|
|
@@ -1645,7 +1645,7 @@ var NgModuleIndexImpl = class {
|
|
|
1645
1645
|
}
|
|
1646
1646
|
};
|
|
1647
1647
|
|
|
1648
|
-
// bazel-out/
|
|
1648
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1649
1649
|
import ts8 from "typescript";
|
|
1650
1650
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1651
1651
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1791,7 +1791,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1791
1791
|
};
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
|
-
// bazel-out/
|
|
1794
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1795
1795
|
var StandaloneComponentScopeReader = class {
|
|
1796
1796
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1797
1797
|
this.metaReader = metaReader;
|
|
@@ -1869,10 +1869,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1869
1869
|
}
|
|
1870
1870
|
};
|
|
1871
1871
|
|
|
1872
|
-
// bazel-out/
|
|
1872
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1873
1873
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
|
|
1874
1874
|
|
|
1875
|
-
// bazel-out/
|
|
1875
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1876
1876
|
import ts9 from "typescript";
|
|
1877
1877
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1878
1878
|
var _a;
|
|
@@ -1979,7 +1979,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
1979
1979
|
return ts9.createSourceFile(fileName, template, ts9.ScriptTarget.Latest, false, ts9.ScriptKind.JSX);
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
// bazel-out/
|
|
1982
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
1983
1983
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
1984
1984
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
1985
1985
|
function getTemplateId(clazz) {
|
|
@@ -1996,11 +1996,11 @@ function allocateTemplateId(sf) {
|
|
|
1996
1996
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
|
-
// bazel-out/
|
|
1999
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2000
2000
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2001
2001
|
import ts11 from "typescript";
|
|
2002
2002
|
|
|
2003
|
-
// bazel-out/
|
|
2003
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2004
2004
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2005
2005
|
import ts10 from "typescript";
|
|
2006
2006
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2130,7 +2130,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2130
2130
|
}) || false;
|
|
2131
2131
|
}
|
|
2132
2132
|
|
|
2133
|
-
// bazel-out/
|
|
2133
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2134
2134
|
var CompletionEngine = class {
|
|
2135
2135
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2136
2136
|
this.tcb = tcb;
|
|
@@ -2287,10 +2287,10 @@ var CompletionEngine = class {
|
|
|
2287
2287
|
}
|
|
2288
2288
|
};
|
|
2289
2289
|
|
|
2290
|
-
// bazel-out/
|
|
2290
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2291
2291
|
import ts25 from "typescript";
|
|
2292
2292
|
|
|
2293
|
-
// bazel-out/
|
|
2293
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2294
2294
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2295
2295
|
import ts12 from "typescript";
|
|
2296
2296
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2343,11 +2343,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2343
2343
|
}
|
|
2344
2344
|
};
|
|
2345
2345
|
|
|
2346
|
-
// bazel-out/
|
|
2346
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2347
2347
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2348
2348
|
import ts18 from "typescript";
|
|
2349
2349
|
|
|
2350
|
-
// bazel-out/
|
|
2350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2351
2351
|
import ts13 from "typescript";
|
|
2352
2352
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2353
2353
|
ts13.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2421,16 +2421,16 @@ function isAccessExpression(node) {
|
|
|
2421
2421
|
return ts13.isPropertyAccessExpression(node) || ts13.isElementAccessExpression(node);
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
|
-
// bazel-out/
|
|
2424
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2425
2425
|
import ts17 from "typescript";
|
|
2426
2426
|
|
|
2427
|
-
// bazel-out/
|
|
2427
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2428
2428
|
import ts16 from "typescript";
|
|
2429
2429
|
|
|
2430
|
-
// bazel-out/
|
|
2430
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2431
2431
|
import ts15 from "typescript";
|
|
2432
2432
|
|
|
2433
|
-
// bazel-out/
|
|
2433
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2434
2434
|
import ts14 from "typescript";
|
|
2435
2435
|
var INELIGIBLE = {};
|
|
2436
2436
|
function canEmitType(type, canEmit) {
|
|
@@ -2505,7 +2505,7 @@ var TypeEmitter = class {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
};
|
|
2507
2507
|
|
|
2508
|
-
// bazel-out/
|
|
2508
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2509
2509
|
var TypeParameterEmitter = class {
|
|
2510
2510
|
constructor(typeParameters, reflector) {
|
|
2511
2511
|
this.typeParameters = typeParameters;
|
|
@@ -2582,7 +2582,7 @@ var TypeParameterEmitter = class {
|
|
|
2582
2582
|
}
|
|
2583
2583
|
};
|
|
2584
2584
|
|
|
2585
|
-
// bazel-out/
|
|
2585
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2586
2586
|
var TcbInliningRequirement;
|
|
2587
2587
|
(function(TcbInliningRequirement2) {
|
|
2588
2588
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2662,7 +2662,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2662
2662
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2663
2663
|
}
|
|
2664
2664
|
|
|
2665
|
-
// bazel-out/
|
|
2665
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2666
2666
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2667
2667
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2668
2668
|
const rawType = ts17.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2773,7 +2773,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2773
2773
|
});
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
-
// bazel-out/
|
|
2776
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2777
2777
|
var Environment = class {
|
|
2778
2778
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2779
2779
|
this.config = config;
|
|
@@ -2867,7 +2867,7 @@ var Environment = class {
|
|
|
2867
2867
|
}
|
|
2868
2868
|
};
|
|
2869
2869
|
|
|
2870
|
-
// bazel-out/
|
|
2870
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2871
2871
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2872
2872
|
import ts19 from "typescript";
|
|
2873
2873
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3004,7 +3004,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3004
3004
|
};
|
|
3005
3005
|
}
|
|
3006
3006
|
|
|
3007
|
-
// bazel-out/
|
|
3007
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3008
3008
|
import ts20 from "typescript";
|
|
3009
3009
|
var TypeCheckShimGenerator = class {
|
|
3010
3010
|
constructor() {
|
|
@@ -3022,11 +3022,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3022
3022
|
}
|
|
3023
3023
|
};
|
|
3024
3024
|
|
|
3025
|
-
// bazel-out/
|
|
3025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3026
3026
|
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, TransplantedType } from "@angular/compiler";
|
|
3027
3027
|
import ts23 from "typescript";
|
|
3028
3028
|
|
|
3029
|
-
// bazel-out/
|
|
3029
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3030
3030
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3031
3031
|
import ts21 from "typescript";
|
|
3032
3032
|
function wrapForDiagnostics(expr) {
|
|
@@ -3072,7 +3072,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3072
3072
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3073
3073
|
}
|
|
3074
3074
|
|
|
3075
|
-
// bazel-out/
|
|
3075
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3076
3076
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3077
3077
|
import ts22 from "typescript";
|
|
3078
3078
|
var NULL_AS_ANY = ts22.factory.createAsExpression(ts22.factory.createNull(), ts22.factory.createKeywordTypeNode(ts22.SyntaxKind.AnyKeyword));
|
|
@@ -3405,7 +3405,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
3405
3405
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
3406
3406
|
})();
|
|
3407
3407
|
|
|
3408
|
-
// bazel-out/
|
|
3408
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3409
3409
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3410
3410
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3411
3411
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3429,7 +3429,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3429
3429
|
}
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
|
-
// bazel-out/
|
|
3432
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3433
3433
|
var TcbGenericContextBehavior;
|
|
3434
3434
|
(function(TcbGenericContextBehavior2) {
|
|
3435
3435
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4556,7 +4556,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4556
4556
|
}
|
|
4557
4557
|
};
|
|
4558
4558
|
|
|
4559
|
-
// bazel-out/
|
|
4559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4560
4560
|
import ts24 from "typescript";
|
|
4561
4561
|
var TypeCheckFile = class extends Environment {
|
|
4562
4562
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4592,7 +4592,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4592
4592
|
}
|
|
4593
4593
|
};
|
|
4594
4594
|
|
|
4595
|
-
// bazel-out/
|
|
4595
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4596
4596
|
var InliningMode;
|
|
4597
4597
|
(function(InliningMode2) {
|
|
4598
4598
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4829,10 +4829,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4829
4829
|
return splits;
|
|
4830
4830
|
}
|
|
4831
4831
|
|
|
4832
|
-
// bazel-out/
|
|
4832
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4833
4833
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4834
4834
|
|
|
4835
|
-
// bazel-out/
|
|
4835
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4836
4836
|
var LF_CHAR = 10;
|
|
4837
4837
|
var CR_CHAR = 13;
|
|
4838
4838
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4873,7 +4873,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4873
4873
|
return low - 1;
|
|
4874
4874
|
}
|
|
4875
4875
|
|
|
4876
|
-
// bazel-out/
|
|
4876
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4877
4877
|
var TemplateSource = class {
|
|
4878
4878
|
constructor(mapping, file) {
|
|
4879
4879
|
this.mapping = mapping;
|
|
@@ -4924,7 +4924,7 @@ var TemplateSourceManager = class {
|
|
|
4924
4924
|
}
|
|
4925
4925
|
};
|
|
4926
4926
|
|
|
4927
|
-
// bazel-out/
|
|
4927
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4928
4928
|
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";
|
|
4929
4929
|
import ts26 from "typescript";
|
|
4930
4930
|
var SymbolBuilder = class {
|
|
@@ -5408,7 +5408,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5408
5408
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5409
5409
|
}
|
|
5410
5410
|
|
|
5411
|
-
// bazel-out/
|
|
5411
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5412
5412
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5413
5413
|
var TemplateTypeCheckerImpl = class {
|
|
5414
5414
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -6105,10 +6105,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
6105
6105
|
}
|
|
6106
6106
|
};
|
|
6107
6107
|
|
|
6108
|
-
// bazel-out/
|
|
6108
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6109
6109
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
6110
6110
|
|
|
6111
|
-
// bazel-out/
|
|
6111
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
6112
6112
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
6113
6113
|
var TemplateCheckWithVisitor = class {
|
|
6114
6114
|
run(ctx, component, template) {
|
|
@@ -6226,7 +6226,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6226
6226
|
}
|
|
6227
6227
|
};
|
|
6228
6228
|
|
|
6229
|
-
// bazel-out/
|
|
6229
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6230
6230
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6231
6231
|
constructor() {
|
|
6232
6232
|
super(...arguments);
|
|
@@ -6251,7 +6251,7 @@ var factory = {
|
|
|
6251
6251
|
create: () => new InvalidBananaInBoxCheck()
|
|
6252
6252
|
};
|
|
6253
6253
|
|
|
6254
|
-
// bazel-out/
|
|
6254
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6255
6255
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6256
6256
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6257
6257
|
["ngIf", "NgIf"],
|
|
@@ -6296,7 +6296,7 @@ var factory2 = {
|
|
|
6296
6296
|
}
|
|
6297
6297
|
};
|
|
6298
6298
|
|
|
6299
|
-
// bazel-out/
|
|
6299
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6300
6300
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6301
6301
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6302
6302
|
constructor() {
|
|
@@ -6329,7 +6329,7 @@ var factory3 = {
|
|
|
6329
6329
|
create: () => new MissingNgForOfLetCheck()
|
|
6330
6330
|
};
|
|
6331
6331
|
|
|
6332
|
-
// bazel-out/
|
|
6332
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6333
6333
|
import { Binary } from "@angular/compiler";
|
|
6334
6334
|
import ts27 from "typescript";
|
|
6335
6335
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6374,7 +6374,7 @@ var factory4 = {
|
|
|
6374
6374
|
}
|
|
6375
6375
|
};
|
|
6376
6376
|
|
|
6377
|
-
// bazel-out/
|
|
6377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6378
6378
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6379
6379
|
import ts28 from "typescript";
|
|
6380
6380
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6420,7 +6420,7 @@ var factory5 = {
|
|
|
6420
6420
|
}
|
|
6421
6421
|
};
|
|
6422
6422
|
|
|
6423
|
-
// bazel-out/
|
|
6423
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6424
6424
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6425
6425
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6426
6426
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6444,7 +6444,7 @@ var factory6 = {
|
|
|
6444
6444
|
create: () => new SuffixNotSupportedCheck()
|
|
6445
6445
|
};
|
|
6446
6446
|
|
|
6447
|
-
// bazel-out/
|
|
6447
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6448
6448
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6449
6449
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6450
6450
|
constructor() {
|
|
@@ -6483,10 +6483,10 @@ var factory7 = {
|
|
|
6483
6483
|
create: () => new TextAttributeNotBindingSpec()
|
|
6484
6484
|
};
|
|
6485
6485
|
|
|
6486
|
-
// bazel-out/
|
|
6486
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6487
6487
|
import ts29 from "typescript";
|
|
6488
6488
|
|
|
6489
|
-
// bazel-out/
|
|
6489
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6490
6490
|
var DiagnosticCategoryLabel;
|
|
6491
6491
|
(function(DiagnosticCategoryLabel2) {
|
|
6492
6492
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6494,7 +6494,7 @@ var DiagnosticCategoryLabel;
|
|
|
6494
6494
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6495
6495
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6496
6496
|
|
|
6497
|
-
// bazel-out/
|
|
6497
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6498
6498
|
var ExtendedTemplateCheckerImpl = class {
|
|
6499
6499
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6500
6500
|
var _a, _b, _c, _d, _e;
|
|
@@ -6547,7 +6547,7 @@ function assertNever(value) {
|
|
|
6547
6547
|
${value}`);
|
|
6548
6548
|
}
|
|
6549
6549
|
|
|
6550
|
-
// bazel-out/
|
|
6550
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6551
6551
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6552
6552
|
factory,
|
|
6553
6553
|
factory4,
|
|
@@ -6558,7 +6558,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6558
6558
|
factory6
|
|
6559
6559
|
];
|
|
6560
6560
|
|
|
6561
|
-
// bazel-out/
|
|
6561
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6562
6562
|
var CompilationTicketKind;
|
|
6563
6563
|
(function(CompilationTicketKind2) {
|
|
6564
6564
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7303,7 +7303,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7303
7303
|
return versions;
|
|
7304
7304
|
}
|
|
7305
7305
|
|
|
7306
|
-
// bazel-out/
|
|
7306
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7307
7307
|
import ts31 from "typescript";
|
|
7308
7308
|
var DelegatingCompilerHost2 = class {
|
|
7309
7309
|
constructor(delegate) {
|
|
@@ -7436,7 +7436,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7436
7436
|
}
|
|
7437
7437
|
};
|
|
7438
7438
|
|
|
7439
|
-
// bazel-out/
|
|
7439
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7440
7440
|
var NgtscProgram = class {
|
|
7441
7441
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7442
7442
|
this.options = options;
|
|
@@ -7660,15 +7660,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7660
7660
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7661
7661
|
}
|
|
7662
7662
|
|
|
7663
|
-
// bazel-out/
|
|
7663
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7664
7664
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7665
7665
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7666
7666
|
}
|
|
7667
7667
|
|
|
7668
|
-
// bazel-out/
|
|
7668
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7669
7669
|
import ts34 from "typescript";
|
|
7670
7670
|
|
|
7671
|
-
// bazel-out/
|
|
7671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7672
7672
|
import ts33 from "typescript";
|
|
7673
7673
|
function createMessageDiagnostic(messageText) {
|
|
7674
7674
|
return {
|
|
@@ -7682,7 +7682,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7682
7682
|
};
|
|
7683
7683
|
}
|
|
7684
7684
|
|
|
7685
|
-
// bazel-out/
|
|
7685
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7686
7686
|
var defaultFormatHost = {
|
|
7687
7687
|
getCurrentDirectory: () => ts34.sys.getCurrentDirectory(),
|
|
7688
7688
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7896,4 +7896,4 @@ export {
|
|
|
7896
7896
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7897
7897
|
* found in the LICENSE file at https://angular.io/license
|
|
7898
7898
|
*/
|
|
7899
|
-
//# sourceMappingURL=chunk-
|
|
7899
|
+
//# sourceMappingURL=chunk-HO5VC7JE.js.map
|