@angular/compiler-cli 15.0.0-next.1 → 15.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-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-NJU6754X.js → chunk-AU6X5ZMU.js} +98 -98
- package/bundles/{chunk-NJU6754X.js.map → chunk-AU6X5ZMU.js.map} +1 -1
- package/bundles/{chunk-FHVSPC32.js → chunk-CNBHG67Y.js} +31 -31
- package/bundles/{chunk-FHVSPC32.js.map → chunk-CNBHG67Y.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-7YHMCUJT.js → chunk-E6XS3AOK.js} +2 -2
- package/bundles/{chunk-7YHMCUJT.js.map → chunk-E6XS3AOK.js.map} +0 -0
- package/bundles/{chunk-HTGNPCKD.js → chunk-FJDJLKGN.js} +5 -5
- package/bundles/{chunk-HTGNPCKD.js.map → chunk-FJDJLKGN.js.map} +0 -0
- package/bundles/{chunk-I6QQYDN3.js → chunk-IRLRUIPK.js} +71 -71
- package/bundles/{chunk-I6QQYDN3.js.map → chunk-IRLRUIPK.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-NX4VAKY6.js → chunk-P4TN5NTV.js} +40 -40
- package/bundles/{chunk-NX4VAKY6.js.map → chunk-P4TN5NTV.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-TTNGBVW6.js → chunk-SP2LQH24.js} +71 -71
- package/bundles/{chunk-TTNGBVW6.js.map → chunk-SP2LQH24.js.map} +0 -0
- package/bundles/{chunk-TF2TR2WS.js → chunk-TQSHBFSH.js} +26 -26
- package/bundles/{chunk-TF2TR2WS.js.map → chunk-TQSHBFSH.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
|
@@ -31,11 +31,11 @@ import {
|
|
|
31
31
|
aliasTransformFactory,
|
|
32
32
|
declarationTransformFactory,
|
|
33
33
|
ivyTransformFactory
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-IRLRUIPK.js";
|
|
35
35
|
import {
|
|
36
36
|
TypeScriptReflectionHost,
|
|
37
37
|
isNamedClassDeclaration
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-7D7JVHLL.js";
|
|
39
39
|
import {
|
|
40
40
|
AbsoluteModuleStrategy,
|
|
41
41
|
AliasStrategy,
|
|
@@ -76,13 +76,13 @@ import {
|
|
|
76
76
|
toUnredirectedSourceFile,
|
|
77
77
|
translateExpression,
|
|
78
78
|
translateType
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-TQSHBFSH.js";
|
|
80
80
|
import {
|
|
81
81
|
getDecorators,
|
|
82
82
|
getModifiers,
|
|
83
83
|
updateImportDeclaration,
|
|
84
84
|
updateTypeParameterDeclaration
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-E6XS3AOK.js";
|
|
86
86
|
import {
|
|
87
87
|
LogicalFileSystem,
|
|
88
88
|
absoluteFrom,
|
|
@@ -93,16 +93,16 @@ import {
|
|
|
93
93
|
getSourceFileOrError,
|
|
94
94
|
join,
|
|
95
95
|
resolve
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-S4JINNFN.js";
|
|
97
97
|
import {
|
|
98
98
|
ActivePerfRecorder,
|
|
99
99
|
DelegatingPerfRecorder,
|
|
100
100
|
PerfCheckpoint,
|
|
101
101
|
PerfEvent,
|
|
102
102
|
PerfPhase
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-CTEVZGOM.js";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
106
106
|
var DEFAULT_ERROR_CODE = 100;
|
|
107
107
|
var UNKNOWN_ERROR_CODE = 500;
|
|
108
108
|
var SOURCE = "angular";
|
|
@@ -120,7 +120,7 @@ var EmitFlags;
|
|
|
120
120
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
121
121
|
})(EmitFlags || (EmitFlags = {}));
|
|
122
122
|
|
|
123
|
-
// bazel-out/
|
|
123
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
124
124
|
import ts from "typescript";
|
|
125
125
|
var wrapHostForTest = null;
|
|
126
126
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -130,21 +130,21 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
130
130
|
return tsHost;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
// bazel-out/
|
|
133
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
134
134
|
var OptimizeFor;
|
|
135
135
|
(function(OptimizeFor2) {
|
|
136
136
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
137
137
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
138
138
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
139
139
|
|
|
140
|
-
// bazel-out/
|
|
140
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
141
141
|
var CompletionKind;
|
|
142
142
|
(function(CompletionKind2) {
|
|
143
143
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
144
144
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
145
145
|
})(CompletionKind || (CompletionKind = {}));
|
|
146
146
|
|
|
147
|
-
// bazel-out/
|
|
147
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
148
148
|
var SymbolKind;
|
|
149
149
|
(function(SymbolKind2) {
|
|
150
150
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -160,11 +160,11 @@ var SymbolKind;
|
|
|
160
160
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
161
161
|
})(SymbolKind || (SymbolKind = {}));
|
|
162
162
|
|
|
163
|
-
// bazel-out/
|
|
163
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
164
164
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
165
165
|
import ts34 from "typescript";
|
|
166
166
|
|
|
167
|
-
// bazel-out/
|
|
167
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
168
168
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
169
169
|
import * as path from "path";
|
|
170
170
|
function i18nGetExtension(formatName) {
|
|
@@ -215,10 +215,10 @@ function getPathNormalizer(basePath) {
|
|
|
215
215
|
};
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
// bazel-out/
|
|
218
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
219
219
|
import ts2 from "typescript";
|
|
220
220
|
|
|
221
|
-
// bazel-out/
|
|
221
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
222
222
|
function toNumbers(value) {
|
|
223
223
|
const suffixIndex = value.lastIndexOf("-");
|
|
224
224
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -253,7 +253,7 @@ function compareVersions(v1, v2) {
|
|
|
253
253
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
// bazel-out/
|
|
256
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
257
257
|
var MIN_TS_VERSION = "4.6.2";
|
|
258
258
|
var MAX_TS_VERSION = "4.9.0";
|
|
259
259
|
var tsVersion = ts2.version;
|
|
@@ -266,10 +266,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
266
266
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
270
270
|
import ts32 from "typescript";
|
|
271
271
|
|
|
272
|
-
// bazel-out/
|
|
272
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
273
273
|
var CycleAnalyzer = class {
|
|
274
274
|
constructor(importGraph) {
|
|
275
275
|
this.importGraph = importGraph;
|
|
@@ -340,7 +340,7 @@ var Cycle = class {
|
|
|
340
340
|
}
|
|
341
341
|
};
|
|
342
342
|
|
|
343
|
-
// bazel-out/
|
|
343
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
344
344
|
import ts3 from "typescript";
|
|
345
345
|
var ImportGraph = class {
|
|
346
346
|
constructor(checker, perf) {
|
|
@@ -432,7 +432,7 @@ var Found = class {
|
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
434
|
|
|
435
|
-
// bazel-out/
|
|
435
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
436
436
|
import ts4 from "typescript";
|
|
437
437
|
var FlatIndexGenerator = class {
|
|
438
438
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -457,7 +457,7 @@ export * from '${relativeEntryPoint}';
|
|
|
457
457
|
}
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
// bazel-out/
|
|
460
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
461
461
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
462
462
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
463
463
|
let resolvedEntryPoint = null;
|
|
@@ -473,7 +473,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
473
473
|
return resolvedEntryPoint;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
// bazel-out/
|
|
476
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
477
477
|
import ts5 from "typescript";
|
|
478
478
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
479
479
|
const diagnostics = [];
|
|
@@ -553,7 +553,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
|
|
556
|
-
// bazel-out/
|
|
556
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
557
557
|
var ReferenceGraph = class {
|
|
558
558
|
constructor() {
|
|
559
559
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -607,7 +607,7 @@ var ReferenceGraph = class {
|
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
// bazel-out/
|
|
610
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
611
611
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
612
612
|
var UpdateMode;
|
|
613
613
|
(function(UpdateMode2) {
|
|
@@ -615,13 +615,13 @@ var UpdateMode;
|
|
|
615
615
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
616
616
|
})(UpdateMode || (UpdateMode = {}));
|
|
617
617
|
|
|
618
|
-
// bazel-out/
|
|
618
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
619
619
|
import ts9 from "typescript";
|
|
620
620
|
|
|
621
|
-
// bazel-out/
|
|
621
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
622
622
|
import ts6 from "typescript";
|
|
623
623
|
|
|
624
|
-
// bazel-out/
|
|
624
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
625
625
|
var NgExtension = Symbol("NgExtension");
|
|
626
626
|
function isExtended(sf) {
|
|
627
627
|
return sf[NgExtension] !== void 0;
|
|
@@ -681,7 +681,7 @@ function retagTsFile(sf) {
|
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
-
// bazel-out/
|
|
684
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
685
685
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
686
686
|
function makeShimFileName(fileName, suffix) {
|
|
687
687
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -696,7 +696,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
696
696
|
return moduleName;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
|
-
// bazel-out/
|
|
699
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
700
700
|
var ShimAdapter = class {
|
|
701
701
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
702
702
|
this.delegate = delegate;
|
|
@@ -793,7 +793,7 @@ var ShimAdapter = class {
|
|
|
793
793
|
}
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
797
797
|
import ts7 from "typescript";
|
|
798
798
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
799
799
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -941,7 +941,7 @@ function updateInitializers(stmt, update) {
|
|
|
941
941
|
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)))));
|
|
942
942
|
}
|
|
943
943
|
|
|
944
|
-
// bazel-out/
|
|
944
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
945
945
|
var ShimReferenceTagger = class {
|
|
946
946
|
constructor(shimExtensions) {
|
|
947
947
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -975,7 +975,7 @@ var ShimReferenceTagger = class {
|
|
|
975
975
|
}
|
|
976
976
|
};
|
|
977
977
|
|
|
978
|
-
// bazel-out/
|
|
978
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
979
979
|
import ts8 from "typescript";
|
|
980
980
|
var SummaryGenerator = class {
|
|
981
981
|
constructor() {
|
|
@@ -1016,7 +1016,7 @@ function isExported2(decl) {
|
|
|
1016
1016
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
// bazel-out/
|
|
1019
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1020
1020
|
var DelegatingCompilerHost = class {
|
|
1021
1021
|
constructor(delegate) {
|
|
1022
1022
|
this.delegate = delegate;
|
|
@@ -1126,7 +1126,7 @@ var TsCreateProgramDriver = class {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
};
|
|
1128
1128
|
|
|
1129
|
-
// bazel-out/
|
|
1129
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1130
1130
|
var FileDependencyGraph = class {
|
|
1131
1131
|
constructor() {
|
|
1132
1132
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1193,7 +1193,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1193
1193
|
return false;
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
|
-
// bazel-out/
|
|
1196
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1197
1197
|
var IncrementalStateKind;
|
|
1198
1198
|
(function(IncrementalStateKind2) {
|
|
1199
1199
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1201,7 +1201,7 @@ var IncrementalStateKind;
|
|
|
1201
1201
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1202
1202
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1203
1203
|
|
|
1204
|
-
// bazel-out/
|
|
1204
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1205
1205
|
var PhaseKind;
|
|
1206
1206
|
(function(PhaseKind2) {
|
|
1207
1207
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1402,7 +1402,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
// bazel-out/
|
|
1405
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1406
1406
|
var TrackedIncrementalBuildStrategy = class {
|
|
1407
1407
|
constructor() {
|
|
1408
1408
|
this.state = null;
|
|
@@ -1438,7 +1438,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1438
1438
|
};
|
|
1439
1439
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1440
1440
|
|
|
1441
|
-
// bazel-out/
|
|
1441
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1442
1442
|
var IdentifierKind;
|
|
1443
1443
|
(function(IdentifierKind2) {
|
|
1444
1444
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1456,7 +1456,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1456
1456
|
}
|
|
1457
1457
|
};
|
|
1458
1458
|
|
|
1459
|
-
// bazel-out/
|
|
1459
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1460
1460
|
var IndexingContext = class {
|
|
1461
1461
|
constructor() {
|
|
1462
1462
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1466,10 +1466,10 @@ var IndexingContext = class {
|
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
1468
|
|
|
1469
|
-
// bazel-out/
|
|
1469
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1470
1470
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1471
1471
|
|
|
1472
|
-
// bazel-out/
|
|
1472
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1473
1473
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1474
1474
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1475
1475
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1706,7 +1706,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1706
1706
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
|
-
// bazel-out/
|
|
1709
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1710
1710
|
function generateAnalysis(context) {
|
|
1711
1711
|
const analysis = /* @__PURE__ */ new Map();
|
|
1712
1712
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1742,7 +1742,7 @@ function generateAnalysis(context) {
|
|
|
1742
1742
|
return analysis;
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
|
-
// bazel-out/
|
|
1745
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1746
1746
|
import ts10 from "typescript";
|
|
1747
1747
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1748
1748
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1888,7 +1888,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1888
1888
|
};
|
|
1889
1889
|
}
|
|
1890
1890
|
|
|
1891
|
-
// bazel-out/
|
|
1891
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1892
1892
|
var StandaloneComponentScopeReader = class {
|
|
1893
1893
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1894
1894
|
this.metaReader = metaReader;
|
|
@@ -1966,10 +1966,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1966
1966
|
}
|
|
1967
1967
|
};
|
|
1968
1968
|
|
|
1969
|
-
// bazel-out/
|
|
1969
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1970
1970
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
1971
1971
|
|
|
1972
|
-
// bazel-out/
|
|
1972
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1973
1973
|
import ts11 from "typescript";
|
|
1974
1974
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1975
1975
|
var _a;
|
|
@@ -2069,7 +2069,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2069
2069
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
-
// bazel-out/
|
|
2072
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2073
2073
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2074
2074
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2075
2075
|
function getTemplateId(clazz) {
|
|
@@ -2086,11 +2086,11 @@ function allocateTemplateId(sf) {
|
|
|
2086
2086
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
// bazel-out/
|
|
2089
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2090
2090
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2091
2091
|
import ts13 from "typescript";
|
|
2092
2092
|
|
|
2093
|
-
// bazel-out/
|
|
2093
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2094
2094
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2095
2095
|
import ts12 from "typescript";
|
|
2096
2096
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2210,7 +2210,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2210
2210
|
}) || false;
|
|
2211
2211
|
}
|
|
2212
2212
|
|
|
2213
|
-
// bazel-out/
|
|
2213
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2214
2214
|
var CompletionEngine = class {
|
|
2215
2215
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2216
2216
|
this.tcb = tcb;
|
|
@@ -2367,10 +2367,10 @@ var CompletionEngine = class {
|
|
|
2367
2367
|
}
|
|
2368
2368
|
};
|
|
2369
2369
|
|
|
2370
|
-
// bazel-out/
|
|
2370
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2371
2371
|
import ts27 from "typescript";
|
|
2372
2372
|
|
|
2373
|
-
// bazel-out/
|
|
2373
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2374
2374
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2375
2375
|
import ts14 from "typescript";
|
|
2376
2376
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2423,11 +2423,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2423
2423
|
}
|
|
2424
2424
|
};
|
|
2425
2425
|
|
|
2426
|
-
// bazel-out/
|
|
2426
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2427
2427
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2428
2428
|
import ts20 from "typescript";
|
|
2429
2429
|
|
|
2430
|
-
// bazel-out/
|
|
2430
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2431
2431
|
import ts15 from "typescript";
|
|
2432
2432
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2433
2433
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2474,16 +2474,16 @@ function isAccessExpression(node) {
|
|
|
2474
2474
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
|
-
// bazel-out/
|
|
2477
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2478
2478
|
import ts19 from "typescript";
|
|
2479
2479
|
|
|
2480
|
-
// bazel-out/
|
|
2480
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2481
2481
|
import ts18 from "typescript";
|
|
2482
2482
|
|
|
2483
|
-
// bazel-out/
|
|
2483
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2484
2484
|
import ts17 from "typescript";
|
|
2485
2485
|
|
|
2486
|
-
// bazel-out/
|
|
2486
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2487
2487
|
import ts16 from "typescript";
|
|
2488
2488
|
var INELIGIBLE = {};
|
|
2489
2489
|
function canEmitType(type, canEmit) {
|
|
@@ -2558,7 +2558,7 @@ var TypeEmitter = class {
|
|
|
2558
2558
|
}
|
|
2559
2559
|
};
|
|
2560
2560
|
|
|
2561
|
-
// bazel-out/
|
|
2561
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2562
2562
|
var TypeParameterEmitter = class {
|
|
2563
2563
|
constructor(typeParameters, reflector) {
|
|
2564
2564
|
this.typeParameters = typeParameters;
|
|
@@ -2635,7 +2635,7 @@ var TypeParameterEmitter = class {
|
|
|
2635
2635
|
}
|
|
2636
2636
|
};
|
|
2637
2637
|
|
|
2638
|
-
// bazel-out/
|
|
2638
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2639
2639
|
var TcbInliningRequirement;
|
|
2640
2640
|
(function(TcbInliningRequirement2) {
|
|
2641
2641
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2715,7 +2715,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2715
2715
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2716
2716
|
}
|
|
2717
2717
|
|
|
2718
|
-
// bazel-out/
|
|
2718
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2719
2719
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2720
2720
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2721
2721
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2786,7 +2786,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2786
2786
|
});
|
|
2787
2787
|
}
|
|
2788
2788
|
|
|
2789
|
-
// bazel-out/
|
|
2789
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2790
2790
|
var Environment = class {
|
|
2791
2791
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2792
2792
|
this.config = config;
|
|
@@ -2878,7 +2878,7 @@ var Environment = class {
|
|
|
2878
2878
|
}
|
|
2879
2879
|
};
|
|
2880
2880
|
|
|
2881
|
-
// bazel-out/
|
|
2881
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2882
2882
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2883
2883
|
import ts21 from "typescript";
|
|
2884
2884
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3011,7 +3011,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3011
3011
|
};
|
|
3012
3012
|
}
|
|
3013
3013
|
|
|
3014
|
-
// bazel-out/
|
|
3014
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3015
3015
|
import ts22 from "typescript";
|
|
3016
3016
|
var TypeCheckShimGenerator = class {
|
|
3017
3017
|
constructor() {
|
|
@@ -3029,11 +3029,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3029
3029
|
}
|
|
3030
3030
|
};
|
|
3031
3031
|
|
|
3032
|
-
// bazel-out/
|
|
3032
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3033
3033
|
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";
|
|
3034
3034
|
import ts25 from "typescript";
|
|
3035
3035
|
|
|
3036
|
-
// bazel-out/
|
|
3036
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3037
3037
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3038
3038
|
import ts23 from "typescript";
|
|
3039
3039
|
function wrapForDiagnostics(expr) {
|
|
@@ -3079,7 +3079,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3079
3079
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3080
3080
|
}
|
|
3081
3081
|
|
|
3082
|
-
// bazel-out/
|
|
3082
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3083
3083
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3084
3084
|
import ts24 from "typescript";
|
|
3085
3085
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3409,7 +3409,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3409
3409
|
};
|
|
3410
3410
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3411
3411
|
|
|
3412
|
-
// bazel-out/
|
|
3412
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3413
3413
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3414
3414
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3415
3415
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3433,7 +3433,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3433
3433
|
}
|
|
3434
3434
|
};
|
|
3435
3435
|
|
|
3436
|
-
// bazel-out/
|
|
3436
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3437
3437
|
var TcbGenericContextBehavior;
|
|
3438
3438
|
(function(TcbGenericContextBehavior2) {
|
|
3439
3439
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4494,7 +4494,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4494
4494
|
}
|
|
4495
4495
|
};
|
|
4496
4496
|
|
|
4497
|
-
// bazel-out/
|
|
4497
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4498
4498
|
import ts26 from "typescript";
|
|
4499
4499
|
var TypeCheckFile = class extends Environment {
|
|
4500
4500
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4530,7 +4530,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4530
4530
|
}
|
|
4531
4531
|
};
|
|
4532
4532
|
|
|
4533
|
-
// bazel-out/
|
|
4533
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4534
4534
|
var InliningMode;
|
|
4535
4535
|
(function(InliningMode2) {
|
|
4536
4536
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4768,10 +4768,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4768
4768
|
return splits;
|
|
4769
4769
|
}
|
|
4770
4770
|
|
|
4771
|
-
// bazel-out/
|
|
4771
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4772
4772
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4773
4773
|
|
|
4774
|
-
// bazel-out/
|
|
4774
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4775
4775
|
var LF_CHAR = 10;
|
|
4776
4776
|
var CR_CHAR = 13;
|
|
4777
4777
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4812,7 +4812,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4812
4812
|
return low - 1;
|
|
4813
4813
|
}
|
|
4814
4814
|
|
|
4815
|
-
// bazel-out/
|
|
4815
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4816
4816
|
var TemplateSource = class {
|
|
4817
4817
|
constructor(mapping, file) {
|
|
4818
4818
|
this.mapping = mapping;
|
|
@@ -4863,7 +4863,7 @@ var TemplateSourceManager = class {
|
|
|
4863
4863
|
}
|
|
4864
4864
|
};
|
|
4865
4865
|
|
|
4866
|
-
// bazel-out/
|
|
4866
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4867
4867
|
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";
|
|
4868
4868
|
import ts28 from "typescript";
|
|
4869
4869
|
var SymbolBuilder = class {
|
|
@@ -5308,7 +5308,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5308
5308
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5309
5309
|
}
|
|
5310
5310
|
|
|
5311
|
-
// bazel-out/
|
|
5311
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5312
5312
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5313
5313
|
var TemplateTypeCheckerImpl = class {
|
|
5314
5314
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -5880,10 +5880,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
5880
5880
|
}
|
|
5881
5881
|
};
|
|
5882
5882
|
|
|
5883
|
-
// bazel-out/
|
|
5883
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5884
5884
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
5885
5885
|
|
|
5886
|
-
// bazel-out/
|
|
5886
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
5887
5887
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
5888
5888
|
var TemplateCheckWithVisitor = class {
|
|
5889
5889
|
run(ctx, component, template) {
|
|
@@ -5960,7 +5960,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
5960
5960
|
}
|
|
5961
5961
|
};
|
|
5962
5962
|
|
|
5963
|
-
// bazel-out/
|
|
5963
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
5964
5964
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
5965
5965
|
constructor() {
|
|
5966
5966
|
super(...arguments);
|
|
@@ -5985,11 +5985,11 @@ var factory = {
|
|
|
5985
5985
|
create: () => new InvalidBananaInBoxCheck()
|
|
5986
5986
|
};
|
|
5987
5987
|
|
|
5988
|
-
// bazel-out/
|
|
5988
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
5989
5989
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
5990
5990
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
5991
5991
|
["ngIf", "NgIf"],
|
|
5992
|
-
["ngFor", "
|
|
5992
|
+
["ngFor", "NgFor"],
|
|
5993
5993
|
["ngSwitchCase", "NgSwitchCase"],
|
|
5994
5994
|
["ngSwitchDefault", "NgSwitchDefault"]
|
|
5995
5995
|
]);
|
|
@@ -6030,7 +6030,7 @@ var factory2 = {
|
|
|
6030
6030
|
}
|
|
6031
6031
|
};
|
|
6032
6032
|
|
|
6033
|
-
// bazel-out/
|
|
6033
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6034
6034
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6035
6035
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6036
6036
|
constructor() {
|
|
@@ -6063,7 +6063,7 @@ var factory3 = {
|
|
|
6063
6063
|
create: () => new MissingNgForOfLetCheck()
|
|
6064
6064
|
};
|
|
6065
6065
|
|
|
6066
|
-
// bazel-out/
|
|
6066
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6067
6067
|
import { Binary } from "@angular/compiler";
|
|
6068
6068
|
import ts29 from "typescript";
|
|
6069
6069
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6108,7 +6108,7 @@ var factory4 = {
|
|
|
6108
6108
|
}
|
|
6109
6109
|
};
|
|
6110
6110
|
|
|
6111
|
-
// bazel-out/
|
|
6111
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6112
6112
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6113
6113
|
import ts30 from "typescript";
|
|
6114
6114
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6154,7 +6154,7 @@ var factory5 = {
|
|
|
6154
6154
|
}
|
|
6155
6155
|
};
|
|
6156
6156
|
|
|
6157
|
-
// bazel-out/
|
|
6157
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6158
6158
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6159
6159
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6160
6160
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6178,7 +6178,7 @@ var factory6 = {
|
|
|
6178
6178
|
create: () => new SuffixNotSupportedCheck()
|
|
6179
6179
|
};
|
|
6180
6180
|
|
|
6181
|
-
// bazel-out/
|
|
6181
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6182
6182
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6183
6183
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6184
6184
|
constructor() {
|
|
@@ -6217,10 +6217,10 @@ var factory7 = {
|
|
|
6217
6217
|
create: () => new TextAttributeNotBindingSpec()
|
|
6218
6218
|
};
|
|
6219
6219
|
|
|
6220
|
-
// bazel-out/
|
|
6220
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6221
6221
|
import ts31 from "typescript";
|
|
6222
6222
|
|
|
6223
|
-
// bazel-out/
|
|
6223
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6224
6224
|
var DiagnosticCategoryLabel;
|
|
6225
6225
|
(function(DiagnosticCategoryLabel2) {
|
|
6226
6226
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6228,7 +6228,7 @@ var DiagnosticCategoryLabel;
|
|
|
6228
6228
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6229
6229
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6230
6230
|
|
|
6231
|
-
// bazel-out/
|
|
6231
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6232
6232
|
var ExtendedTemplateCheckerImpl = class {
|
|
6233
6233
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6234
6234
|
var _a, _b, _c, _d, _e;
|
|
@@ -6281,7 +6281,7 @@ function assertNever(value) {
|
|
|
6281
6281
|
${value}`);
|
|
6282
6282
|
}
|
|
6283
6283
|
|
|
6284
|
-
// bazel-out/
|
|
6284
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6285
6285
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6286
6286
|
factory,
|
|
6287
6287
|
factory4,
|
|
@@ -6292,7 +6292,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6292
6292
|
factory6
|
|
6293
6293
|
];
|
|
6294
6294
|
|
|
6295
|
-
// bazel-out/
|
|
6295
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6296
6296
|
var CompilationTicketKind;
|
|
6297
6297
|
(function(CompilationTicketKind2) {
|
|
6298
6298
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -6993,7 +6993,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
6993
6993
|
return versions;
|
|
6994
6994
|
}
|
|
6995
6995
|
|
|
6996
|
-
// bazel-out/
|
|
6996
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
6997
6997
|
import ts33 from "typescript";
|
|
6998
6998
|
var DelegatingCompilerHost2 = class {
|
|
6999
6999
|
constructor(delegate) {
|
|
@@ -7137,7 +7137,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7137
7137
|
}
|
|
7138
7138
|
};
|
|
7139
7139
|
|
|
7140
|
-
// bazel-out/
|
|
7140
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7141
7141
|
var NgtscProgram = class {
|
|
7142
7142
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7143
7143
|
this.options = options;
|
|
@@ -7346,15 +7346,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7346
7346
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7347
7347
|
}
|
|
7348
7348
|
|
|
7349
|
-
// bazel-out/
|
|
7349
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7350
7350
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7351
7351
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7352
7352
|
}
|
|
7353
7353
|
|
|
7354
|
-
// bazel-out/
|
|
7354
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7355
7355
|
import ts36 from "typescript";
|
|
7356
7356
|
|
|
7357
|
-
// bazel-out/
|
|
7357
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7358
7358
|
import ts35 from "typescript";
|
|
7359
7359
|
function createMessageDiagnostic(messageText) {
|
|
7360
7360
|
return {
|
|
@@ -7368,7 +7368,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7368
7368
|
};
|
|
7369
7369
|
}
|
|
7370
7370
|
|
|
7371
|
-
// bazel-out/
|
|
7371
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7372
7372
|
var defaultFormatHost = {
|
|
7373
7373
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7374
7374
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7581,4 +7581,4 @@ export {
|
|
|
7581
7581
|
* found in the LICENSE file at https://angular.io/license
|
|
7582
7582
|
*/
|
|
7583
7583
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7584
|
-
//# sourceMappingURL=chunk-
|
|
7584
|
+
//# sourceMappingURL=chunk-AU6X5ZMU.js.map
|