@angular/compiler-cli 15.0.0-next.6 → 15.0.0-rc.0
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-JH56H6IJ.js → chunk-7YKDVBJ5.js} +31 -31
- package/bundles/{chunk-JH56H6IJ.js.map → chunk-7YKDVBJ5.js.map} +0 -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-XOVG7LXX.js → chunk-D55CQOCC.js} +5 -5
- package/bundles/{chunk-XOVG7LXX.js.map → chunk-D55CQOCC.js.map} +0 -0
- package/bundles/{chunk-MYEONJ6Z.js → chunk-DLWNNV6S.js} +40 -40
- package/bundles/{chunk-MYEONJ6Z.js.map → chunk-DLWNNV6S.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-GGLQGQHV.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-GGLQGQHV.js.map} +0 -0
- package/bundles/{chunk-OZI3NCRJ.js → chunk-GVQAA5D3.js} +71 -71
- package/bundles/{chunk-OZI3NCRJ.js.map → chunk-GVQAA5D3.js.map} +0 -0
- package/bundles/{chunk-EQ7NIVSK.js → chunk-JSLY52ZU.js} +28 -26
- package/bundles/chunk-JSLY52ZU.js.map +6 -0
- package/bundles/{chunk-R4GD76QD.js → chunk-KIQI22GZ.js} +313 -288
- package/bundles/chunk-KIQI22GZ.js.map +6 -0
- package/bundles/{chunk-F526PAOI.js → chunk-MEB4YHNS.js} +2 -2
- package/bundles/{chunk-F526PAOI.js.map → chunk-MEB4YHNS.js.map} +0 -0
- package/bundles/{chunk-TOKOIIBI.js → chunk-RC2GY3FU.js} +8 -24
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-RC2GY3FU.js.map} +1 -1
- package/bundles/{chunk-2LFNJ4YC.js → chunk-RMZB2XBA.js} +98 -98
- package/bundles/{chunk-2LFNJ4YC.js.map → chunk-RMZB2XBA.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-ZXBCBXWY.js → chunk-VZ2Q36OK.js} +7 -7
- package/bundles/{chunk-ZXBCBXWY.js.map → chunk-VZ2Q36OK.js.map} +0 -0
- package/bundles/{chunk-GQT3DC2W.js → chunk-YGJACQGV.js} +7 -7
- package/bundles/{chunk-GQT3DC2W.js.map → chunk-YGJACQGV.js.map} +0 -0
- 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/src/ngtsc/diagnostics/src/error_code.d.ts +7 -0
- package/src/ngtsc/file_system/src/node_js_file_system.d.ts +0 -1
- package/bundles/chunk-EQ7NIVSK.js.map +0 -6
- package/bundles/chunk-R4GD76QD.js.map +0 -6
|
@@ -31,11 +31,11 @@ import {
|
|
|
31
31
|
aliasTransformFactory,
|
|
32
32
|
declarationTransformFactory,
|
|
33
33
|
ivyTransformFactory
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-KIQI22GZ.js";
|
|
35
35
|
import {
|
|
36
36
|
TypeScriptReflectionHost,
|
|
37
37
|
isNamedClassDeclaration
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-VZ2Q36OK.js";
|
|
39
39
|
import {
|
|
40
40
|
AbsoluteModuleStrategy,
|
|
41
41
|
AliasStrategy,
|
|
@@ -76,12 +76,12 @@ import {
|
|
|
76
76
|
toUnredirectedSourceFile,
|
|
77
77
|
translateExpression,
|
|
78
78
|
translateType
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-JSLY52ZU.js";
|
|
80
80
|
import {
|
|
81
81
|
getDecorators,
|
|
82
82
|
getModifiers,
|
|
83
83
|
updateImportDeclaration
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-MEB4YHNS.js";
|
|
85
85
|
import {
|
|
86
86
|
LogicalFileSystem,
|
|
87
87
|
absoluteFrom,
|
|
@@ -92,16 +92,16 @@ import {
|
|
|
92
92
|
getSourceFileOrError,
|
|
93
93
|
join,
|
|
94
94
|
resolve
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-RC2GY3FU.js";
|
|
96
96
|
import {
|
|
97
97
|
ActivePerfRecorder,
|
|
98
98
|
DelegatingPerfRecorder,
|
|
99
99
|
PerfCheckpoint,
|
|
100
100
|
PerfEvent,
|
|
101
101
|
PerfPhase
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-CTEVZGOM.js";
|
|
103
103
|
|
|
104
|
-
// bazel-out/
|
|
104
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
105
105
|
var DEFAULT_ERROR_CODE = 100;
|
|
106
106
|
var UNKNOWN_ERROR_CODE = 500;
|
|
107
107
|
var SOURCE = "angular";
|
|
@@ -119,7 +119,7 @@ var EmitFlags;
|
|
|
119
119
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
120
120
|
})(EmitFlags || (EmitFlags = {}));
|
|
121
121
|
|
|
122
|
-
// bazel-out/
|
|
122
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
123
123
|
import ts from "typescript";
|
|
124
124
|
var wrapHostForTest = null;
|
|
125
125
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -129,28 +129,28 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
129
129
|
return tsHost;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
// bazel-out/
|
|
132
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
133
133
|
var OptimizeFor;
|
|
134
134
|
(function(OptimizeFor2) {
|
|
135
135
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
136
136
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
137
137
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
138
138
|
|
|
139
|
-
// bazel-out/
|
|
139
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
140
140
|
var CompletionKind;
|
|
141
141
|
(function(CompletionKind2) {
|
|
142
142
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
143
143
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
144
144
|
})(CompletionKind || (CompletionKind = {}));
|
|
145
145
|
|
|
146
|
-
// bazel-out/
|
|
146
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
147
147
|
var PotentialImportKind;
|
|
148
148
|
(function(PotentialImportKind2) {
|
|
149
149
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
150
150
|
PotentialImportKind2[PotentialImportKind2["Standalone"] = 1] = "Standalone";
|
|
151
151
|
})(PotentialImportKind || (PotentialImportKind = {}));
|
|
152
152
|
|
|
153
|
-
// bazel-out/
|
|
153
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
154
154
|
var SymbolKind;
|
|
155
155
|
(function(SymbolKind2) {
|
|
156
156
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -166,11 +166,11 @@ var SymbolKind;
|
|
|
166
166
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
167
167
|
})(SymbolKind || (SymbolKind = {}));
|
|
168
168
|
|
|
169
|
-
// bazel-out/
|
|
169
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
170
170
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
171
171
|
import ts34 from "typescript";
|
|
172
172
|
|
|
173
|
-
// bazel-out/
|
|
173
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
174
174
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
175
175
|
import * as path from "path";
|
|
176
176
|
function i18nGetExtension(formatName) {
|
|
@@ -221,10 +221,10 @@ function getPathNormalizer(basePath) {
|
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
// bazel-out/
|
|
224
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
225
225
|
import ts2 from "typescript";
|
|
226
226
|
|
|
227
|
-
// bazel-out/
|
|
227
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
228
228
|
function toNumbers(value) {
|
|
229
229
|
const suffixIndex = value.lastIndexOf("-");
|
|
230
230
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -259,7 +259,7 @@ function compareVersions(v1, v2) {
|
|
|
259
259
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
// bazel-out/
|
|
262
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
263
263
|
var MIN_TS_VERSION = "4.8.2";
|
|
264
264
|
var MAX_TS_VERSION = "4.9.0";
|
|
265
265
|
var tsVersion = ts2.version;
|
|
@@ -272,10 +272,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
272
272
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
// bazel-out/
|
|
275
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
276
276
|
import ts32 from "typescript";
|
|
277
277
|
|
|
278
|
-
// bazel-out/
|
|
278
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
279
279
|
var CycleAnalyzer = class {
|
|
280
280
|
constructor(importGraph) {
|
|
281
281
|
this.importGraph = importGraph;
|
|
@@ -346,7 +346,7 @@ var Cycle = class {
|
|
|
346
346
|
}
|
|
347
347
|
};
|
|
348
348
|
|
|
349
|
-
// bazel-out/
|
|
349
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
350
350
|
import ts3 from "typescript";
|
|
351
351
|
var ImportGraph = class {
|
|
352
352
|
constructor(checker, perf) {
|
|
@@ -438,7 +438,7 @@ var Found = class {
|
|
|
438
438
|
}
|
|
439
439
|
};
|
|
440
440
|
|
|
441
|
-
// bazel-out/
|
|
441
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
442
442
|
import ts4 from "typescript";
|
|
443
443
|
var FlatIndexGenerator = class {
|
|
444
444
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -463,7 +463,7 @@ export * from '${relativeEntryPoint}';
|
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
|
|
466
|
-
// bazel-out/
|
|
466
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
467
467
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
468
468
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
469
469
|
let resolvedEntryPoint = null;
|
|
@@ -479,7 +479,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
479
479
|
return resolvedEntryPoint;
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
// bazel-out/
|
|
482
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
483
483
|
import ts5 from "typescript";
|
|
484
484
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
485
485
|
const diagnostics = [];
|
|
@@ -559,7 +559,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
|
|
562
|
-
// bazel-out/
|
|
562
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
563
563
|
var ReferenceGraph = class {
|
|
564
564
|
constructor() {
|
|
565
565
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -613,7 +613,7 @@ var ReferenceGraph = class {
|
|
|
613
613
|
}
|
|
614
614
|
};
|
|
615
615
|
|
|
616
|
-
// bazel-out/
|
|
616
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
617
617
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
618
618
|
var UpdateMode;
|
|
619
619
|
(function(UpdateMode2) {
|
|
@@ -621,13 +621,13 @@ var UpdateMode;
|
|
|
621
621
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
622
622
|
})(UpdateMode || (UpdateMode = {}));
|
|
623
623
|
|
|
624
|
-
// bazel-out/
|
|
624
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
625
625
|
import ts9 from "typescript";
|
|
626
626
|
|
|
627
|
-
// bazel-out/
|
|
627
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
628
628
|
import ts6 from "typescript";
|
|
629
629
|
|
|
630
|
-
// bazel-out/
|
|
630
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
631
631
|
var NgExtension = Symbol("NgExtension");
|
|
632
632
|
function isExtended(sf) {
|
|
633
633
|
return sf[NgExtension] !== void 0;
|
|
@@ -687,7 +687,7 @@ function retagTsFile(sf) {
|
|
|
687
687
|
}
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
-
// bazel-out/
|
|
690
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
691
691
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
692
692
|
function makeShimFileName(fileName, suffix) {
|
|
693
693
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -702,7 +702,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
702
702
|
return moduleName;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
|
-
// bazel-out/
|
|
705
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
706
706
|
var ShimAdapter = class {
|
|
707
707
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
708
708
|
this.delegate = delegate;
|
|
@@ -797,7 +797,7 @@ var ShimAdapter = class {
|
|
|
797
797
|
}
|
|
798
798
|
};
|
|
799
799
|
|
|
800
|
-
// bazel-out/
|
|
800
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
801
801
|
import ts7 from "typescript";
|
|
802
802
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
803
803
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -945,7 +945,7 @@ function updateInitializers(stmt, update) {
|
|
|
945
945
|
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)))));
|
|
946
946
|
}
|
|
947
947
|
|
|
948
|
-
// bazel-out/
|
|
948
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
949
949
|
var ShimReferenceTagger = class {
|
|
950
950
|
constructor(shimExtensions) {
|
|
951
951
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -979,7 +979,7 @@ var ShimReferenceTagger = class {
|
|
|
979
979
|
}
|
|
980
980
|
};
|
|
981
981
|
|
|
982
|
-
// bazel-out/
|
|
982
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
983
983
|
import ts8 from "typescript";
|
|
984
984
|
var SummaryGenerator = class {
|
|
985
985
|
constructor() {
|
|
@@ -1020,7 +1020,7 @@ function isExported2(decl) {
|
|
|
1020
1020
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
-
// bazel-out/
|
|
1023
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1024
1024
|
var DelegatingCompilerHost = class {
|
|
1025
1025
|
constructor(delegate) {
|
|
1026
1026
|
this.delegate = delegate;
|
|
@@ -1131,7 +1131,7 @@ var TsCreateProgramDriver = class {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
// bazel-out/
|
|
1134
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1135
1135
|
var FileDependencyGraph = class {
|
|
1136
1136
|
constructor() {
|
|
1137
1137
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1198,7 +1198,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1198
1198
|
return false;
|
|
1199
1199
|
}
|
|
1200
1200
|
|
|
1201
|
-
// bazel-out/
|
|
1201
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1202
1202
|
var IncrementalStateKind;
|
|
1203
1203
|
(function(IncrementalStateKind2) {
|
|
1204
1204
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1206,7 +1206,7 @@ var IncrementalStateKind;
|
|
|
1206
1206
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1207
1207
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1208
1208
|
|
|
1209
|
-
// bazel-out/
|
|
1209
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1210
1210
|
var PhaseKind;
|
|
1211
1211
|
(function(PhaseKind2) {
|
|
1212
1212
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1407,7 +1407,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
|
-
// bazel-out/
|
|
1410
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1411
1411
|
var TrackedIncrementalBuildStrategy = class {
|
|
1412
1412
|
constructor() {
|
|
1413
1413
|
this.state = null;
|
|
@@ -1443,7 +1443,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1443
1443
|
};
|
|
1444
1444
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1445
1445
|
|
|
1446
|
-
// bazel-out/
|
|
1446
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1447
1447
|
var IdentifierKind;
|
|
1448
1448
|
(function(IdentifierKind2) {
|
|
1449
1449
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1461,7 +1461,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
};
|
|
1463
1463
|
|
|
1464
|
-
// bazel-out/
|
|
1464
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1465
1465
|
var IndexingContext = class {
|
|
1466
1466
|
constructor() {
|
|
1467
1467
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1471,10 +1471,10 @@ var IndexingContext = class {
|
|
|
1471
1471
|
}
|
|
1472
1472
|
};
|
|
1473
1473
|
|
|
1474
|
-
// bazel-out/
|
|
1474
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1475
1475
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1476
1476
|
|
|
1477
|
-
// bazel-out/
|
|
1477
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1478
1478
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1479
1479
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1480
1480
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1711,7 +1711,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1711
1711
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
|
-
// bazel-out/
|
|
1714
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1715
1715
|
function generateAnalysis(context) {
|
|
1716
1716
|
const analysis = /* @__PURE__ */ new Map();
|
|
1717
1717
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1747,7 +1747,7 @@ function generateAnalysis(context) {
|
|
|
1747
1747
|
return analysis;
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
|
-
// bazel-out/
|
|
1750
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1751
1751
|
import ts10 from "typescript";
|
|
1752
1752
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1753
1753
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1893,7 +1893,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1893
1893
|
};
|
|
1894
1894
|
}
|
|
1895
1895
|
|
|
1896
|
-
// bazel-out/
|
|
1896
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1897
1897
|
var StandaloneComponentScopeReader = class {
|
|
1898
1898
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1899
1899
|
this.metaReader = metaReader;
|
|
@@ -1971,10 +1971,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
};
|
|
1973
1973
|
|
|
1974
|
-
// bazel-out/
|
|
1974
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1975
1975
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
1976
1976
|
|
|
1977
|
-
// bazel-out/
|
|
1977
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1978
1978
|
import ts11 from "typescript";
|
|
1979
1979
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1980
1980
|
var _a;
|
|
@@ -2081,7 +2081,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2081
2081
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2082
2082
|
}
|
|
2083
2083
|
|
|
2084
|
-
// bazel-out/
|
|
2084
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2085
2085
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2086
2086
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2087
2087
|
function getTemplateId(clazz) {
|
|
@@ -2098,11 +2098,11 @@ function allocateTemplateId(sf) {
|
|
|
2098
2098
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
|
-
// bazel-out/
|
|
2101
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2102
2102
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2103
2103
|
import ts13 from "typescript";
|
|
2104
2104
|
|
|
2105
|
-
// bazel-out/
|
|
2105
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2106
2106
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2107
2107
|
import ts12 from "typescript";
|
|
2108
2108
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2222,7 +2222,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2222
2222
|
}) || false;
|
|
2223
2223
|
}
|
|
2224
2224
|
|
|
2225
|
-
// bazel-out/
|
|
2225
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2226
2226
|
var CompletionEngine = class {
|
|
2227
2227
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2228
2228
|
this.tcb = tcb;
|
|
@@ -2379,10 +2379,10 @@ var CompletionEngine = class {
|
|
|
2379
2379
|
}
|
|
2380
2380
|
};
|
|
2381
2381
|
|
|
2382
|
-
// bazel-out/
|
|
2382
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2383
2383
|
import ts27 from "typescript";
|
|
2384
2384
|
|
|
2385
|
-
// bazel-out/
|
|
2385
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2386
2386
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2387
2387
|
import ts14 from "typescript";
|
|
2388
2388
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2435,11 +2435,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2435
2435
|
}
|
|
2436
2436
|
};
|
|
2437
2437
|
|
|
2438
|
-
// bazel-out/
|
|
2438
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2439
2439
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2440
2440
|
import ts20 from "typescript";
|
|
2441
2441
|
|
|
2442
|
-
// bazel-out/
|
|
2442
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2443
2443
|
import ts15 from "typescript";
|
|
2444
2444
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2445
2445
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2486,16 +2486,16 @@ function isAccessExpression(node) {
|
|
|
2486
2486
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2487
2487
|
}
|
|
2488
2488
|
|
|
2489
|
-
// bazel-out/
|
|
2489
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2490
2490
|
import ts19 from "typescript";
|
|
2491
2491
|
|
|
2492
|
-
// bazel-out/
|
|
2492
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2493
2493
|
import ts18 from "typescript";
|
|
2494
2494
|
|
|
2495
|
-
// bazel-out/
|
|
2495
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2496
2496
|
import ts17 from "typescript";
|
|
2497
2497
|
|
|
2498
|
-
// bazel-out/
|
|
2498
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2499
2499
|
import ts16 from "typescript";
|
|
2500
2500
|
var INELIGIBLE = {};
|
|
2501
2501
|
function canEmitType(type, canEmit) {
|
|
@@ -2570,7 +2570,7 @@ var TypeEmitter = class {
|
|
|
2570
2570
|
}
|
|
2571
2571
|
};
|
|
2572
2572
|
|
|
2573
|
-
// bazel-out/
|
|
2573
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2574
2574
|
var TypeParameterEmitter = class {
|
|
2575
2575
|
constructor(typeParameters, reflector) {
|
|
2576
2576
|
this.typeParameters = typeParameters;
|
|
@@ -2647,7 +2647,7 @@ var TypeParameterEmitter = class {
|
|
|
2647
2647
|
}
|
|
2648
2648
|
};
|
|
2649
2649
|
|
|
2650
|
-
// bazel-out/
|
|
2650
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2651
2651
|
var TcbInliningRequirement;
|
|
2652
2652
|
(function(TcbInliningRequirement2) {
|
|
2653
2653
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2727,7 +2727,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2727
2727
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2728
2728
|
}
|
|
2729
2729
|
|
|
2730
|
-
// bazel-out/
|
|
2730
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2731
2731
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2732
2732
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2733
2733
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2798,7 +2798,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2798
2798
|
});
|
|
2799
2799
|
}
|
|
2800
2800
|
|
|
2801
|
-
// bazel-out/
|
|
2801
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2802
2802
|
var Environment = class {
|
|
2803
2803
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2804
2804
|
this.config = config;
|
|
@@ -2890,7 +2890,7 @@ var Environment = class {
|
|
|
2890
2890
|
}
|
|
2891
2891
|
};
|
|
2892
2892
|
|
|
2893
|
-
// bazel-out/
|
|
2893
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2894
2894
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2895
2895
|
import ts21 from "typescript";
|
|
2896
2896
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3023,7 +3023,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3023
3023
|
};
|
|
3024
3024
|
}
|
|
3025
3025
|
|
|
3026
|
-
// bazel-out/
|
|
3026
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3027
3027
|
import ts22 from "typescript";
|
|
3028
3028
|
var TypeCheckShimGenerator = class {
|
|
3029
3029
|
constructor() {
|
|
@@ -3041,11 +3041,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3041
3041
|
}
|
|
3042
3042
|
};
|
|
3043
3043
|
|
|
3044
|
-
// bazel-out/
|
|
3044
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3045
3045
|
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";
|
|
3046
3046
|
import ts25 from "typescript";
|
|
3047
3047
|
|
|
3048
|
-
// bazel-out/
|
|
3048
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3049
3049
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3050
3050
|
import ts23 from "typescript";
|
|
3051
3051
|
function wrapForDiagnostics(expr) {
|
|
@@ -3091,7 +3091,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3091
3091
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3092
3092
|
}
|
|
3093
3093
|
|
|
3094
|
-
// bazel-out/
|
|
3094
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3095
3095
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3096
3096
|
import ts24 from "typescript";
|
|
3097
3097
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3421,7 +3421,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3421
3421
|
};
|
|
3422
3422
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3423
3423
|
|
|
3424
|
-
// bazel-out/
|
|
3424
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3425
3425
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3426
3426
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3427
3427
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3445,7 +3445,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3445
3445
|
}
|
|
3446
3446
|
};
|
|
3447
3447
|
|
|
3448
|
-
// bazel-out/
|
|
3448
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3449
3449
|
var TcbGenericContextBehavior;
|
|
3450
3450
|
(function(TcbGenericContextBehavior2) {
|
|
3451
3451
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4506,7 +4506,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4506
4506
|
}
|
|
4507
4507
|
};
|
|
4508
4508
|
|
|
4509
|
-
// bazel-out/
|
|
4509
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4510
4510
|
import ts26 from "typescript";
|
|
4511
4511
|
var TypeCheckFile = class extends Environment {
|
|
4512
4512
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4542,7 +4542,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4542
4542
|
}
|
|
4543
4543
|
};
|
|
4544
4544
|
|
|
4545
|
-
// bazel-out/
|
|
4545
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4546
4546
|
var InliningMode;
|
|
4547
4547
|
(function(InliningMode2) {
|
|
4548
4548
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4780,10 +4780,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4780
4780
|
return splits;
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
|
-
// bazel-out/
|
|
4783
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4784
4784
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4785
4785
|
|
|
4786
|
-
// bazel-out/
|
|
4786
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4787
4787
|
var LF_CHAR = 10;
|
|
4788
4788
|
var CR_CHAR = 13;
|
|
4789
4789
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4824,7 +4824,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4824
4824
|
return low - 1;
|
|
4825
4825
|
}
|
|
4826
4826
|
|
|
4827
|
-
// bazel-out/
|
|
4827
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4828
4828
|
var TemplateSource = class {
|
|
4829
4829
|
constructor(mapping, file) {
|
|
4830
4830
|
this.mapping = mapping;
|
|
@@ -4875,7 +4875,7 @@ var TemplateSourceManager = class {
|
|
|
4875
4875
|
}
|
|
4876
4876
|
};
|
|
4877
4877
|
|
|
4878
|
-
// bazel-out/
|
|
4878
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4879
4879
|
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";
|
|
4880
4880
|
import ts28 from "typescript";
|
|
4881
4881
|
var SymbolBuilder = class {
|
|
@@ -5326,7 +5326,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5326
5326
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5327
5327
|
}
|
|
5328
5328
|
|
|
5329
|
-
// bazel-out/
|
|
5329
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5330
5330
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5331
5331
|
var TemplateTypeCheckerImpl = class {
|
|
5332
5332
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5941,10 +5941,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5941
5941
|
}
|
|
5942
5942
|
};
|
|
5943
5943
|
|
|
5944
|
-
// bazel-out/
|
|
5944
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5945
5945
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5946
5946
|
|
|
5947
|
-
// bazel-out/
|
|
5947
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5948
5948
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5949
5949
|
var TemplateCheckWithVisitor = class {
|
|
5950
5950
|
run(ctx, component, template) {
|
|
@@ -6021,7 +6021,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6021
6021
|
}
|
|
6022
6022
|
};
|
|
6023
6023
|
|
|
6024
|
-
// bazel-out/
|
|
6024
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6025
6025
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6026
6026
|
constructor() {
|
|
6027
6027
|
super(...arguments);
|
|
@@ -6046,7 +6046,7 @@ var factory = {
|
|
|
6046
6046
|
create: () => new InvalidBananaInBoxCheck()
|
|
6047
6047
|
};
|
|
6048
6048
|
|
|
6049
|
-
// bazel-out/
|
|
6049
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6050
6050
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6051
6051
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6052
6052
|
["ngIf", "NgIf"],
|
|
@@ -6091,7 +6091,7 @@ var factory2 = {
|
|
|
6091
6091
|
}
|
|
6092
6092
|
};
|
|
6093
6093
|
|
|
6094
|
-
// bazel-out/
|
|
6094
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6095
6095
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6096
6096
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6097
6097
|
constructor() {
|
|
@@ -6124,7 +6124,7 @@ var factory3 = {
|
|
|
6124
6124
|
create: () => new MissingNgForOfLetCheck()
|
|
6125
6125
|
};
|
|
6126
6126
|
|
|
6127
|
-
// bazel-out/
|
|
6127
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6128
6128
|
import { Binary } from "@angular/compiler";
|
|
6129
6129
|
import ts29 from "typescript";
|
|
6130
6130
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6169,7 +6169,7 @@ var factory4 = {
|
|
|
6169
6169
|
}
|
|
6170
6170
|
};
|
|
6171
6171
|
|
|
6172
|
-
// bazel-out/
|
|
6172
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6173
6173
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6174
6174
|
import ts30 from "typescript";
|
|
6175
6175
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6215,7 +6215,7 @@ var factory5 = {
|
|
|
6215
6215
|
}
|
|
6216
6216
|
};
|
|
6217
6217
|
|
|
6218
|
-
// bazel-out/
|
|
6218
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6219
6219
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6220
6220
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6221
6221
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6239,7 +6239,7 @@ var factory6 = {
|
|
|
6239
6239
|
create: () => new SuffixNotSupportedCheck()
|
|
6240
6240
|
};
|
|
6241
6241
|
|
|
6242
|
-
// bazel-out/
|
|
6242
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6243
6243
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6244
6244
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6245
6245
|
constructor() {
|
|
@@ -6278,10 +6278,10 @@ var factory7 = {
|
|
|
6278
6278
|
create: () => new TextAttributeNotBindingSpec()
|
|
6279
6279
|
};
|
|
6280
6280
|
|
|
6281
|
-
// bazel-out/
|
|
6281
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6282
6282
|
import ts31 from "typescript";
|
|
6283
6283
|
|
|
6284
|
-
// bazel-out/
|
|
6284
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6285
6285
|
var DiagnosticCategoryLabel;
|
|
6286
6286
|
(function(DiagnosticCategoryLabel2) {
|
|
6287
6287
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6289,7 +6289,7 @@ var DiagnosticCategoryLabel;
|
|
|
6289
6289
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6290
6290
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6291
6291
|
|
|
6292
|
-
// bazel-out/
|
|
6292
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6293
6293
|
var ExtendedTemplateCheckerImpl = class {
|
|
6294
6294
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6295
6295
|
var _a, _b, _c, _d, _e;
|
|
@@ -6342,7 +6342,7 @@ function assertNever(value) {
|
|
|
6342
6342
|
${value}`);
|
|
6343
6343
|
}
|
|
6344
6344
|
|
|
6345
|
-
// bazel-out/
|
|
6345
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6346
6346
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6347
6347
|
factory,
|
|
6348
6348
|
factory4,
|
|
@@ -6353,7 +6353,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6353
6353
|
factory6
|
|
6354
6354
|
];
|
|
6355
6355
|
|
|
6356
|
-
// bazel-out/
|
|
6356
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6357
6357
|
var CompilationTicketKind;
|
|
6358
6358
|
(function(CompilationTicketKind2) {
|
|
6359
6359
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7055,7 +7055,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7055
7055
|
return versions;
|
|
7056
7056
|
}
|
|
7057
7057
|
|
|
7058
|
-
// bazel-out/
|
|
7058
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7059
7059
|
import ts33 from "typescript";
|
|
7060
7060
|
var DelegatingCompilerHost2 = class {
|
|
7061
7061
|
constructor(delegate) {
|
|
@@ -7200,7 +7200,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7200
7200
|
}
|
|
7201
7201
|
};
|
|
7202
7202
|
|
|
7203
|
-
// bazel-out/
|
|
7203
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7204
7204
|
var NgtscProgram = class {
|
|
7205
7205
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7206
7206
|
this.options = options;
|
|
@@ -7409,15 +7409,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7409
7409
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7410
7410
|
}
|
|
7411
7411
|
|
|
7412
|
-
// bazel-out/
|
|
7412
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7413
7413
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7414
7414
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7415
7415
|
}
|
|
7416
7416
|
|
|
7417
|
-
// bazel-out/
|
|
7417
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7418
7418
|
import ts36 from "typescript";
|
|
7419
7419
|
|
|
7420
|
-
// bazel-out/
|
|
7420
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7421
7421
|
import ts35 from "typescript";
|
|
7422
7422
|
function createMessageDiagnostic(messageText) {
|
|
7423
7423
|
return {
|
|
@@ -7431,7 +7431,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7431
7431
|
};
|
|
7432
7432
|
}
|
|
7433
7433
|
|
|
7434
|
-
// bazel-out/
|
|
7434
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7435
7435
|
var defaultFormatHost = {
|
|
7436
7436
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7437
7437
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7644,4 +7644,4 @@ export {
|
|
|
7644
7644
|
* found in the LICENSE file at https://angular.io/license
|
|
7645
7645
|
*/
|
|
7646
7646
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7647
|
-
//# sourceMappingURL=chunk-
|
|
7647
|
+
//# sourceMappingURL=chunk-RMZB2XBA.js.map
|