@angular/compiler-cli 13.1.0-next.0 → 13.1.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-AMD3PZ5E.js → chunk-2DL256T3.js} +84 -73
- package/bundles/chunk-2DL256T3.js.map +6 -0
- package/bundles/{chunk-GKA4YGOR.js → chunk-ACINBTQB.js} +5 -5
- package/bundles/{chunk-GKA4YGOR.js.map → chunk-ACINBTQB.js.map} +0 -0
- package/bundles/{chunk-XPUO7JIT.js → chunk-BUHTODFL.js} +6 -6
- package/bundles/{chunk-XPUO7JIT.js.map → chunk-BUHTODFL.js.map} +0 -0
- package/bundles/{chunk-DLQQUCPJ.js → chunk-EP5JHXG2.js} +8 -8
- package/bundles/{chunk-DLQQUCPJ.js.map → chunk-EP5JHXG2.js.map} +0 -0
- package/bundles/{chunk-J6CW3T62.js → chunk-GLCRIILX.js} +5 -5
- package/bundles/{chunk-J6CW3T62.js.map → chunk-GLCRIILX.js.map} +0 -0
- package/bundles/{chunk-E64KJMKN.js → chunk-JNWO3JB2.js} +42 -42
- package/bundles/chunk-JNWO3JB2.js.map +6 -0
- package/bundles/{chunk-DDB2HQYR.js → chunk-MIQ5UCHZ.js} +66 -66
- package/bundles/{chunk-DDB2HQYR.js.map → chunk-MIQ5UCHZ.js.map} +1 -1
- package/bundles/{chunk-M7P4HAA4.js → chunk-PBA67OV4.js} +4 -4
- package/bundles/{chunk-M7P4HAA4.js.map → chunk-PBA67OV4.js.map} +0 -0
- package/bundles/{chunk-BPCUCINV.js → chunk-QDWL7SZJ.js} +2 -2
- package/bundles/{chunk-BPCUCINV.js.map → chunk-QDWL7SZJ.js.map} +0 -0
- package/bundles/{chunk-IG72ZKR7.js → chunk-QL6ZC3U3.js} +8 -8
- package/bundles/{chunk-IG72ZKR7.js.map → chunk-QL6ZC3U3.js.map} +0 -0
- package/bundles/{chunk-CRTDZEUV.js → chunk-S3QIIFH7.js} +6 -6
- package/bundles/{chunk-CRTDZEUV.js.map → chunk-S3QIIFH7.js.map} +0 -0
- package/bundles/{chunk-JTYUTYS2.js → chunk-SKBLJA43.js} +3 -3
- package/bundles/{chunk-JTYUTYS2.js.map → chunk-SKBLJA43.js.map} +0 -0
- package/bundles/{chunk-XKKOHZ3B.js → chunk-UMUIU7TE.js} +4 -4
- package/bundles/{chunk-XKKOHZ3B.js.map → chunk-UMUIU7TE.js.map} +0 -0
- package/bundles/{chunk-QLSZVEIC.js → chunk-VKIZ4TCJ.js} +137 -132
- package/bundles/chunk-VKIZ4TCJ.js.map +6 -0
- package/bundles/{chunk-WOCQ7IIB.js → chunk-WOC6KEUY.js} +43 -41
- package/bundles/{chunk-WOCQ7IIB.js.map → chunk-WOC6KEUY.js.map} +1 -1
- package/bundles/{chunk-QKLPWCHI.js → chunk-WYO7JO2T.js} +19 -19
- package/bundles/{chunk-QKLPWCHI.js.map → chunk-WYO7JO2T.js.map} +0 -0
- package/bundles/{chunk-5VGHS4A4.js → chunk-XA5IZLLC.js} +1 -1
- package/bundles/{chunk-5VGHS4A4.js.map → chunk-XA5IZLLC.js.map} +0 -0
- package/bundles/index.js +15 -15
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +14 -14
- package/bundles/ngcc/main-ngcc.js +15 -15
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +15 -15
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +5 -5
- package/bundles/private/bazel.js +2 -2
- package/bundles/private/localize.js +4 -4
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +12 -12
- package/bundles/src/bin/ngc.js +10 -10
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +2 -2
- package/linker/src/file_linker/translator.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/ngcc/src/packages/entry_point.d.ts +5 -0
- package/ngcc/src/rendering/commonjs_rendering_formatter.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/typecheck/api/checker.d.ts +1 -1
- package/src/ngtsc/typecheck/src/tcb_util.d.ts +1 -1
- package/bundles/chunk-AMD3PZ5E.js.map +0 -6
- package/bundles/chunk-E64KJMKN.js.map +0 -6
- package/bundles/chunk-QLSZVEIC.js.map +0 -6
|
@@ -32,14 +32,14 @@ import {
|
|
|
32
32
|
makeRelatedInformation,
|
|
33
33
|
ngErrorCode,
|
|
34
34
|
replaceTsWithNgInErrors
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-MIQ5UCHZ.js";
|
|
36
36
|
import {
|
|
37
37
|
getDownlevelDecoratorsTransform
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-PBA67OV4.js";
|
|
39
39
|
import {
|
|
40
40
|
TypeScriptReflectionHost,
|
|
41
41
|
isNamedClassDeclaration
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-S3QIIFH7.js";
|
|
43
43
|
import {
|
|
44
44
|
AbsoluteModuleStrategy,
|
|
45
45
|
AliasStrategy,
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
toUnredirectedSourceFile,
|
|
73
73
|
translateExpression,
|
|
74
74
|
translateType
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-WYO7JO2T.js";
|
|
76
76
|
import {
|
|
77
77
|
LogicalFileSystem,
|
|
78
78
|
absoluteFrom,
|
|
@@ -84,20 +84,20 @@ import {
|
|
|
84
84
|
join,
|
|
85
85
|
relative,
|
|
86
86
|
resolve
|
|
87
|
-
} from "./chunk-
|
|
87
|
+
} from "./chunk-EP5JHXG2.js";
|
|
88
88
|
import {
|
|
89
89
|
ActivePerfRecorder,
|
|
90
90
|
DelegatingPerfRecorder,
|
|
91
91
|
PerfCheckpoint,
|
|
92
92
|
PerfEvent,
|
|
93
93
|
PerfPhase
|
|
94
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-GLCRIILX.js";
|
|
95
95
|
import {
|
|
96
96
|
__spreadProps,
|
|
97
97
|
__spreadValues
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-XA5IZLLC.js";
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/schema.mjs
|
|
101
101
|
var METADATA_VERSION = 4;
|
|
102
102
|
function isModuleMetadata(value) {
|
|
103
103
|
return value && value.__symbolic === "module";
|
|
@@ -185,10 +185,10 @@ function isMetadataError(value) {
|
|
|
185
185
|
return value && value.__symbolic === "error";
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/collector.mjs
|
|
189
189
|
import ts3 from "typescript";
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/evaluator.mjs
|
|
192
192
|
import ts from "typescript";
|
|
193
193
|
var spreadElementSyntaxKind = ts.SyntaxKind.SpreadElement || ts.SyntaxKind.SpreadElementExpression;
|
|
194
194
|
function isMethodCallOf(callExpression, memberName) {
|
|
@@ -748,7 +748,7 @@ function arrayOrEmpty(v) {
|
|
|
748
748
|
return v || empty;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
|
-
// bazel-out/
|
|
751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/symbols.mjs
|
|
752
752
|
import ts2 from "typescript";
|
|
753
753
|
var Symbols = class {
|
|
754
754
|
constructor(sourceFile) {
|
|
@@ -873,7 +873,7 @@ function populateBuiltins(symbols) {
|
|
|
873
873
|
].forEach((name) => symbols.set(name, { __symbolic: "reference", name }));
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
-
// bazel-out/
|
|
876
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/collector.mjs
|
|
877
877
|
var isStatic = (node) => ts3.getCombinedModifierFlags(node) & ts3.ModifierFlags.Static;
|
|
878
878
|
var MetadataCollector = class {
|
|
879
879
|
constructor(options = {}) {
|
|
@@ -1494,7 +1494,7 @@ function expandedMessage(error2) {
|
|
|
1494
1494
|
return error2.message;
|
|
1495
1495
|
}
|
|
1496
1496
|
|
|
1497
|
-
// bazel-out/
|
|
1497
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/bundle_index_host.mjs
|
|
1498
1498
|
import {
|
|
1499
1499
|
basename as basename3,
|
|
1500
1500
|
dirname as dirname3,
|
|
@@ -1503,7 +1503,7 @@ import {
|
|
|
1503
1503
|
} from "path";
|
|
1504
1504
|
import ts5 from "typescript";
|
|
1505
1505
|
|
|
1506
|
-
// bazel-out/
|
|
1506
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/bundler.mjs
|
|
1507
1507
|
import {
|
|
1508
1508
|
basename as basename2,
|
|
1509
1509
|
dirname as dirname2,
|
|
@@ -1973,7 +1973,7 @@ function getSymbolDeclaration(symbol) {
|
|
|
1973
1973
|
return symbol.exports ? getSymbolDeclaration(symbol.exports) : symbol;
|
|
1974
1974
|
}
|
|
1975
1975
|
|
|
1976
|
-
// bazel-out/
|
|
1976
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/index_writer.mjs
|
|
1977
1977
|
var INDEX_HEADER = `/**
|
|
1978
1978
|
* Generated bundle index. Do not edit.
|
|
1979
1979
|
*/
|
|
@@ -2007,7 +2007,7 @@ function compare(select) {
|
|
|
2007
2007
|
};
|
|
2008
2008
|
}
|
|
2009
2009
|
|
|
2010
|
-
// bazel-out/
|
|
2010
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/metadata/bundle_index_host.mjs
|
|
2011
2011
|
var DTS = /\.d\.ts$/;
|
|
2012
2012
|
var JS_EXT = /(\.js|)$/;
|
|
2013
2013
|
function createSyntheticIndexHost(delegate, syntheticIndex) {
|
|
@@ -2086,7 +2086,7 @@ function createBundleIndexHost(ngOptions, rootFiles, host, getMetadataCache) {
|
|
|
2086
2086
|
return { host, indexName: name };
|
|
2087
2087
|
}
|
|
2088
2088
|
|
|
2089
|
-
// bazel-out/
|
|
2089
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
2090
2090
|
var DEFAULT_ERROR_CODE = 100;
|
|
2091
2091
|
var UNKNOWN_ERROR_CODE = 500;
|
|
2092
2092
|
var SOURCE = "angular";
|
|
@@ -2107,7 +2107,7 @@ var EmitFlags;
|
|
|
2107
2107
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
2108
2108
|
})(EmitFlags || (EmitFlags = {}));
|
|
2109
2109
|
|
|
2110
|
-
// bazel-out/
|
|
2110
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
2111
2111
|
import { syntaxError } from "@angular/compiler";
|
|
2112
2112
|
import {
|
|
2113
2113
|
relative as relative2
|
|
@@ -2173,7 +2173,7 @@ function stripComment(commentText) {
|
|
|
2173
2173
|
return commentText.replace(/^\/\*\*?/, "").replace(/\*\/$/, "").trim();
|
|
2174
2174
|
}
|
|
2175
2175
|
|
|
2176
|
-
// bazel-out/
|
|
2176
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
2177
2177
|
import { collectExternalReferences, syntaxError as syntaxError2, TypeScriptEmitter } from "@angular/compiler";
|
|
2178
2178
|
import fs from "fs";
|
|
2179
2179
|
import {
|
|
@@ -2186,7 +2186,7 @@ import {
|
|
|
2186
2186
|
} from "path";
|
|
2187
2187
|
import ts7 from "typescript";
|
|
2188
2188
|
|
|
2189
|
-
// bazel-out/
|
|
2189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/metadata_reader.mjs
|
|
2190
2190
|
function createMetadataReaderCache() {
|
|
2191
2191
|
const data = new Map();
|
|
2192
2192
|
return { data };
|
|
@@ -2263,7 +2263,7 @@ function upgradeMetadataWithDtsData(host, oldMetadata, dtsFilePath) {
|
|
|
2263
2263
|
return newMetadata;
|
|
2264
2264
|
}
|
|
2265
2265
|
|
|
2266
|
-
// bazel-out/
|
|
2266
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
2267
2267
|
var NODE_MODULES_PACKAGE_NAME = /node_modules\/((\w|-|\.)+|(@(\w|-|\.)+\/(\w|-|\.)+))/;
|
|
2268
2268
|
var EXT = /(\.ts|\.d\.ts|\.js|\.jsx|\.tsx)$/;
|
|
2269
2269
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
@@ -2723,21 +2723,21 @@ function addNgResourceSuffix(fileName) {
|
|
|
2723
2723
|
return `${fileName}.$ngresource$`;
|
|
2724
2724
|
}
|
|
2725
2725
|
|
|
2726
|
-
// bazel-out/
|
|
2726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
2727
2727
|
var OptimizeFor;
|
|
2728
2728
|
(function(OptimizeFor2) {
|
|
2729
2729
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
2730
2730
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
2731
2731
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
2732
2732
|
|
|
2733
|
-
// bazel-out/
|
|
2733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
2734
2734
|
var CompletionKind;
|
|
2735
2735
|
(function(CompletionKind2) {
|
|
2736
2736
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
2737
2737
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
2738
2738
|
})(CompletionKind || (CompletionKind = {}));
|
|
2739
2739
|
|
|
2740
|
-
// bazel-out/
|
|
2740
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
2741
2741
|
var SymbolKind;
|
|
2742
2742
|
(function(SymbolKind2) {
|
|
2743
2743
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -2753,11 +2753,11 @@ var SymbolKind;
|
|
|
2753
2753
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
2754
2754
|
})(SymbolKind || (SymbolKind = {}));
|
|
2755
2755
|
|
|
2756
|
-
// bazel-out/
|
|
2756
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
2757
2757
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
2758
2758
|
import ts42 from "typescript";
|
|
2759
2759
|
|
|
2760
|
-
// bazel-out/
|
|
2760
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
2761
2761
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
2762
2762
|
import {
|
|
2763
2763
|
relative as relative4,
|
|
@@ -2812,12 +2812,19 @@ function getPathNormalizer(basePath) {
|
|
|
2812
2812
|
};
|
|
2813
2813
|
}
|
|
2814
2814
|
|
|
2815
|
-
// bazel-out/
|
|
2815
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
2816
2816
|
import ts8 from "typescript";
|
|
2817
2817
|
|
|
2818
|
-
// bazel-out/
|
|
2818
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/diagnostics/typescript_version.mjs
|
|
2819
2819
|
function toNumbers(value) {
|
|
2820
|
-
|
|
2820
|
+
const suffixIndex = value.lastIndexOf("-");
|
|
2821
|
+
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
2822
|
+
const parsed = parseInt(segment, 10);
|
|
2823
|
+
if (isNaN(parsed)) {
|
|
2824
|
+
throw Error(`Unable to parse version string ${value}.`);
|
|
2825
|
+
}
|
|
2826
|
+
return parsed;
|
|
2827
|
+
});
|
|
2821
2828
|
}
|
|
2822
2829
|
function compareNumbers(a, b) {
|
|
2823
2830
|
const max = Math.max(a.length, b.length);
|
|
@@ -2843,7 +2850,7 @@ function compareVersions(v1, v2) {
|
|
|
2843
2850
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
2844
2851
|
}
|
|
2845
2852
|
|
|
2846
|
-
// bazel-out/
|
|
2853
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
2847
2854
|
var MIN_TS_VERSION = "4.4.2";
|
|
2848
2855
|
var MAX_TS_VERSION = "4.5.0";
|
|
2849
2856
|
var tsVersion = ts8.version;
|
|
@@ -2856,10 +2863,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
2856
2863
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
2857
2864
|
}
|
|
2858
2865
|
|
|
2859
|
-
// bazel-out/
|
|
2866
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
2860
2867
|
import ts40 from "typescript";
|
|
2861
2868
|
|
|
2862
|
-
// bazel-out/
|
|
2869
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
2863
2870
|
var CycleAnalyzer = class {
|
|
2864
2871
|
constructor(importGraph) {
|
|
2865
2872
|
this.importGraph = importGraph;
|
|
@@ -2930,7 +2937,7 @@ var Cycle = class {
|
|
|
2930
2937
|
}
|
|
2931
2938
|
};
|
|
2932
2939
|
|
|
2933
|
-
// bazel-out/
|
|
2940
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
2934
2941
|
import ts9 from "typescript";
|
|
2935
2942
|
var ImportGraph = class {
|
|
2936
2943
|
constructor(checker, perf) {
|
|
@@ -3013,7 +3020,7 @@ var Found = class {
|
|
|
3013
3020
|
}
|
|
3014
3021
|
};
|
|
3015
3022
|
|
|
3016
|
-
// bazel-out/
|
|
3023
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
3017
3024
|
import ts10 from "typescript";
|
|
3018
3025
|
var FlatIndexGenerator = class {
|
|
3019
3026
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -3038,7 +3045,7 @@ export * from '${relativeEntryPoint}';
|
|
|
3038
3045
|
}
|
|
3039
3046
|
};
|
|
3040
3047
|
|
|
3041
|
-
// bazel-out/
|
|
3048
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
3042
3049
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
3043
3050
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
3044
3051
|
let resolvedEntryPoint = null;
|
|
@@ -3054,7 +3061,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
3054
3061
|
return resolvedEntryPoint;
|
|
3055
3062
|
}
|
|
3056
3063
|
|
|
3057
|
-
// bazel-out/
|
|
3064
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
3058
3065
|
import ts11 from "typescript";
|
|
3059
3066
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
3060
3067
|
const diagnostics = [];
|
|
@@ -3134,7 +3141,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
3134
3141
|
}
|
|
3135
3142
|
}
|
|
3136
3143
|
|
|
3137
|
-
// bazel-out/
|
|
3144
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
3138
3145
|
var ReferenceGraph = class {
|
|
3139
3146
|
constructor() {
|
|
3140
3147
|
this.references = new Map();
|
|
@@ -3188,7 +3195,7 @@ var ReferenceGraph = class {
|
|
|
3188
3195
|
}
|
|
3189
3196
|
};
|
|
3190
3197
|
|
|
3191
|
-
// bazel-out/
|
|
3198
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
3192
3199
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
3193
3200
|
var UpdateMode;
|
|
3194
3201
|
(function(UpdateMode2) {
|
|
@@ -3196,13 +3203,13 @@ var UpdateMode;
|
|
|
3196
3203
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
3197
3204
|
})(UpdateMode || (UpdateMode = {}));
|
|
3198
3205
|
|
|
3199
|
-
// bazel-out/
|
|
3206
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
3200
3207
|
import ts15 from "typescript";
|
|
3201
3208
|
|
|
3202
|
-
// bazel-out/
|
|
3209
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
3203
3210
|
import ts12 from "typescript";
|
|
3204
3211
|
|
|
3205
|
-
// bazel-out/
|
|
3212
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
3206
3213
|
var NgExtension = Symbol("NgExtension");
|
|
3207
3214
|
function isExtended(sf) {
|
|
3208
3215
|
return sf[NgExtension] !== void 0;
|
|
@@ -3262,7 +3269,7 @@ function retagTsFile(sf) {
|
|
|
3262
3269
|
}
|
|
3263
3270
|
}
|
|
3264
3271
|
|
|
3265
|
-
// bazel-out/
|
|
3272
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
3266
3273
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
3267
3274
|
function makeShimFileName(fileName, suffix) {
|
|
3268
3275
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -3277,7 +3284,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
3277
3284
|
return moduleName;
|
|
3278
3285
|
}
|
|
3279
3286
|
|
|
3280
|
-
// bazel-out/
|
|
3287
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
3281
3288
|
var ShimAdapter = class {
|
|
3282
3289
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
3283
3290
|
this.delegate = delegate;
|
|
@@ -3374,7 +3381,7 @@ var ShimAdapter = class {
|
|
|
3374
3381
|
}
|
|
3375
3382
|
};
|
|
3376
3383
|
|
|
3377
|
-
// bazel-out/
|
|
3384
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
3378
3385
|
import ts13 from "typescript";
|
|
3379
3386
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
3380
3387
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -3523,7 +3530,7 @@ function updateInitializers(stmt, update) {
|
|
|
3523
3530
|
return ts13.updateVariableStatement(stmt, stmt.modifiers, ts13.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts13.updateVariableDeclaration(decl, decl.name, decl.type, update(decl.initializer)))));
|
|
3524
3531
|
}
|
|
3525
3532
|
|
|
3526
|
-
// bazel-out/
|
|
3533
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
3527
3534
|
var ShimReferenceTagger = class {
|
|
3528
3535
|
constructor(shimExtensions) {
|
|
3529
3536
|
this.tagged = new Set();
|
|
@@ -3557,7 +3564,7 @@ var ShimReferenceTagger = class {
|
|
|
3557
3564
|
}
|
|
3558
3565
|
};
|
|
3559
3566
|
|
|
3560
|
-
// bazel-out/
|
|
3567
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
3561
3568
|
import ts14 from "typescript";
|
|
3562
3569
|
var SummaryGenerator = class {
|
|
3563
3570
|
constructor() {
|
|
@@ -3597,7 +3604,7 @@ function isExported2(decl) {
|
|
|
3597
3604
|
return decl.modifiers !== void 0 && decl.modifiers.some((mod) => mod.kind == ts14.SyntaxKind.ExportKeyword);
|
|
3598
3605
|
}
|
|
3599
3606
|
|
|
3600
|
-
// bazel-out/
|
|
3607
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
3601
3608
|
var DelegatingCompilerHost = class {
|
|
3602
3609
|
constructor(delegate) {
|
|
3603
3610
|
this.delegate = delegate;
|
|
@@ -3706,7 +3713,7 @@ var TsCreateProgramDriver = class {
|
|
|
3706
3713
|
}
|
|
3707
3714
|
};
|
|
3708
3715
|
|
|
3709
|
-
// bazel-out/
|
|
3716
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
3710
3717
|
var FileDependencyGraph = class {
|
|
3711
3718
|
constructor() {
|
|
3712
3719
|
this.nodes = new Map();
|
|
@@ -3773,7 +3780,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
3773
3780
|
return false;
|
|
3774
3781
|
}
|
|
3775
3782
|
|
|
3776
|
-
// bazel-out/
|
|
3783
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
3777
3784
|
var IncrementalStateKind;
|
|
3778
3785
|
(function(IncrementalStateKind2) {
|
|
3779
3786
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -3781,7 +3788,7 @@ var IncrementalStateKind;
|
|
|
3781
3788
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
3782
3789
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
3783
3790
|
|
|
3784
|
-
// bazel-out/
|
|
3791
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
3785
3792
|
var PhaseKind;
|
|
3786
3793
|
(function(PhaseKind2) {
|
|
3787
3794
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -3982,7 +3989,7 @@ function toOriginalSourceFile(sf) {
|
|
|
3982
3989
|
}
|
|
3983
3990
|
}
|
|
3984
3991
|
|
|
3985
|
-
// bazel-out/
|
|
3992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
3986
3993
|
var TrackedIncrementalBuildStrategy = class {
|
|
3987
3994
|
constructor() {
|
|
3988
3995
|
this.state = null;
|
|
@@ -4018,7 +4025,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
4018
4025
|
};
|
|
4019
4026
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
4020
4027
|
|
|
4021
|
-
// bazel-out/
|
|
4028
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
4022
4029
|
var IdentifierKind;
|
|
4023
4030
|
(function(IdentifierKind2) {
|
|
4024
4031
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -4036,7 +4043,7 @@ var AbsoluteSourceSpan = class {
|
|
|
4036
4043
|
}
|
|
4037
4044
|
};
|
|
4038
4045
|
|
|
4039
|
-
// bazel-out/
|
|
4046
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
4040
4047
|
var IndexingContext = class {
|
|
4041
4048
|
constructor() {
|
|
4042
4049
|
this.components = new Set();
|
|
@@ -4046,10 +4053,10 @@ var IndexingContext = class {
|
|
|
4046
4053
|
}
|
|
4047
4054
|
};
|
|
4048
4055
|
|
|
4049
|
-
// bazel-out/
|
|
4056
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
4050
4057
|
import { ParseSourceFile } from "@angular/compiler";
|
|
4051
4058
|
|
|
4052
|
-
// bazel-out/
|
|
4059
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
4053
4060
|
import { ASTWithSource, ImplicitReceiver, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
4054
4061
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
4055
4062
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -4253,7 +4260,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
4253
4260
|
return visitor.identifiers;
|
|
4254
4261
|
}
|
|
4255
4262
|
|
|
4256
|
-
// bazel-out/
|
|
4263
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
4257
4264
|
function generateAnalysis(context) {
|
|
4258
4265
|
const analysis = new Map();
|
|
4259
4266
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -4287,7 +4294,7 @@ function generateAnalysis(context) {
|
|
|
4287
4294
|
return analysis;
|
|
4288
4295
|
}
|
|
4289
4296
|
|
|
4290
|
-
// bazel-out/
|
|
4297
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
4291
4298
|
import ts16 from "typescript";
|
|
4292
4299
|
var CSS_PREPROCESSOR_EXT2 = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
4293
4300
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -4432,7 +4439,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
4432
4439
|
};
|
|
4433
4440
|
}
|
|
4434
4441
|
|
|
4435
|
-
// bazel-out/
|
|
4442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
4436
4443
|
var MetadataDtsModuleScopeResolver = class {
|
|
4437
4444
|
constructor(dtsMetaReader, aliasingHost) {
|
|
4438
4445
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -4518,7 +4525,7 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
4518
4525
|
}
|
|
4519
4526
|
};
|
|
4520
4527
|
|
|
4521
|
-
// bazel-out/
|
|
4528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
4522
4529
|
import { ExternalExpr } from "@angular/compiler";
|
|
4523
4530
|
import ts17 from "typescript";
|
|
4524
4531
|
var LocalModuleScopeRegistry = class {
|
|
@@ -4826,7 +4833,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4826
4833
|
]);
|
|
4827
4834
|
}
|
|
4828
4835
|
|
|
4829
|
-
// bazel-out/
|
|
4836
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
4830
4837
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4831
4838
|
import ts18 from "typescript";
|
|
4832
4839
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4887,7 +4894,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
4887
4894
|
}
|
|
4888
4895
|
};
|
|
4889
4896
|
|
|
4890
|
-
// bazel-out/
|
|
4897
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/switch/src/switch.mjs
|
|
4891
4898
|
import ts19 from "typescript";
|
|
4892
4899
|
var IVY_SWITCH_PRE_SUFFIX = "__PRE_R3__";
|
|
4893
4900
|
var IVY_SWITCH_POST_SUFFIX = "__POST_R3__";
|
|
@@ -4951,10 +4958,10 @@ function hasIvySwitches(stmt) {
|
|
|
4951
4958
|
return stmt.declarationList.declarations.some((decl) => decl.initializer !== void 0 && ts19.isIdentifier(decl.initializer) && decl.initializer.text.endsWith(IVY_SWITCH_PRE_SUFFIX));
|
|
4952
4959
|
}
|
|
4953
4960
|
|
|
4954
|
-
// bazel-out/
|
|
4961
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
4955
4962
|
import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2 } from "@angular/compiler";
|
|
4956
4963
|
|
|
4957
|
-
// bazel-out/
|
|
4964
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
4958
4965
|
import ts20 from "typescript";
|
|
4959
4966
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
4960
4967
|
if (mapping.type === "direct") {
|
|
@@ -5027,7 +5034,7 @@ function makeTemplateDiagnostic(templateId, mapping, span, category, code, messa
|
|
|
5027
5034
|
}
|
|
5028
5035
|
}
|
|
5029
5036
|
|
|
5030
|
-
// bazel-out/
|
|
5037
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
5031
5038
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
5032
5039
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
5033
5040
|
function getTemplateId(clazz) {
|
|
@@ -5044,11 +5051,11 @@ function allocateTemplateId(sf) {
|
|
|
5044
5051
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
5045
5052
|
}
|
|
5046
5053
|
|
|
5047
|
-
// bazel-out/
|
|
5054
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
5048
5055
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
5049
5056
|
import ts22 from "typescript";
|
|
5050
5057
|
|
|
5051
|
-
// bazel-out/
|
|
5058
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
5052
5059
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
5053
5060
|
import ts21 from "typescript";
|
|
5054
5061
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -5168,7 +5175,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
5168
5175
|
}) || false;
|
|
5169
5176
|
}
|
|
5170
5177
|
|
|
5171
|
-
// bazel-out/
|
|
5178
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
5172
5179
|
var CompletionEngine = class {
|
|
5173
5180
|
constructor(tcb, data, shimPath) {
|
|
5174
5181
|
this.tcb = tcb;
|
|
@@ -5319,10 +5326,10 @@ var CompletionEngine = class {
|
|
|
5319
5326
|
}
|
|
5320
5327
|
};
|
|
5321
5328
|
|
|
5322
|
-
// bazel-out/
|
|
5329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
5323
5330
|
import ts36 from "typescript";
|
|
5324
5331
|
|
|
5325
|
-
// bazel-out/
|
|
5332
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
5326
5333
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
5327
5334
|
import ts23 from "typescript";
|
|
5328
5335
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -5372,11 +5379,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
5372
5379
|
}
|
|
5373
5380
|
};
|
|
5374
5381
|
|
|
5375
|
-
// bazel-out/
|
|
5382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
5376
5383
|
import { ExpressionType, ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
5377
5384
|
import ts29 from "typescript";
|
|
5378
5385
|
|
|
5379
|
-
// bazel-out/
|
|
5386
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
5380
5387
|
import ts24 from "typescript";
|
|
5381
5388
|
var SAFE_TO_CAST_WITHOUT_PARENS = new Set([
|
|
5382
5389
|
ts24.SyntaxKind.ParenthesizedExpression,
|
|
@@ -5445,16 +5452,16 @@ function isAccessExpression(node) {
|
|
|
5445
5452
|
return ts24.isPropertyAccessExpression(node) || ts24.isElementAccessExpression(node);
|
|
5446
5453
|
}
|
|
5447
5454
|
|
|
5448
|
-
// bazel-out/
|
|
5455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
5449
5456
|
import ts28 from "typescript";
|
|
5450
5457
|
|
|
5451
|
-
// bazel-out/
|
|
5458
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
5452
5459
|
import ts27 from "typescript";
|
|
5453
5460
|
|
|
5454
|
-
// bazel-out/
|
|
5461
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
5455
5462
|
import ts26 from "typescript";
|
|
5456
5463
|
|
|
5457
|
-
// bazel-out/
|
|
5464
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
5458
5465
|
import ts25 from "typescript";
|
|
5459
5466
|
var INELIGIBLE = {};
|
|
5460
5467
|
function canEmitType(type, resolver) {
|
|
@@ -5529,7 +5536,7 @@ var TypeEmitter = class {
|
|
|
5529
5536
|
}
|
|
5530
5537
|
};
|
|
5531
5538
|
|
|
5532
|
-
// bazel-out/
|
|
5539
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
5533
5540
|
var TypeParameterEmitter = class {
|
|
5534
5541
|
constructor(typeParameters, reflector) {
|
|
5535
5542
|
this.typeParameters = typeParameters;
|
|
@@ -5592,7 +5599,7 @@ var TypeParameterEmitter = class {
|
|
|
5592
5599
|
}
|
|
5593
5600
|
};
|
|
5594
5601
|
|
|
5595
|
-
// bazel-out/
|
|
5602
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
5596
5603
|
var TcbInliningRequirement;
|
|
5597
5604
|
(function(TcbInliningRequirement2) {
|
|
5598
5605
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -5671,7 +5678,7 @@ function checkIfGenericTypeBoundsAreContextFree(node, reflector) {
|
|
|
5671
5678
|
return new TypeParameterEmitter(node.typeParameters, reflector).canEmit();
|
|
5672
5679
|
}
|
|
5673
5680
|
|
|
5674
|
-
// bazel-out/
|
|
5681
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
5675
5682
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams, reflector) {
|
|
5676
5683
|
if (requiresInlineTypeCtor(node, reflector)) {
|
|
5677
5684
|
throw new Error(`${node.name.text} requires an inline type constructor`);
|
|
@@ -5745,7 +5752,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
5745
5752
|
});
|
|
5746
5753
|
}
|
|
5747
5754
|
|
|
5748
|
-
// bazel-out/
|
|
5755
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
5749
5756
|
var Environment = class {
|
|
5750
5757
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
5751
5758
|
this.config = config;
|
|
@@ -5831,7 +5838,7 @@ var Environment = class {
|
|
|
5831
5838
|
}
|
|
5832
5839
|
};
|
|
5833
5840
|
|
|
5834
|
-
// bazel-out/
|
|
5841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
5835
5842
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
5836
5843
|
import ts30 from "typescript";
|
|
5837
5844
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -5963,7 +5970,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
5963
5970
|
});
|
|
5964
5971
|
}
|
|
5965
5972
|
|
|
5966
|
-
// bazel-out/
|
|
5973
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
5967
5974
|
import ts31 from "typescript";
|
|
5968
5975
|
var TypeCheckShimGenerator = class {
|
|
5969
5976
|
constructor() {
|
|
@@ -5981,11 +5988,11 @@ var TypeCheckShimGenerator = class {
|
|
|
5981
5988
|
}
|
|
5982
5989
|
};
|
|
5983
5990
|
|
|
5984
|
-
// bazel-out/
|
|
5991
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
5985
5992
|
import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, 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";
|
|
5986
5993
|
import ts34 from "typescript";
|
|
5987
5994
|
|
|
5988
|
-
// bazel-out/
|
|
5995
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
5989
5996
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
5990
5997
|
import ts32 from "typescript";
|
|
5991
5998
|
function wrapForDiagnostics(expr) {
|
|
@@ -6031,7 +6038,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
6031
6038
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
6032
6039
|
}
|
|
6033
6040
|
|
|
6034
|
-
// bazel-out/
|
|
6041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
6035
6042
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
6036
6043
|
import ts33 from "typescript";
|
|
6037
6044
|
var NULL_AS_ANY = ts33.createAsExpression(ts33.createNull(), ts33.createKeywordTypeNode(ts33.SyntaxKind.AnyKeyword));
|
|
@@ -6335,7 +6342,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
6335
6342
|
};
|
|
6336
6343
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
6337
6344
|
|
|
6338
|
-
// bazel-out/
|
|
6345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
6339
6346
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
6340
6347
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
6341
6348
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -6359,7 +6366,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
6359
6366
|
}
|
|
6360
6367
|
};
|
|
6361
6368
|
|
|
6362
|
-
// bazel-out/
|
|
6369
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
6363
6370
|
var TcbGenericContextBehavior;
|
|
6364
6371
|
(function(TcbGenericContextBehavior2) {
|
|
6365
6372
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -6699,12 +6706,7 @@ var TcbDirectiveInputsOp = class extends TcbOp {
|
|
|
6699
6706
|
let dirId = null;
|
|
6700
6707
|
const inputs = getBoundInputs(this.dir, this.node, this.tcb);
|
|
6701
6708
|
for (const input of inputs) {
|
|
6702
|
-
|
|
6703
|
-
if (!this.tcb.env.config.checkTypeOfInputBindings) {
|
|
6704
|
-
expr = tsCastToAny(expr);
|
|
6705
|
-
} else if (!this.tcb.env.config.strictNullInputBindings) {
|
|
6706
|
-
expr = ts34.createNonNullExpression(expr);
|
|
6707
|
-
}
|
|
6709
|
+
const expr = widenBinding(translateInput(input.attribute, this.tcb, this.scope), this.tcb);
|
|
6708
6710
|
let assignment = wrapForDiagnostics(expr);
|
|
6709
6711
|
for (const fieldName of input.fieldNames) {
|
|
6710
6712
|
let target;
|
|
@@ -6825,12 +6827,7 @@ var TcbUnclaimedInputsOp = class extends TcbOp {
|
|
|
6825
6827
|
if (binding.type === 0 && this.claimedInputs.has(binding.name)) {
|
|
6826
6828
|
continue;
|
|
6827
6829
|
}
|
|
6828
|
-
|
|
6829
|
-
if (!this.tcb.env.config.checkTypeOfInputBindings) {
|
|
6830
|
-
expr = tsCastToAny(expr);
|
|
6831
|
-
} else if (!this.tcb.env.config.strictNullInputBindings) {
|
|
6832
|
-
expr = ts34.createNonNullExpression(expr);
|
|
6833
|
-
}
|
|
6830
|
+
const expr = widenBinding(tcbExpression(binding.value, this.tcb, this.scope), this.tcb);
|
|
6834
6831
|
if (this.tcb.env.config.checkTypeOfDomBindings && binding.type === 0) {
|
|
6835
6832
|
if (binding.name !== "style" && binding.name !== "class") {
|
|
6836
6833
|
if (elId === null) {
|
|
@@ -7315,12 +7312,7 @@ function tcbCallTypeCtor(dir, tcb, inputs) {
|
|
|
7315
7312
|
const members = inputs.map((input) => {
|
|
7316
7313
|
const propertyName = ts34.createStringLiteral(input.field);
|
|
7317
7314
|
if (input.type === "binding") {
|
|
7318
|
-
|
|
7319
|
-
if (!tcb.env.config.checkTypeOfInputBindings) {
|
|
7320
|
-
expr = tsCastToAny(expr);
|
|
7321
|
-
} else if (!tcb.env.config.strictNullInputBindings) {
|
|
7322
|
-
expr = ts34.createNonNullExpression(expr);
|
|
7323
|
-
}
|
|
7315
|
+
const expr = widenBinding(input.expression, tcb);
|
|
7324
7316
|
const assignment = ts34.createPropertyAssignment(propertyName, wrapForDiagnostics(expr));
|
|
7325
7317
|
addParseSpanInfo(assignment, input.sourceSpan);
|
|
7326
7318
|
return assignment;
|
|
@@ -7357,6 +7349,19 @@ function translateInput(attr, tcb, scope) {
|
|
|
7357
7349
|
return ts34.createStringLiteral(attr.value);
|
|
7358
7350
|
}
|
|
7359
7351
|
}
|
|
7352
|
+
function widenBinding(expr, tcb) {
|
|
7353
|
+
if (!tcb.env.config.checkTypeOfInputBindings) {
|
|
7354
|
+
return tsCastToAny(expr);
|
|
7355
|
+
} else if (!tcb.env.config.strictNullInputBindings) {
|
|
7356
|
+
if (ts34.isObjectLiteralExpression(expr) || ts34.isArrayLiteralExpression(expr)) {
|
|
7357
|
+
return expr;
|
|
7358
|
+
} else {
|
|
7359
|
+
return ts34.createNonNullExpression(expr);
|
|
7360
|
+
}
|
|
7361
|
+
} else {
|
|
7362
|
+
return expr;
|
|
7363
|
+
}
|
|
7364
|
+
}
|
|
7360
7365
|
var EVENT_PARAMETER = "$event";
|
|
7361
7366
|
function tcbCreateEventHandler(event, tcb, scope, eventType) {
|
|
7362
7367
|
const handler = tcbEventHandlerExpression(event.handler, tcb, scope);
|
|
@@ -7411,7 +7416,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
7411
7416
|
}
|
|
7412
7417
|
};
|
|
7413
7418
|
|
|
7414
|
-
// bazel-out/
|
|
7419
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
7415
7420
|
import ts35 from "typescript";
|
|
7416
7421
|
var TypeCheckFile = class extends Environment {
|
|
7417
7422
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -7447,7 +7452,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
7447
7452
|
}
|
|
7448
7453
|
};
|
|
7449
7454
|
|
|
7450
|
-
// bazel-out/
|
|
7455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
7451
7456
|
var InliningMode;
|
|
7452
7457
|
(function(InliningMode2) {
|
|
7453
7458
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -7677,10 +7682,10 @@ function splitStringAtPoints(str, points) {
|
|
|
7677
7682
|
return splits;
|
|
7678
7683
|
}
|
|
7679
7684
|
|
|
7680
|
-
// bazel-out/
|
|
7685
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7681
7686
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
7682
7687
|
|
|
7683
|
-
// bazel-out/
|
|
7688
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
7684
7689
|
var LF_CHAR = 10;
|
|
7685
7690
|
var CR_CHAR = 13;
|
|
7686
7691
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -7721,7 +7726,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
7721
7726
|
return low - 1;
|
|
7722
7727
|
}
|
|
7723
7728
|
|
|
7724
|
-
// bazel-out/
|
|
7729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7725
7730
|
var TemplateSource = class {
|
|
7726
7731
|
constructor(mapping, file) {
|
|
7727
7732
|
this.mapping = mapping;
|
|
@@ -7772,7 +7777,7 @@ var TemplateSourceManager = class {
|
|
|
7772
7777
|
}
|
|
7773
7778
|
};
|
|
7774
7779
|
|
|
7775
|
-
// bazel-out/
|
|
7780
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
7776
7781
|
import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead3, PropertyWrite as PropertyWrite3, 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";
|
|
7777
7782
|
import ts37 from "typescript";
|
|
7778
7783
|
var SymbolBuilder = class {
|
|
@@ -8197,7 +8202,7 @@ function sourceSpanEqual(a, b) {
|
|
|
8197
8202
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
8198
8203
|
}
|
|
8199
8204
|
|
|
8200
|
-
// bazel-out/
|
|
8205
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
8201
8206
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
8202
8207
|
var TemplateTypeCheckerImpl = class {
|
|
8203
8208
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -8713,7 +8718,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
8713
8718
|
}
|
|
8714
8719
|
};
|
|
8715
8720
|
|
|
8716
|
-
// bazel-out/
|
|
8721
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
8717
8722
|
var ExtendedTemplateCheckerImpl = class {
|
|
8718
8723
|
constructor(templateTypeChecker, typeChecker, templateChecks) {
|
|
8719
8724
|
this.templateChecks = templateChecks;
|
|
@@ -8732,11 +8737,11 @@ var ExtendedTemplateCheckerImpl = class {
|
|
|
8732
8737
|
}
|
|
8733
8738
|
};
|
|
8734
8739
|
|
|
8735
|
-
// bazel-out/
|
|
8740
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
8736
8741
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
8737
8742
|
import ts38 from "typescript";
|
|
8738
8743
|
|
|
8739
|
-
// bazel-out/
|
|
8744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
8740
8745
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
8741
8746
|
var TemplateCheckWithVisitor = class {
|
|
8742
8747
|
run(ctx, component, template) {
|
|
@@ -8813,7 +8818,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
8813
8818
|
}
|
|
8814
8819
|
};
|
|
8815
8820
|
|
|
8816
|
-
// bazel-out/
|
|
8821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
8817
8822
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
8818
8823
|
constructor() {
|
|
8819
8824
|
super(...arguments);
|
|
@@ -8833,7 +8838,7 @@ var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
|
8833
8838
|
}
|
|
8834
8839
|
};
|
|
8835
8840
|
|
|
8836
|
-
// bazel-out/
|
|
8841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
8837
8842
|
import { Binary } from "@angular/compiler";
|
|
8838
8843
|
import ts39 from "typescript";
|
|
8839
8844
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8861,7 +8866,7 @@ var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
|
8861
8866
|
}
|
|
8862
8867
|
};
|
|
8863
8868
|
|
|
8864
|
-
// bazel-out/
|
|
8869
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
8865
8870
|
var CompilationTicketKind;
|
|
8866
8871
|
(function(CompilationTicketKind2) {
|
|
8867
8872
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -9500,7 +9505,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
9500
9505
|
return versions;
|
|
9501
9506
|
}
|
|
9502
9507
|
|
|
9503
|
-
// bazel-out/
|
|
9508
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
9504
9509
|
import ts41 from "typescript";
|
|
9505
9510
|
var DelegatingCompilerHost2 = class {
|
|
9506
9511
|
constructor(delegate) {
|
|
@@ -9640,7 +9645,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
9640
9645
|
}
|
|
9641
9646
|
};
|
|
9642
9647
|
|
|
9643
|
-
// bazel-out/
|
|
9648
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
9644
9649
|
var NgtscProgram = class {
|
|
9645
9650
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
9646
9651
|
this.options = options;
|
|
@@ -9853,7 +9858,7 @@ function mergeEmitResults(emitResults) {
|
|
|
9853
9858
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
9854
9859
|
}
|
|
9855
9860
|
|
|
9856
|
-
// bazel-out/
|
|
9861
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
9857
9862
|
import { core, createAotCompiler, getMissingNgModuleMetadataErrorData, getParseErrors, isFormattedError, isSyntaxError } from "@angular/compiler";
|
|
9858
9863
|
import {
|
|
9859
9864
|
readFileSync
|
|
@@ -9861,7 +9866,7 @@ import {
|
|
|
9861
9866
|
import * as path6 from "path";
|
|
9862
9867
|
import ts50 from "typescript";
|
|
9863
9868
|
|
|
9864
|
-
// bazel-out/
|
|
9869
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/diagnostics/translate_diagnostics.mjs
|
|
9865
9870
|
import ts43 from "typescript";
|
|
9866
9871
|
function translateDiagnostics(host, untranslatedDiagnostics) {
|
|
9867
9872
|
const ts52 = [];
|
|
@@ -9896,7 +9901,7 @@ function diagnosticMessageToString(message) {
|
|
|
9896
9901
|
return ts43.flattenDiagnosticMessageText(message, "\n");
|
|
9897
9902
|
}
|
|
9898
9903
|
|
|
9899
|
-
// bazel-out/
|
|
9904
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/inline_resources.mjs
|
|
9900
9905
|
import ts44 from "typescript";
|
|
9901
9906
|
var PRECONDITIONS_TEXT = "angularCompilerOptions.enableResourceInlining requires all resources to be statically resolvable.";
|
|
9902
9907
|
function getResourceLoader(host, containingFileName) {
|
|
@@ -10091,7 +10096,7 @@ function updateComponentProperties(args, loader) {
|
|
|
10091
10096
|
return ts44.createNodeArray([ts44.updateObjectLiteral(componentArg, newProperties)]);
|
|
10092
10097
|
}
|
|
10093
10098
|
|
|
10094
|
-
// bazel-out/
|
|
10099
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/lower_expressions.mjs
|
|
10095
10100
|
import { createLoweredSymbol, isLoweredSymbol } from "@angular/compiler";
|
|
10096
10101
|
import ts45 from "typescript";
|
|
10097
10102
|
function toMap(items, select) {
|
|
@@ -10368,7 +10373,7 @@ function createExportTableFor(sourceFile) {
|
|
|
10368
10373
|
return exportTable;
|
|
10369
10374
|
}
|
|
10370
10375
|
|
|
10371
|
-
// bazel-out/
|
|
10376
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/metadata_cache.mjs
|
|
10372
10377
|
import ts46 from "typescript";
|
|
10373
10378
|
var MetadataCache = class {
|
|
10374
10379
|
constructor(collector, strict, transformers) {
|
|
@@ -10409,10 +10414,10 @@ var MetadataCache = class {
|
|
|
10409
10414
|
}
|
|
10410
10415
|
};
|
|
10411
10416
|
|
|
10412
|
-
// bazel-out/
|
|
10417
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/node_emitter_transform.mjs
|
|
10413
10418
|
import ts48 from "typescript";
|
|
10414
10419
|
|
|
10415
|
-
// bazel-out/
|
|
10420
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/node_emitter.mjs
|
|
10416
10421
|
import { BinaryOperator, BuiltinMethod, BuiltinVar, ClassStmt, ExternalExpr as ExternalExpr3, Statement, StmtModifier, UnaryOperator } from "@angular/compiler";
|
|
10417
10422
|
import ts47 from "typescript";
|
|
10418
10423
|
var METHOD_THIS_NAME = "this";
|
|
@@ -10864,7 +10869,7 @@ function translateModifiers(modifiers) {
|
|
|
10864
10869
|
return modifiers == null ? void 0 : modifiers.map(modifierFromModifier);
|
|
10865
10870
|
}
|
|
10866
10871
|
|
|
10867
|
-
// bazel-out/
|
|
10872
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/node_emitter_transform.mjs
|
|
10868
10873
|
function getPreamble(original) {
|
|
10869
10874
|
return `*
|
|
10870
10875
|
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
@@ -10911,7 +10916,7 @@ function getFileoverviewComment2(sourceFile) {
|
|
|
10911
10916
|
return stripComment(commentText).replace(/^\*\s+/, "");
|
|
10912
10917
|
}
|
|
10913
10918
|
|
|
10914
|
-
// bazel-out/
|
|
10919
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/r3_metadata_transform.mjs
|
|
10915
10920
|
import { ClassStmt as ClassStmt2, StmtModifier as StmtModifier2 } from "@angular/compiler";
|
|
10916
10921
|
import ts49 from "typescript";
|
|
10917
10922
|
var PartialModuleMetadataTransformer = class {
|
|
@@ -10947,7 +10952,7 @@ function isClassStmt(v) {
|
|
|
10947
10952
|
return v instanceof ClassStmt2;
|
|
10948
10953
|
}
|
|
10949
10954
|
|
|
10950
|
-
// bazel-out/
|
|
10955
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/r3_transform.mjs
|
|
10951
10956
|
function getAngularClassTransformerFactory(modules, annotateForClosureCompiler) {
|
|
10952
10957
|
if (modules.length === 0) {
|
|
10953
10958
|
return () => (sf) => sf;
|
|
@@ -10965,7 +10970,7 @@ function getAngularClassTransformerFactory(modules, annotateForClosureCompiler)
|
|
|
10965
10970
|
};
|
|
10966
10971
|
}
|
|
10967
10972
|
|
|
10968
|
-
// bazel-out/
|
|
10973
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
10969
10974
|
var MAX_FILE_COUNT_FOR_SINGLE_FILE_EMIT = 20;
|
|
10970
10975
|
var VE_DISABLED_MESSAGE = `
|
|
10971
10976
|
This compilation is using the View Engine compiler which is no longer supported by the Angular team
|
|
@@ -11690,7 +11695,7 @@ function isIvyNgModule(clazz) {
|
|
|
11690
11695
|
return false;
|
|
11691
11696
|
}
|
|
11692
11697
|
|
|
11693
|
-
// bazel-out/
|
|
11698
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
11694
11699
|
import { isSyntaxError as isSyntaxError2 } from "@angular/compiler";
|
|
11695
11700
|
import ts51 from "typescript";
|
|
11696
11701
|
var defaultFormatHost = {
|
|
@@ -11989,4 +11994,4 @@ export {
|
|
|
11989
11994
|
* found in the LICENSE file at https://angular.io/license
|
|
11990
11995
|
*/
|
|
11991
11996
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
11992
|
-
//# sourceMappingURL=chunk-
|
|
11997
|
+
//# sourceMappingURL=chunk-VKIZ4TCJ.js.map
|