@angular/compiler-cli 15.2.0-rc.0 → 15.2.1
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-6ZJFIQBG.js → chunk-2NLFVEGY.js} +7 -7
- package/bundles/{chunk-ZB4CDKOH.js → chunk-5WBIJMZH.js} +5 -5
- package/bundles/{chunk-64X67E3N.js → chunk-7GNUPQOI.js} +31 -31
- package/bundles/{chunk-7DUI3BSX.js → chunk-B57SP4JB.js} +2 -2
- package/bundles/chunk-IJECERTO.js +714 -0
- package/bundles/chunk-IJECERTO.js.map +6 -0
- package/bundles/chunk-IYYB2HTK.js +877 -0
- package/bundles/chunk-IYYB2HTK.js.map +6 -0
- package/bundles/{chunk-YRDMG3GM.js → chunk-K7P4IHT5.js} +4 -4
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-JYL7IHZC.js → chunk-P5LISIUG.js} +97 -86
- package/bundles/chunk-P5LISIUG.js.map +6 -0
- package/bundles/{chunk-BEXFRTBC.js → chunk-PKXB2WOZ.js} +40 -40
- package/bundles/{chunk-HYFCMILZ.js → chunk-RMPM4VAI.js} +102 -100
- package/bundles/chunk-RMPM4VAI.js.map +6 -0
- package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-Q6W3UCXI.js → chunk-TGEKDMUX.js} +94 -127
- package/bundles/chunk-TGEKDMUX.js.map +6 -0
- package/bundles/{chunk-OAZD7RII.js → chunk-WN75SNW4.js} +75 -73
- package/bundles/chunk-WN75SNW4.js.map +6 -0
- package/bundles/{chunk-NJMZRTB6.js → chunk-YZWN2KWE.js} +5 -5
- package/bundles/{chunk-O4JLZZWJ.js → chunk-ZF3IVDQ2.js} +6 -6
- package/bundles/index.js +13 -12
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +13 -12
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +5 -4
- package/bundles/ngcc/index.js +13 -12
- package/bundles/ngcc/index.js.map +1 -1
- package/bundles/ngcc/main-ngcc.js +14 -13
- package/bundles/ngcc/main-ngcc.js.map +1 -1
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js.map +1 -1
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -5
- package/bundles/private/tooling.js +4 -2
- package/bundles/src/bin/ng_xi18n.js +11 -10
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +9 -8
- package/bundles/src/bin/ngc.js.map +1 -1
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -1
- package/src/ngtsc/imports/index.d.ts +1 -0
- package/src/ngtsc/imports/src/default.d.ts +6 -10
- package/src/ngtsc/imports/src/patch_alias_reference_resolution.d.ts +61 -0
- package/bundles/chunk-HYFCMILZ.js.map +0 -6
- package/bundles/chunk-JYL7IHZC.js.map +0 -6
- package/bundles/chunk-OAZD7RII.js.map +0 -6
- package/bundles/chunk-Q6W3UCXI.js.map +0 -6
- package/bundles/chunk-Z534TW2O.js +0 -1540
- package/bundles/chunk-Z534TW2O.js.map +0 -6
- package/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.d.ts +0 -14
- /package/bundles/{chunk-6ZJFIQBG.js.map → chunk-2NLFVEGY.js.map} +0 -0
- /package/bundles/{chunk-ZB4CDKOH.js.map → chunk-5WBIJMZH.js.map} +0 -0
- /package/bundles/{chunk-64X67E3N.js.map → chunk-7GNUPQOI.js.map} +0 -0
- /package/bundles/{chunk-7DUI3BSX.js.map → chunk-B57SP4JB.js.map} +0 -0
- /package/bundles/{chunk-YRDMG3GM.js.map → chunk-K7P4IHT5.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-BEXFRTBC.js.map → chunk-PKXB2WOZ.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-NJMZRTB6.js.map → chunk-YZWN2KWE.js.map} +0 -0
- /package/bundles/{chunk-O4JLZZWJ.js.map → chunk-ZF3IVDQ2.js.map} +0 -0
|
@@ -35,11 +35,18 @@ import {
|
|
|
35
35
|
aliasTransformFactory,
|
|
36
36
|
declarationTransformFactory,
|
|
37
37
|
ivyTransformFactory
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-P5LISIUG.js";
|
|
39
39
|
import {
|
|
40
40
|
TypeScriptReflectionHost,
|
|
41
41
|
isNamedClassDeclaration
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-ZF3IVDQ2.js";
|
|
43
|
+
import {
|
|
44
|
+
ImportManager,
|
|
45
|
+
createFunctionDeclaration,
|
|
46
|
+
createParameterDeclaration,
|
|
47
|
+
translateExpression,
|
|
48
|
+
translateType
|
|
49
|
+
} from "./chunk-IJECERTO.js";
|
|
43
50
|
import {
|
|
44
51
|
AbsoluteModuleStrategy,
|
|
45
52
|
AliasStrategy,
|
|
@@ -49,7 +56,6 @@ import {
|
|
|
49
56
|
ErrorCode,
|
|
50
57
|
ExtendedTemplateDiagnosticName,
|
|
51
58
|
ImportFlags,
|
|
52
|
-
ImportManager,
|
|
53
59
|
LocalIdentifierStrategy,
|
|
54
60
|
LogicalProjectStrategy,
|
|
55
61
|
ModuleResolver,
|
|
@@ -63,8 +69,6 @@ import {
|
|
|
63
69
|
UnifiedModulesStrategy,
|
|
64
70
|
addDiagnosticChain,
|
|
65
71
|
assertSuccessfulReferenceEmit,
|
|
66
|
-
createFunctionDeclaration,
|
|
67
|
-
createParameterDeclaration,
|
|
68
72
|
getRootDirs,
|
|
69
73
|
getSourceFileOrNull,
|
|
70
74
|
getTokenAtPosition,
|
|
@@ -79,10 +83,8 @@ import {
|
|
|
79
83
|
normalizeSeparators,
|
|
80
84
|
relativePathBetween,
|
|
81
85
|
replaceTsWithNgInErrors,
|
|
82
|
-
toUnredirectedSourceFile
|
|
83
|
-
|
|
84
|
-
translateType
|
|
85
|
-
} from "./chunk-Z534TW2O.js";
|
|
86
|
+
toUnredirectedSourceFile
|
|
87
|
+
} from "./chunk-IYYB2HTK.js";
|
|
86
88
|
import {
|
|
87
89
|
LogicalFileSystem,
|
|
88
90
|
absoluteFrom,
|
|
@@ -93,16 +95,16 @@ import {
|
|
|
93
95
|
getSourceFileOrError,
|
|
94
96
|
join,
|
|
95
97
|
resolve
|
|
96
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-TBUSSXUA.js";
|
|
97
99
|
import {
|
|
98
100
|
ActivePerfRecorder,
|
|
99
101
|
DelegatingPerfRecorder,
|
|
100
102
|
PerfCheckpoint,
|
|
101
103
|
PerfEvent,
|
|
102
104
|
PerfPhase
|
|
103
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-YZWN2KWE.js";
|
|
104
106
|
|
|
105
|
-
// bazel-out/
|
|
107
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
106
108
|
var DEFAULT_ERROR_CODE = 100;
|
|
107
109
|
var UNKNOWN_ERROR_CODE = 500;
|
|
108
110
|
var SOURCE = "angular";
|
|
@@ -120,7 +122,7 @@ var EmitFlags;
|
|
|
120
122
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
121
123
|
})(EmitFlags || (EmitFlags = {}));
|
|
122
124
|
|
|
123
|
-
// bazel-out/
|
|
125
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
124
126
|
import ts from "typescript";
|
|
125
127
|
var wrapHostForTest = null;
|
|
126
128
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -130,11 +132,11 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
130
132
|
return tsHost;
|
|
131
133
|
}
|
|
132
134
|
|
|
133
|
-
// bazel-out/
|
|
135
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
134
136
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
135
137
|
import ts34 from "typescript";
|
|
136
138
|
|
|
137
|
-
// bazel-out/
|
|
139
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
138
140
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
139
141
|
import * as path from "path";
|
|
140
142
|
function i18nGetExtension(formatName) {
|
|
@@ -185,10 +187,10 @@ function getPathNormalizer(basePath) {
|
|
|
185
187
|
};
|
|
186
188
|
}
|
|
187
189
|
|
|
188
|
-
// bazel-out/
|
|
190
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
189
191
|
import ts2 from "typescript";
|
|
190
192
|
|
|
191
|
-
// bazel-out/
|
|
193
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
192
194
|
function toNumbers(value) {
|
|
193
195
|
const suffixIndex = value.lastIndexOf("-");
|
|
194
196
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -223,7 +225,7 @@ function compareVersions(v1, v2) {
|
|
|
223
225
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
224
226
|
}
|
|
225
227
|
|
|
226
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
227
229
|
var MIN_TS_VERSION = "4.8.2";
|
|
228
230
|
var MAX_TS_VERSION = "5.0.0";
|
|
229
231
|
var tsVersion = ts2.version;
|
|
@@ -236,10 +238,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
236
238
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
237
239
|
}
|
|
238
240
|
|
|
239
|
-
// bazel-out/
|
|
241
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
240
242
|
import ts32 from "typescript";
|
|
241
243
|
|
|
242
|
-
// bazel-out/
|
|
244
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
243
245
|
var CycleAnalyzer = class {
|
|
244
246
|
constructor(importGraph) {
|
|
245
247
|
this.importGraph = importGraph;
|
|
@@ -310,7 +312,7 @@ var Cycle = class {
|
|
|
310
312
|
}
|
|
311
313
|
};
|
|
312
314
|
|
|
313
|
-
// bazel-out/
|
|
315
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
314
316
|
import ts3 from "typescript";
|
|
315
317
|
var ImportGraph = class {
|
|
316
318
|
constructor(checker, perf) {
|
|
@@ -402,7 +404,7 @@ var Found = class {
|
|
|
402
404
|
}
|
|
403
405
|
};
|
|
404
406
|
|
|
405
|
-
// bazel-out/
|
|
407
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
406
408
|
import ts4 from "typescript";
|
|
407
409
|
var FlatIndexGenerator = class {
|
|
408
410
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -427,7 +429,7 @@ export * from '${relativeEntryPoint}';
|
|
|
427
429
|
}
|
|
428
430
|
};
|
|
429
431
|
|
|
430
|
-
// bazel-out/
|
|
432
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
431
433
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
432
434
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
433
435
|
let resolvedEntryPoint = null;
|
|
@@ -443,7 +445,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
443
445
|
return resolvedEntryPoint;
|
|
444
446
|
}
|
|
445
447
|
|
|
446
|
-
// bazel-out/
|
|
448
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
447
449
|
import ts5 from "typescript";
|
|
448
450
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
449
451
|
const diagnostics = [];
|
|
@@ -523,7 +525,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
523
525
|
}
|
|
524
526
|
}
|
|
525
527
|
|
|
526
|
-
// bazel-out/
|
|
528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
527
529
|
var ReferenceGraph = class {
|
|
528
530
|
constructor() {
|
|
529
531
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -577,7 +579,7 @@ var ReferenceGraph = class {
|
|
|
577
579
|
}
|
|
578
580
|
};
|
|
579
581
|
|
|
580
|
-
// bazel-out/
|
|
582
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
581
583
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
582
584
|
var UpdateMode;
|
|
583
585
|
(function(UpdateMode2) {
|
|
@@ -585,13 +587,13 @@ var UpdateMode;
|
|
|
585
587
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
586
588
|
})(UpdateMode || (UpdateMode = {}));
|
|
587
589
|
|
|
588
|
-
// bazel-out/
|
|
590
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
589
591
|
import ts9 from "typescript";
|
|
590
592
|
|
|
591
|
-
// bazel-out/
|
|
593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
592
594
|
import ts6 from "typescript";
|
|
593
595
|
|
|
594
|
-
// bazel-out/
|
|
596
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
595
597
|
var NgExtension = Symbol("NgExtension");
|
|
596
598
|
function isExtended(sf) {
|
|
597
599
|
return sf[NgExtension] !== void 0;
|
|
@@ -651,7 +653,7 @@ function retagTsFile(sf) {
|
|
|
651
653
|
}
|
|
652
654
|
}
|
|
653
655
|
|
|
654
|
-
// bazel-out/
|
|
656
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
655
657
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
656
658
|
function makeShimFileName(fileName, suffix) {
|
|
657
659
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -666,7 +668,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
666
668
|
return moduleName;
|
|
667
669
|
}
|
|
668
670
|
|
|
669
|
-
// bazel-out/
|
|
671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
670
672
|
var ShimAdapter = class {
|
|
671
673
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
672
674
|
this.delegate = delegate;
|
|
@@ -761,7 +763,7 @@ var ShimAdapter = class {
|
|
|
761
763
|
}
|
|
762
764
|
};
|
|
763
765
|
|
|
764
|
-
// bazel-out/
|
|
766
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
765
767
|
import ts7 from "typescript";
|
|
766
768
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
767
769
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -921,7 +923,7 @@ function updateInitializers(stmt, update) {
|
|
|
921
923
|
return ts7.factory.updateVariableStatement(stmt, ts7.getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
|
|
922
924
|
}
|
|
923
925
|
|
|
924
|
-
// bazel-out/
|
|
926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
925
927
|
var ShimReferenceTagger = class {
|
|
926
928
|
constructor(shimExtensions) {
|
|
927
929
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -955,7 +957,7 @@ var ShimReferenceTagger = class {
|
|
|
955
957
|
}
|
|
956
958
|
};
|
|
957
959
|
|
|
958
|
-
// bazel-out/
|
|
960
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
959
961
|
import ts8 from "typescript";
|
|
960
962
|
var SummaryGenerator = class {
|
|
961
963
|
constructor() {
|
|
@@ -996,7 +998,7 @@ function isExported2(decl) {
|
|
|
996
998
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
997
999
|
}
|
|
998
1000
|
|
|
999
|
-
// bazel-out/
|
|
1001
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1000
1002
|
var DelegatingCompilerHost = class {
|
|
1001
1003
|
constructor(delegate) {
|
|
1002
1004
|
this.delegate = delegate;
|
|
@@ -1107,7 +1109,7 @@ var TsCreateProgramDriver = class {
|
|
|
1107
1109
|
}
|
|
1108
1110
|
};
|
|
1109
1111
|
|
|
1110
|
-
// bazel-out/
|
|
1112
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1111
1113
|
var FileDependencyGraph = class {
|
|
1112
1114
|
constructor() {
|
|
1113
1115
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1174,7 +1176,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1174
1176
|
return false;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
|
-
// bazel-out/
|
|
1179
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1178
1180
|
var IncrementalStateKind;
|
|
1179
1181
|
(function(IncrementalStateKind2) {
|
|
1180
1182
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1182,7 +1184,7 @@ var IncrementalStateKind;
|
|
|
1182
1184
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1183
1185
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1184
1186
|
|
|
1185
|
-
// bazel-out/
|
|
1187
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1186
1188
|
var PhaseKind;
|
|
1187
1189
|
(function(PhaseKind2) {
|
|
1188
1190
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1383,7 +1385,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1383
1385
|
}
|
|
1384
1386
|
}
|
|
1385
1387
|
|
|
1386
|
-
// bazel-out/
|
|
1388
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1387
1389
|
var TrackedIncrementalBuildStrategy = class {
|
|
1388
1390
|
constructor() {
|
|
1389
1391
|
this.state = null;
|
|
@@ -1419,7 +1421,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1419
1421
|
};
|
|
1420
1422
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1421
1423
|
|
|
1422
|
-
// bazel-out/
|
|
1424
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1423
1425
|
var IdentifierKind;
|
|
1424
1426
|
(function(IdentifierKind2) {
|
|
1425
1427
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1437,7 +1439,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1437
1439
|
}
|
|
1438
1440
|
};
|
|
1439
1441
|
|
|
1440
|
-
// bazel-out/
|
|
1442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1441
1443
|
var IndexingContext = class {
|
|
1442
1444
|
constructor() {
|
|
1443
1445
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1447,10 +1449,10 @@ var IndexingContext = class {
|
|
|
1447
1449
|
}
|
|
1448
1450
|
};
|
|
1449
1451
|
|
|
1450
|
-
// bazel-out/
|
|
1452
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1451
1453
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1452
1454
|
|
|
1453
|
-
// bazel-out/
|
|
1455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1454
1456
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1455
1457
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1456
1458
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1687,7 +1689,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1687
1689
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1688
1690
|
}
|
|
1689
1691
|
|
|
1690
|
-
// bazel-out/
|
|
1692
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1691
1693
|
function generateAnalysis(context) {
|
|
1692
1694
|
const analysis = /* @__PURE__ */ new Map();
|
|
1693
1695
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1723,7 +1725,7 @@ function generateAnalysis(context) {
|
|
|
1723
1725
|
return analysis;
|
|
1724
1726
|
}
|
|
1725
1727
|
|
|
1726
|
-
// bazel-out/
|
|
1728
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
1727
1729
|
var NgModuleIndexImpl = class {
|
|
1728
1730
|
constructor(metaReader, localReader) {
|
|
1729
1731
|
this.metaReader = metaReader;
|
|
@@ -1812,7 +1814,7 @@ var NgModuleIndexImpl = class {
|
|
|
1812
1814
|
}
|
|
1813
1815
|
};
|
|
1814
1816
|
|
|
1815
|
-
// bazel-out/
|
|
1817
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1816
1818
|
import ts10 from "typescript";
|
|
1817
1819
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1818
1820
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1958,7 +1960,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1958
1960
|
};
|
|
1959
1961
|
}
|
|
1960
1962
|
|
|
1961
|
-
// bazel-out/
|
|
1963
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1962
1964
|
var StandaloneComponentScopeReader = class {
|
|
1963
1965
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1964
1966
|
this.metaReader = metaReader;
|
|
@@ -2036,10 +2038,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2036
2038
|
}
|
|
2037
2039
|
};
|
|
2038
2040
|
|
|
2039
|
-
// bazel-out/
|
|
2041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
2040
2042
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
|
|
2041
2043
|
|
|
2042
|
-
// bazel-out/
|
|
2044
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
2043
2045
|
import ts11 from "typescript";
|
|
2044
2046
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
2045
2047
|
var _a;
|
|
@@ -2146,7 +2148,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2146
2148
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2147
2149
|
}
|
|
2148
2150
|
|
|
2149
|
-
// bazel-out/
|
|
2151
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2150
2152
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2151
2153
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2152
2154
|
function getTemplateId(clazz) {
|
|
@@ -2163,11 +2165,11 @@ function allocateTemplateId(sf) {
|
|
|
2163
2165
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2164
2166
|
}
|
|
2165
2167
|
|
|
2166
|
-
// bazel-out/
|
|
2168
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2167
2169
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2168
2170
|
import ts13 from "typescript";
|
|
2169
2171
|
|
|
2170
|
-
// bazel-out/
|
|
2172
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2171
2173
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2172
2174
|
import ts12 from "typescript";
|
|
2173
2175
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2297,7 +2299,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2297
2299
|
}) || false;
|
|
2298
2300
|
}
|
|
2299
2301
|
|
|
2300
|
-
// bazel-out/
|
|
2302
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2301
2303
|
var CompletionEngine = class {
|
|
2302
2304
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2303
2305
|
this.tcb = tcb;
|
|
@@ -2454,10 +2456,10 @@ var CompletionEngine = class {
|
|
|
2454
2456
|
}
|
|
2455
2457
|
};
|
|
2456
2458
|
|
|
2457
|
-
// bazel-out/
|
|
2459
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2458
2460
|
import ts27 from "typescript";
|
|
2459
2461
|
|
|
2460
|
-
// bazel-out/
|
|
2462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2461
2463
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2462
2464
|
import ts14 from "typescript";
|
|
2463
2465
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2510,11 +2512,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2510
2512
|
}
|
|
2511
2513
|
};
|
|
2512
2514
|
|
|
2513
|
-
// bazel-out/
|
|
2515
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2514
2516
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2515
2517
|
import ts20 from "typescript";
|
|
2516
2518
|
|
|
2517
|
-
// bazel-out/
|
|
2519
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2518
2520
|
import ts15 from "typescript";
|
|
2519
2521
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2520
2522
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2588,16 +2590,16 @@ function isAccessExpression(node) {
|
|
|
2588
2590
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2589
2591
|
}
|
|
2590
2592
|
|
|
2591
|
-
// bazel-out/
|
|
2593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2592
2594
|
import ts19 from "typescript";
|
|
2593
2595
|
|
|
2594
|
-
// bazel-out/
|
|
2596
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2595
2597
|
import ts18 from "typescript";
|
|
2596
2598
|
|
|
2597
|
-
// bazel-out/
|
|
2599
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2598
2600
|
import ts17 from "typescript";
|
|
2599
2601
|
|
|
2600
|
-
// bazel-out/
|
|
2602
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2601
2603
|
import ts16 from "typescript";
|
|
2602
2604
|
var INELIGIBLE = {};
|
|
2603
2605
|
function canEmitType(type, canEmit) {
|
|
@@ -2672,7 +2674,7 @@ var TypeEmitter = class {
|
|
|
2672
2674
|
}
|
|
2673
2675
|
};
|
|
2674
2676
|
|
|
2675
|
-
// bazel-out/
|
|
2677
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2676
2678
|
var TypeParameterEmitter = class {
|
|
2677
2679
|
constructor(typeParameters, reflector) {
|
|
2678
2680
|
this.typeParameters = typeParameters;
|
|
@@ -2749,7 +2751,7 @@ var TypeParameterEmitter = class {
|
|
|
2749
2751
|
}
|
|
2750
2752
|
};
|
|
2751
2753
|
|
|
2752
|
-
// bazel-out/
|
|
2754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2753
2755
|
var TcbInliningRequirement;
|
|
2754
2756
|
(function(TcbInliningRequirement2) {
|
|
2755
2757
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2829,7 +2831,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2829
2831
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2830
2832
|
}
|
|
2831
2833
|
|
|
2832
|
-
// bazel-out/
|
|
2834
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2833
2835
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2834
2836
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2835
2837
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2941,7 +2943,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2941
2943
|
});
|
|
2942
2944
|
}
|
|
2943
2945
|
|
|
2944
|
-
// bazel-out/
|
|
2946
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2945
2947
|
var Environment = class {
|
|
2946
2948
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2947
2949
|
this.config = config;
|
|
@@ -3033,7 +3035,7 @@ var Environment = class {
|
|
|
3033
3035
|
}
|
|
3034
3036
|
};
|
|
3035
3037
|
|
|
3036
|
-
// bazel-out/
|
|
3038
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
3037
3039
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
3038
3040
|
import ts21 from "typescript";
|
|
3039
3041
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3166,7 +3168,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3166
3168
|
};
|
|
3167
3169
|
}
|
|
3168
3170
|
|
|
3169
|
-
// bazel-out/
|
|
3171
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3170
3172
|
import ts22 from "typescript";
|
|
3171
3173
|
var TypeCheckShimGenerator = class {
|
|
3172
3174
|
constructor() {
|
|
@@ -3184,11 +3186,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3184
3186
|
}
|
|
3185
3187
|
};
|
|
3186
3188
|
|
|
3187
|
-
// bazel-out/
|
|
3189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3188
3190
|
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";
|
|
3189
3191
|
import ts25 from "typescript";
|
|
3190
3192
|
|
|
3191
|
-
// bazel-out/
|
|
3193
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3192
3194
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3193
3195
|
import ts23 from "typescript";
|
|
3194
3196
|
function wrapForDiagnostics(expr) {
|
|
@@ -3234,7 +3236,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3234
3236
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3235
3237
|
}
|
|
3236
3238
|
|
|
3237
|
-
// bazel-out/
|
|
3239
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3238
3240
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3239
3241
|
import ts24 from "typescript";
|
|
3240
3242
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3564,7 +3566,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3564
3566
|
};
|
|
3565
3567
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3566
3568
|
|
|
3567
|
-
// bazel-out/
|
|
3569
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3568
3570
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3569
3571
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3570
3572
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3588,7 +3590,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3588
3590
|
}
|
|
3589
3591
|
};
|
|
3590
3592
|
|
|
3591
|
-
// bazel-out/
|
|
3593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3592
3594
|
var TcbGenericContextBehavior;
|
|
3593
3595
|
(function(TcbGenericContextBehavior2) {
|
|
3594
3596
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4691,7 +4693,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4691
4693
|
}
|
|
4692
4694
|
};
|
|
4693
4695
|
|
|
4694
|
-
// bazel-out/
|
|
4696
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4695
4697
|
import ts26 from "typescript";
|
|
4696
4698
|
var TypeCheckFile = class extends Environment {
|
|
4697
4699
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4727,7 +4729,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4727
4729
|
}
|
|
4728
4730
|
};
|
|
4729
4731
|
|
|
4730
|
-
// bazel-out/
|
|
4732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4731
4733
|
var InliningMode;
|
|
4732
4734
|
(function(InliningMode2) {
|
|
4733
4735
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4965,10 +4967,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4965
4967
|
return splits;
|
|
4966
4968
|
}
|
|
4967
4969
|
|
|
4968
|
-
// bazel-out/
|
|
4970
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4969
4971
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4970
4972
|
|
|
4971
|
-
// bazel-out/
|
|
4973
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4972
4974
|
var LF_CHAR = 10;
|
|
4973
4975
|
var CR_CHAR = 13;
|
|
4974
4976
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -5009,7 +5011,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
5009
5011
|
return low - 1;
|
|
5010
5012
|
}
|
|
5011
5013
|
|
|
5012
|
-
// bazel-out/
|
|
5014
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
5013
5015
|
var TemplateSource = class {
|
|
5014
5016
|
constructor(mapping, file) {
|
|
5015
5017
|
this.mapping = mapping;
|
|
@@ -5060,7 +5062,7 @@ var TemplateSourceManager = class {
|
|
|
5060
5062
|
}
|
|
5061
5063
|
};
|
|
5062
5064
|
|
|
5063
|
-
// bazel-out/
|
|
5065
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
5064
5066
|
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";
|
|
5065
5067
|
import ts28 from "typescript";
|
|
5066
5068
|
var SymbolBuilder = class {
|
|
@@ -5544,7 +5546,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5544
5546
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5545
5547
|
}
|
|
5546
5548
|
|
|
5547
|
-
// bazel-out/
|
|
5549
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5548
5550
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5549
5551
|
var TemplateTypeCheckerImpl = class {
|
|
5550
5552
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -6238,10 +6240,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
6238
6240
|
}
|
|
6239
6241
|
};
|
|
6240
6242
|
|
|
6241
|
-
// bazel-out/
|
|
6243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6242
6244
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
6243
6245
|
|
|
6244
|
-
// bazel-out/
|
|
6246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
6245
6247
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
6246
6248
|
var TemplateCheckWithVisitor = class {
|
|
6247
6249
|
run(ctx, component, template) {
|
|
@@ -6318,7 +6320,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6318
6320
|
}
|
|
6319
6321
|
};
|
|
6320
6322
|
|
|
6321
|
-
// bazel-out/
|
|
6323
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6322
6324
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6323
6325
|
constructor() {
|
|
6324
6326
|
super(...arguments);
|
|
@@ -6343,7 +6345,7 @@ var factory = {
|
|
|
6343
6345
|
create: () => new InvalidBananaInBoxCheck()
|
|
6344
6346
|
};
|
|
6345
6347
|
|
|
6346
|
-
// bazel-out/
|
|
6348
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6347
6349
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6348
6350
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6349
6351
|
["ngIf", "NgIf"],
|
|
@@ -6388,7 +6390,7 @@ var factory2 = {
|
|
|
6388
6390
|
}
|
|
6389
6391
|
};
|
|
6390
6392
|
|
|
6391
|
-
// bazel-out/
|
|
6393
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6392
6394
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6393
6395
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6394
6396
|
constructor() {
|
|
@@ -6421,7 +6423,7 @@ var factory3 = {
|
|
|
6421
6423
|
create: () => new MissingNgForOfLetCheck()
|
|
6422
6424
|
};
|
|
6423
6425
|
|
|
6424
|
-
// bazel-out/
|
|
6426
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6425
6427
|
import { Binary } from "@angular/compiler";
|
|
6426
6428
|
import ts29 from "typescript";
|
|
6427
6429
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6466,7 +6468,7 @@ var factory4 = {
|
|
|
6466
6468
|
}
|
|
6467
6469
|
};
|
|
6468
6470
|
|
|
6469
|
-
// bazel-out/
|
|
6471
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6470
6472
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6471
6473
|
import ts30 from "typescript";
|
|
6472
6474
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6512,7 +6514,7 @@ var factory5 = {
|
|
|
6512
6514
|
}
|
|
6513
6515
|
};
|
|
6514
6516
|
|
|
6515
|
-
// bazel-out/
|
|
6517
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6516
6518
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6517
6519
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6518
6520
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6536,7 +6538,7 @@ var factory6 = {
|
|
|
6536
6538
|
create: () => new SuffixNotSupportedCheck()
|
|
6537
6539
|
};
|
|
6538
6540
|
|
|
6539
|
-
// bazel-out/
|
|
6541
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6540
6542
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6541
6543
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6542
6544
|
constructor() {
|
|
@@ -6575,10 +6577,10 @@ var factory7 = {
|
|
|
6575
6577
|
create: () => new TextAttributeNotBindingSpec()
|
|
6576
6578
|
};
|
|
6577
6579
|
|
|
6578
|
-
// bazel-out/
|
|
6580
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6579
6581
|
import ts31 from "typescript";
|
|
6580
6582
|
|
|
6581
|
-
// bazel-out/
|
|
6583
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6582
6584
|
var DiagnosticCategoryLabel;
|
|
6583
6585
|
(function(DiagnosticCategoryLabel2) {
|
|
6584
6586
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6586,7 +6588,7 @@ var DiagnosticCategoryLabel;
|
|
|
6586
6588
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6587
6589
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6588
6590
|
|
|
6589
|
-
// bazel-out/
|
|
6591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6590
6592
|
var ExtendedTemplateCheckerImpl = class {
|
|
6591
6593
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6592
6594
|
var _a, _b, _c, _d, _e;
|
|
@@ -6639,7 +6641,7 @@ function assertNever(value) {
|
|
|
6639
6641
|
${value}`);
|
|
6640
6642
|
}
|
|
6641
6643
|
|
|
6642
|
-
// bazel-out/
|
|
6644
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6643
6645
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6644
6646
|
factory,
|
|
6645
6647
|
factory4,
|
|
@@ -6650,7 +6652,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6650
6652
|
factory6
|
|
6651
6653
|
];
|
|
6652
6654
|
|
|
6653
|
-
// bazel-out/
|
|
6655
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6654
6656
|
var CompilationTicketKind;
|
|
6655
6657
|
(function(CompilationTicketKind2) {
|
|
6656
6658
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7356,7 +7358,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7356
7358
|
return versions;
|
|
7357
7359
|
}
|
|
7358
7360
|
|
|
7359
|
-
// bazel-out/
|
|
7361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7360
7362
|
import ts33 from "typescript";
|
|
7361
7363
|
var DelegatingCompilerHost2 = class {
|
|
7362
7364
|
constructor(delegate) {
|
|
@@ -7501,7 +7503,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7501
7503
|
}
|
|
7502
7504
|
};
|
|
7503
7505
|
|
|
7504
|
-
// bazel-out/
|
|
7506
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7505
7507
|
var NgtscProgram = class {
|
|
7506
7508
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7507
7509
|
this.options = options;
|
|
@@ -7719,15 +7721,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7719
7721
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7720
7722
|
}
|
|
7721
7723
|
|
|
7722
|
-
// bazel-out/
|
|
7724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7723
7725
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7724
7726
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7725
7727
|
}
|
|
7726
7728
|
|
|
7727
|
-
// bazel-out/
|
|
7729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7728
7730
|
import ts36 from "typescript";
|
|
7729
7731
|
|
|
7730
|
-
// bazel-out/
|
|
7732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7731
7733
|
import ts35 from "typescript";
|
|
7732
7734
|
function createMessageDiagnostic(messageText) {
|
|
7733
7735
|
return {
|
|
@@ -7741,7 +7743,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7741
7743
|
};
|
|
7742
7744
|
}
|
|
7743
7745
|
|
|
7744
|
-
// bazel-out/
|
|
7746
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7745
7747
|
var defaultFormatHost = {
|
|
7746
7748
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7747
7749
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7953,4 +7955,4 @@ export {
|
|
|
7953
7955
|
* found in the LICENSE file at https://angular.io/license
|
|
7954
7956
|
*/
|
|
7955
7957
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7956
|
-
//# sourceMappingURL=chunk-
|
|
7958
|
+
//# sourceMappingURL=chunk-RMPM4VAI.js.map
|