@angular/compiler-cli 14.2.5 → 14.2.7
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-E7NQQTT7.js → chunk-4SINIALN.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-4SINIALN.js.map} +0 -0
- package/bundles/{chunk-XDX5RDY5.js → chunk-7D7JVHLL.js} +7 -7
- package/bundles/{chunk-XDX5RDY5.js.map → chunk-7D7JVHLL.js.map} +0 -0
- package/bundles/{chunk-L2QFSPXM.js → chunk-AYUQTULD.js} +31 -31
- package/bundles/{chunk-L2QFSPXM.js.map → chunk-AYUQTULD.js.map} +0 -0
- package/bundles/{chunk-WAZH2LJQ.js → chunk-CDDXRRSJ.js} +26 -26
- package/bundles/{chunk-WAZH2LJQ.js.map → chunk-CDDXRRSJ.js.map} +0 -0
- package/bundles/{chunk-RO4YJD54.js → chunk-CQC4TODZ.js} +100 -102
- package/bundles/chunk-CQC4TODZ.js.map +6 -0
- package/bundles/{chunk-2HPI44CB.js → chunk-CTEVZGOM.js} +5 -5
- package/bundles/{chunk-2HPI44CB.js.map → chunk-CTEVZGOM.js.map} +0 -0
- package/bundles/{chunk-7YHMCUJT.js → chunk-E6XS3AOK.js} +2 -2
- package/bundles/{chunk-7YHMCUJT.js.map → chunk-E6XS3AOK.js.map} +0 -0
- package/bundles/{chunk-AE5KHCRE.js → chunk-KG4X2UVK.js} +5 -5
- package/bundles/{chunk-AE5KHCRE.js.map → chunk-KG4X2UVK.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-N2MCMY3J.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-N2MCMY3J.js.map} +0 -0
- package/bundles/{chunk-NYGWZR47.js → chunk-QPJVRNEU.js} +40 -40
- package/bundles/{chunk-NYGWZR47.js.map → chunk-QPJVRNEU.js.map} +0 -0
- package/bundles/{chunk-CCZYJWBX.js → chunk-QST5YSNG.js} +71 -71
- package/bundles/{chunk-CCZYJWBX.js.map → chunk-QST5YSNG.js.map} +0 -0
- package/bundles/{chunk-UZLFREET.js → chunk-QUO5TIT7.js} +7 -7
- package/bundles/{chunk-UZLFREET.js.map → chunk-QUO5TIT7.js.map} +0 -0
- package/bundles/{chunk-TOKOIIBI.js → chunk-S4JINNFN.js} +7 -7
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-S4JINNFN.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-2VBPNPMZ.js → chunk-W6PLYNW2.js} +73 -73
- package/bundles/{chunk-2VBPNPMZ.js.map → chunk-W6PLYNW2.js.map} +1 -1
- package/bundles/{chunk-CYVTLM4Z.js → chunk-Z57D3OKU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-Z57D3OKU.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/bundles/chunk-RO4YJD54.js.map +0 -6
|
@@ -30,11 +30,11 @@ import {
|
|
|
30
30
|
aliasTransformFactory,
|
|
31
31
|
declarationTransformFactory,
|
|
32
32
|
ivyTransformFactory
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-W6PLYNW2.js";
|
|
34
34
|
import {
|
|
35
35
|
TypeScriptReflectionHost,
|
|
36
36
|
isNamedClassDeclaration
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-7D7JVHLL.js";
|
|
38
38
|
import {
|
|
39
39
|
AbsoluteModuleStrategy,
|
|
40
40
|
AliasStrategy,
|
|
@@ -73,13 +73,13 @@ import {
|
|
|
73
73
|
toUnredirectedSourceFile,
|
|
74
74
|
translateExpression,
|
|
75
75
|
translateType
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-CDDXRRSJ.js";
|
|
77
77
|
import {
|
|
78
78
|
getDecorators,
|
|
79
79
|
getModifiers,
|
|
80
80
|
updateImportDeclaration,
|
|
81
81
|
updateTypeParameterDeclaration
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-E6XS3AOK.js";
|
|
83
83
|
import {
|
|
84
84
|
LogicalFileSystem,
|
|
85
85
|
absoluteFrom,
|
|
@@ -90,16 +90,16 @@ import {
|
|
|
90
90
|
getSourceFileOrError,
|
|
91
91
|
join,
|
|
92
92
|
resolve
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-S4JINNFN.js";
|
|
94
94
|
import {
|
|
95
95
|
ActivePerfRecorder,
|
|
96
96
|
DelegatingPerfRecorder,
|
|
97
97
|
PerfCheckpoint,
|
|
98
98
|
PerfEvent,
|
|
99
99
|
PerfPhase
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-CTEVZGOM.js";
|
|
101
101
|
|
|
102
|
-
// bazel-out/
|
|
102
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
103
103
|
var DEFAULT_ERROR_CODE = 100;
|
|
104
104
|
var UNKNOWN_ERROR_CODE = 500;
|
|
105
105
|
var SOURCE = "angular";
|
|
@@ -117,7 +117,7 @@ var EmitFlags;
|
|
|
117
117
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
118
118
|
})(EmitFlags || (EmitFlags = {}));
|
|
119
119
|
|
|
120
|
-
// bazel-out/
|
|
120
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
121
121
|
import ts from "typescript";
|
|
122
122
|
var wrapHostForTest = null;
|
|
123
123
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -127,21 +127,21 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
127
127
|
return tsHost;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
// bazel-out/
|
|
130
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
131
131
|
var OptimizeFor;
|
|
132
132
|
(function(OptimizeFor2) {
|
|
133
133
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
134
134
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
135
135
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
136
136
|
|
|
137
|
-
// bazel-out/
|
|
137
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
138
138
|
var CompletionKind;
|
|
139
139
|
(function(CompletionKind2) {
|
|
140
140
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
141
141
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
142
142
|
})(CompletionKind || (CompletionKind = {}));
|
|
143
143
|
|
|
144
|
-
// bazel-out/
|
|
144
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
145
145
|
var SymbolKind;
|
|
146
146
|
(function(SymbolKind2) {
|
|
147
147
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -157,11 +157,11 @@ var SymbolKind;
|
|
|
157
157
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
158
158
|
})(SymbolKind || (SymbolKind = {}));
|
|
159
159
|
|
|
160
|
-
// bazel-out/
|
|
160
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
161
161
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
162
162
|
import ts34 from "typescript";
|
|
163
163
|
|
|
164
|
-
// bazel-out/
|
|
164
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
165
165
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
166
166
|
import * as path from "path";
|
|
167
167
|
function i18nGetExtension(formatName) {
|
|
@@ -212,10 +212,10 @@ function getPathNormalizer(basePath) {
|
|
|
212
212
|
};
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
216
216
|
import ts2 from "typescript";
|
|
217
217
|
|
|
218
|
-
// bazel-out/
|
|
218
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
219
219
|
function toNumbers(value) {
|
|
220
220
|
const suffixIndex = value.lastIndexOf("-");
|
|
221
221
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -250,7 +250,7 @@ function compareVersions(v1, v2) {
|
|
|
250
250
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
// bazel-out/
|
|
253
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
254
254
|
var MIN_TS_VERSION = "4.6.2";
|
|
255
255
|
var MAX_TS_VERSION = "4.9.0";
|
|
256
256
|
var tsVersion = ts2.version;
|
|
@@ -263,10 +263,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
263
263
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
267
267
|
import ts32 from "typescript";
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
270
270
|
var CycleAnalyzer = class {
|
|
271
271
|
constructor(importGraph) {
|
|
272
272
|
this.importGraph = importGraph;
|
|
@@ -337,7 +337,7 @@ var Cycle = class {
|
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
339
|
|
|
340
|
-
// bazel-out/
|
|
340
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
341
341
|
import ts3 from "typescript";
|
|
342
342
|
var ImportGraph = class {
|
|
343
343
|
constructor(checker, perf) {
|
|
@@ -429,7 +429,7 @@ var Found = class {
|
|
|
429
429
|
}
|
|
430
430
|
};
|
|
431
431
|
|
|
432
|
-
// bazel-out/
|
|
432
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
433
433
|
import ts4 from "typescript";
|
|
434
434
|
var FlatIndexGenerator = class {
|
|
435
435
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -454,7 +454,7 @@ export * from '${relativeEntryPoint}';
|
|
|
454
454
|
}
|
|
455
455
|
};
|
|
456
456
|
|
|
457
|
-
// bazel-out/
|
|
457
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
458
458
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
459
459
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
460
460
|
let resolvedEntryPoint = null;
|
|
@@ -470,7 +470,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
470
470
|
return resolvedEntryPoint;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
// bazel-out/
|
|
473
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
474
474
|
import ts5 from "typescript";
|
|
475
475
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
476
476
|
const diagnostics = [];
|
|
@@ -550,7 +550,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
-
// bazel-out/
|
|
553
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
554
554
|
var ReferenceGraph = class {
|
|
555
555
|
constructor() {
|
|
556
556
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -604,7 +604,7 @@ var ReferenceGraph = class {
|
|
|
604
604
|
}
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
// bazel-out/
|
|
607
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
608
608
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
609
609
|
var UpdateMode;
|
|
610
610
|
(function(UpdateMode2) {
|
|
@@ -612,13 +612,13 @@ var UpdateMode;
|
|
|
612
612
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
613
613
|
})(UpdateMode || (UpdateMode = {}));
|
|
614
614
|
|
|
615
|
-
// bazel-out/
|
|
615
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
616
616
|
import ts9 from "typescript";
|
|
617
617
|
|
|
618
|
-
// bazel-out/
|
|
618
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
619
619
|
import ts6 from "typescript";
|
|
620
620
|
|
|
621
|
-
// bazel-out/
|
|
621
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
622
622
|
var NgExtension = Symbol("NgExtension");
|
|
623
623
|
function isExtended(sf) {
|
|
624
624
|
return sf[NgExtension] !== void 0;
|
|
@@ -678,7 +678,7 @@ function retagTsFile(sf) {
|
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
-
// bazel-out/
|
|
681
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
682
682
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
683
683
|
function makeShimFileName(fileName, suffix) {
|
|
684
684
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -693,7 +693,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
693
693
|
return moduleName;
|
|
694
694
|
}
|
|
695
695
|
|
|
696
|
-
// bazel-out/
|
|
696
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
697
697
|
var ShimAdapter = class {
|
|
698
698
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
699
699
|
this.delegate = delegate;
|
|
@@ -756,13 +756,11 @@ var ShimAdapter = class {
|
|
|
756
756
|
}
|
|
757
757
|
const prefix = match[1];
|
|
758
758
|
let baseFileName = absoluteFrom(prefix + ".ts");
|
|
759
|
-
|
|
759
|
+
let inputFile = this.delegate.getSourceFile(baseFileName, ts6.ScriptTarget.Latest);
|
|
760
|
+
if (inputFile === void 0) {
|
|
760
761
|
baseFileName = absoluteFrom(prefix + ".tsx");
|
|
761
|
-
|
|
762
|
-
return void 0;
|
|
763
|
-
}
|
|
762
|
+
inputFile = this.delegate.getSourceFile(baseFileName, ts6.ScriptTarget.Latest);
|
|
764
763
|
}
|
|
765
|
-
const inputFile = this.delegate.getSourceFile(baseFileName, ts6.ScriptTarget.Latest);
|
|
766
764
|
if (inputFile === void 0 || isShim(inputFile)) {
|
|
767
765
|
return void 0;
|
|
768
766
|
}
|
|
@@ -790,7 +788,7 @@ var ShimAdapter = class {
|
|
|
790
788
|
}
|
|
791
789
|
};
|
|
792
790
|
|
|
793
|
-
// bazel-out/
|
|
791
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
794
792
|
import ts7 from "typescript";
|
|
795
793
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
796
794
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -938,7 +936,7 @@ function updateInitializers(stmt, update) {
|
|
|
938
936
|
return ts7.factory.updateVariableStatement(stmt, getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
|
|
939
937
|
}
|
|
940
938
|
|
|
941
|
-
// bazel-out/
|
|
939
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
942
940
|
var ShimReferenceTagger = class {
|
|
943
941
|
constructor(shimExtensions) {
|
|
944
942
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -972,7 +970,7 @@ var ShimReferenceTagger = class {
|
|
|
972
970
|
}
|
|
973
971
|
};
|
|
974
972
|
|
|
975
|
-
// bazel-out/
|
|
973
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
976
974
|
import ts8 from "typescript";
|
|
977
975
|
var SummaryGenerator = class {
|
|
978
976
|
constructor() {
|
|
@@ -1013,7 +1011,7 @@ function isExported2(decl) {
|
|
|
1013
1011
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
1014
1012
|
}
|
|
1015
1013
|
|
|
1016
|
-
// bazel-out/
|
|
1014
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1017
1015
|
var DelegatingCompilerHost = class {
|
|
1018
1016
|
constructor(delegate) {
|
|
1019
1017
|
this.delegate = delegate;
|
|
@@ -1123,7 +1121,7 @@ var TsCreateProgramDriver = class {
|
|
|
1123
1121
|
}
|
|
1124
1122
|
};
|
|
1125
1123
|
|
|
1126
|
-
// bazel-out/
|
|
1124
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1127
1125
|
var FileDependencyGraph = class {
|
|
1128
1126
|
constructor() {
|
|
1129
1127
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1190,7 +1188,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1190
1188
|
return false;
|
|
1191
1189
|
}
|
|
1192
1190
|
|
|
1193
|
-
// bazel-out/
|
|
1191
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1194
1192
|
var IncrementalStateKind;
|
|
1195
1193
|
(function(IncrementalStateKind2) {
|
|
1196
1194
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1198,7 +1196,7 @@ var IncrementalStateKind;
|
|
|
1198
1196
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1199
1197
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1200
1198
|
|
|
1201
|
-
// bazel-out/
|
|
1199
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1202
1200
|
var PhaseKind;
|
|
1203
1201
|
(function(PhaseKind2) {
|
|
1204
1202
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1399,7 +1397,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1399
1397
|
}
|
|
1400
1398
|
}
|
|
1401
1399
|
|
|
1402
|
-
// bazel-out/
|
|
1400
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1403
1401
|
var TrackedIncrementalBuildStrategy = class {
|
|
1404
1402
|
constructor() {
|
|
1405
1403
|
this.state = null;
|
|
@@ -1435,7 +1433,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1435
1433
|
};
|
|
1436
1434
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1437
1435
|
|
|
1438
|
-
// bazel-out/
|
|
1436
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1439
1437
|
var IdentifierKind;
|
|
1440
1438
|
(function(IdentifierKind2) {
|
|
1441
1439
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1453,7 +1451,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1453
1451
|
}
|
|
1454
1452
|
};
|
|
1455
1453
|
|
|
1456
|
-
// bazel-out/
|
|
1454
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1457
1455
|
var IndexingContext = class {
|
|
1458
1456
|
constructor() {
|
|
1459
1457
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1463,10 +1461,10 @@ var IndexingContext = class {
|
|
|
1463
1461
|
}
|
|
1464
1462
|
};
|
|
1465
1463
|
|
|
1466
|
-
// bazel-out/
|
|
1464
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1467
1465
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1468
1466
|
|
|
1469
|
-
// bazel-out/
|
|
1467
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1470
1468
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1471
1469
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1472
1470
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1703,7 +1701,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1703
1701
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1704
1702
|
}
|
|
1705
1703
|
|
|
1706
|
-
// bazel-out/
|
|
1704
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1707
1705
|
function generateAnalysis(context) {
|
|
1708
1706
|
const analysis = /* @__PURE__ */ new Map();
|
|
1709
1707
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1739,7 +1737,7 @@ function generateAnalysis(context) {
|
|
|
1739
1737
|
return analysis;
|
|
1740
1738
|
}
|
|
1741
1739
|
|
|
1742
|
-
// bazel-out/
|
|
1740
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1743
1741
|
import ts10 from "typescript";
|
|
1744
1742
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1745
1743
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1885,7 +1883,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1885
1883
|
};
|
|
1886
1884
|
}
|
|
1887
1885
|
|
|
1888
|
-
// bazel-out/
|
|
1886
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1889
1887
|
var StandaloneComponentScopeReader = class {
|
|
1890
1888
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1891
1889
|
this.metaReader = metaReader;
|
|
@@ -1963,10 +1961,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1963
1961
|
}
|
|
1964
1962
|
};
|
|
1965
1963
|
|
|
1966
|
-
// bazel-out/
|
|
1964
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1967
1965
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
1968
1966
|
|
|
1969
|
-
// bazel-out/
|
|
1967
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1970
1968
|
import ts11 from "typescript";
|
|
1971
1969
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1972
1970
|
if (mapping.type === "direct") {
|
|
@@ -2046,7 +2044,7 @@ function getParsedTemplateSourceFile(fileName, mapping) {
|
|
|
2046
2044
|
return mapping[TemplateSourceFile];
|
|
2047
2045
|
}
|
|
2048
2046
|
|
|
2049
|
-
// bazel-out/
|
|
2047
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2050
2048
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2051
2049
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2052
2050
|
function getTemplateId(clazz) {
|
|
@@ -2063,11 +2061,11 @@ function allocateTemplateId(sf) {
|
|
|
2063
2061
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2064
2062
|
}
|
|
2065
2063
|
|
|
2066
|
-
// bazel-out/
|
|
2064
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2067
2065
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2068
2066
|
import ts13 from "typescript";
|
|
2069
2067
|
|
|
2070
|
-
// bazel-out/
|
|
2068
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2071
2069
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2072
2070
|
import ts12 from "typescript";
|
|
2073
2071
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2187,7 +2185,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2187
2185
|
}) || false;
|
|
2188
2186
|
}
|
|
2189
2187
|
|
|
2190
|
-
// bazel-out/
|
|
2188
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2191
2189
|
var CompletionEngine = class {
|
|
2192
2190
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2193
2191
|
this.tcb = tcb;
|
|
@@ -2344,10 +2342,10 @@ var CompletionEngine = class {
|
|
|
2344
2342
|
}
|
|
2345
2343
|
};
|
|
2346
2344
|
|
|
2347
|
-
// bazel-out/
|
|
2345
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2348
2346
|
import ts27 from "typescript";
|
|
2349
2347
|
|
|
2350
|
-
// bazel-out/
|
|
2348
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2351
2349
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2352
2350
|
import ts14 from "typescript";
|
|
2353
2351
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2400,11 +2398,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2400
2398
|
}
|
|
2401
2399
|
};
|
|
2402
2400
|
|
|
2403
|
-
// bazel-out/
|
|
2401
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2404
2402
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2405
2403
|
import ts20 from "typescript";
|
|
2406
2404
|
|
|
2407
|
-
// bazel-out/
|
|
2405
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2408
2406
|
import ts15 from "typescript";
|
|
2409
2407
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2410
2408
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2451,16 +2449,16 @@ function isAccessExpression(node) {
|
|
|
2451
2449
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2452
2450
|
}
|
|
2453
2451
|
|
|
2454
|
-
// bazel-out/
|
|
2452
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2455
2453
|
import ts19 from "typescript";
|
|
2456
2454
|
|
|
2457
|
-
// bazel-out/
|
|
2455
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2458
2456
|
import ts18 from "typescript";
|
|
2459
2457
|
|
|
2460
|
-
// bazel-out/
|
|
2458
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2461
2459
|
import ts17 from "typescript";
|
|
2462
2460
|
|
|
2463
|
-
// bazel-out/
|
|
2461
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2464
2462
|
import ts16 from "typescript";
|
|
2465
2463
|
var INELIGIBLE = {};
|
|
2466
2464
|
function canEmitType(type, canEmit) {
|
|
@@ -2535,7 +2533,7 @@ var TypeEmitter = class {
|
|
|
2535
2533
|
}
|
|
2536
2534
|
};
|
|
2537
2535
|
|
|
2538
|
-
// bazel-out/
|
|
2536
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2539
2537
|
var TypeParameterEmitter = class {
|
|
2540
2538
|
constructor(typeParameters, reflector) {
|
|
2541
2539
|
this.typeParameters = typeParameters;
|
|
@@ -2612,7 +2610,7 @@ var TypeParameterEmitter = class {
|
|
|
2612
2610
|
}
|
|
2613
2611
|
};
|
|
2614
2612
|
|
|
2615
|
-
// bazel-out/
|
|
2613
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2616
2614
|
var TcbInliningRequirement;
|
|
2617
2615
|
(function(TcbInliningRequirement2) {
|
|
2618
2616
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2692,7 +2690,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2692
2690
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2693
2691
|
}
|
|
2694
2692
|
|
|
2695
|
-
// bazel-out/
|
|
2693
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2696
2694
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2697
2695
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2698
2696
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2763,7 +2761,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2763
2761
|
});
|
|
2764
2762
|
}
|
|
2765
2763
|
|
|
2766
|
-
// bazel-out/
|
|
2764
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2767
2765
|
var Environment = class {
|
|
2768
2766
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2769
2767
|
this.config = config;
|
|
@@ -2855,7 +2853,7 @@ var Environment = class {
|
|
|
2855
2853
|
}
|
|
2856
2854
|
};
|
|
2857
2855
|
|
|
2858
|
-
// bazel-out/
|
|
2856
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2859
2857
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2860
2858
|
import ts21 from "typescript";
|
|
2861
2859
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -2988,7 +2986,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
2988
2986
|
};
|
|
2989
2987
|
}
|
|
2990
2988
|
|
|
2991
|
-
// bazel-out/
|
|
2989
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
2992
2990
|
import ts22 from "typescript";
|
|
2993
2991
|
var TypeCheckShimGenerator = class {
|
|
2994
2992
|
constructor() {
|
|
@@ -3006,11 +3004,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3006
3004
|
}
|
|
3007
3005
|
};
|
|
3008
3006
|
|
|
3009
|
-
// bazel-out/
|
|
3007
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3010
3008
|
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";
|
|
3011
3009
|
import ts25 from "typescript";
|
|
3012
3010
|
|
|
3013
|
-
// bazel-out/
|
|
3011
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3014
3012
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3015
3013
|
import ts23 from "typescript";
|
|
3016
3014
|
function wrapForDiagnostics(expr) {
|
|
@@ -3056,7 +3054,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3056
3054
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3057
3055
|
}
|
|
3058
3056
|
|
|
3059
|
-
// bazel-out/
|
|
3057
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3060
3058
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3061
3059
|
import ts24 from "typescript";
|
|
3062
3060
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3386,7 +3384,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3386
3384
|
};
|
|
3387
3385
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3388
3386
|
|
|
3389
|
-
// bazel-out/
|
|
3387
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3390
3388
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3391
3389
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3392
3390
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3410,7 +3408,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3410
3408
|
}
|
|
3411
3409
|
};
|
|
3412
3410
|
|
|
3413
|
-
// bazel-out/
|
|
3411
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3414
3412
|
var TcbGenericContextBehavior;
|
|
3415
3413
|
(function(TcbGenericContextBehavior2) {
|
|
3416
3414
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4471,7 +4469,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4471
4469
|
}
|
|
4472
4470
|
};
|
|
4473
4471
|
|
|
4474
|
-
// bazel-out/
|
|
4472
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4475
4473
|
import ts26 from "typescript";
|
|
4476
4474
|
var TypeCheckFile = class extends Environment {
|
|
4477
4475
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4507,7 +4505,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4507
4505
|
}
|
|
4508
4506
|
};
|
|
4509
4507
|
|
|
4510
|
-
// bazel-out/
|
|
4508
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4511
4509
|
var InliningMode;
|
|
4512
4510
|
(function(InliningMode2) {
|
|
4513
4511
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4745,10 +4743,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4745
4743
|
return splits;
|
|
4746
4744
|
}
|
|
4747
4745
|
|
|
4748
|
-
// bazel-out/
|
|
4746
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4749
4747
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4750
4748
|
|
|
4751
|
-
// bazel-out/
|
|
4749
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4752
4750
|
var LF_CHAR = 10;
|
|
4753
4751
|
var CR_CHAR = 13;
|
|
4754
4752
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4789,7 +4787,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4789
4787
|
return low - 1;
|
|
4790
4788
|
}
|
|
4791
4789
|
|
|
4792
|
-
// bazel-out/
|
|
4790
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4793
4791
|
var TemplateSource = class {
|
|
4794
4792
|
constructor(mapping, file) {
|
|
4795
4793
|
this.mapping = mapping;
|
|
@@ -4840,7 +4838,7 @@ var TemplateSourceManager = class {
|
|
|
4840
4838
|
}
|
|
4841
4839
|
};
|
|
4842
4840
|
|
|
4843
|
-
// bazel-out/
|
|
4841
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4844
4842
|
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";
|
|
4845
4843
|
import ts28 from "typescript";
|
|
4846
4844
|
var SymbolBuilder = class {
|
|
@@ -5285,7 +5283,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5285
5283
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5286
5284
|
}
|
|
5287
5285
|
|
|
5288
|
-
// bazel-out/
|
|
5286
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5289
5287
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5290
5288
|
var TemplateTypeCheckerImpl = class {
|
|
5291
5289
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5857,10 +5855,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5857
5855
|
}
|
|
5858
5856
|
};
|
|
5859
5857
|
|
|
5860
|
-
// bazel-out/
|
|
5858
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5861
5859
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5862
5860
|
|
|
5863
|
-
// bazel-out/
|
|
5861
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5864
5862
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5865
5863
|
var TemplateCheckWithVisitor = class {
|
|
5866
5864
|
run(ctx, component, template) {
|
|
@@ -5937,7 +5935,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
5937
5935
|
}
|
|
5938
5936
|
};
|
|
5939
5937
|
|
|
5940
|
-
// bazel-out/
|
|
5938
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5941
5939
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
5942
5940
|
constructor() {
|
|
5943
5941
|
super(...arguments);
|
|
@@ -5962,7 +5960,7 @@ var factory = {
|
|
|
5962
5960
|
create: () => new InvalidBananaInBoxCheck()
|
|
5963
5961
|
};
|
|
5964
5962
|
|
|
5965
|
-
// bazel-out/
|
|
5963
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
5966
5964
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
5967
5965
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
5968
5966
|
["ngIf", "NgIf"],
|
|
@@ -6007,7 +6005,7 @@ var factory2 = {
|
|
|
6007
6005
|
}
|
|
6008
6006
|
};
|
|
6009
6007
|
|
|
6010
|
-
// bazel-out/
|
|
6008
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6011
6009
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6012
6010
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6013
6011
|
constructor() {
|
|
@@ -6040,7 +6038,7 @@ var factory3 = {
|
|
|
6040
6038
|
create: () => new MissingNgForOfLetCheck()
|
|
6041
6039
|
};
|
|
6042
6040
|
|
|
6043
|
-
// bazel-out/
|
|
6041
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6044
6042
|
import { Binary } from "@angular/compiler";
|
|
6045
6043
|
import ts29 from "typescript";
|
|
6046
6044
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6085,7 +6083,7 @@ var factory4 = {
|
|
|
6085
6083
|
}
|
|
6086
6084
|
};
|
|
6087
6085
|
|
|
6088
|
-
// bazel-out/
|
|
6086
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6089
6087
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6090
6088
|
import ts30 from "typescript";
|
|
6091
6089
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6131,7 +6129,7 @@ var factory5 = {
|
|
|
6131
6129
|
}
|
|
6132
6130
|
};
|
|
6133
6131
|
|
|
6134
|
-
// bazel-out/
|
|
6132
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6135
6133
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6136
6134
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6137
6135
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6155,7 +6153,7 @@ var factory6 = {
|
|
|
6155
6153
|
create: () => new SuffixNotSupportedCheck()
|
|
6156
6154
|
};
|
|
6157
6155
|
|
|
6158
|
-
// bazel-out/
|
|
6156
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6159
6157
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6160
6158
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6161
6159
|
constructor() {
|
|
@@ -6194,10 +6192,10 @@ var factory7 = {
|
|
|
6194
6192
|
create: () => new TextAttributeNotBindingSpec()
|
|
6195
6193
|
};
|
|
6196
6194
|
|
|
6197
|
-
// bazel-out/
|
|
6195
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6198
6196
|
import ts31 from "typescript";
|
|
6199
6197
|
|
|
6200
|
-
// bazel-out/
|
|
6198
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6201
6199
|
var DiagnosticCategoryLabel;
|
|
6202
6200
|
(function(DiagnosticCategoryLabel2) {
|
|
6203
6201
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6205,7 +6203,7 @@ var DiagnosticCategoryLabel;
|
|
|
6205
6203
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6206
6204
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6207
6205
|
|
|
6208
|
-
// bazel-out/
|
|
6206
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6209
6207
|
var ExtendedTemplateCheckerImpl = class {
|
|
6210
6208
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6211
6209
|
var _a, _b, _c, _d, _e;
|
|
@@ -6258,7 +6256,7 @@ function assertNever(value) {
|
|
|
6258
6256
|
${value}`);
|
|
6259
6257
|
}
|
|
6260
6258
|
|
|
6261
|
-
// bazel-out/
|
|
6259
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6262
6260
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6263
6261
|
factory,
|
|
6264
6262
|
factory4,
|
|
@@ -6269,7 +6267,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6269
6267
|
factory6
|
|
6270
6268
|
];
|
|
6271
6269
|
|
|
6272
|
-
// bazel-out/
|
|
6270
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6273
6271
|
var CompilationTicketKind;
|
|
6274
6272
|
(function(CompilationTicketKind2) {
|
|
6275
6273
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -6969,7 +6967,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
6969
6967
|
return versions;
|
|
6970
6968
|
}
|
|
6971
6969
|
|
|
6972
|
-
// bazel-out/
|
|
6970
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
6973
6971
|
import ts33 from "typescript";
|
|
6974
6972
|
var DelegatingCompilerHost2 = class {
|
|
6975
6973
|
constructor(delegate) {
|
|
@@ -7113,7 +7111,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7113
7111
|
}
|
|
7114
7112
|
};
|
|
7115
7113
|
|
|
7116
|
-
// bazel-out/
|
|
7114
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7117
7115
|
var NgtscProgram = class {
|
|
7118
7116
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7119
7117
|
this.options = options;
|
|
@@ -7322,15 +7320,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7322
7320
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7323
7321
|
}
|
|
7324
7322
|
|
|
7325
|
-
// bazel-out/
|
|
7323
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7326
7324
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7327
7325
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7328
7326
|
}
|
|
7329
7327
|
|
|
7330
|
-
// bazel-out/
|
|
7328
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7331
7329
|
import ts36 from "typescript";
|
|
7332
7330
|
|
|
7333
|
-
// bazel-out/
|
|
7331
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7334
7332
|
import ts35 from "typescript";
|
|
7335
7333
|
var GENERATED_FILES = /(.*?)\.(ngfactory|shim\.ngstyle|ngstyle|ngsummary)\.(js|d\.ts|ts)$/;
|
|
7336
7334
|
function createMessageDiagnostic(messageText) {
|
|
@@ -7345,7 +7343,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7345
7343
|
};
|
|
7346
7344
|
}
|
|
7347
7345
|
|
|
7348
|
-
// bazel-out/
|
|
7346
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7349
7347
|
var defaultFormatHost = {
|
|
7350
7348
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7351
7349
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7560,4 +7558,4 @@ export {
|
|
|
7560
7558
|
* found in the LICENSE file at https://angular.io/license
|
|
7561
7559
|
*/
|
|
7562
7560
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7563
|
-
//# sourceMappingURL=chunk-
|
|
7561
|
+
//# sourceMappingURL=chunk-CQC4TODZ.js.map
|