@angular/compiler-cli 16.2.7 → 16.2.8
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-OCDXYAWW.js → chunk-CS2FNZXR.js} +27 -27
- package/bundles/{chunk-NSJJNPPO.js → chunk-CWD5WGIF.js} +92 -92
- package/bundles/{chunk-K2U2VZ7S.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-NAKFMYDD.js → chunk-EMPTJWPY.js} +4 -4
- package/bundles/{chunk-OULZQUKT.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-URH5LEAG.js → chunk-HJOPJLIM.js} +5 -5
- package/bundles/{chunk-G4NNAES4.js → chunk-LRT6BBZP.js} +8 -8
- package/bundles/{chunk-RHKG65UV.js → chunk-RM7DQTAJ.js} +5 -5
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-QIGPDWZI.js → chunk-TU4LAK6J.js} +31 -31
- package/bundles/{chunk-3O3O4L34.js → chunk-UHYH6BYB.js} +1 -1
- package/bundles/{chunk-QUGPFSIN.js → chunk-WJOCH3Z7.js} +76 -76
- 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 +1 -1
- 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 +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-OCDXYAWW.js.map → chunk-CS2FNZXR.js.map} +0 -0
- /package/bundles/{chunk-NSJJNPPO.js.map → chunk-CWD5WGIF.js.map} +0 -0
- /package/bundles/{chunk-K2U2VZ7S.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-NAKFMYDD.js.map → chunk-EMPTJWPY.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-URH5LEAG.js.map → chunk-HJOPJLIM.js.map} +0 -0
- /package/bundles/{chunk-G4NNAES4.js.map → chunk-LRT6BBZP.js.map} +0 -0
- /package/bundles/{chunk-RHKG65UV.js.map → chunk-RM7DQTAJ.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-QIGPDWZI.js.map → chunk-TU4LAK6J.js.map} +0 -0
- /package/bundles/{chunk-3O3O4L34.js.map → chunk-UHYH6BYB.js.map} +0 -0
- /package/bundles/{chunk-QUGPFSIN.js.map → chunk-WJOCH3Z7.js.map} +0 -0
|
@@ -36,12 +36,12 @@ import {
|
|
|
36
36
|
aliasTransformFactory,
|
|
37
37
|
declarationTransformFactory,
|
|
38
38
|
ivyTransformFactory
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-WJOCH3Z7.js";
|
|
40
40
|
import {
|
|
41
41
|
ImportManager,
|
|
42
42
|
translateExpression,
|
|
43
43
|
translateType
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-LRT6BBZP.js";
|
|
45
45
|
import {
|
|
46
46
|
AbsoluteModuleStrategy,
|
|
47
47
|
AliasStrategy,
|
|
@@ -83,14 +83,14 @@ import {
|
|
|
83
83
|
relativePathBetween,
|
|
84
84
|
replaceTsWithNgInErrors,
|
|
85
85
|
toUnredirectedSourceFile
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-CS2FNZXR.js";
|
|
87
87
|
import {
|
|
88
88
|
ActivePerfRecorder,
|
|
89
89
|
DelegatingPerfRecorder,
|
|
90
90
|
PerfCheckpoint,
|
|
91
91
|
PerfEvent,
|
|
92
92
|
PerfPhase
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-HJOPJLIM.js";
|
|
94
94
|
import {
|
|
95
95
|
LogicalFileSystem,
|
|
96
96
|
absoluteFrom,
|
|
@@ -100,9 +100,9 @@ import {
|
|
|
100
100
|
getSourceFileOrError,
|
|
101
101
|
join,
|
|
102
102
|
resolve
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-EC5K6QPP.js";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/darwin_arm64-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_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
124
124
|
import ts from "typescript";
|
|
125
125
|
var wrapHostForTest = null;
|
|
126
126
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -130,11 +130,11 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
130
130
|
return tsHost;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
// bazel-out/
|
|
133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
134
134
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
135
135
|
import ts32 from "typescript";
|
|
136
136
|
|
|
137
|
-
// bazel-out/
|
|
137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
138
138
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
139
139
|
import * as path from "path";
|
|
140
140
|
function i18nGetExtension(formatName) {
|
|
@@ -185,10 +185,10 @@ function getPathNormalizer(basePath) {
|
|
|
185
185
|
};
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
189
189
|
import ts2 from "typescript";
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
192
192
|
function toNumbers(value) {
|
|
193
193
|
const suffixIndex = value.lastIndexOf("-");
|
|
194
194
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -223,7 +223,7 @@ function compareVersions(v1, v2) {
|
|
|
223
223
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
// bazel-out/
|
|
226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
227
227
|
var MIN_TS_VERSION = "4.9.3";
|
|
228
228
|
var MAX_TS_VERSION = "5.2.0";
|
|
229
229
|
var tsVersion = ts2.version;
|
|
@@ -236,10 +236,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
236
236
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
// bazel-out/
|
|
239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
240
240
|
import ts30 from "typescript";
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
243
243
|
var CycleAnalyzer = class {
|
|
244
244
|
constructor(importGraph) {
|
|
245
245
|
this.importGraph = importGraph;
|
|
@@ -310,7 +310,7 @@ var Cycle = class {
|
|
|
310
310
|
}
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
// bazel-out/
|
|
313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
314
314
|
import ts3 from "typescript";
|
|
315
315
|
var ImportGraph = class {
|
|
316
316
|
constructor(checker, perf) {
|
|
@@ -402,7 +402,7 @@ var Found = class {
|
|
|
402
402
|
}
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
// bazel-out/
|
|
405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
406
406
|
import ts4 from "typescript";
|
|
407
407
|
var FlatIndexGenerator = class {
|
|
408
408
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -427,7 +427,7 @@ export * from '${relativeEntryPoint}';
|
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
429
|
|
|
430
|
-
// bazel-out/
|
|
430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
431
431
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
432
432
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
433
433
|
let resolvedEntryPoint = null;
|
|
@@ -443,7 +443,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
443
443
|
return resolvedEntryPoint;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
// bazel-out/
|
|
446
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
447
447
|
import ts5 from "typescript";
|
|
448
448
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
449
449
|
const diagnostics = [];
|
|
@@ -523,7 +523,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
// bazel-out/
|
|
526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
527
527
|
var ReferenceGraph = class {
|
|
528
528
|
constructor() {
|
|
529
529
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -577,7 +577,7 @@ var ReferenceGraph = class {
|
|
|
577
577
|
}
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
// bazel-out/
|
|
580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
581
581
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
582
582
|
var UpdateMode;
|
|
583
583
|
(function(UpdateMode2) {
|
|
@@ -585,13 +585,13 @@ var UpdateMode;
|
|
|
585
585
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
586
586
|
})(UpdateMode || (UpdateMode = {}));
|
|
587
587
|
|
|
588
|
-
// bazel-out/
|
|
588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
589
589
|
import ts7 from "typescript";
|
|
590
590
|
|
|
591
|
-
// bazel-out/
|
|
591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
592
592
|
import ts6 from "typescript";
|
|
593
593
|
|
|
594
|
-
// bazel-out/
|
|
594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
595
595
|
var NgExtension = Symbol("NgExtension");
|
|
596
596
|
function isExtended(sf) {
|
|
597
597
|
return sf[NgExtension] !== void 0;
|
|
@@ -651,13 +651,13 @@ function retagTsFile(sf) {
|
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
// bazel-out/
|
|
654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
655
655
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
656
656
|
function makeShimFileName(fileName, suffix) {
|
|
657
657
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
// bazel-out/
|
|
660
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
661
661
|
var ShimAdapter = class {
|
|
662
662
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
663
663
|
this.delegate = delegate;
|
|
@@ -752,7 +752,7 @@ var ShimAdapter = class {
|
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
754
|
|
|
755
|
-
// bazel-out/
|
|
755
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
756
756
|
var ShimReferenceTagger = class {
|
|
757
757
|
constructor(shimExtensions) {
|
|
758
758
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -786,7 +786,7 @@ var ShimReferenceTagger = class {
|
|
|
786
786
|
}
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
// bazel-out/
|
|
789
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
790
790
|
var DelegatingCompilerHost = class {
|
|
791
791
|
constructor(delegate) {
|
|
792
792
|
this.delegate = delegate;
|
|
@@ -899,7 +899,7 @@ var TsCreateProgramDriver = class {
|
|
|
899
899
|
}
|
|
900
900
|
};
|
|
901
901
|
|
|
902
|
-
// bazel-out/
|
|
902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
903
903
|
var FileDependencyGraph = class {
|
|
904
904
|
constructor() {
|
|
905
905
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -966,7 +966,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
966
966
|
return false;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
// bazel-out/
|
|
969
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
970
970
|
var IncrementalStateKind;
|
|
971
971
|
(function(IncrementalStateKind2) {
|
|
972
972
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -974,7 +974,7 @@ var IncrementalStateKind;
|
|
|
974
974
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
975
975
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
976
976
|
|
|
977
|
-
// bazel-out/
|
|
977
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
978
978
|
var PhaseKind;
|
|
979
979
|
(function(PhaseKind2) {
|
|
980
980
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1175,7 +1175,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
|
-
// bazel-out/
|
|
1178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1179
1179
|
var TrackedIncrementalBuildStrategy = class {
|
|
1180
1180
|
constructor() {
|
|
1181
1181
|
this.state = null;
|
|
@@ -1211,7 +1211,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1211
1211
|
};
|
|
1212
1212
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1213
1213
|
|
|
1214
|
-
// bazel-out/
|
|
1214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1215
1215
|
var IdentifierKind;
|
|
1216
1216
|
(function(IdentifierKind2) {
|
|
1217
1217
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1229,7 +1229,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1229
1229
|
}
|
|
1230
1230
|
};
|
|
1231
1231
|
|
|
1232
|
-
// bazel-out/
|
|
1232
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1233
1233
|
var IndexingContext = class {
|
|
1234
1234
|
constructor() {
|
|
1235
1235
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1239,10 +1239,10 @@ var IndexingContext = class {
|
|
|
1239
1239
|
}
|
|
1240
1240
|
};
|
|
1241
1241
|
|
|
1242
|
-
// bazel-out/
|
|
1242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1243
1243
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1244
1244
|
|
|
1245
|
-
// bazel-out/
|
|
1245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1246
1246
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1247
1247
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1248
1248
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1495,7 +1495,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1495
1495
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
|
-
// bazel-out/
|
|
1498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1499
1499
|
function generateAnalysis(context) {
|
|
1500
1500
|
const analysis = /* @__PURE__ */ new Map();
|
|
1501
1501
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1531,7 +1531,7 @@ function generateAnalysis(context) {
|
|
|
1531
1531
|
return analysis;
|
|
1532
1532
|
}
|
|
1533
1533
|
|
|
1534
|
-
// bazel-out/
|
|
1534
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
1535
1535
|
var NgModuleIndexImpl = class {
|
|
1536
1536
|
constructor(metaReader, localReader) {
|
|
1537
1537
|
this.metaReader = metaReader;
|
|
@@ -1620,7 +1620,7 @@ var NgModuleIndexImpl = class {
|
|
|
1620
1620
|
}
|
|
1621
1621
|
};
|
|
1622
1622
|
|
|
1623
|
-
// bazel-out/
|
|
1623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1624
1624
|
import ts8 from "typescript";
|
|
1625
1625
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1626
1626
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1766,7 +1766,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1766
1766
|
};
|
|
1767
1767
|
}
|
|
1768
1768
|
|
|
1769
|
-
// bazel-out/
|
|
1769
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1770
1770
|
var StandaloneComponentScopeReader = class {
|
|
1771
1771
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1772
1772
|
this.metaReader = metaReader;
|
|
@@ -1844,10 +1844,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
1844
1844
|
}
|
|
1845
1845
|
};
|
|
1846
1846
|
|
|
1847
|
-
// bazel-out/
|
|
1847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
1848
1848
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
|
|
1849
1849
|
|
|
1850
|
-
// bazel-out/
|
|
1850
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
1851
1851
|
import ts9 from "typescript";
|
|
1852
1852
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
1853
1853
|
var _a;
|
|
@@ -1954,7 +1954,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
1954
1954
|
return ts9.createSourceFile(fileName, template, ts9.ScriptTarget.Latest, false, ts9.ScriptKind.JSX);
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
|
-
// bazel-out/
|
|
1957
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
1958
1958
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
1959
1959
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
1960
1960
|
function getTemplateId(clazz) {
|
|
@@ -1971,11 +1971,11 @@ function allocateTemplateId(sf) {
|
|
|
1971
1971
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
|
-
// bazel-out/
|
|
1974
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
1975
1975
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
1976
1976
|
import ts11 from "typescript";
|
|
1977
1977
|
|
|
1978
|
-
// bazel-out/
|
|
1978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
1979
1979
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
1980
1980
|
import ts10 from "typescript";
|
|
1981
1981
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2105,7 +2105,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2105
2105
|
}) || false;
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
|
-
// bazel-out/
|
|
2108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2109
2109
|
var CompletionEngine = class {
|
|
2110
2110
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2111
2111
|
this.tcb = tcb;
|
|
@@ -2262,10 +2262,10 @@ var CompletionEngine = class {
|
|
|
2262
2262
|
}
|
|
2263
2263
|
};
|
|
2264
2264
|
|
|
2265
|
-
// bazel-out/
|
|
2265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2266
2266
|
import ts25 from "typescript";
|
|
2267
2267
|
|
|
2268
|
-
// bazel-out/
|
|
2268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2269
2269
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2270
2270
|
import ts12 from "typescript";
|
|
2271
2271
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2318,11 +2318,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2318
2318
|
}
|
|
2319
2319
|
};
|
|
2320
2320
|
|
|
2321
|
-
// bazel-out/
|
|
2321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2322
2322
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2323
2323
|
import ts18 from "typescript";
|
|
2324
2324
|
|
|
2325
|
-
// bazel-out/
|
|
2325
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2326
2326
|
import ts13 from "typescript";
|
|
2327
2327
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2328
2328
|
ts13.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2396,16 +2396,16 @@ function isAccessExpression(node) {
|
|
|
2396
2396
|
return ts13.isPropertyAccessExpression(node) || ts13.isElementAccessExpression(node);
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
|
-
// bazel-out/
|
|
2399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2400
2400
|
import ts17 from "typescript";
|
|
2401
2401
|
|
|
2402
|
-
// bazel-out/
|
|
2402
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2403
2403
|
import ts16 from "typescript";
|
|
2404
2404
|
|
|
2405
|
-
// bazel-out/
|
|
2405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2406
2406
|
import ts15 from "typescript";
|
|
2407
2407
|
|
|
2408
|
-
// bazel-out/
|
|
2408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2409
2409
|
import ts14 from "typescript";
|
|
2410
2410
|
var INELIGIBLE = {};
|
|
2411
2411
|
function canEmitType(type, canEmit) {
|
|
@@ -2480,7 +2480,7 @@ var TypeEmitter = class {
|
|
|
2480
2480
|
}
|
|
2481
2481
|
};
|
|
2482
2482
|
|
|
2483
|
-
// bazel-out/
|
|
2483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2484
2484
|
var TypeParameterEmitter = class {
|
|
2485
2485
|
constructor(typeParameters, reflector) {
|
|
2486
2486
|
this.typeParameters = typeParameters;
|
|
@@ -2557,7 +2557,7 @@ var TypeParameterEmitter = class {
|
|
|
2557
2557
|
}
|
|
2558
2558
|
};
|
|
2559
2559
|
|
|
2560
|
-
// bazel-out/
|
|
2560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2561
2561
|
var TcbInliningRequirement;
|
|
2562
2562
|
(function(TcbInliningRequirement2) {
|
|
2563
2563
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2637,7 +2637,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2637
2637
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2638
2638
|
}
|
|
2639
2639
|
|
|
2640
|
-
// bazel-out/
|
|
2640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2641
2641
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2642
2642
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2643
2643
|
const rawType = ts17.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2748,7 +2748,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2748
2748
|
});
|
|
2749
2749
|
}
|
|
2750
2750
|
|
|
2751
|
-
// bazel-out/
|
|
2751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2752
2752
|
var Environment = class {
|
|
2753
2753
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2754
2754
|
this.config = config;
|
|
@@ -2842,7 +2842,7 @@ var Environment = class {
|
|
|
2842
2842
|
}
|
|
2843
2843
|
};
|
|
2844
2844
|
|
|
2845
|
-
// bazel-out/
|
|
2845
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
2846
2846
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
2847
2847
|
import ts19 from "typescript";
|
|
2848
2848
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -2979,7 +2979,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
2979
2979
|
};
|
|
2980
2980
|
}
|
|
2981
2981
|
|
|
2982
|
-
// bazel-out/
|
|
2982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
2983
2983
|
import ts20 from "typescript";
|
|
2984
2984
|
var TypeCheckShimGenerator = class {
|
|
2985
2985
|
constructor() {
|
|
@@ -2997,11 +2997,11 @@ var TypeCheckShimGenerator = class {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
};
|
|
2999
2999
|
|
|
3000
|
-
// bazel-out/
|
|
3000
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3001
3001
|
import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstElement as TmplAstElement3, TmplAstIcu, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2, TransplantedType } from "@angular/compiler";
|
|
3002
3002
|
import ts23 from "typescript";
|
|
3003
3003
|
|
|
3004
|
-
// bazel-out/
|
|
3004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3005
3005
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3006
3006
|
import ts21 from "typescript";
|
|
3007
3007
|
function wrapForDiagnostics(expr) {
|
|
@@ -3047,7 +3047,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3047
3047
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3048
3048
|
}
|
|
3049
3049
|
|
|
3050
|
-
// bazel-out/
|
|
3050
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3051
3051
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3052
3052
|
import ts22 from "typescript";
|
|
3053
3053
|
var NULL_AS_ANY = ts22.factory.createAsExpression(ts22.factory.createNull(), ts22.factory.createKeywordTypeNode(ts22.SyntaxKind.AnyKeyword));
|
|
@@ -3380,7 +3380,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
3380
3380
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
3381
3381
|
})();
|
|
3382
3382
|
|
|
3383
|
-
// bazel-out/
|
|
3383
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3384
3384
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3385
3385
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3386
3386
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3404,7 +3404,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3404
3404
|
}
|
|
3405
3405
|
};
|
|
3406
3406
|
|
|
3407
|
-
// bazel-out/
|
|
3407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3408
3408
|
var TcbGenericContextBehavior;
|
|
3409
3409
|
(function(TcbGenericContextBehavior2) {
|
|
3410
3410
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4531,7 +4531,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4531
4531
|
}
|
|
4532
4532
|
};
|
|
4533
4533
|
|
|
4534
|
-
// bazel-out/
|
|
4534
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4535
4535
|
import ts24 from "typescript";
|
|
4536
4536
|
var TypeCheckFile = class extends Environment {
|
|
4537
4537
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4567,7 +4567,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4567
4567
|
}
|
|
4568
4568
|
};
|
|
4569
4569
|
|
|
4570
|
-
// bazel-out/
|
|
4570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4571
4571
|
var InliningMode;
|
|
4572
4572
|
(function(InliningMode2) {
|
|
4573
4573
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4804,10 +4804,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4804
4804
|
return splits;
|
|
4805
4805
|
}
|
|
4806
4806
|
|
|
4807
|
-
// bazel-out/
|
|
4807
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4808
4808
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4809
4809
|
|
|
4810
|
-
// bazel-out/
|
|
4810
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4811
4811
|
var LF_CHAR = 10;
|
|
4812
4812
|
var CR_CHAR = 13;
|
|
4813
4813
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -4848,7 +4848,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
4848
4848
|
return low - 1;
|
|
4849
4849
|
}
|
|
4850
4850
|
|
|
4851
|
-
// bazel-out/
|
|
4851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4852
4852
|
var TemplateSource = class {
|
|
4853
4853
|
constructor(mapping, file) {
|
|
4854
4854
|
this.mapping = mapping;
|
|
@@ -4899,7 +4899,7 @@ var TemplateSourceManager = class {
|
|
|
4899
4899
|
}
|
|
4900
4900
|
};
|
|
4901
4901
|
|
|
4902
|
-
// bazel-out/
|
|
4902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
4903
4903
|
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";
|
|
4904
4904
|
import ts26 from "typescript";
|
|
4905
4905
|
var SymbolBuilder = class {
|
|
@@ -5383,7 +5383,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5383
5383
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5384
5384
|
}
|
|
5385
5385
|
|
|
5386
|
-
// bazel-out/
|
|
5386
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5387
5387
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5388
5388
|
var TemplateTypeCheckerImpl = class {
|
|
5389
5389
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -6080,10 +6080,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
6080
6080
|
}
|
|
6081
6081
|
};
|
|
6082
6082
|
|
|
6083
|
-
// bazel-out/
|
|
6083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6084
6084
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
6085
6085
|
|
|
6086
|
-
// bazel-out/
|
|
6086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
6087
6087
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundDeferredTrigger } from "@angular/compiler";
|
|
6088
6088
|
var TemplateCheckWithVisitor = class {
|
|
6089
6089
|
run(ctx, component, template) {
|
|
@@ -6182,7 +6182,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6182
6182
|
}
|
|
6183
6183
|
};
|
|
6184
6184
|
|
|
6185
|
-
// bazel-out/
|
|
6185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6186
6186
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6187
6187
|
constructor() {
|
|
6188
6188
|
super(...arguments);
|
|
@@ -6207,7 +6207,7 @@ var factory = {
|
|
|
6207
6207
|
create: () => new InvalidBananaInBoxCheck()
|
|
6208
6208
|
};
|
|
6209
6209
|
|
|
6210
|
-
// bazel-out/
|
|
6210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6211
6211
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6212
6212
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6213
6213
|
["ngIf", "NgIf"],
|
|
@@ -6252,7 +6252,7 @@ var factory2 = {
|
|
|
6252
6252
|
}
|
|
6253
6253
|
};
|
|
6254
6254
|
|
|
6255
|
-
// bazel-out/
|
|
6255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6256
6256
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6257
6257
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6258
6258
|
constructor() {
|
|
@@ -6285,7 +6285,7 @@ var factory3 = {
|
|
|
6285
6285
|
create: () => new MissingNgForOfLetCheck()
|
|
6286
6286
|
};
|
|
6287
6287
|
|
|
6288
|
-
// bazel-out/
|
|
6288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6289
6289
|
import { Binary } from "@angular/compiler";
|
|
6290
6290
|
import ts27 from "typescript";
|
|
6291
6291
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6330,7 +6330,7 @@ var factory4 = {
|
|
|
6330
6330
|
}
|
|
6331
6331
|
};
|
|
6332
6332
|
|
|
6333
|
-
// bazel-out/
|
|
6333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6334
6334
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6335
6335
|
import ts28 from "typescript";
|
|
6336
6336
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6376,7 +6376,7 @@ var factory5 = {
|
|
|
6376
6376
|
}
|
|
6377
6377
|
};
|
|
6378
6378
|
|
|
6379
|
-
// bazel-out/
|
|
6379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6380
6380
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6381
6381
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6382
6382
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6400,7 +6400,7 @@ var factory6 = {
|
|
|
6400
6400
|
create: () => new SuffixNotSupportedCheck()
|
|
6401
6401
|
};
|
|
6402
6402
|
|
|
6403
|
-
// bazel-out/
|
|
6403
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6404
6404
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6405
6405
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6406
6406
|
constructor() {
|
|
@@ -6439,10 +6439,10 @@ var factory7 = {
|
|
|
6439
6439
|
create: () => new TextAttributeNotBindingSpec()
|
|
6440
6440
|
};
|
|
6441
6441
|
|
|
6442
|
-
// bazel-out/
|
|
6442
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6443
6443
|
import ts29 from "typescript";
|
|
6444
6444
|
|
|
6445
|
-
// bazel-out/
|
|
6445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6446
6446
|
var DiagnosticCategoryLabel;
|
|
6447
6447
|
(function(DiagnosticCategoryLabel2) {
|
|
6448
6448
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6450,7 +6450,7 @@ var DiagnosticCategoryLabel;
|
|
|
6450
6450
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6451
6451
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6452
6452
|
|
|
6453
|
-
// bazel-out/
|
|
6453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6454
6454
|
var ExtendedTemplateCheckerImpl = class {
|
|
6455
6455
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6456
6456
|
var _a, _b, _c, _d, _e;
|
|
@@ -6503,7 +6503,7 @@ function assertNever(value) {
|
|
|
6503
6503
|
${value}`);
|
|
6504
6504
|
}
|
|
6505
6505
|
|
|
6506
|
-
// bazel-out/
|
|
6506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6507
6507
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6508
6508
|
factory,
|
|
6509
6509
|
factory4,
|
|
@@ -6514,7 +6514,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6514
6514
|
factory6
|
|
6515
6515
|
];
|
|
6516
6516
|
|
|
6517
|
-
// bazel-out/
|
|
6517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6518
6518
|
var CompilationTicketKind;
|
|
6519
6519
|
(function(CompilationTicketKind2) {
|
|
6520
6520
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7259,7 +7259,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7259
7259
|
return versions;
|
|
7260
7260
|
}
|
|
7261
7261
|
|
|
7262
|
-
// bazel-out/
|
|
7262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7263
7263
|
import ts31 from "typescript";
|
|
7264
7264
|
var DelegatingCompilerHost2 = class {
|
|
7265
7265
|
constructor(delegate) {
|
|
@@ -7392,7 +7392,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7392
7392
|
}
|
|
7393
7393
|
};
|
|
7394
7394
|
|
|
7395
|
-
// bazel-out/
|
|
7395
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7396
7396
|
var NgtscProgram = class {
|
|
7397
7397
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7398
7398
|
this.options = options;
|
|
@@ -7610,15 +7610,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7610
7610
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7611
7611
|
}
|
|
7612
7612
|
|
|
7613
|
-
// bazel-out/
|
|
7613
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7614
7614
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7615
7615
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7616
7616
|
}
|
|
7617
7617
|
|
|
7618
|
-
// bazel-out/
|
|
7618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7619
7619
|
import ts34 from "typescript";
|
|
7620
7620
|
|
|
7621
|
-
// bazel-out/
|
|
7621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7622
7622
|
import ts33 from "typescript";
|
|
7623
7623
|
function createMessageDiagnostic(messageText) {
|
|
7624
7624
|
return {
|
|
@@ -7632,7 +7632,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7632
7632
|
};
|
|
7633
7633
|
}
|
|
7634
7634
|
|
|
7635
|
-
// bazel-out/
|
|
7635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7636
7636
|
var defaultFormatHost = {
|
|
7637
7637
|
getCurrentDirectory: () => ts34.sys.getCurrentDirectory(),
|
|
7638
7638
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7846,4 +7846,4 @@ export {
|
|
|
7846
7846
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7847
7847
|
* found in the LICENSE file at https://angular.io/license
|
|
7848
7848
|
*/
|
|
7849
|
-
//# sourceMappingURL=chunk-
|
|
7849
|
+
//# sourceMappingURL=chunk-CWD5WGIF.js.map
|