@angular/core 16.1.1 → 16.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/testability/testability.mjs +3 -4
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/src/zone/ng_zone.mjs +2 -3
- package/esm2022/testing/src/component_fixture.mjs +2 -5
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +5 -18
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +3 -6
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/guard-and-resolve-interfaces/bundle.js +13 -13
- package/schematics/migrations/remove-module-id/bundle.js +14 -14
- package/schematics/ng-generate/standalone-migration/bundle.js +388 -384
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- package/testing/index.d.ts +1 -1
- package/esm2022/src/util/microtask.mjs +0 -20
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
67
67
|
var standalone_migration_exports = {};
|
|
68
68
|
__export(standalone_migration_exports, {
|
|
69
69
|
default: () => standalone_migration_default
|
|
@@ -71,10 +71,10 @@ __export(standalone_migration_exports, {
|
|
|
71
71
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
75
75
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
76
76
|
|
|
77
|
-
// bazel-out/
|
|
77
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
78
78
|
var InvalidFileSystem = class {
|
|
79
79
|
exists(path3) {
|
|
80
80
|
throw makeError();
|
|
@@ -162,7 +162,7 @@ function makeError() {
|
|
|
162
162
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
// bazel-out/
|
|
165
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
166
166
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
167
167
|
function stripExtension(path3) {
|
|
168
168
|
return path3.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -175,7 +175,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
175
175
|
return sf;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
// bazel-out/
|
|
178
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
179
179
|
var fs = new InvalidFileSystem();
|
|
180
180
|
function getFileSystem() {
|
|
181
181
|
return fs;
|
|
@@ -219,7 +219,7 @@ function toRelativeImport(relativePath) {
|
|
|
219
219
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
// bazel-out/
|
|
222
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
223
223
|
var LogicalProjectPath = {
|
|
224
224
|
relativePathBetween: function(from, to) {
|
|
225
225
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -265,7 +265,7 @@ function isWithinBasePath(base, path3) {
|
|
|
265
265
|
return isLocalRelativePath(relative(base, path3));
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
269
269
|
var import_fs = __toESM(require("fs"), 1);
|
|
270
270
|
var import_module = __toESM(require("module"), 1);
|
|
271
271
|
var p = __toESM(require("path"), 1);
|
|
@@ -373,7 +373,7 @@ function toggleCase(str) {
|
|
|
373
373
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
377
377
|
var _SELECTOR_REGEXP = new RegExp(
|
|
378
378
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
379
379
|
"g"
|
|
@@ -681,7 +681,7 @@ var SelectorContext = class {
|
|
|
681
681
|
}
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
// bazel-out/
|
|
684
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
|
|
685
685
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
686
686
|
var ViewEncapsulation;
|
|
687
687
|
(function(ViewEncapsulation2) {
|
|
@@ -744,7 +744,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
744
744
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
-
// bazel-out/
|
|
747
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
748
748
|
var output_ast_exports = {};
|
|
749
749
|
__export(output_ast_exports, {
|
|
750
750
|
ArrayType: () => ArrayType,
|
|
@@ -829,7 +829,7 @@ __export(output_ast_exports, {
|
|
|
829
829
|
variable: () => variable
|
|
830
830
|
});
|
|
831
831
|
|
|
832
|
-
// bazel-out/
|
|
832
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
|
|
833
833
|
var BigInteger = class {
|
|
834
834
|
static zero() {
|
|
835
835
|
return new BigInteger([0]);
|
|
@@ -921,7 +921,7 @@ var BigIntExponentiation = class {
|
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
925
925
|
var textEncoder;
|
|
926
926
|
function digest(message) {
|
|
927
927
|
return message.id || computeDigest(message);
|
|
@@ -1184,7 +1184,7 @@ function wordsToDecimalString(hi, lo) {
|
|
|
1184
1184
|
return decimal.toString();
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
-
// bazel-out/
|
|
1187
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
1188
1188
|
var TypeModifier;
|
|
1189
1189
|
(function(TypeModifier2) {
|
|
1190
1190
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -2226,7 +2226,7 @@ function serializeTags(tags) {
|
|
|
2226
2226
|
return out;
|
|
2227
2227
|
}
|
|
2228
2228
|
|
|
2229
|
-
// bazel-out/
|
|
2229
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
2230
2230
|
var CONSTANT_PREFIX = "_c";
|
|
2231
2231
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
2232
2232
|
var KEY_CONTEXT = {};
|
|
@@ -2391,7 +2391,7 @@ function isLongStringLiteral(expr) {
|
|
|
2391
2391
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2392
2392
|
}
|
|
2393
2393
|
|
|
2394
|
-
// bazel-out/
|
|
2394
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2395
2395
|
var CORE = "@angular/core";
|
|
2396
2396
|
var _Identifiers = class {
|
|
2397
2397
|
};
|
|
@@ -2949,7 +2949,7 @@ var Identifiers = _Identifiers;
|
|
|
2949
2949
|
_Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
|
|
2950
2950
|
})();
|
|
2951
2951
|
|
|
2952
|
-
// bazel-out/
|
|
2952
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2953
2953
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2954
2954
|
function dashCaseToCamelCase(input) {
|
|
2955
2955
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -3037,7 +3037,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
3037
3037
|
return [truthy, falsy];
|
|
3038
3038
|
}
|
|
3039
3039
|
|
|
3040
|
-
// bazel-out/
|
|
3040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
3041
3041
|
var VERSION = 3;
|
|
3042
3042
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
3043
3043
|
var SourceMapGenerator = class {
|
|
@@ -3166,7 +3166,7 @@ function toBase64Digit(value) {
|
|
|
3166
3166
|
return B64_DIGITS[value];
|
|
3167
3167
|
}
|
|
3168
3168
|
|
|
3169
|
-
// bazel-out/
|
|
3169
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3170
3170
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3171
3171
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3172
3172
|
var _INDENT_WITH = " ";
|
|
@@ -3641,7 +3641,7 @@ function _createIndent(count) {
|
|
|
3641
3641
|
return res;
|
|
3642
3642
|
}
|
|
3643
3643
|
|
|
3644
|
-
// bazel-out/
|
|
3644
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3645
3645
|
function typeWithParameters(type, numParams) {
|
|
3646
3646
|
if (numParams === 0) {
|
|
3647
3647
|
return expressionType(type);
|
|
@@ -3709,7 +3709,7 @@ function generateForwardRef(expr) {
|
|
|
3709
3709
|
return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
// bazel-out/
|
|
3712
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3713
3713
|
var R3FactoryDelegateType;
|
|
3714
3714
|
(function(R3FactoryDelegateType2) {
|
|
3715
3715
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3854,7 +3854,7 @@ function getInjectFn(target) {
|
|
|
3854
3854
|
}
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
|
-
// bazel-out/
|
|
3857
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3858
3858
|
var Comment = class {
|
|
3859
3859
|
constructor(value, sourceSpan) {
|
|
3860
3860
|
this.value = value;
|
|
@@ -4076,7 +4076,7 @@ function visitAll(visitor, nodes) {
|
|
|
4076
4076
|
return result;
|
|
4077
4077
|
}
|
|
4078
4078
|
|
|
4079
|
-
// bazel-out/
|
|
4079
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4080
4080
|
var Message = class {
|
|
4081
4081
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4082
4082
|
this.nodes = nodes;
|
|
@@ -4239,7 +4239,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4239
4239
|
}
|
|
4240
4240
|
};
|
|
4241
4241
|
|
|
4242
|
-
// bazel-out/
|
|
4242
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
4243
4243
|
var Serializer = class {
|
|
4244
4244
|
createNameMapper(message) {
|
|
4245
4245
|
return null;
|
|
@@ -4291,7 +4291,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
4291
4291
|
}
|
|
4292
4292
|
};
|
|
4293
4293
|
|
|
4294
|
-
// bazel-out/
|
|
4294
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4295
4295
|
var _Visitor = class {
|
|
4296
4296
|
visitTag(tag) {
|
|
4297
4297
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4379,7 +4379,7 @@ function escapeXml(text2) {
|
|
|
4379
4379
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
4380
4380
|
}
|
|
4381
4381
|
|
|
4382
|
-
// bazel-out/
|
|
4382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4383
4383
|
var _MESSAGES_TAG = "messagebundle";
|
|
4384
4384
|
var _MESSAGE_TAG = "msg";
|
|
4385
4385
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -4522,7 +4522,7 @@ function toPublicName(internalName) {
|
|
|
4522
4522
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4523
4523
|
}
|
|
4524
4524
|
|
|
4525
|
-
// bazel-out/
|
|
4525
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4526
4526
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4527
4527
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4528
4528
|
var I18N_ATTR = "i18n";
|
|
@@ -4624,7 +4624,7 @@ function declareI18nVariable(variable2) {
|
|
|
4624
4624
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4625
4625
|
}
|
|
4626
4626
|
|
|
4627
|
-
// bazel-out/
|
|
4627
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4628
4628
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4629
4629
|
var TEMPORARY_NAME = "_t";
|
|
4630
4630
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4840,7 +4840,7 @@ function getInstructionStatements(instructions) {
|
|
|
4840
4840
|
return statements;
|
|
4841
4841
|
}
|
|
4842
4842
|
|
|
4843
|
-
// bazel-out/
|
|
4843
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4844
4844
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4845
4845
|
let result = null;
|
|
4846
4846
|
const factoryMeta = {
|
|
@@ -4928,7 +4928,7 @@ function createFactoryFunction(type) {
|
|
|
4928
4928
|
return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
|
|
4929
4929
|
}
|
|
4930
4930
|
|
|
4931
|
-
// bazel-out/
|
|
4931
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4932
4932
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4933
4933
|
/^\s*$/,
|
|
4934
4934
|
/[<>]/,
|
|
@@ -4950,7 +4950,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4950
4950
|
}
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
|
-
// bazel-out/
|
|
4953
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
|
|
4954
4954
|
var InterpolationConfig = class {
|
|
4955
4955
|
static fromArray(markers) {
|
|
4956
4956
|
if (!markers) {
|
|
@@ -4966,7 +4966,7 @@ var InterpolationConfig = class {
|
|
|
4966
4966
|
};
|
|
4967
4967
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4968
4968
|
|
|
4969
|
-
// bazel-out/
|
|
4969
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4970
4970
|
var $EOF = 0;
|
|
4971
4971
|
var $BSPACE = 8;
|
|
4972
4972
|
var $TAB = 9;
|
|
@@ -5047,7 +5047,7 @@ function isQuote(code) {
|
|
|
5047
5047
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5048
5048
|
}
|
|
5049
5049
|
|
|
5050
|
-
// bazel-out/
|
|
5050
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5051
5051
|
var ParseLocation = class {
|
|
5052
5052
|
constructor(file, offset, line, col) {
|
|
5053
5053
|
this.file = file;
|
|
@@ -5194,7 +5194,7 @@ function sanitizeIdentifier(name) {
|
|
|
5194
5194
|
return name.replace(/\W/g, "_");
|
|
5195
5195
|
}
|
|
5196
5196
|
|
|
5197
|
-
// bazel-out/
|
|
5197
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5198
5198
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5199
5199
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5200
5200
|
constructor() {
|
|
@@ -5265,7 +5265,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5265
5265
|
}
|
|
5266
5266
|
};
|
|
5267
5267
|
|
|
5268
|
-
// bazel-out/
|
|
5268
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5269
5269
|
var policy;
|
|
5270
5270
|
function getPolicy() {
|
|
5271
5271
|
if (policy === void 0) {
|
|
@@ -5302,7 +5302,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5302
5302
|
return fn2.bind(_global);
|
|
5303
5303
|
}
|
|
5304
5304
|
|
|
5305
|
-
// bazel-out/
|
|
5305
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5306
5306
|
var JitEvaluator = class {
|
|
5307
5307
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5308
5308
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5393,7 +5393,7 @@ function isUseStrictStatement(statement) {
|
|
|
5393
5393
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5394
5394
|
}
|
|
5395
5395
|
|
|
5396
|
-
// bazel-out/
|
|
5396
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5397
5397
|
function compileInjector(meta) {
|
|
5398
5398
|
const definitionMap = new DefinitionMap();
|
|
5399
5399
|
if (meta.providers !== null) {
|
|
@@ -5410,7 +5410,7 @@ function createInjectorType(meta) {
|
|
|
5410
5410
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5411
5411
|
}
|
|
5412
5412
|
|
|
5413
|
-
// bazel-out/
|
|
5413
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5414
5414
|
var R3JitReflector = class {
|
|
5415
5415
|
constructor(context) {
|
|
5416
5416
|
this.context = context;
|
|
@@ -5426,7 +5426,7 @@ var R3JitReflector = class {
|
|
|
5426
5426
|
}
|
|
5427
5427
|
};
|
|
5428
5428
|
|
|
5429
|
-
// bazel-out/
|
|
5429
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5430
5430
|
var R3SelectorScopeMode;
|
|
5431
5431
|
(function(R3SelectorScopeMode2) {
|
|
5432
5432
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5539,7 +5539,7 @@ function tupleOfTypes(types) {
|
|
|
5539
5539
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5540
5540
|
}
|
|
5541
5541
|
|
|
5542
|
-
// bazel-out/
|
|
5542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5543
5543
|
function compilePipeFromMetadata(metadata) {
|
|
5544
5544
|
const definitionMapValues = [];
|
|
5545
5545
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5560,7 +5560,7 @@ function createPipeType(metadata) {
|
|
|
5560
5560
|
]));
|
|
5561
5561
|
}
|
|
5562
5562
|
|
|
5563
|
-
// bazel-out/
|
|
5563
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5564
5564
|
var R3TemplateDependencyKind;
|
|
5565
5565
|
(function(R3TemplateDependencyKind2) {
|
|
5566
5566
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5568,7 +5568,7 @@ var R3TemplateDependencyKind;
|
|
|
5568
5568
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5569
5569
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5570
5570
|
|
|
5571
|
-
// bazel-out/
|
|
5571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5572
5572
|
var ParserError = class {
|
|
5573
5573
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5574
5574
|
this.input = input;
|
|
@@ -6234,7 +6234,7 @@ var BoundElementProperty = class {
|
|
|
6234
6234
|
}
|
|
6235
6235
|
};
|
|
6236
6236
|
|
|
6237
|
-
// bazel-out/
|
|
6237
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
6238
6238
|
var _EventHandlerVars = class {
|
|
6239
6239
|
};
|
|
6240
6240
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6855,7 +6855,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6855
6855
|
}
|
|
6856
6856
|
};
|
|
6857
6857
|
|
|
6858
|
-
// bazel-out/
|
|
6858
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6859
6859
|
var _SECURITY_SCHEMA;
|
|
6860
6860
|
function SECURITY_SCHEMA() {
|
|
6861
6861
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6913,7 +6913,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6913
6913
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6914
6914
|
}
|
|
6915
6915
|
|
|
6916
|
-
// bazel-out/
|
|
6916
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6917
6917
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6918
6918
|
"inherit",
|
|
6919
6919
|
"initial",
|
|
@@ -7380,7 +7380,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7380
7380
|
}
|
|
7381
7381
|
}
|
|
7382
7382
|
|
|
7383
|
-
// bazel-out/
|
|
7383
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7384
7384
|
var TagContentType;
|
|
7385
7385
|
(function(TagContentType2) {
|
|
7386
7386
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7413,7 +7413,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7413
7413
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7414
7414
|
}
|
|
7415
7415
|
|
|
7416
|
-
// bazel-out/
|
|
7416
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
|
|
7417
7417
|
var ElementAttributeKind;
|
|
7418
7418
|
(function(ElementAttributeKind2) {
|
|
7419
7419
|
ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
|
|
@@ -7490,7 +7490,7 @@ function assertIsElementAttributes(attrs) {
|
|
|
7490
7490
|
}
|
|
7491
7491
|
}
|
|
7492
7492
|
|
|
7493
|
-
// bazel-out/
|
|
7493
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7494
7494
|
var OpKind;
|
|
7495
7495
|
(function(OpKind2) {
|
|
7496
7496
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7533,7 +7533,7 @@ var SemanticVariableKind;
|
|
|
7533
7533
|
SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
|
|
7534
7534
|
})(SemanticVariableKind || (SemanticVariableKind = {}));
|
|
7535
7535
|
|
|
7536
|
-
// bazel-out/
|
|
7536
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7537
7537
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7538
7538
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7539
7539
|
var UsesSlotIndex = Symbol("UsesSlotIndex");
|
|
@@ -7574,7 +7574,7 @@ function hasUsesSlotIndexTrait(value) {
|
|
|
7574
7574
|
return value[UsesSlotIndex] === true;
|
|
7575
7575
|
}
|
|
7576
7576
|
|
|
7577
|
-
// bazel-out/
|
|
7577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7578
7578
|
var _a;
|
|
7579
7579
|
var _b;
|
|
7580
7580
|
var _c;
|
|
@@ -7977,7 +7977,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
|
|
|
7977
7977
|
}
|
|
7978
7978
|
}
|
|
7979
7979
|
|
|
7980
|
-
// bazel-out/
|
|
7980
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7981
7981
|
var _OpList = class {
|
|
7982
7982
|
constructor() {
|
|
7983
7983
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -8143,7 +8143,7 @@ var OpList = _OpList;
|
|
|
8143
8143
|
_OpList.nextListId = 0;
|
|
8144
8144
|
})();
|
|
8145
8145
|
|
|
8146
|
-
// bazel-out/
|
|
8146
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
8147
8147
|
function createStatementOp(statement) {
|
|
8148
8148
|
return __spreadValues({
|
|
8149
8149
|
kind: OpKind.Statement,
|
|
@@ -8164,7 +8164,7 @@ var NEW_OP = {
|
|
|
8164
8164
|
next: null
|
|
8165
8165
|
};
|
|
8166
8166
|
|
|
8167
|
-
// bazel-out/
|
|
8167
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
8168
8168
|
function createElementStartOp(tag, xref) {
|
|
8169
8169
|
return __spreadValues(__spreadValues({
|
|
8170
8170
|
kind: OpKind.ElementStart,
|
|
@@ -8216,7 +8216,7 @@ function createPipeOp(xref, name) {
|
|
|
8216
8216
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8217
8217
|
}
|
|
8218
8218
|
|
|
8219
|
-
// bazel-out/
|
|
8219
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
8220
8220
|
function createInterpolateTextOp(xref, strings, expressions) {
|
|
8221
8221
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
8222
8222
|
kind: OpKind.InterpolateText,
|
|
@@ -8249,7 +8249,7 @@ function createAdvanceOp(delta) {
|
|
|
8249
8249
|
}, NEW_OP);
|
|
8250
8250
|
}
|
|
8251
8251
|
|
|
8252
|
-
// bazel-out/
|
|
8252
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8253
8253
|
function phaseConstCollection(cpl) {
|
|
8254
8254
|
for (const [_, view] of cpl.views) {
|
|
8255
8255
|
for (const op of view.create) {
|
|
@@ -8290,7 +8290,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
|
|
|
8290
8290
|
return literalArr(attrArray);
|
|
8291
8291
|
}
|
|
8292
8292
|
|
|
8293
|
-
// bazel-out/
|
|
8293
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8294
8294
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8295
8295
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8296
8296
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]]
|
|
@@ -8311,7 +8311,7 @@ function phaseEmptyElements(cpl) {
|
|
|
8311
8311
|
}
|
|
8312
8312
|
}
|
|
8313
8313
|
|
|
8314
|
-
// bazel-out/
|
|
8314
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
8315
8315
|
function phaseGenerateAdvance(cpl) {
|
|
8316
8316
|
for (const [_, view] of cpl.views) {
|
|
8317
8317
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -8343,7 +8343,7 @@ function phaseGenerateAdvance(cpl) {
|
|
|
8343
8343
|
}
|
|
8344
8344
|
}
|
|
8345
8345
|
|
|
8346
|
-
// bazel-out/
|
|
8346
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
8347
8347
|
function element(slot, tag, constIndex, localRefIndex) {
|
|
8348
8348
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
|
|
8349
8349
|
}
|
|
@@ -8572,7 +8572,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs) {
|
|
|
8572
8572
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs).toStmt());
|
|
8573
8573
|
}
|
|
8574
8574
|
|
|
8575
|
-
// bazel-out/
|
|
8575
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
8576
8576
|
function phaseReify(cpl) {
|
|
8577
8577
|
for (const [_, view] of cpl.views) {
|
|
8578
8578
|
reifyCreateOperations(view, view.create);
|
|
@@ -8726,7 +8726,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
|
|
|
8726
8726
|
}
|
|
8727
8727
|
};
|
|
8728
8728
|
|
|
8729
|
-
// bazel-out/
|
|
8729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
8730
8730
|
function phaseSlotAllocation(cpl) {
|
|
8731
8731
|
const slotMap = /* @__PURE__ */ new Map();
|
|
8732
8732
|
for (const [_, view] of cpl.views) {
|
|
@@ -8769,7 +8769,7 @@ function phaseSlotAllocation(cpl) {
|
|
|
8769
8769
|
}
|
|
8770
8770
|
}
|
|
8771
8771
|
|
|
8772
|
-
// bazel-out/
|
|
8772
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
8773
8773
|
function phaseVarCounting(cpl) {
|
|
8774
8774
|
for (const [_, view] of cpl.views) {
|
|
8775
8775
|
let varCount = 0;
|
|
@@ -8826,7 +8826,7 @@ function varsUsedByIrExpression(expr) {
|
|
|
8826
8826
|
}
|
|
8827
8827
|
}
|
|
8828
8828
|
|
|
8829
|
-
// bazel-out/
|
|
8829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
8830
8830
|
function phaseNaming(cpl) {
|
|
8831
8831
|
addNamesToView(cpl.root, cpl.componentName, { index: 0 });
|
|
8832
8832
|
}
|
|
@@ -8884,7 +8884,7 @@ function getVariableName(variable2, state) {
|
|
|
8884
8884
|
return variable2.name;
|
|
8885
8885
|
}
|
|
8886
8886
|
|
|
8887
|
-
// bazel-out/
|
|
8887
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
8888
8888
|
function phaseLocalRefs(cpl) {
|
|
8889
8889
|
for (const view of cpl.views.values()) {
|
|
8890
8890
|
for (const op of view.create) {
|
|
@@ -8915,7 +8915,7 @@ function serializeLocalRefs(refs) {
|
|
|
8915
8915
|
return literalArr(constRefs);
|
|
8916
8916
|
}
|
|
8917
8917
|
|
|
8918
|
-
// bazel-out/
|
|
8918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
8919
8919
|
function phaseGenerateVariables(cpl) {
|
|
8920
8920
|
recursivelyProcessView(cpl.root, null);
|
|
8921
8921
|
}
|
|
@@ -8997,7 +8997,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
8997
8997
|
return newOps;
|
|
8998
8998
|
}
|
|
8999
8999
|
|
|
9000
|
-
// bazel-out/
|
|
9000
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
9001
9001
|
function phaseResolveNames(cpl) {
|
|
9002
9002
|
for (const [_, view] of cpl.views) {
|
|
9003
9003
|
processLexicalScope(view, view.create, null);
|
|
@@ -9050,7 +9050,7 @@ function processLexicalScope(view, ops, savedView) {
|
|
|
9050
9050
|
}
|
|
9051
9051
|
}
|
|
9052
9052
|
|
|
9053
|
-
// bazel-out/
|
|
9053
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
9054
9054
|
function phaseResolveContexts(cpl) {
|
|
9055
9055
|
for (const view of cpl.views.values()) {
|
|
9056
9056
|
processLexicalScope2(view, view.create);
|
|
@@ -9088,7 +9088,7 @@ function processLexicalScope2(view, ops) {
|
|
|
9088
9088
|
}
|
|
9089
9089
|
}
|
|
9090
9090
|
|
|
9091
|
-
// bazel-out/
|
|
9091
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
9092
9092
|
function phaseVariableOptimization(cpl, options) {
|
|
9093
9093
|
for (const [_, view] of cpl.views) {
|
|
9094
9094
|
optimizeVariablesInOpList(view.create, options);
|
|
@@ -9298,7 +9298,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
9298
9298
|
}
|
|
9299
9299
|
}
|
|
9300
9300
|
|
|
9301
|
-
// bazel-out/
|
|
9301
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
9302
9302
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
9303
9303
|
Identifiers.elementStart,
|
|
9304
9304
|
Identifiers.elementEnd,
|
|
@@ -9344,7 +9344,7 @@ function chainOperationsInList(opList) {
|
|
|
9344
9344
|
}
|
|
9345
9345
|
}
|
|
9346
9346
|
|
|
9347
|
-
// bazel-out/
|
|
9347
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
9348
9348
|
function phaseMergeNextContext(cpl) {
|
|
9349
9349
|
for (const view of cpl.views.values()) {
|
|
9350
9350
|
for (const op of view.create) {
|
|
@@ -9389,7 +9389,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
9389
9389
|
}
|
|
9390
9390
|
}
|
|
9391
9391
|
|
|
9392
|
-
// bazel-out/
|
|
9392
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
9393
9393
|
var CONTAINER_TAG = "ng-container";
|
|
9394
9394
|
function phaseNgContainer(cpl) {
|
|
9395
9395
|
for (const [_, view] of cpl.views) {
|
|
@@ -9406,7 +9406,7 @@ function phaseNgContainer(cpl) {
|
|
|
9406
9406
|
}
|
|
9407
9407
|
}
|
|
9408
9408
|
|
|
9409
|
-
// bazel-out/
|
|
9409
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
9410
9410
|
function phaseSaveRestoreView(cpl) {
|
|
9411
9411
|
for (const view of cpl.views.values()) {
|
|
9412
9412
|
if (view === cpl.root) {
|
|
@@ -9439,7 +9439,7 @@ function phaseSaveRestoreView(cpl) {
|
|
|
9439
9439
|
}
|
|
9440
9440
|
}
|
|
9441
9441
|
|
|
9442
|
-
// bazel-out/
|
|
9442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
9443
9443
|
function phasePureFunctionExtraction(cpl) {
|
|
9444
9444
|
for (const view of cpl.views.values()) {
|
|
9445
9445
|
for (const op of view.ops()) {
|
|
@@ -9481,7 +9481,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
9481
9481
|
}
|
|
9482
9482
|
};
|
|
9483
9483
|
|
|
9484
|
-
// bazel-out/
|
|
9484
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
9485
9485
|
function phasePipeCreation(cpl) {
|
|
9486
9486
|
for (const view of cpl.views.values()) {
|
|
9487
9487
|
processPipeBindingsInView(view);
|
|
@@ -9524,7 +9524,7 @@ function addPipeToCreationBlock(view, afterTargetXref, binding) {
|
|
|
9524
9524
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
9525
9525
|
}
|
|
9526
9526
|
|
|
9527
|
-
// bazel-out/
|
|
9527
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
9528
9528
|
function phasePipeVariadic(cpl) {
|
|
9529
9529
|
for (const view of cpl.views.values()) {
|
|
9530
9530
|
for (const op of view.update) {
|
|
@@ -9541,7 +9541,7 @@ function phasePipeVariadic(cpl) {
|
|
|
9541
9541
|
}
|
|
9542
9542
|
}
|
|
9543
9543
|
|
|
9544
|
-
// bazel-out/
|
|
9544
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
9545
9545
|
function phasePureLiteralStructures(cpl) {
|
|
9546
9546
|
for (const view of cpl.views.values()) {
|
|
9547
9547
|
for (const op of view.update) {
|
|
@@ -9588,7 +9588,7 @@ function transformLiteralMap(expr) {
|
|
|
9588
9588
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
9589
9589
|
}
|
|
9590
9590
|
|
|
9591
|
-
// bazel-out/
|
|
9591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/align_pipe_variadic_var_offset.mjs
|
|
9592
9592
|
function phaseAlignPipeVariadicVarOffset(cpl) {
|
|
9593
9593
|
for (const view of cpl.views.values()) {
|
|
9594
9594
|
for (const op of view.update) {
|
|
@@ -9609,7 +9609,7 @@ function phaseAlignPipeVariadicVarOffset(cpl) {
|
|
|
9609
9609
|
}
|
|
9610
9610
|
}
|
|
9611
9611
|
|
|
9612
|
-
// bazel-out/
|
|
9612
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
9613
9613
|
function transformTemplate(cpl) {
|
|
9614
9614
|
phasePipeCreation(cpl);
|
|
9615
9615
|
phasePipeVariadic(cpl);
|
|
@@ -9691,7 +9691,7 @@ function maybeGenerateRfBlock(flag, statements) {
|
|
|
9691
9691
|
];
|
|
9692
9692
|
}
|
|
9693
9693
|
|
|
9694
|
-
// bazel-out/
|
|
9694
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
9695
9695
|
var ComponentCompilation = class {
|
|
9696
9696
|
constructor(componentName, pool) {
|
|
9697
9697
|
this.componentName = componentName;
|
|
@@ -9749,7 +9749,7 @@ var ViewCompilation = class {
|
|
|
9749
9749
|
}
|
|
9750
9750
|
};
|
|
9751
9751
|
|
|
9752
|
-
// bazel-out/
|
|
9752
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
9753
9753
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
9754
9754
|
["&&", BinaryOperator.And],
|
|
9755
9755
|
[">", BinaryOperator.Bigger],
|
|
@@ -9770,7 +9770,7 @@ var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
9770
9770
|
["+", BinaryOperator.Plus]
|
|
9771
9771
|
]);
|
|
9772
9772
|
|
|
9773
|
-
// bazel-out/
|
|
9773
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
9774
9774
|
function ingest(componentName, template2, constantPool) {
|
|
9775
9775
|
const cpl = new ComponentCompilation(componentName, constantPool);
|
|
9776
9776
|
ingestNodes(cpl.root, template2);
|
|
@@ -9965,10 +9965,10 @@ function assertIsArray(value) {
|
|
|
9965
9965
|
}
|
|
9966
9966
|
}
|
|
9967
9967
|
|
|
9968
|
-
// bazel-out/
|
|
9968
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
9969
9969
|
var USE_TEMPLATE_PIPELINE = false;
|
|
9970
9970
|
|
|
9971
|
-
// bazel-out/
|
|
9971
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
9972
9972
|
function parse(value) {
|
|
9973
9973
|
const styles = [];
|
|
9974
9974
|
let i = 0;
|
|
@@ -10029,7 +10029,7 @@ function hyphenate(value) {
|
|
|
10029
10029
|
}).toLowerCase();
|
|
10030
10030
|
}
|
|
10031
10031
|
|
|
10032
|
-
// bazel-out/
|
|
10032
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
10033
10033
|
var IMPORTANT_FLAG = "!important";
|
|
10034
10034
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
10035
10035
|
var StylingBuilder = class {
|
|
@@ -10362,7 +10362,7 @@ function isEmptyExpression(ast) {
|
|
|
10362
10362
|
return ast instanceof EmptyExpr;
|
|
10363
10363
|
}
|
|
10364
10364
|
|
|
10365
|
-
// bazel-out/
|
|
10365
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
10366
10366
|
var TokenType;
|
|
10367
10367
|
(function(TokenType2) {
|
|
10368
10368
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -10723,7 +10723,7 @@ function parseIntAutoRadix(text2) {
|
|
|
10723
10723
|
return result;
|
|
10724
10724
|
}
|
|
10725
10725
|
|
|
10726
|
-
// bazel-out/
|
|
10726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
10727
10727
|
var SplitInterpolation = class {
|
|
10728
10728
|
constructor(strings, expressions, offsets) {
|
|
10729
10729
|
this.strings = strings;
|
|
@@ -11617,7 +11617,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
11617
11617
|
return offsetMap;
|
|
11618
11618
|
}
|
|
11619
11619
|
|
|
11620
|
-
// bazel-out/
|
|
11620
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
11621
11621
|
var NodeWithI18n = class {
|
|
11622
11622
|
constructor(sourceSpan, i18n) {
|
|
11623
11623
|
this.sourceSpan = sourceSpan;
|
|
@@ -11705,11 +11705,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
11705
11705
|
return result;
|
|
11706
11706
|
}
|
|
11707
11707
|
|
|
11708
|
-
// bazel-out/
|
|
11708
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
11709
11709
|
var ElementSchemaRegistry = class {
|
|
11710
11710
|
};
|
|
11711
11711
|
|
|
11712
|
-
// bazel-out/
|
|
11712
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
11713
11713
|
var BOOLEAN = "boolean";
|
|
11714
11714
|
var NUMBER = "number";
|
|
11715
11715
|
var STRING = "string";
|
|
@@ -12062,7 +12062,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
12062
12062
|
}
|
|
12063
12063
|
}
|
|
12064
12064
|
|
|
12065
|
-
// bazel-out/
|
|
12065
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
12066
12066
|
var HtmlTagDefinition = class {
|
|
12067
12067
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
12068
12068
|
this.closedByChildren = {};
|
|
@@ -12180,7 +12180,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
12180
12180
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
12181
12181
|
}
|
|
12182
12182
|
|
|
12183
|
-
// bazel-out/
|
|
12183
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
12184
12184
|
var NAMED_ENTITIES = {
|
|
12185
12185
|
"AElig": "\xC6",
|
|
12186
12186
|
"AMP": "&",
|
|
@@ -14311,7 +14311,7 @@ var NAMED_ENTITIES = {
|
|
|
14311
14311
|
var NGSP_UNICODE = "\uE500";
|
|
14312
14312
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
14313
14313
|
|
|
14314
|
-
// bazel-out/
|
|
14314
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
14315
14315
|
var TokenError = class extends ParseError {
|
|
14316
14316
|
constructor(errorMsg, tokenType, span) {
|
|
14317
14317
|
super(span, errorMsg);
|
|
@@ -15146,7 +15146,7 @@ var CursorError = class {
|
|
|
15146
15146
|
}
|
|
15147
15147
|
};
|
|
15148
15148
|
|
|
15149
|
-
// bazel-out/
|
|
15149
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
15150
15150
|
var TreeError = class extends ParseError {
|
|
15151
15151
|
static create(elementName, span, msg) {
|
|
15152
15152
|
return new TreeError(elementName, span, msg);
|
|
@@ -15473,7 +15473,7 @@ function decodeEntity(match, entity) {
|
|
|
15473
15473
|
return match;
|
|
15474
15474
|
}
|
|
15475
15475
|
|
|
15476
|
-
// bazel-out/
|
|
15476
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
15477
15477
|
var HtmlParser = class extends Parser2 {
|
|
15478
15478
|
constructor() {
|
|
15479
15479
|
super(getHtmlTagDefinition);
|
|
@@ -15483,7 +15483,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
15483
15483
|
}
|
|
15484
15484
|
};
|
|
15485
15485
|
|
|
15486
|
-
// bazel-out/
|
|
15486
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
15487
15487
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
15488
15488
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
15489
15489
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -15543,7 +15543,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
15543
15543
|
return result;
|
|
15544
15544
|
}
|
|
15545
15545
|
|
|
15546
|
-
// bazel-out/
|
|
15546
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
15547
15547
|
function mapLiteral(obj, quoted = false) {
|
|
15548
15548
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
15549
15549
|
key,
|
|
@@ -15552,7 +15552,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
15552
15552
|
})));
|
|
15553
15553
|
}
|
|
15554
15554
|
|
|
15555
|
-
// bazel-out/
|
|
15555
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15556
15556
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15557
15557
|
"iframe|srcdoc",
|
|
15558
15558
|
"*|innerhtml",
|
|
@@ -15567,7 +15567,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15567
15567
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15568
15568
|
}
|
|
15569
15569
|
|
|
15570
|
-
// bazel-out/
|
|
15570
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
15571
15571
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
15572
15572
|
var ATTRIBUTE_PREFIX = "attr";
|
|
15573
15573
|
var CLASS_PREFIX = "class";
|
|
@@ -15887,7 +15887,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
15887
15887
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
15888
15888
|
}
|
|
15889
15889
|
|
|
15890
|
-
// bazel-out/
|
|
15890
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
15891
15891
|
function isStyleUrlResolvable(url) {
|
|
15892
15892
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
15893
15893
|
return false;
|
|
@@ -15896,7 +15896,7 @@ function isStyleUrlResolvable(url) {
|
|
|
15896
15896
|
}
|
|
15897
15897
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
15898
15898
|
|
|
15899
|
-
// bazel-out/
|
|
15899
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
15900
15900
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
15901
15901
|
var LINK_ELEMENT = "link";
|
|
15902
15902
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -15966,7 +15966,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
15966
15966
|
return selectAttr;
|
|
15967
15967
|
}
|
|
15968
15968
|
|
|
15969
|
-
// bazel-out/
|
|
15969
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
15970
15970
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
15971
15971
|
var KW_BIND_IDX = 1;
|
|
15972
15972
|
var KW_LET_IDX = 2;
|
|
@@ -16314,7 +16314,7 @@ function textContents(node) {
|
|
|
16314
16314
|
}
|
|
16315
16315
|
}
|
|
16316
16316
|
|
|
16317
|
-
// bazel-out/
|
|
16317
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
16318
16318
|
var TagType;
|
|
16319
16319
|
(function(TagType2) {
|
|
16320
16320
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -16449,7 +16449,7 @@ function serializePlaceholderValue(value) {
|
|
|
16449
16449
|
}
|
|
16450
16450
|
}
|
|
16451
16451
|
|
|
16452
|
-
// bazel-out/
|
|
16452
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
16453
16453
|
var IcuSerializerVisitor = class {
|
|
16454
16454
|
visitText(text2) {
|
|
16455
16455
|
return text2.value;
|
|
@@ -16480,7 +16480,7 @@ function serializeIcuNode(icu) {
|
|
|
16480
16480
|
return icu.visit(serializer);
|
|
16481
16481
|
}
|
|
16482
16482
|
|
|
16483
|
-
// bazel-out/
|
|
16483
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
16484
16484
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
16485
16485
|
"A": "LINK",
|
|
16486
16486
|
"B": "BOLD_TEXT",
|
|
@@ -16574,7 +16574,7 @@ var PlaceholderRegistry = class {
|
|
|
16574
16574
|
}
|
|
16575
16575
|
};
|
|
16576
16576
|
|
|
16577
|
-
// bazel-out/
|
|
16577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
16578
16578
|
var _expParser = new Parser(new Lexer());
|
|
16579
16579
|
function createI18nMessageFactory(interpolationConfig) {
|
|
16580
16580
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig);
|
|
@@ -16729,14 +16729,14 @@ function extractPlaceholderName(input) {
|
|
|
16729
16729
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
16730
16730
|
}
|
|
16731
16731
|
|
|
16732
|
-
// bazel-out/
|
|
16732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
16733
16733
|
var I18nError = class extends ParseError {
|
|
16734
16734
|
constructor(span, msg) {
|
|
16735
16735
|
super(span, msg);
|
|
16736
16736
|
}
|
|
16737
16737
|
};
|
|
16738
16738
|
|
|
16739
|
-
// bazel-out/
|
|
16739
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
16740
16740
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
16741
16741
|
if (htmlNode instanceof NodeWithI18n) {
|
|
16742
16742
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16885,7 +16885,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16885
16885
|
return jsDocComment(tags);
|
|
16886
16886
|
}
|
|
16887
16887
|
|
|
16888
|
-
// bazel-out/
|
|
16888
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16889
16889
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16890
16890
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16891
16891
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16933,7 +16933,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16933
16933
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16934
16934
|
}
|
|
16935
16935
|
|
|
16936
|
-
// bazel-out/
|
|
16936
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16937
16937
|
function createLocalizeStatements(variable2, message, params) {
|
|
16938
16938
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16939
16939
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -17016,7 +17016,7 @@ function createEmptyMessagePart(location) {
|
|
|
17016
17016
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
17017
17017
|
}
|
|
17018
17018
|
|
|
17019
|
-
// bazel-out/
|
|
17019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
17020
17020
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
17021
17021
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
17022
17022
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -18318,7 +18318,7 @@ function createClosureModeGuard() {
|
|
|
18318
18318
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
|
|
18319
18319
|
}
|
|
18320
18320
|
|
|
18321
|
-
// bazel-out/
|
|
18321
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
18322
18322
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
18323
18323
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
18324
18324
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -18878,11 +18878,11 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
18878
18878
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
18879
18879
|
}
|
|
18880
18880
|
|
|
18881
|
-
// bazel-out/
|
|
18881
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
18882
18882
|
var ResourceLoader = class {
|
|
18883
18883
|
};
|
|
18884
18884
|
|
|
18885
|
-
// bazel-out/
|
|
18885
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
18886
18886
|
var CompilerFacadeImpl = class {
|
|
18887
18887
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
18888
18888
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -19405,10 +19405,10 @@ function publishFacade(global2) {
|
|
|
19405
19405
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
19406
19406
|
}
|
|
19407
19407
|
|
|
19408
|
-
// bazel-out/
|
|
19409
|
-
var VERSION2 = new Version("16.1.
|
|
19408
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
19409
|
+
var VERSION2 = new Version("16.1.2");
|
|
19410
19410
|
|
|
19411
|
-
// bazel-out/
|
|
19411
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
19412
19412
|
var _I18N_ATTR = "i18n";
|
|
19413
19413
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
19414
19414
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -19712,7 +19712,7 @@ function _parseMessageMeta(i18n) {
|
|
|
19712
19712
|
return { meaning, description, id: id.trim() };
|
|
19713
19713
|
}
|
|
19714
19714
|
|
|
19715
|
-
// bazel-out/
|
|
19715
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
19716
19716
|
var XmlTagDefinition = class {
|
|
19717
19717
|
constructor() {
|
|
19718
19718
|
this.closedByParent = false;
|
|
@@ -19737,7 +19737,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
19737
19737
|
return _TAG_DEFINITION;
|
|
19738
19738
|
}
|
|
19739
19739
|
|
|
19740
|
-
// bazel-out/
|
|
19740
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
19741
19741
|
var XmlParser = class extends Parser2 {
|
|
19742
19742
|
constructor() {
|
|
19743
19743
|
super(getXmlTagDefinition);
|
|
@@ -19747,7 +19747,7 @@ var XmlParser = class extends Parser2 {
|
|
|
19747
19747
|
}
|
|
19748
19748
|
};
|
|
19749
19749
|
|
|
19750
|
-
// bazel-out/
|
|
19750
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
19751
19751
|
var _VERSION = "1.2";
|
|
19752
19752
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
19753
19753
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -19987,7 +19987,7 @@ function getCtypeForTag(tag) {
|
|
|
19987
19987
|
}
|
|
19988
19988
|
}
|
|
19989
19989
|
|
|
19990
|
-
// bazel-out/
|
|
19990
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
19991
19991
|
var _VERSION2 = "2.0";
|
|
19992
19992
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
19993
19993
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -20278,7 +20278,7 @@ function getTypeForTag(tag) {
|
|
|
20278
20278
|
}
|
|
20279
20279
|
}
|
|
20280
20280
|
|
|
20281
|
-
// bazel-out/
|
|
20281
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
20282
20282
|
var MessageBundle = class {
|
|
20283
20283
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
20284
20284
|
this._htmlParser = _htmlParser;
|
|
@@ -20345,7 +20345,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
20345
20345
|
}
|
|
20346
20346
|
};
|
|
20347
20347
|
|
|
20348
|
-
// bazel-out/
|
|
20348
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
20349
20349
|
var FactoryTarget2;
|
|
20350
20350
|
(function(FactoryTarget3) {
|
|
20351
20351
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -20355,7 +20355,7 @@ var FactoryTarget2;
|
|
|
20355
20355
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
20356
20356
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
20357
20357
|
|
|
20358
|
-
// bazel-out/
|
|
20358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
20359
20359
|
var R3TargetBinder = class {
|
|
20360
20360
|
constructor(directiveMatcher) {
|
|
20361
20361
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -20707,7 +20707,7 @@ function extractTemplateEntities(rootScope) {
|
|
|
20707
20707
|
return templateEntities;
|
|
20708
20708
|
}
|
|
20709
20709
|
|
|
20710
|
-
// bazel-out/
|
|
20710
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
20711
20711
|
function compileClassMetadata(metadata) {
|
|
20712
20712
|
var _a2, _b2;
|
|
20713
20713
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -20720,12 +20720,12 @@ function compileClassMetadata(metadata) {
|
|
|
20720
20720
|
return iife.callFn([]);
|
|
20721
20721
|
}
|
|
20722
20722
|
|
|
20723
|
-
// bazel-out/
|
|
20723
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
20724
20724
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
20725
20725
|
function compileDeclareClassMetadata(metadata) {
|
|
20726
20726
|
const definitionMap = new DefinitionMap();
|
|
20727
20727
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
20728
|
-
definitionMap.set("version", literal("16.1.
|
|
20728
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
20729
20729
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20730
20730
|
definitionMap.set("type", metadata.type);
|
|
20731
20731
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -20734,7 +20734,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
20734
20734
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
20735
20735
|
}
|
|
20736
20736
|
|
|
20737
|
-
// bazel-out/
|
|
20737
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
20738
20738
|
function toOptionalLiteralArray(values, mapper) {
|
|
20739
20739
|
if (values === null || values.length === 0) {
|
|
20740
20740
|
return null;
|
|
@@ -20782,7 +20782,7 @@ function compileDependency(dep) {
|
|
|
20782
20782
|
return depMeta.toLiteralMap();
|
|
20783
20783
|
}
|
|
20784
20784
|
|
|
20785
|
-
// bazel-out/
|
|
20785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
20786
20786
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
|
|
20787
20787
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
20788
20788
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
@@ -20794,7 +20794,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
20794
20794
|
var _a2;
|
|
20795
20795
|
const definitionMap = new DefinitionMap();
|
|
20796
20796
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
20797
|
-
definitionMap.set("version", literal("16.1.
|
|
20797
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
20798
20798
|
definitionMap.set("type", meta.type.value);
|
|
20799
20799
|
if (meta.isStandalone) {
|
|
20800
20800
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -20887,7 +20887,7 @@ function createHostDirectives(hostDirectives) {
|
|
|
20887
20887
|
return literalArr(expressions);
|
|
20888
20888
|
}
|
|
20889
20889
|
|
|
20890
|
-
// bazel-out/
|
|
20890
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
20891
20891
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
20892
20892
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
20893
20893
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -20974,12 +20974,12 @@ function compileUsedDependenciesMetadata(meta) {
|
|
|
20974
20974
|
});
|
|
20975
20975
|
}
|
|
20976
20976
|
|
|
20977
|
-
// bazel-out/
|
|
20977
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
20978
20978
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
20979
20979
|
function compileDeclareFactoryFunction(meta) {
|
|
20980
20980
|
const definitionMap = new DefinitionMap();
|
|
20981
20981
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
20982
|
-
definitionMap.set("version", literal("16.1.
|
|
20982
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
20983
20983
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20984
20984
|
definitionMap.set("type", meta.type.value);
|
|
20985
20985
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -20991,7 +20991,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
20991
20991
|
};
|
|
20992
20992
|
}
|
|
20993
20993
|
|
|
20994
|
-
// bazel-out/
|
|
20994
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
20995
20995
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
20996
20996
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
20997
20997
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -21002,7 +21002,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
21002
21002
|
function createInjectableDefinitionMap(meta) {
|
|
21003
21003
|
const definitionMap = new DefinitionMap();
|
|
21004
21004
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
21005
|
-
definitionMap.set("version", literal("16.1.
|
|
21005
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
21006
21006
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
21007
21007
|
definitionMap.set("type", meta.type.value);
|
|
21008
21008
|
if (meta.providedIn !== void 0) {
|
|
@@ -21029,7 +21029,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
21029
21029
|
return definitionMap;
|
|
21030
21030
|
}
|
|
21031
21031
|
|
|
21032
|
-
// bazel-out/
|
|
21032
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
21033
21033
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
|
|
21034
21034
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
21035
21035
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -21040,7 +21040,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
21040
21040
|
function createInjectorDefinitionMap(meta) {
|
|
21041
21041
|
const definitionMap = new DefinitionMap();
|
|
21042
21042
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
21043
|
-
definitionMap.set("version", literal("16.1.
|
|
21043
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
21044
21044
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
21045
21045
|
definitionMap.set("type", meta.type.value);
|
|
21046
21046
|
definitionMap.set("providers", meta.providers);
|
|
@@ -21050,7 +21050,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
21050
21050
|
return definitionMap;
|
|
21051
21051
|
}
|
|
21052
21052
|
|
|
21053
|
-
// bazel-out/
|
|
21053
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
21054
21054
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
21055
21055
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
21056
21056
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -21061,7 +21061,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
21061
21061
|
function createNgModuleDefinitionMap(meta) {
|
|
21062
21062
|
const definitionMap = new DefinitionMap();
|
|
21063
21063
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
21064
|
-
definitionMap.set("version", literal("16.1.
|
|
21064
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
21065
21065
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
21066
21066
|
definitionMap.set("type", meta.type.value);
|
|
21067
21067
|
if (meta.bootstrap.length > 0) {
|
|
@@ -21085,7 +21085,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
21085
21085
|
return definitionMap;
|
|
21086
21086
|
}
|
|
21087
21087
|
|
|
21088
|
-
// bazel-out/
|
|
21088
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
21089
21089
|
var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
|
|
21090
21090
|
function compileDeclarePipeFromMetadata(meta) {
|
|
21091
21091
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -21096,7 +21096,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
21096
21096
|
function createPipeDefinitionMap(meta) {
|
|
21097
21097
|
const definitionMap = new DefinitionMap();
|
|
21098
21098
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
|
|
21099
|
-
definitionMap.set("version", literal("16.1.
|
|
21099
|
+
definitionMap.set("version", literal("16.1.2"));
|
|
21100
21100
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
21101
21101
|
definitionMap.set("type", meta.type.value);
|
|
21102
21102
|
if (meta.isStandalone) {
|
|
@@ -21109,13 +21109,13 @@ function createPipeDefinitionMap(meta) {
|
|
|
21109
21109
|
return definitionMap;
|
|
21110
21110
|
}
|
|
21111
21111
|
|
|
21112
|
-
// bazel-out/
|
|
21112
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
21113
21113
|
publishFacade(_global);
|
|
21114
21114
|
|
|
21115
|
-
// bazel-out/
|
|
21116
|
-
var VERSION3 = new Version("16.1.
|
|
21115
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
21116
|
+
var VERSION3 = new Version("16.1.2");
|
|
21117
21117
|
|
|
21118
|
-
// bazel-out/
|
|
21118
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
21119
21119
|
var EmitFlags;
|
|
21120
21120
|
(function(EmitFlags2) {
|
|
21121
21121
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -21127,13 +21127,13 @@ var EmitFlags;
|
|
|
21127
21127
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
21128
21128
|
})(EmitFlags || (EmitFlags = {}));
|
|
21129
21129
|
|
|
21130
|
-
// bazel-out/
|
|
21130
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
21131
21131
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
21132
21132
|
|
|
21133
|
-
// bazel-out/
|
|
21133
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
21134
21134
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
21135
21135
|
|
|
21136
|
-
// bazel-out/
|
|
21136
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
21137
21137
|
var path = __toESM(require("path"), 1);
|
|
21138
21138
|
function i18nGetExtension(formatName) {
|
|
21139
21139
|
const format = formatName.toLowerCase();
|
|
@@ -21183,10 +21183,10 @@ function getPathNormalizer(basePath) {
|
|
|
21183
21183
|
};
|
|
21184
21184
|
}
|
|
21185
21185
|
|
|
21186
|
-
// bazel-out/
|
|
21186
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
21187
21187
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
21188
21188
|
|
|
21189
|
-
// bazel-out/
|
|
21189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
21190
21190
|
function toNumbers(value) {
|
|
21191
21191
|
const suffixIndex = value.lastIndexOf("-");
|
|
21192
21192
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -21221,7 +21221,7 @@ function compareVersions(v1, v2) {
|
|
|
21221
21221
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
21222
21222
|
}
|
|
21223
21223
|
|
|
21224
|
-
// bazel-out/
|
|
21224
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
21225
21225
|
var MIN_TS_VERSION = "4.9.3";
|
|
21226
21226
|
var MAX_TS_VERSION = "5.2.0";
|
|
21227
21227
|
var tsVersion = import_typescript3.default.version;
|
|
@@ -21234,13 +21234,13 @@ function verifySupportedTypeScriptVersion() {
|
|
|
21234
21234
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
21235
21235
|
}
|
|
21236
21236
|
|
|
21237
|
-
// bazel-out/
|
|
21237
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
21238
21238
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
21239
21239
|
|
|
21240
|
-
// bazel-out/
|
|
21240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
21241
21241
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
21242
21242
|
|
|
21243
|
-
// bazel-out/
|
|
21243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
21244
21244
|
var ErrorCode;
|
|
21245
21245
|
(function(ErrorCode2) {
|
|
21246
21246
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -21314,7 +21314,7 @@ var ErrorCode;
|
|
|
21314
21314
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
21315
21315
|
})(ErrorCode || (ErrorCode = {}));
|
|
21316
21316
|
|
|
21317
|
-
// bazel-out/
|
|
21317
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
21318
21318
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
21319
21319
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
21320
21320
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -21326,15 +21326,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
21326
21326
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
21327
21327
|
]);
|
|
21328
21328
|
|
|
21329
|
-
// bazel-out/
|
|
21329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
21330
21330
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
21331
21331
|
|
|
21332
|
-
// bazel-out/
|
|
21332
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
21333
21333
|
function ngErrorCode(code) {
|
|
21334
21334
|
return parseInt("-99" + code);
|
|
21335
21335
|
}
|
|
21336
21336
|
|
|
21337
|
-
// bazel-out/
|
|
21337
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
21338
21338
|
var FatalDiagnosticError = class {
|
|
21339
21339
|
constructor(code, node, message, relatedInformation) {
|
|
21340
21340
|
this.code = code;
|
|
@@ -21390,10 +21390,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
21390
21390
|
return messageText;
|
|
21391
21391
|
}
|
|
21392
21392
|
|
|
21393
|
-
// bazel-out/
|
|
21393
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
21394
21394
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
21395
21395
|
|
|
21396
|
-
// bazel-out/
|
|
21396
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
21397
21397
|
var ExtendedTemplateDiagnosticName;
|
|
21398
21398
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
21399
21399
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -21406,13 +21406,13 @@ var ExtendedTemplateDiagnosticName;
|
|
|
21406
21406
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
21407
21407
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
21408
21408
|
|
|
21409
|
-
// bazel-out/
|
|
21409
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
21410
21410
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
21411
21411
|
|
|
21412
|
-
// bazel-out/
|
|
21412
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
21413
21413
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
21414
21414
|
|
|
21415
|
-
// bazel-out/
|
|
21415
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
21416
21416
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
21417
21417
|
var TS = /\.tsx?$/i;
|
|
21418
21418
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -21513,7 +21513,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
21513
21513
|
return redirectInfo.unredirected;
|
|
21514
21514
|
}
|
|
21515
21515
|
|
|
21516
|
-
// bazel-out/
|
|
21516
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
21517
21517
|
function findExportedNameOfNode(target, file, reflector) {
|
|
21518
21518
|
const exports = reflector.getExportsOfModule(file);
|
|
21519
21519
|
if (exports === null) {
|
|
@@ -21533,7 +21533,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
21533
21533
|
return foundExportName;
|
|
21534
21534
|
}
|
|
21535
21535
|
|
|
21536
|
-
// bazel-out/
|
|
21536
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
21537
21537
|
var ImportFlags;
|
|
21538
21538
|
(function(ImportFlags2) {
|
|
21539
21539
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -21749,7 +21749,7 @@ var UnifiedModulesStrategy = class {
|
|
|
21749
21749
|
}
|
|
21750
21750
|
};
|
|
21751
21751
|
|
|
21752
|
-
// bazel-out/
|
|
21752
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
21753
21753
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
21754
21754
|
var UnifiedModulesAliasingHost = class {
|
|
21755
21755
|
constructor(unifiedModulesHost) {
|
|
@@ -21816,7 +21816,7 @@ var AliasStrategy = class {
|
|
|
21816
21816
|
}
|
|
21817
21817
|
};
|
|
21818
21818
|
|
|
21819
|
-
// bazel-out/
|
|
21819
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
21820
21820
|
function relativePathBetween(from, to) {
|
|
21821
21821
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
21822
21822
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -21825,7 +21825,7 @@ function normalizeSeparators2(path3) {
|
|
|
21825
21825
|
return path3.replace(/\\/g, "/");
|
|
21826
21826
|
}
|
|
21827
21827
|
|
|
21828
|
-
// bazel-out/
|
|
21828
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
21829
21829
|
var NoopImportRewriter = class {
|
|
21830
21830
|
shouldImportSymbol(symbol, specifier) {
|
|
21831
21831
|
return true;
|
|
@@ -21883,7 +21883,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
21883
21883
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
21884
21884
|
}
|
|
21885
21885
|
|
|
21886
|
-
// bazel-out/
|
|
21886
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
21887
21887
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
21888
21888
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
21889
21889
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -21918,7 +21918,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
21918
21918
|
throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
21919
21919
|
}
|
|
21920
21920
|
|
|
21921
|
-
// bazel-out/
|
|
21921
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
21922
21922
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
21923
21923
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
21924
21924
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -21959,7 +21959,7 @@ var DefaultImportTracker = class {
|
|
|
21959
21959
|
}
|
|
21960
21960
|
};
|
|
21961
21961
|
|
|
21962
|
-
// bazel-out/
|
|
21962
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
21963
21963
|
var Reference2 = class {
|
|
21964
21964
|
constructor(node, bestGuessOwningModule = null) {
|
|
21965
21965
|
this.node = node;
|
|
@@ -22022,7 +22022,7 @@ var Reference2 = class {
|
|
|
22022
22022
|
}
|
|
22023
22023
|
};
|
|
22024
22024
|
|
|
22025
|
-
// bazel-out/
|
|
22025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
22026
22026
|
var ModuleResolver = class {
|
|
22027
22027
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
22028
22028
|
this.program = program;
|
|
@@ -22039,7 +22039,7 @@ var ModuleResolver = class {
|
|
|
22039
22039
|
}
|
|
22040
22040
|
};
|
|
22041
22041
|
|
|
22042
|
-
// bazel-out/
|
|
22042
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
22043
22043
|
function valueReferenceToExpression(valueRef) {
|
|
22044
22044
|
if (valueRef.kind === 2) {
|
|
22045
22045
|
return null;
|
|
@@ -22278,7 +22278,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
22278
22278
|
return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
|
|
22279
22279
|
}
|
|
22280
22280
|
|
|
22281
|
-
// bazel-out/
|
|
22281
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
22282
22282
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
22283
22283
|
const deps = [];
|
|
22284
22284
|
const errors = [];
|
|
@@ -22420,10 +22420,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
22420
22420
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
22421
22421
|
}
|
|
22422
22422
|
|
|
22423
|
-
// bazel-out/
|
|
22423
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
22424
22424
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
22425
22425
|
|
|
22426
|
-
// bazel-out/
|
|
22426
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
22427
22427
|
var MetaKind;
|
|
22428
22428
|
(function(MetaKind2) {
|
|
22429
22429
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -22436,10 +22436,10 @@ var MatchSource;
|
|
|
22436
22436
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
22437
22437
|
})(MatchSource || (MatchSource = {}));
|
|
22438
22438
|
|
|
22439
|
-
// bazel-out/
|
|
22439
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
22440
22440
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
22441
22441
|
|
|
22442
|
-
// bazel-out/
|
|
22442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
22443
22443
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
22444
22444
|
function isDecoratorIdentifier(exp) {
|
|
22445
22445
|
return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
|
|
@@ -22453,7 +22453,7 @@ var ClassMemberKind;
|
|
|
22453
22453
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
22454
22454
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
22455
22455
|
|
|
22456
|
-
// bazel-out/
|
|
22456
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
22457
22457
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
22458
22458
|
function typeToValue(typeNode, checker) {
|
|
22459
22459
|
if (typeNode === null) {
|
|
@@ -22619,10 +22619,10 @@ function extractModuleName(node) {
|
|
|
22619
22619
|
return node.moduleSpecifier.text;
|
|
22620
22620
|
}
|
|
22621
22621
|
|
|
22622
|
-
// bazel-out/
|
|
22622
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
22623
22623
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
22624
22624
|
|
|
22625
|
-
// bazel-out/
|
|
22625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
22626
22626
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
22627
22627
|
function isNamedClassDeclaration(node) {
|
|
22628
22628
|
return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -22631,7 +22631,7 @@ function isIdentifier(node) {
|
|
|
22631
22631
|
return node !== void 0 && import_typescript17.default.isIdentifier(node);
|
|
22632
22632
|
}
|
|
22633
22633
|
|
|
22634
|
-
// bazel-out/
|
|
22634
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
22635
22635
|
var TypeScriptReflectionHost = class {
|
|
22636
22636
|
constructor(checker) {
|
|
22637
22637
|
this.checker = checker;
|
|
@@ -23060,7 +23060,7 @@ function getExportedName(decl, originalId) {
|
|
|
23060
23060
|
}
|
|
23061
23061
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
23062
23062
|
|
|
23063
|
-
// bazel-out/
|
|
23063
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
23064
23064
|
var ClassPropertyMapping = class {
|
|
23065
23065
|
constructor(forwardMap) {
|
|
23066
23066
|
this.forwardMap = forwardMap;
|
|
@@ -23138,7 +23138,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
23138
23138
|
return reverseMap;
|
|
23139
23139
|
}
|
|
23140
23140
|
|
|
23141
|
-
// bazel-out/
|
|
23141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
23142
23142
|
var import_typescript20 = __toESM(require("typescript"), 1);
|
|
23143
23143
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
23144
23144
|
if (!import_typescript20.default.isTupleTypeNode(def)) {
|
|
@@ -23323,7 +23323,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
23323
23323
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
23324
23324
|
}
|
|
23325
23325
|
|
|
23326
|
-
// bazel-out/
|
|
23326
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
23327
23327
|
var DtsMetadataReader = class {
|
|
23328
23328
|
constructor(checker, reflector) {
|
|
23329
23329
|
this.checker = checker;
|
|
@@ -23498,7 +23498,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
23498
23498
|
return result.length > 0 ? result : null;
|
|
23499
23499
|
}
|
|
23500
23500
|
|
|
23501
|
-
// bazel-out/
|
|
23501
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
23502
23502
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
23503
23503
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
23504
23504
|
if (topMeta === null) {
|
|
@@ -23555,7 +23555,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
23555
23555
|
});
|
|
23556
23556
|
}
|
|
23557
23557
|
|
|
23558
|
-
// bazel-out/
|
|
23558
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
23559
23559
|
var LocalMetadataRegistry = class {
|
|
23560
23560
|
constructor() {
|
|
23561
23561
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -23612,7 +23612,7 @@ var CompoundMetadataRegistry = class {
|
|
|
23612
23612
|
}
|
|
23613
23613
|
};
|
|
23614
23614
|
|
|
23615
|
-
// bazel-out/
|
|
23615
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
23616
23616
|
var ResourceRegistry = class {
|
|
23617
23617
|
constructor() {
|
|
23618
23618
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -23677,7 +23677,7 @@ var ResourceRegistry = class {
|
|
|
23677
23677
|
}
|
|
23678
23678
|
};
|
|
23679
23679
|
|
|
23680
|
-
// bazel-out/
|
|
23680
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
23681
23681
|
var ExportedProviderStatusResolver = class {
|
|
23682
23682
|
constructor(metaReader) {
|
|
23683
23683
|
this.metaReader = metaReader;
|
|
@@ -23721,7 +23721,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
23721
23721
|
}
|
|
23722
23722
|
};
|
|
23723
23723
|
|
|
23724
|
-
// bazel-out/
|
|
23724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
23725
23725
|
var EMPTY_ARRAY = [];
|
|
23726
23726
|
var HostDirectivesResolver = class {
|
|
23727
23727
|
constructor(metaReader) {
|
|
@@ -23782,10 +23782,10 @@ function resolveOutput(bindingName) {
|
|
|
23782
23782
|
return bindingName;
|
|
23783
23783
|
}
|
|
23784
23784
|
|
|
23785
|
-
// bazel-out/
|
|
23785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23786
23786
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
23787
23787
|
|
|
23788
|
-
// bazel-out/
|
|
23788
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
23789
23789
|
var DynamicValue = class {
|
|
23790
23790
|
constructor(node, reason, code) {
|
|
23791
23791
|
this.node = node;
|
|
@@ -23875,7 +23875,7 @@ var DynamicValue = class {
|
|
|
23875
23875
|
}
|
|
23876
23876
|
};
|
|
23877
23877
|
|
|
23878
|
-
// bazel-out/
|
|
23878
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
23879
23879
|
var ResolvedModule = class {
|
|
23880
23880
|
constructor(exports, evaluate) {
|
|
23881
23881
|
this.exports = exports;
|
|
@@ -23905,7 +23905,7 @@ var EnumValue = class {
|
|
|
23905
23905
|
var KnownFn = class {
|
|
23906
23906
|
};
|
|
23907
23907
|
|
|
23908
|
-
// bazel-out/
|
|
23908
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23909
23909
|
function describeResolvedType(value, maxDepth = 1) {
|
|
23910
23910
|
var _a2, _b2;
|
|
23911
23911
|
if (value === null) {
|
|
@@ -24034,10 +24034,10 @@ function getContainerNode(node) {
|
|
|
24034
24034
|
return node.getSourceFile();
|
|
24035
24035
|
}
|
|
24036
24036
|
|
|
24037
|
-
// bazel-out/
|
|
24037
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
24038
24038
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
24039
24039
|
|
|
24040
|
-
// bazel-out/
|
|
24040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
24041
24041
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
24042
24042
|
constructor(lhs) {
|
|
24043
24043
|
super();
|
|
@@ -24089,14 +24089,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
24089
24089
|
}
|
|
24090
24090
|
};
|
|
24091
24091
|
|
|
24092
|
-
// bazel-out/
|
|
24092
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
24093
24093
|
var SyntheticValue = class {
|
|
24094
24094
|
constructor(value) {
|
|
24095
24095
|
this.value = value;
|
|
24096
24096
|
}
|
|
24097
24097
|
};
|
|
24098
24098
|
|
|
24099
|
-
// bazel-out/
|
|
24099
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
24100
24100
|
function literalBinaryOp(op) {
|
|
24101
24101
|
return { op, literal: true };
|
|
24102
24102
|
}
|
|
@@ -24674,7 +24674,7 @@ function getOriginalKeywordKind(identifier) {
|
|
|
24674
24674
|
return typeof import_typescript25.default.identifierToKeywordKind === "function" ? import_typescript25.default.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
|
|
24675
24675
|
}
|
|
24676
24676
|
|
|
24677
|
-
// bazel-out/
|
|
24677
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
24678
24678
|
var PartialEvaluator = class {
|
|
24679
24679
|
constructor(host, checker, dependencyTracker) {
|
|
24680
24680
|
this.host = host;
|
|
@@ -24694,7 +24694,7 @@ var PartialEvaluator = class {
|
|
|
24694
24694
|
}
|
|
24695
24695
|
};
|
|
24696
24696
|
|
|
24697
|
-
// bazel-out/
|
|
24697
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
24698
24698
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
24699
24699
|
const context = [];
|
|
24700
24700
|
for (const decl of data) {
|
|
@@ -24890,7 +24890,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
24890
24890
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
24891
24891
|
}
|
|
24892
24892
|
|
|
24893
|
-
// bazel-out/
|
|
24893
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24894
24894
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24895
24895
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
24896
24896
|
let resolved = null;
|
|
@@ -24923,7 +24923,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
24923
24923
|
return meta;
|
|
24924
24924
|
}
|
|
24925
24925
|
|
|
24926
|
-
// bazel-out/
|
|
24926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
24927
24927
|
function compileNgFactoryDefField(metadata) {
|
|
24928
24928
|
const res = compileFactoryFunction(metadata);
|
|
24929
24929
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
@@ -24933,7 +24933,7 @@ function compileDeclareFactory(metadata) {
|
|
|
24933
24933
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
24934
24934
|
}
|
|
24935
24935
|
|
|
24936
|
-
// bazel-out/
|
|
24936
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
24937
24937
|
var InjectableClassRegistry = class {
|
|
24938
24938
|
constructor(host, isCore) {
|
|
24939
24939
|
this.host = host;
|
|
@@ -24959,7 +24959,7 @@ var InjectableClassRegistry = class {
|
|
|
24959
24959
|
}
|
|
24960
24960
|
};
|
|
24961
24961
|
|
|
24962
|
-
// bazel-out/
|
|
24962
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24963
24963
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24964
24964
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
24965
24965
|
if (!reflection.isClass(clazz)) {
|
|
@@ -25045,13 +25045,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
25045
25045
|
return result.transformed[0];
|
|
25046
25046
|
}
|
|
25047
25047
|
|
|
25048
|
-
// bazel-out/
|
|
25048
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
25049
25049
|
var NoopReferencesRegistry = class {
|
|
25050
25050
|
add(source, ...references) {
|
|
25051
25051
|
}
|
|
25052
25052
|
};
|
|
25053
25053
|
|
|
25054
|
-
// bazel-out/
|
|
25054
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
25055
25055
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
25056
25056
|
const schemas = [];
|
|
25057
25057
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -25080,7 +25080,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
25080
25080
|
return schemas;
|
|
25081
25081
|
}
|
|
25082
25082
|
|
|
25083
|
-
// bazel-out/
|
|
25083
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
25084
25084
|
function compileInputTransformFields(inputs) {
|
|
25085
25085
|
const extraFields = [];
|
|
25086
25086
|
for (const input of inputs) {
|
|
@@ -25096,10 +25096,10 @@ function compileInputTransformFields(inputs) {
|
|
|
25096
25096
|
return extraFields;
|
|
25097
25097
|
}
|
|
25098
25098
|
|
|
25099
|
-
// bazel-out/
|
|
25099
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
25100
25100
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
25101
25101
|
|
|
25102
|
-
// bazel-out/
|
|
25102
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
25103
25103
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
25104
25104
|
var SemanticSymbol = class {
|
|
25105
25105
|
constructor(decl) {
|
|
@@ -25115,7 +25115,7 @@ function getSymbolIdentifier(decl) {
|
|
|
25115
25115
|
return decl.name.text;
|
|
25116
25116
|
}
|
|
25117
25117
|
|
|
25118
|
-
// bazel-out/
|
|
25118
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
25119
25119
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
25120
25120
|
isPublicApiAffected() {
|
|
25121
25121
|
return false;
|
|
@@ -25257,10 +25257,10 @@ function getImportPath(expr) {
|
|
|
25257
25257
|
}
|
|
25258
25258
|
}
|
|
25259
25259
|
|
|
25260
|
-
// bazel-out/
|
|
25260
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
25261
25261
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
25262
25262
|
|
|
25263
|
-
// bazel-out/
|
|
25263
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
25264
25264
|
function isSymbolEqual(a, b) {
|
|
25265
25265
|
if (a.decl === b.decl) {
|
|
25266
25266
|
return true;
|
|
@@ -25310,7 +25310,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
25310
25310
|
return true;
|
|
25311
25311
|
}
|
|
25312
25312
|
|
|
25313
|
-
// bazel-out/
|
|
25313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
25314
25314
|
function extractSemanticTypeParameters(node) {
|
|
25315
25315
|
if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
25316
25316
|
return null;
|
|
@@ -25330,7 +25330,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
25330
25330
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
25331
25331
|
}
|
|
25332
25332
|
|
|
25333
|
-
// bazel-out/
|
|
25333
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
25334
25334
|
var PerfPhase;
|
|
25335
25335
|
(function(PerfPhase2) {
|
|
25336
25336
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -25397,7 +25397,7 @@ var PerfCheckpoint;
|
|
|
25397
25397
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
25398
25398
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
25399
25399
|
|
|
25400
|
-
// bazel-out/
|
|
25400
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
25401
25401
|
var NoopPerfRecorder = class {
|
|
25402
25402
|
eventCount() {
|
|
25403
25403
|
}
|
|
@@ -25414,7 +25414,7 @@ var NoopPerfRecorder = class {
|
|
|
25414
25414
|
};
|
|
25415
25415
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
25416
25416
|
|
|
25417
|
-
// bazel-out/
|
|
25417
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
25418
25418
|
function mark() {
|
|
25419
25419
|
return process.hrtime();
|
|
25420
25420
|
}
|
|
@@ -25423,7 +25423,7 @@ function timeSinceInMicros(mark2) {
|
|
|
25423
25423
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
25424
25424
|
}
|
|
25425
25425
|
|
|
25426
|
-
// bazel-out/
|
|
25426
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
25427
25427
|
var ActivePerfRecorder = class {
|
|
25428
25428
|
static zeroedToNow() {
|
|
25429
25429
|
return new ActivePerfRecorder(mark());
|
|
@@ -25517,14 +25517,14 @@ var DelegatingPerfRecorder = class {
|
|
|
25517
25517
|
}
|
|
25518
25518
|
};
|
|
25519
25519
|
|
|
25520
|
-
// bazel-out/
|
|
25520
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
25521
25521
|
var ComponentScopeKind;
|
|
25522
25522
|
(function(ComponentScopeKind2) {
|
|
25523
25523
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
25524
25524
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
25525
25525
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
25526
25526
|
|
|
25527
|
-
// bazel-out/
|
|
25527
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
25528
25528
|
var CompoundComponentScopeReader = class {
|
|
25529
25529
|
constructor(readers) {
|
|
25530
25530
|
this.readers = readers;
|
|
@@ -25549,7 +25549,7 @@ var CompoundComponentScopeReader = class {
|
|
|
25549
25549
|
}
|
|
25550
25550
|
};
|
|
25551
25551
|
|
|
25552
|
-
// bazel-out/
|
|
25552
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
25553
25553
|
var MetadataDtsModuleScopeResolver = class {
|
|
25554
25554
|
constructor(dtsMetaReader, aliasingHost) {
|
|
25555
25555
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -25624,10 +25624,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
25624
25624
|
}
|
|
25625
25625
|
};
|
|
25626
25626
|
|
|
25627
|
-
// bazel-out/
|
|
25627
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
25628
25628
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
25629
25629
|
|
|
25630
|
-
// bazel-out/
|
|
25630
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
25631
25631
|
function getDiagnosticNode(ref, rawExpr) {
|
|
25632
25632
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
25633
25633
|
}
|
|
@@ -25650,7 +25650,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
25650
25650
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
25651
25651
|
}
|
|
25652
25652
|
|
|
25653
|
-
// bazel-out/
|
|
25653
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
25654
25654
|
var LocalModuleScopeRegistry = class {
|
|
25655
25655
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
25656
25656
|
this.localReader = localReader;
|
|
@@ -25989,7 +25989,7 @@ function reexportCollision(module3, refA, refB) {
|
|
|
25989
25989
|
]);
|
|
25990
25990
|
}
|
|
25991
25991
|
|
|
25992
|
-
// bazel-out/
|
|
25992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
25993
25993
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
25994
25994
|
var TypeCheckScopeRegistry = class {
|
|
25995
25995
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -26057,7 +26057,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
26057
26057
|
}
|
|
26058
26058
|
};
|
|
26059
26059
|
|
|
26060
|
-
// bazel-out/
|
|
26060
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
26061
26061
|
var CompilationMode;
|
|
26062
26062
|
(function(CompilationMode2) {
|
|
26063
26063
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -26070,13 +26070,8 @@ var HandlerPrecedence;
|
|
|
26070
26070
|
HandlerPrecedence2[HandlerPrecedence2["SHARED"] = 1] = "SHARED";
|
|
26071
26071
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
26072
26072
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
26073
|
-
var HandlerFlags;
|
|
26074
|
-
(function(HandlerFlags2) {
|
|
26075
|
-
HandlerFlags2[HandlerFlags2["NONE"] = 0] = "NONE";
|
|
26076
|
-
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
26077
|
-
})(HandlerFlags || (HandlerFlags = {}));
|
|
26078
26073
|
|
|
26079
|
-
// bazel-out/
|
|
26074
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
26080
26075
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
26081
26076
|
function aliasTransformFactory(exportStatements) {
|
|
26082
26077
|
return () => {
|
|
@@ -26099,10 +26094,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
26099
26094
|
};
|
|
26100
26095
|
}
|
|
26101
26096
|
|
|
26102
|
-
// bazel-out/
|
|
26097
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
26103
26098
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
26104
26099
|
|
|
26105
|
-
// bazel-out/
|
|
26100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
26106
26101
|
var TraitState;
|
|
26107
26102
|
(function(TraitState2) {
|
|
26108
26103
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -26159,7 +26154,7 @@ var TraitImpl = class {
|
|
|
26159
26154
|
}
|
|
26160
26155
|
};
|
|
26161
26156
|
|
|
26162
|
-
// bazel-out/
|
|
26157
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
26163
26158
|
var TraitCompiler = class {
|
|
26164
26159
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
26165
26160
|
this.handlers = handlers;
|
|
@@ -26369,7 +26364,7 @@ var TraitCompiler = class {
|
|
|
26369
26364
|
}
|
|
26370
26365
|
}
|
|
26371
26366
|
}
|
|
26372
|
-
analyzeTrait(clazz, trait
|
|
26367
|
+
analyzeTrait(clazz, trait) {
|
|
26373
26368
|
var _a2, _b2, _c2;
|
|
26374
26369
|
if (trait.state !== TraitState.Pending) {
|
|
26375
26370
|
throw new Error(`Attempt to analyze trait of ${clazz.name.text} in state ${TraitState[trait.state]} (expected DETECTED)`);
|
|
@@ -26377,7 +26372,7 @@ var TraitCompiler = class {
|
|
|
26377
26372
|
this.perf.eventCount(PerfEvent.TraitAnalyze);
|
|
26378
26373
|
let result;
|
|
26379
26374
|
try {
|
|
26380
|
-
result = trait.handler.analyze(clazz, trait.detected.metadata
|
|
26375
|
+
result = trait.handler.analyze(clazz, trait.detected.metadata);
|
|
26381
26376
|
} catch (err) {
|
|
26382
26377
|
if (err instanceof FatalDiagnosticError) {
|
|
26383
26378
|
trait.toAnalyzed(null, [err.toDiagnostic()], null);
|
|
@@ -26594,10 +26589,10 @@ function containsErrors(diagnostics) {
|
|
|
26594
26589
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
|
|
26595
26590
|
}
|
|
26596
26591
|
|
|
26597
|
-
// bazel-out/
|
|
26592
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26598
26593
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
26599
26594
|
|
|
26600
|
-
// bazel-out/
|
|
26595
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
26601
26596
|
var Context = class {
|
|
26602
26597
|
constructor(isStatement) {
|
|
26603
26598
|
this.isStatement = isStatement;
|
|
@@ -26610,7 +26605,7 @@ var Context = class {
|
|
|
26610
26605
|
}
|
|
26611
26606
|
};
|
|
26612
26607
|
|
|
26613
|
-
// bazel-out/
|
|
26608
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
26614
26609
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
26615
26610
|
var ImportManager = class {
|
|
26616
26611
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -26646,7 +26641,7 @@ var ImportManager = class {
|
|
|
26646
26641
|
}
|
|
26647
26642
|
};
|
|
26648
26643
|
|
|
26649
|
-
// bazel-out/
|
|
26644
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
26650
26645
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
26651
26646
|
[UnaryOperator.Minus, "-"],
|
|
26652
26647
|
[UnaryOperator.Plus, "+"]
|
|
@@ -26877,7 +26872,7 @@ function createRange(span) {
|
|
|
26877
26872
|
};
|
|
26878
26873
|
}
|
|
26879
26874
|
|
|
26880
|
-
// bazel-out/
|
|
26875
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
26881
26876
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
26882
26877
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
26883
26878
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
@@ -27093,7 +27088,7 @@ var TypeTranslatorVisitor = class {
|
|
|
27093
27088
|
}
|
|
27094
27089
|
};
|
|
27095
27090
|
|
|
27096
|
-
// bazel-out/
|
|
27091
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
27097
27092
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
27098
27093
|
var PureAnnotation;
|
|
27099
27094
|
(function(PureAnnotation2) {
|
|
@@ -27276,7 +27271,7 @@ function attachComments(statement, leadingComments) {
|
|
|
27276
27271
|
}
|
|
27277
27272
|
}
|
|
27278
27273
|
|
|
27279
|
-
// bazel-out/
|
|
27274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
27280
27275
|
function translateExpression(expression, imports, options = {}) {
|
|
27281
27276
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
27282
27277
|
}
|
|
@@ -27284,7 +27279,7 @@ function translateStatement(statement, imports, options = {}) {
|
|
|
27284
27279
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
|
|
27285
27280
|
}
|
|
27286
27281
|
|
|
27287
|
-
// bazel-out/
|
|
27282
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
27288
27283
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
27289
27284
|
function addImports(importManager, sf, extraStatements = []) {
|
|
27290
27285
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -27320,7 +27315,7 @@ function isImportStatement(stmt) {
|
|
|
27320
27315
|
return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
|
|
27321
27316
|
}
|
|
27322
27317
|
|
|
27323
|
-
// bazel-out/
|
|
27318
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
27324
27319
|
var DtsTransformRegistry = class {
|
|
27325
27320
|
constructor() {
|
|
27326
27321
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -27467,10 +27462,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
27467
27462
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
27468
27463
|
}
|
|
27469
27464
|
|
|
27470
|
-
// bazel-out/
|
|
27465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
27471
27466
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
27472
27467
|
|
|
27473
|
-
// bazel-out/
|
|
27468
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
27474
27469
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
27475
27470
|
function visit(node, visitor, context) {
|
|
27476
27471
|
return visitor._visit(node, context);
|
|
@@ -27531,7 +27526,7 @@ var Visitor = class {
|
|
|
27531
27526
|
}
|
|
27532
27527
|
};
|
|
27533
27528
|
|
|
27534
|
-
// bazel-out/
|
|
27529
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
27535
27530
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
27536
27531
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
27537
27532
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -27742,7 +27737,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
27742
27737
|
return array;
|
|
27743
27738
|
}
|
|
27744
27739
|
|
|
27745
|
-
// bazel-out/
|
|
27740
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
27746
27741
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
27747
27742
|
var EMPTY_OBJECT = {};
|
|
27748
27743
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -27751,7 +27746,7 @@ var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
|
27751
27746
|
"ViewChild",
|
|
27752
27747
|
"ViewChildren"
|
|
27753
27748
|
]);
|
|
27754
|
-
function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmitter, referencesRegistry, isCore,
|
|
27749
|
+
function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmitter, referencesRegistry, isCore, annotateForClosureCompiler, defaultSelector = null) {
|
|
27755
27750
|
let directive;
|
|
27756
27751
|
if (decorator === null || decorator.args === null || decorator.args.length === 0) {
|
|
27757
27752
|
directive = /* @__PURE__ */ new Map();
|
|
@@ -27852,7 +27847,7 @@ function extractDirectiveMetadata(clazz, decorator, reflector, evaluator, refEmi
|
|
|
27852
27847
|
queries,
|
|
27853
27848
|
viewQueries,
|
|
27854
27849
|
selector,
|
|
27855
|
-
fullInheritance:
|
|
27850
|
+
fullInheritance: false,
|
|
27856
27851
|
type,
|
|
27857
27852
|
typeArgumentCount: reflector.getGenericArityOfClass(clazz) || 0,
|
|
27858
27853
|
typeSourceSpan: createSourceSpan(clazz.name),
|
|
@@ -28305,7 +28300,7 @@ function toR3InputMetadata(mapping) {
|
|
|
28305
28300
|
};
|
|
28306
28301
|
}
|
|
28307
28302
|
|
|
28308
|
-
// bazel-out/
|
|
28303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
28309
28304
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
28310
28305
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
28311
28306
|
super(decl);
|
|
@@ -28385,7 +28380,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
28385
28380
|
return isSymbolEqual(current, previous);
|
|
28386
28381
|
}
|
|
28387
28382
|
|
|
28388
|
-
// bazel-out/
|
|
28383
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
28389
28384
|
var FIELD_DECORATORS = [
|
|
28390
28385
|
"Input",
|
|
28391
28386
|
"Output",
|
|
@@ -28407,7 +28402,7 @@ var LIFECYCLE_HOOKS = /* @__PURE__ */ new Set([
|
|
|
28407
28402
|
"ngAfterContentChecked"
|
|
28408
28403
|
]);
|
|
28409
28404
|
var DirectiveDecoratorHandler = class {
|
|
28410
|
-
constructor(reflector, evaluator, metaRegistry, scopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, annotateForClosureCompiler, perf) {
|
|
28405
|
+
constructor(reflector, evaluator, metaRegistry, scopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, annotateForClosureCompiler, perf, includeClassMetadata) {
|
|
28411
28406
|
this.reflector = reflector;
|
|
28412
28407
|
this.evaluator = evaluator;
|
|
28413
28408
|
this.metaRegistry = metaRegistry;
|
|
@@ -28421,6 +28416,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
28421
28416
|
this.semanticDepGraphUpdater = semanticDepGraphUpdater;
|
|
28422
28417
|
this.annotateForClosureCompiler = annotateForClosureCompiler;
|
|
28423
28418
|
this.perf = perf;
|
|
28419
|
+
this.includeClassMetadata = includeClassMetadata;
|
|
28424
28420
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
28425
28421
|
this.name = "DirectiveDecoratorHandler";
|
|
28426
28422
|
}
|
|
@@ -28433,7 +28429,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
28433
28429
|
return decorator ? { trigger: decorator.node, decorator, metadata: decorator } : void 0;
|
|
28434
28430
|
}
|
|
28435
28431
|
}
|
|
28436
|
-
analyze(node, decorator
|
|
28432
|
+
analyze(node, decorator) {
|
|
28437
28433
|
var _a2;
|
|
28438
28434
|
if (decorator === null) {
|
|
28439
28435
|
if (this.isCore) {
|
|
@@ -28442,7 +28438,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
28442
28438
|
return { diagnostics: [getUndecoratedClassWithAngularFeaturesDiagnostic(node)] };
|
|
28443
28439
|
}
|
|
28444
28440
|
this.perf.eventCount(PerfEvent.AnalyzeDirective);
|
|
28445
|
-
const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore,
|
|
28441
|
+
const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, this.annotateForClosureCompiler);
|
|
28446
28442
|
if (directiveResult === void 0) {
|
|
28447
28443
|
return {};
|
|
28448
28444
|
}
|
|
@@ -28458,7 +28454,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
28458
28454
|
meta: analysis,
|
|
28459
28455
|
hostDirectives: directiveResult.hostDirectives,
|
|
28460
28456
|
rawHostDirectives: directiveResult.rawHostDirectives,
|
|
28461
|
-
classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler),
|
|
28457
|
+
classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler) : null,
|
|
28462
28458
|
baseClass: readBaseClass(node, this.reflector, this.evaluator),
|
|
28463
28459
|
typeCheckMeta: extractDirectiveTypeCheckMeta(node, directiveResult.inputs, this.reflector),
|
|
28464
28460
|
providersRequiringFactory,
|
|
@@ -28548,10 +28544,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
28548
28544
|
}
|
|
28549
28545
|
};
|
|
28550
28546
|
|
|
28551
|
-
// bazel-out/
|
|
28547
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
28552
28548
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
28553
28549
|
|
|
28554
|
-
// bazel-out/
|
|
28550
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
28555
28551
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
28556
28552
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
28557
28553
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -28618,7 +28614,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
28618
28614
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
28619
28615
|
}
|
|
28620
28616
|
|
|
28621
|
-
// bazel-out/
|
|
28617
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
28622
28618
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
28623
28619
|
constructor(decl, hasProviders) {
|
|
28624
28620
|
super(decl);
|
|
@@ -28685,7 +28681,7 @@ var NgModuleSymbol = class extends SemanticSymbol {
|
|
|
28685
28681
|
}
|
|
28686
28682
|
};
|
|
28687
28683
|
var NgModuleDecoratorHandler = class {
|
|
28688
|
-
constructor(reflector, evaluator, metaReader, metaRegistry, scopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, annotateForClosureCompiler, onlyPublishPublicTypings, injectableRegistry, perf) {
|
|
28684
|
+
constructor(reflector, evaluator, metaReader, metaRegistry, scopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, annotateForClosureCompiler, onlyPublishPublicTypings, injectableRegistry, perf, includeClassMetadata) {
|
|
28689
28685
|
this.reflector = reflector;
|
|
28690
28686
|
this.evaluator = evaluator;
|
|
28691
28687
|
this.metaReader = metaReader;
|
|
@@ -28700,6 +28696,7 @@ var NgModuleDecoratorHandler = class {
|
|
|
28700
28696
|
this.onlyPublishPublicTypings = onlyPublishPublicTypings;
|
|
28701
28697
|
this.injectableRegistry = injectableRegistry;
|
|
28702
28698
|
this.perf = perf;
|
|
28699
|
+
this.includeClassMetadata = includeClassMetadata;
|
|
28703
28700
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
28704
28701
|
this.name = "NgModuleDecoratorHandler";
|
|
28705
28702
|
}
|
|
@@ -28885,7 +28882,7 @@ var NgModuleDecoratorHandler = class {
|
|
|
28885
28882
|
rawExports,
|
|
28886
28883
|
providers: rawProviders,
|
|
28887
28884
|
providersRequiringFactory: rawProviders ? resolveProvidersRequiringFactory(rawProviders, this.reflector, this.evaluator) : null,
|
|
28888
|
-
classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler),
|
|
28885
|
+
classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler) : null,
|
|
28889
28886
|
factorySymbolName: node.name.text,
|
|
28890
28887
|
remoteScopesMayRequireCycleProtection,
|
|
28891
28888
|
decorator: (_a2 = decorator == null ? void 0 : decorator.node) != null ? _a2 : null
|
|
@@ -29140,7 +29137,7 @@ function isSyntheticReference(ref) {
|
|
|
29140
29137
|
return ref.synthetic;
|
|
29141
29138
|
}
|
|
29142
29139
|
|
|
29143
|
-
// bazel-out/
|
|
29140
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
29144
29141
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
29145
29142
|
const name = ref.debugName || "(unknown)";
|
|
29146
29143
|
const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -29163,7 +29160,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
29163
29160
|
return null;
|
|
29164
29161
|
}
|
|
29165
29162
|
|
|
29166
|
-
// bazel-out/
|
|
29163
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
29167
29164
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
29168
29165
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
29169
29166
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -29473,7 +29470,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
29473
29470
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
29474
29471
|
}
|
|
29475
29472
|
|
|
29476
|
-
// bazel-out/
|
|
29473
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
29477
29474
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
29478
29475
|
constructor() {
|
|
29479
29476
|
super(...arguments);
|
|
@@ -29508,7 +29505,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
29508
29505
|
}
|
|
29509
29506
|
};
|
|
29510
29507
|
|
|
29511
|
-
// bazel-out/
|
|
29508
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
29512
29509
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
29513
29510
|
if (value instanceof Map) {
|
|
29514
29511
|
const name = value.get("name");
|
|
@@ -29584,10 +29581,10 @@ function isLikelyModuleWithProviders(value) {
|
|
|
29584
29581
|
return false;
|
|
29585
29582
|
}
|
|
29586
29583
|
|
|
29587
|
-
// bazel-out/
|
|
29584
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
29588
29585
|
var EMPTY_ARRAY2 = [];
|
|
29589
29586
|
var ComponentDecoratorHandler = class {
|
|
29590
|
-
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
29587
|
+
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, includeClassMetadata) {
|
|
29591
29588
|
this.reflector = reflector;
|
|
29592
29589
|
this.evaluator = evaluator;
|
|
29593
29590
|
this.metaRegistry = metaRegistry;
|
|
@@ -29617,6 +29614,7 @@ var ComponentDecoratorHandler = class {
|
|
|
29617
29614
|
this.annotateForClosureCompiler = annotateForClosureCompiler;
|
|
29618
29615
|
this.perf = perf;
|
|
29619
29616
|
this.hostDirectivesResolver = hostDirectivesResolver;
|
|
29617
|
+
this.includeClassMetadata = includeClassMetadata;
|
|
29620
29618
|
this.literalCache = /* @__PURE__ */ new Map();
|
|
29621
29619
|
this.elementSchemaRegistry = new DomElementSchemaRegistry();
|
|
29622
29620
|
this.preanalyzeTemplateCache = /* @__PURE__ */ new Map();
|
|
@@ -29685,14 +29683,14 @@ var ComponentDecoratorHandler = class {
|
|
|
29685
29683
|
...componentStyleUrls.map((styleUrl) => resolveStyleUrl(styleUrl.url))
|
|
29686
29684
|
]).then(() => void 0);
|
|
29687
29685
|
}
|
|
29688
|
-
analyze(node, decorator
|
|
29686
|
+
analyze(node, decorator) {
|
|
29689
29687
|
var _a2, _b2, _c2;
|
|
29690
29688
|
this.perf.eventCount(PerfEvent.AnalyzeComponent);
|
|
29691
29689
|
const containingFile = node.getSourceFile().fileName;
|
|
29692
29690
|
this.literalCache.delete(decorator);
|
|
29693
29691
|
let diagnostics;
|
|
29694
29692
|
let isPoisoned = false;
|
|
29695
|
-
const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore,
|
|
29693
|
+
const directiveResult = extractDirectiveMetadata(node, decorator, this.reflector, this.evaluator, this.refEmitter, this.referencesRegistry, this.isCore, this.annotateForClosureCompiler, this.elementSchemaRegistry.getDefaultComponentElementName());
|
|
29696
29694
|
if (directiveResult === void 0) {
|
|
29697
29695
|
return {};
|
|
29698
29696
|
}
|
|
@@ -29858,7 +29856,7 @@ var ComponentDecoratorHandler = class {
|
|
|
29858
29856
|
relativeContextFilePath
|
|
29859
29857
|
}),
|
|
29860
29858
|
typeCheckMeta: extractDirectiveTypeCheckMeta(node, inputs, this.reflector),
|
|
29861
|
-
classMetadata: extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler, (dec) => transformDecoratorResources(dec, component, styles, template2)),
|
|
29859
|
+
classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore, this.annotateForClosureCompiler, (dec) => transformDecoratorResources(dec, component, styles, template2)) : null,
|
|
29862
29860
|
template: template2,
|
|
29863
29861
|
providersRequiringFactory,
|
|
29864
29862
|
viewProvidersRequiringFactory,
|
|
@@ -30235,16 +30233,17 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
|
|
|
30235
30233
|
return diagnostics;
|
|
30236
30234
|
}
|
|
30237
30235
|
|
|
30238
|
-
// bazel-out/
|
|
30236
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
30239
30237
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
30240
30238
|
var InjectableDecoratorHandler = class {
|
|
30241
|
-
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
|
|
30239
|
+
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, errorOnDuplicateProv = true) {
|
|
30242
30240
|
this.reflector = reflector;
|
|
30243
30241
|
this.evaluator = evaluator;
|
|
30244
30242
|
this.isCore = isCore;
|
|
30245
30243
|
this.strictCtorDeps = strictCtorDeps;
|
|
30246
30244
|
this.injectableRegistry = injectableRegistry;
|
|
30247
30245
|
this.perf = perf;
|
|
30246
|
+
this.includeClassMetadata = includeClassMetadata;
|
|
30248
30247
|
this.errorOnDuplicateProv = errorOnDuplicateProv;
|
|
30249
30248
|
this.precedence = HandlerPrecedence.SHARED;
|
|
30250
30249
|
this.name = "InjectableDecoratorHandler";
|
|
@@ -30272,7 +30271,7 @@ var InjectableDecoratorHandler = class {
|
|
|
30272
30271
|
analysis: {
|
|
30273
30272
|
meta,
|
|
30274
30273
|
ctorDeps: extractInjectableCtorDeps(node, meta, decorator, this.reflector, this.isCore, this.strictCtorDeps),
|
|
30275
|
-
classMetadata: extractClassMetadata(node, this.reflector, this.isCore),
|
|
30274
|
+
classMetadata: this.includeClassMetadata ? extractClassMetadata(node, this.reflector, this.isCore) : null,
|
|
30276
30275
|
needsFactory: !decorators || decorators.every((current) => !isAngularCore(current) || current.name === "Injectable")
|
|
30277
30276
|
}
|
|
30278
30277
|
};
|
|
@@ -30449,7 +30448,7 @@ function getDep(dep, reflector) {
|
|
|
30449
30448
|
return meta;
|
|
30450
30449
|
}
|
|
30451
30450
|
|
|
30452
|
-
// bazel-out/
|
|
30451
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
30453
30452
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
30454
30453
|
var PipeSymbol = class extends SemanticSymbol {
|
|
30455
30454
|
constructor(decl, name) {
|
|
@@ -30467,7 +30466,7 @@ var PipeSymbol = class extends SemanticSymbol {
|
|
|
30467
30466
|
}
|
|
30468
30467
|
};
|
|
30469
30468
|
var PipeDecoratorHandler = class {
|
|
30470
|
-
constructor(reflector, evaluator, metaRegistry, scopeRegistry, injectableRegistry, isCore, perf) {
|
|
30469
|
+
constructor(reflector, evaluator, metaRegistry, scopeRegistry, injectableRegistry, isCore, perf, includeClassMetadata) {
|
|
30471
30470
|
this.reflector = reflector;
|
|
30472
30471
|
this.evaluator = evaluator;
|
|
30473
30472
|
this.metaRegistry = metaRegistry;
|
|
@@ -30475,6 +30474,7 @@ var PipeDecoratorHandler = class {
|
|
|
30475
30474
|
this.injectableRegistry = injectableRegistry;
|
|
30476
30475
|
this.isCore = isCore;
|
|
30477
30476
|
this.perf = perf;
|
|
30477
|
+
this.includeClassMetadata = includeClassMetadata;
|
|
30478
30478
|
this.precedence = HandlerPrecedence.PRIMARY;
|
|
30479
30479
|
this.name = "PipeDecoratorHandler";
|
|
30480
30480
|
}
|
|
@@ -30546,7 +30546,7 @@ var PipeDecoratorHandler = class {
|
|
|
30546
30546
|
pure,
|
|
30547
30547
|
isStandalone
|
|
30548
30548
|
},
|
|
30549
|
-
classMetadata: extractClassMetadata(clazz, this.reflector, this.isCore),
|
|
30549
|
+
classMetadata: this.includeClassMetadata ? extractClassMetadata(clazz, this.reflector, this.isCore) : null,
|
|
30550
30550
|
pipeNameExpr,
|
|
30551
30551
|
decorator: (_a2 = decorator == null ? void 0 : decorator.node) != null ? _a2 : null
|
|
30552
30552
|
}
|
|
@@ -30592,7 +30592,7 @@ var PipeDecoratorHandler = class {
|
|
|
30592
30592
|
}
|
|
30593
30593
|
};
|
|
30594
30594
|
|
|
30595
|
-
// bazel-out/
|
|
30595
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
30596
30596
|
var CycleAnalyzer = class {
|
|
30597
30597
|
constructor(importGraph) {
|
|
30598
30598
|
this.importGraph = importGraph;
|
|
@@ -30663,7 +30663,7 @@ var Cycle = class {
|
|
|
30663
30663
|
}
|
|
30664
30664
|
};
|
|
30665
30665
|
|
|
30666
|
-
// bazel-out/
|
|
30666
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
30667
30667
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
30668
30668
|
var ImportGraph = class {
|
|
30669
30669
|
constructor(checker, perf) {
|
|
@@ -30755,7 +30755,7 @@ var Found = class {
|
|
|
30755
30755
|
}
|
|
30756
30756
|
};
|
|
30757
30757
|
|
|
30758
|
-
// bazel-out/
|
|
30758
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
30759
30759
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
30760
30760
|
var FlatIndexGenerator = class {
|
|
30761
30761
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -30780,7 +30780,7 @@ export * from '${relativeEntryPoint}';
|
|
|
30780
30780
|
}
|
|
30781
30781
|
};
|
|
30782
30782
|
|
|
30783
|
-
// bazel-out/
|
|
30783
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
30784
30784
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
30785
30785
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
30786
30786
|
let resolvedEntryPoint = null;
|
|
@@ -30796,7 +30796,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
30796
30796
|
return resolvedEntryPoint;
|
|
30797
30797
|
}
|
|
30798
30798
|
|
|
30799
|
-
// bazel-out/
|
|
30799
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
30800
30800
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
30801
30801
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
30802
30802
|
const diagnostics = [];
|
|
@@ -30876,7 +30876,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
30876
30876
|
}
|
|
30877
30877
|
}
|
|
30878
30878
|
|
|
30879
|
-
// bazel-out/
|
|
30879
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
30880
30880
|
var ReferenceGraph = class {
|
|
30881
30881
|
constructor() {
|
|
30882
30882
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -30930,7 +30930,7 @@ var ReferenceGraph = class {
|
|
|
30930
30930
|
}
|
|
30931
30931
|
};
|
|
30932
30932
|
|
|
30933
|
-
// bazel-out/
|
|
30933
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
30934
30934
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
30935
30935
|
var UpdateMode;
|
|
30936
30936
|
(function(UpdateMode2) {
|
|
@@ -30938,13 +30938,13 @@ var UpdateMode;
|
|
|
30938
30938
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
30939
30939
|
})(UpdateMode || (UpdateMode = {}));
|
|
30940
30940
|
|
|
30941
|
-
// bazel-out/
|
|
30941
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30942
30942
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
30943
30943
|
|
|
30944
|
-
// bazel-out/
|
|
30944
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
30945
30945
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
30946
30946
|
|
|
30947
|
-
// bazel-out/
|
|
30947
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
30948
30948
|
var NgExtension = Symbol("NgExtension");
|
|
30949
30949
|
function isExtended(sf) {
|
|
30950
30950
|
return sf[NgExtension] !== void 0;
|
|
@@ -31004,13 +31004,13 @@ function retagTsFile(sf) {
|
|
|
31004
31004
|
}
|
|
31005
31005
|
}
|
|
31006
31006
|
|
|
31007
|
-
// bazel-out/
|
|
31007
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
31008
31008
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
31009
31009
|
function makeShimFileName(fileName, suffix) {
|
|
31010
31010
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
31011
31011
|
}
|
|
31012
31012
|
|
|
31013
|
-
// bazel-out/
|
|
31013
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
31014
31014
|
var ShimAdapter = class {
|
|
31015
31015
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
31016
31016
|
this.delegate = delegate;
|
|
@@ -31105,7 +31105,7 @@ var ShimAdapter = class {
|
|
|
31105
31105
|
}
|
|
31106
31106
|
};
|
|
31107
31107
|
|
|
31108
|
-
// bazel-out/
|
|
31108
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
31109
31109
|
var ShimReferenceTagger = class {
|
|
31110
31110
|
constructor(shimExtensions) {
|
|
31111
31111
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -31139,7 +31139,7 @@ var ShimReferenceTagger = class {
|
|
|
31139
31139
|
}
|
|
31140
31140
|
};
|
|
31141
31141
|
|
|
31142
|
-
// bazel-out/
|
|
31142
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
31143
31143
|
var DelegatingCompilerHost = class {
|
|
31144
31144
|
constructor(delegate) {
|
|
31145
31145
|
this.delegate = delegate;
|
|
@@ -31252,7 +31252,7 @@ var TsCreateProgramDriver = class {
|
|
|
31252
31252
|
}
|
|
31253
31253
|
};
|
|
31254
31254
|
|
|
31255
|
-
// bazel-out/
|
|
31255
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
31256
31256
|
var FileDependencyGraph = class {
|
|
31257
31257
|
constructor() {
|
|
31258
31258
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -31319,7 +31319,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
31319
31319
|
return false;
|
|
31320
31320
|
}
|
|
31321
31321
|
|
|
31322
|
-
// bazel-out/
|
|
31322
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
31323
31323
|
var IncrementalStateKind;
|
|
31324
31324
|
(function(IncrementalStateKind2) {
|
|
31325
31325
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -31327,7 +31327,7 @@ var IncrementalStateKind;
|
|
|
31327
31327
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
31328
31328
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
31329
31329
|
|
|
31330
|
-
// bazel-out/
|
|
31330
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
31331
31331
|
var PhaseKind;
|
|
31332
31332
|
(function(PhaseKind2) {
|
|
31333
31333
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -31528,7 +31528,7 @@ function toOriginalSourceFile(sf) {
|
|
|
31528
31528
|
}
|
|
31529
31529
|
}
|
|
31530
31530
|
|
|
31531
|
-
// bazel-out/
|
|
31531
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
31532
31532
|
var TrackedIncrementalBuildStrategy = class {
|
|
31533
31533
|
constructor() {
|
|
31534
31534
|
this.state = null;
|
|
@@ -31549,7 +31549,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
31549
31549
|
};
|
|
31550
31550
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
31551
31551
|
|
|
31552
|
-
// bazel-out/
|
|
31552
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
31553
31553
|
var IdentifierKind;
|
|
31554
31554
|
(function(IdentifierKind2) {
|
|
31555
31555
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -31567,7 +31567,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
31567
31567
|
}
|
|
31568
31568
|
};
|
|
31569
31569
|
|
|
31570
|
-
// bazel-out/
|
|
31570
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
31571
31571
|
var IndexingContext = class {
|
|
31572
31572
|
constructor() {
|
|
31573
31573
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -31577,7 +31577,7 @@ var IndexingContext = class {
|
|
|
31577
31577
|
}
|
|
31578
31578
|
};
|
|
31579
31579
|
|
|
31580
|
-
// bazel-out/
|
|
31580
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
31581
31581
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
31582
31582
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
31583
31583
|
super();
|
|
@@ -31813,7 +31813,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
31813
31813
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
31814
31814
|
}
|
|
31815
31815
|
|
|
31816
|
-
// bazel-out/
|
|
31816
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
31817
31817
|
function generateAnalysis(context) {
|
|
31818
31818
|
const analysis = /* @__PURE__ */ new Map();
|
|
31819
31819
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -31849,7 +31849,7 @@ function generateAnalysis(context) {
|
|
|
31849
31849
|
return analysis;
|
|
31850
31850
|
}
|
|
31851
31851
|
|
|
31852
|
-
// bazel-out/
|
|
31852
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
31853
31853
|
var NgModuleIndexImpl = class {
|
|
31854
31854
|
constructor(metaReader, localReader) {
|
|
31855
31855
|
this.metaReader = metaReader;
|
|
@@ -31938,7 +31938,7 @@ var NgModuleIndexImpl = class {
|
|
|
31938
31938
|
}
|
|
31939
31939
|
};
|
|
31940
31940
|
|
|
31941
|
-
// bazel-out/
|
|
31941
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
31942
31942
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
31943
31943
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
31944
31944
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -32086,7 +32086,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
32086
32086
|
};
|
|
32087
32087
|
}
|
|
32088
32088
|
|
|
32089
|
-
// bazel-out/
|
|
32089
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
32090
32090
|
var StandaloneComponentScopeReader = class {
|
|
32091
32091
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
32092
32092
|
this.metaReader = metaReader;
|
|
@@ -32164,21 +32164,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
32164
32164
|
}
|
|
32165
32165
|
};
|
|
32166
32166
|
|
|
32167
|
-
// bazel-out/
|
|
32167
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
32168
32168
|
var OptimizeFor;
|
|
32169
32169
|
(function(OptimizeFor2) {
|
|
32170
32170
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
32171
32171
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
32172
32172
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
32173
32173
|
|
|
32174
|
-
// bazel-out/
|
|
32174
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
32175
32175
|
var CompletionKind;
|
|
32176
32176
|
(function(CompletionKind2) {
|
|
32177
32177
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
32178
32178
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
32179
32179
|
})(CompletionKind || (CompletionKind = {}));
|
|
32180
32180
|
|
|
32181
|
-
// bazel-out/
|
|
32181
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
32182
32182
|
var PotentialImportKind;
|
|
32183
32183
|
(function(PotentialImportKind2) {
|
|
32184
32184
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -32190,7 +32190,7 @@ var PotentialImportMode;
|
|
|
32190
32190
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
32191
32191
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
32192
32192
|
|
|
32193
|
-
// bazel-out/
|
|
32193
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
32194
32194
|
var SymbolKind;
|
|
32195
32195
|
(function(SymbolKind2) {
|
|
32196
32196
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -32206,7 +32206,7 @@ var SymbolKind;
|
|
|
32206
32206
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
32207
32207
|
})(SymbolKind || (SymbolKind = {}));
|
|
32208
32208
|
|
|
32209
|
-
// bazel-out/
|
|
32209
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
32210
32210
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
32211
32211
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
32212
32212
|
var _a2;
|
|
@@ -32313,7 +32313,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
32313
32313
|
return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
|
|
32314
32314
|
}
|
|
32315
32315
|
|
|
32316
|
-
// bazel-out/
|
|
32316
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
32317
32317
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
32318
32318
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
32319
32319
|
function getTemplateId(clazz) {
|
|
@@ -32330,10 +32330,10 @@ function allocateTemplateId(sf) {
|
|
|
32330
32330
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
32331
32331
|
}
|
|
32332
32332
|
|
|
32333
|
-
// bazel-out/
|
|
32333
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
32334
32334
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
32335
32335
|
|
|
32336
|
-
// bazel-out/
|
|
32336
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
32337
32337
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
32338
32338
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
32339
32339
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -32462,7 +32462,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
32462
32462
|
}) || false;
|
|
32463
32463
|
}
|
|
32464
32464
|
|
|
32465
|
-
// bazel-out/
|
|
32465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
32466
32466
|
var CompletionEngine = class {
|
|
32467
32467
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
32468
32468
|
this.tcb = tcb;
|
|
@@ -32619,10 +32619,10 @@ var CompletionEngine = class {
|
|
|
32619
32619
|
}
|
|
32620
32620
|
};
|
|
32621
32621
|
|
|
32622
|
-
// bazel-out/
|
|
32622
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
32623
32623
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
32624
32624
|
|
|
32625
|
-
// bazel-out/
|
|
32625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
32626
32626
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
32627
32627
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
32628
32628
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -32674,10 +32674,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
32674
32674
|
}
|
|
32675
32675
|
};
|
|
32676
32676
|
|
|
32677
|
-
// bazel-out/
|
|
32677
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32678
32678
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
32679
32679
|
|
|
32680
|
-
// bazel-out/
|
|
32680
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
32681
32681
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
32682
32682
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
32683
32683
|
import_typescript70.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -32751,16 +32751,16 @@ function isAccessExpression(node) {
|
|
|
32751
32751
|
return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
|
|
32752
32752
|
}
|
|
32753
32753
|
|
|
32754
|
-
// bazel-out/
|
|
32754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
32755
32755
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
32756
32756
|
|
|
32757
|
-
// bazel-out/
|
|
32757
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
32758
32758
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
32759
32759
|
|
|
32760
|
-
// bazel-out/
|
|
32760
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
32761
32761
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
32762
32762
|
|
|
32763
|
-
// bazel-out/
|
|
32763
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
32764
32764
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
32765
32765
|
var INELIGIBLE = {};
|
|
32766
32766
|
function canEmitType(type, canEmit) {
|
|
@@ -32835,7 +32835,7 @@ var TypeEmitter = class {
|
|
|
32835
32835
|
}
|
|
32836
32836
|
};
|
|
32837
32837
|
|
|
32838
|
-
// bazel-out/
|
|
32838
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
32839
32839
|
var TypeParameterEmitter = class {
|
|
32840
32840
|
constructor(typeParameters, reflector) {
|
|
32841
32841
|
this.typeParameters = typeParameters;
|
|
@@ -32912,7 +32912,7 @@ var TypeParameterEmitter = class {
|
|
|
32912
32912
|
}
|
|
32913
32913
|
};
|
|
32914
32914
|
|
|
32915
|
-
// bazel-out/
|
|
32915
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
32916
32916
|
var TcbInliningRequirement;
|
|
32917
32917
|
(function(TcbInliningRequirement2) {
|
|
32918
32918
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -32992,7 +32992,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
32992
32992
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
32993
32993
|
}
|
|
32994
32994
|
|
|
32995
|
-
// bazel-out/
|
|
32995
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
32996
32996
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
32997
32997
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
32998
32998
|
const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -33103,7 +33103,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
33103
33103
|
});
|
|
33104
33104
|
}
|
|
33105
33105
|
|
|
33106
|
-
// bazel-out/
|
|
33106
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
33107
33107
|
var Environment = class {
|
|
33108
33108
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
33109
33109
|
this.config = config;
|
|
@@ -33197,7 +33197,7 @@ var Environment = class {
|
|
|
33197
33197
|
}
|
|
33198
33198
|
};
|
|
33199
33199
|
|
|
33200
|
-
// bazel-out/
|
|
33200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
33201
33201
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
33202
33202
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
33203
33203
|
constructor(resolver) {
|
|
@@ -33332,7 +33332,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
33332
33332
|
});
|
|
33333
33333
|
}
|
|
33334
33334
|
|
|
33335
|
-
// bazel-out/
|
|
33335
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
33336
33336
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
33337
33337
|
var TypeCheckShimGenerator = class {
|
|
33338
33338
|
constructor() {
|
|
@@ -33350,10 +33350,10 @@ var TypeCheckShimGenerator = class {
|
|
|
33350
33350
|
}
|
|
33351
33351
|
};
|
|
33352
33352
|
|
|
33353
|
-
// bazel-out/
|
|
33353
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
33354
33354
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
33355
33355
|
|
|
33356
|
-
// bazel-out/
|
|
33356
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
33357
33357
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
33358
33358
|
function wrapForDiagnostics(expr) {
|
|
33359
33359
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -33398,7 +33398,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
33398
33398
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
33399
33399
|
}
|
|
33400
33400
|
|
|
33401
|
-
// bazel-out/
|
|
33401
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
33402
33402
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
33403
33403
|
var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
33404
33404
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -33730,7 +33730,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
33730
33730
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
33731
33731
|
})();
|
|
33732
33732
|
|
|
33733
|
-
// bazel-out/
|
|
33733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
33734
33734
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
33735
33735
|
constructor(templateId, boundTarget, oob) {
|
|
33736
33736
|
super();
|
|
@@ -33753,7 +33753,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
33753
33753
|
}
|
|
33754
33754
|
};
|
|
33755
33755
|
|
|
33756
|
-
// bazel-out/
|
|
33756
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
33757
33757
|
var TcbGenericContextBehavior;
|
|
33758
33758
|
(function(TcbGenericContextBehavior2) {
|
|
33759
33759
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -34880,7 +34880,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
34880
34880
|
}
|
|
34881
34881
|
};
|
|
34882
34882
|
|
|
34883
|
-
// bazel-out/
|
|
34883
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
34884
34884
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
34885
34885
|
var TypeCheckFile = class extends Environment {
|
|
34886
34886
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -34916,7 +34916,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
34916
34916
|
}
|
|
34917
34917
|
};
|
|
34918
34918
|
|
|
34919
|
-
// bazel-out/
|
|
34919
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
34920
34920
|
var InliningMode;
|
|
34921
34921
|
(function(InliningMode2) {
|
|
34922
34922
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -35153,7 +35153,7 @@ function splitStringAtPoints(str, points) {
|
|
|
35153
35153
|
return splits;
|
|
35154
35154
|
}
|
|
35155
35155
|
|
|
35156
|
-
// bazel-out/
|
|
35156
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
35157
35157
|
var LF_CHAR = 10;
|
|
35158
35158
|
var CR_CHAR = 13;
|
|
35159
35159
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -35194,7 +35194,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
35194
35194
|
return low - 1;
|
|
35195
35195
|
}
|
|
35196
35196
|
|
|
35197
|
-
// bazel-out/
|
|
35197
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
35198
35198
|
var TemplateSource = class {
|
|
35199
35199
|
constructor(mapping, file) {
|
|
35200
35200
|
this.mapping = mapping;
|
|
@@ -35245,7 +35245,7 @@ var TemplateSourceManager = class {
|
|
|
35245
35245
|
}
|
|
35246
35246
|
};
|
|
35247
35247
|
|
|
35248
|
-
// bazel-out/
|
|
35248
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
35249
35249
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
35250
35250
|
var SymbolBuilder = class {
|
|
35251
35251
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -35722,7 +35722,7 @@ function sourceSpanEqual(a, b) {
|
|
|
35722
35722
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
35723
35723
|
}
|
|
35724
35724
|
|
|
35725
|
-
// bazel-out/
|
|
35725
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
35726
35726
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
35727
35727
|
var TemplateTypeCheckerImpl = class {
|
|
35728
35728
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -36418,7 +36418,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
36418
36418
|
}
|
|
36419
36419
|
};
|
|
36420
36420
|
|
|
36421
|
-
// bazel-out/
|
|
36421
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
36422
36422
|
var TemplateCheckWithVisitor = class {
|
|
36423
36423
|
run(ctx, component, template2) {
|
|
36424
36424
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -36494,7 +36494,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
36494
36494
|
}
|
|
36495
36495
|
};
|
|
36496
36496
|
|
|
36497
|
-
// bazel-out/
|
|
36497
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
36498
36498
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
36499
36499
|
constructor() {
|
|
36500
36500
|
super(...arguments);
|
|
@@ -36519,7 +36519,7 @@ var factory = {
|
|
|
36519
36519
|
create: () => new InvalidBananaInBoxCheck()
|
|
36520
36520
|
};
|
|
36521
36521
|
|
|
36522
|
-
// bazel-out/
|
|
36522
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
36523
36523
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
36524
36524
|
["ngIf", "NgIf"],
|
|
36525
36525
|
["ngFor", "NgFor"],
|
|
@@ -36563,7 +36563,7 @@ var factory2 = {
|
|
|
36563
36563
|
}
|
|
36564
36564
|
};
|
|
36565
36565
|
|
|
36566
|
-
// bazel-out/
|
|
36566
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
36567
36567
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
36568
36568
|
constructor() {
|
|
36569
36569
|
super(...arguments);
|
|
@@ -36595,7 +36595,7 @@ var factory3 = {
|
|
|
36595
36595
|
create: () => new MissingNgForOfLetCheck()
|
|
36596
36596
|
};
|
|
36597
36597
|
|
|
36598
|
-
// bazel-out/
|
|
36598
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
36599
36599
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
36600
36600
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
36601
36601
|
constructor() {
|
|
@@ -36639,7 +36639,7 @@ var factory4 = {
|
|
|
36639
36639
|
}
|
|
36640
36640
|
};
|
|
36641
36641
|
|
|
36642
|
-
// bazel-out/
|
|
36642
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
36643
36643
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
36644
36644
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
36645
36645
|
constructor() {
|
|
@@ -36684,7 +36684,7 @@ var factory5 = {
|
|
|
36684
36684
|
}
|
|
36685
36685
|
};
|
|
36686
36686
|
|
|
36687
|
-
// bazel-out/
|
|
36687
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
36688
36688
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
36689
36689
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
36690
36690
|
constructor() {
|
|
@@ -36707,7 +36707,7 @@ var factory6 = {
|
|
|
36707
36707
|
create: () => new SuffixNotSupportedCheck()
|
|
36708
36708
|
};
|
|
36709
36709
|
|
|
36710
|
-
// bazel-out/
|
|
36710
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
36711
36711
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
36712
36712
|
constructor() {
|
|
36713
36713
|
super(...arguments);
|
|
@@ -36745,10 +36745,10 @@ var factory7 = {
|
|
|
36745
36745
|
create: () => new TextAttributeNotBindingSpec()
|
|
36746
36746
|
};
|
|
36747
36747
|
|
|
36748
|
-
// bazel-out/
|
|
36748
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
36749
36749
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
36750
36750
|
|
|
36751
|
-
// bazel-out/
|
|
36751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
36752
36752
|
var DiagnosticCategoryLabel;
|
|
36753
36753
|
(function(DiagnosticCategoryLabel2) {
|
|
36754
36754
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -36756,7 +36756,7 @@ var DiagnosticCategoryLabel;
|
|
|
36756
36756
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
36757
36757
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
36758
36758
|
|
|
36759
|
-
// bazel-out/
|
|
36759
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
36760
36760
|
var ExtendedTemplateCheckerImpl = class {
|
|
36761
36761
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
36762
36762
|
var _a2, _b2, _c2, _d2, _e2;
|
|
@@ -36808,7 +36808,7 @@ function assertNever(value) {
|
|
|
36808
36808
|
${value}`);
|
|
36809
36809
|
}
|
|
36810
36810
|
|
|
36811
|
-
// bazel-out/
|
|
36811
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
36812
36812
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
36813
36813
|
factory,
|
|
36814
36814
|
factory4,
|
|
@@ -36819,7 +36819,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
36819
36819
|
factory6
|
|
36820
36820
|
];
|
|
36821
36821
|
|
|
36822
|
-
// bazel-out/
|
|
36822
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
36823
36823
|
var CompilationTicketKind;
|
|
36824
36824
|
(function(CompilationTicketKind2) {
|
|
36825
36825
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -37275,7 +37275,7 @@ var NgCompiler = class {
|
|
|
37275
37275
|
return diagnostics;
|
|
37276
37276
|
}
|
|
37277
37277
|
makeCompilation() {
|
|
37278
|
-
var _a2;
|
|
37278
|
+
var _a2, _b2;
|
|
37279
37279
|
const checker = this.inputProgram.getTypeChecker();
|
|
37280
37280
|
const reflector = new TypeScriptReflectionHost(checker);
|
|
37281
37281
|
let refEmitter;
|
|
@@ -37346,12 +37346,16 @@ var NgCompiler = class {
|
|
|
37346
37346
|
}
|
|
37347
37347
|
const cycleHandlingStrategy = compilationMode === CompilationMode.FULL ? 0 : 1;
|
|
37348
37348
|
const strictCtorDeps = this.options.strictInjectionParameters || false;
|
|
37349
|
+
const supportTestBed = (_a2 = this.options.supportTestBed) != null ? _a2 : true;
|
|
37350
|
+
if (supportTestBed === false && compilationMode === CompilationMode.PARTIAL) {
|
|
37351
|
+
throw new Error('TestBed support ("supportTestBed" option) cannot be disabled in partial compilation mode.');
|
|
37352
|
+
}
|
|
37349
37353
|
const handlers = [
|
|
37350
|
-
new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver),
|
|
37351
|
-
new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder),
|
|
37352
|
-
new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder),
|
|
37353
|
-
new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder),
|
|
37354
|
-
new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (
|
|
37354
|
+
new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver, supportTestBed),
|
|
37355
|
+
new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, referencesRegistry, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, supportTestBed),
|
|
37356
|
+
new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder, supportTestBed),
|
|
37357
|
+
new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder, supportTestBed),
|
|
37358
|
+
new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, exportedProviderStatusResolver, semanticDepGraphUpdater, isCore, refEmitter, this.closureCompilerEnabled, (_b2 = this.options.onlyPublishPublicTypingsForNgModules) != null ? _b2 : false, injectableRegistry, this.delegatingPerfRecorder, supportTestBed)
|
|
37355
37359
|
];
|
|
37356
37360
|
const traitCompiler = new TraitCompiler(handlers, reflector, this.delegatingPerfRecorder, this.incrementalCompilation, this.options.compileNonExportedClasses !== false, compilationMode, dtsTransforms, semanticDepGraphUpdater, this.adapter);
|
|
37357
37361
|
const notifyingDriver = new NotifyingProgramDriverWrapper(this.programDriver, (program) => {
|
|
@@ -37538,7 +37542,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
37538
37542
|
return versions;
|
|
37539
37543
|
}
|
|
37540
37544
|
|
|
37541
|
-
// bazel-out/
|
|
37545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
37542
37546
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
37543
37547
|
var DelegatingCompilerHost2 = class {
|
|
37544
37548
|
constructor(delegate) {
|
|
@@ -37671,7 +37675,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
37671
37675
|
}
|
|
37672
37676
|
};
|
|
37673
37677
|
|
|
37674
|
-
// bazel-out/
|
|
37678
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
37675
37679
|
var NgtscProgram = class {
|
|
37676
37680
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
37677
37681
|
this.options = options;
|
|
@@ -37889,21 +37893,21 @@ function mergeEmitResults(emitResults) {
|
|
|
37889
37893
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
37890
37894
|
}
|
|
37891
37895
|
|
|
37892
|
-
// bazel-out/
|
|
37896
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
37893
37897
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
37894
37898
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
37895
37899
|
}
|
|
37896
37900
|
|
|
37897
|
-
// bazel-out/
|
|
37901
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
37898
37902
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
37899
37903
|
|
|
37900
|
-
// bazel-out/
|
|
37904
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
37901
37905
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
37902
37906
|
|
|
37903
|
-
// bazel-out/
|
|
37907
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
37904
37908
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
37905
37909
|
|
|
37906
|
-
// bazel-out/
|
|
37910
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
37907
37911
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
37908
37912
|
ngDevMode: false,
|
|
37909
37913
|
ngI18nClosureMode: false
|
|
@@ -37912,7 +37916,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
37912
37916
|
ngJitMode: false
|
|
37913
37917
|
});
|
|
37914
37918
|
|
|
37915
|
-
// bazel-out/
|
|
37919
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
37916
37920
|
var LogLevel;
|
|
37917
37921
|
(function(LogLevel2) {
|
|
37918
37922
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -37921,7 +37925,7 @@ var LogLevel;
|
|
|
37921
37925
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
37922
37926
|
})(LogLevel || (LogLevel = {}));
|
|
37923
37927
|
|
|
37924
|
-
// bazel-out/
|
|
37928
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
37925
37929
|
var RESET = "\x1B[0m";
|
|
37926
37930
|
var RED = "\x1B[31m";
|
|
37927
37931
|
var YELLOW = "\x1B[33m";
|
|
@@ -37930,18 +37934,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
37930
37934
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
37931
37935
|
var ERROR = `${RED}Error:${RESET}`;
|
|
37932
37936
|
|
|
37933
|
-
// bazel-out/
|
|
37937
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
37934
37938
|
setFileSystem(new NodeJSFileSystem());
|
|
37935
37939
|
|
|
37936
|
-
// bazel-out/
|
|
37940
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
37937
37941
|
var import_fs2 = require("fs");
|
|
37938
37942
|
var import_path8 = require("path");
|
|
37939
37943
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
37940
37944
|
|
|
37941
|
-
// bazel-out/
|
|
37945
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37942
37946
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
37943
37947
|
|
|
37944
|
-
// bazel-out/
|
|
37948
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
37945
37949
|
var import_path4 = require("path");
|
|
37946
37950
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
37947
37951
|
var ImportManager2 = class {
|
|
@@ -38125,7 +38129,7 @@ ${text2}`;
|
|
|
38125
38129
|
}
|
|
38126
38130
|
};
|
|
38127
38131
|
|
|
38128
|
-
// bazel-out/
|
|
38132
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
38129
38133
|
var ChangeTracker = class {
|
|
38130
38134
|
constructor(_printer, _importRemapper) {
|
|
38131
38135
|
__publicField(this, "_printer");
|
|
@@ -38181,7 +38185,7 @@ function normalizePath(path3) {
|
|
|
38181
38185
|
return path3.replace(/\\/g, "/");
|
|
38182
38186
|
}
|
|
38183
38187
|
|
|
38184
|
-
// bazel-out/
|
|
38188
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
38185
38189
|
var import_core13 = require("@angular-devkit/core");
|
|
38186
38190
|
function getProjectTsConfigPaths(tree) {
|
|
38187
38191
|
return __async(this, null, function* () {
|
|
@@ -38261,11 +38265,11 @@ function getWorkspace(tree) {
|
|
|
38261
38265
|
});
|
|
38262
38266
|
}
|
|
38263
38267
|
|
|
38264
|
-
// bazel-out/
|
|
38268
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
38265
38269
|
var import_path5 = require("path");
|
|
38266
38270
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
38267
38271
|
|
|
38268
|
-
// bazel-out/
|
|
38272
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
38269
38273
|
var path2 = __toESM(require("path"), 1);
|
|
38270
38274
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
38271
38275
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -38282,7 +38286,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
38282
38286
|
return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
38283
38287
|
}
|
|
38284
38288
|
|
|
38285
|
-
// bazel-out/
|
|
38289
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
38286
38290
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
38287
38291
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
38288
38292
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -38311,13 +38315,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
38311
38315
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
38312
38316
|
}
|
|
38313
38317
|
|
|
38314
|
-
// bazel-out/
|
|
38318
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
38315
38319
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
38316
38320
|
|
|
38317
|
-
// bazel-out/
|
|
38321
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
38318
38322
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
38319
38323
|
|
|
38320
|
-
// bazel-out/
|
|
38324
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
38321
38325
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
38322
38326
|
function getImportOfIdentifier(typeChecker, node) {
|
|
38323
38327
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -38368,7 +38372,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
38368
38372
|
});
|
|
38369
38373
|
}
|
|
38370
38374
|
|
|
38371
|
-
// bazel-out/
|
|
38375
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
38372
38376
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
38373
38377
|
if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
|
|
38374
38378
|
return null;
|
|
@@ -38377,7 +38381,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
38377
38381
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
38378
38382
|
}
|
|
38379
38383
|
|
|
38380
|
-
// bazel-out/
|
|
38384
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
38381
38385
|
function getAngularDecorators(typeChecker, decorators) {
|
|
38382
38386
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
38383
38387
|
node,
|
|
@@ -38387,7 +38391,7 @@ function getAngularDecorators(typeChecker, decorators) {
|
|
|
38387
38391
|
}));
|
|
38388
38392
|
}
|
|
38389
38393
|
|
|
38390
|
-
// bazel-out/
|
|
38394
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
38391
38395
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
38392
38396
|
function closestNode(node, predicate) {
|
|
38393
38397
|
let current = node.parent;
|
|
@@ -38400,7 +38404,7 @@ function closestNode(node, predicate) {
|
|
|
38400
38404
|
return null;
|
|
38401
38405
|
}
|
|
38402
38406
|
|
|
38403
|
-
// bazel-out/
|
|
38407
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
38404
38408
|
var import_path6 = require("path");
|
|
38405
38409
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
38406
38410
|
var UniqueItemTracker = class {
|
|
@@ -38576,7 +38580,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
38576
38580
|
}));
|
|
38577
38581
|
}
|
|
38578
38582
|
|
|
38579
|
-
// bazel-out/
|
|
38583
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
38580
38584
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
38581
38585
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
38582
38586
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -38775,14 +38779,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
38775
38779
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
38776
38780
|
}
|
|
38777
38781
|
|
|
38778
|
-
// bazel-out/
|
|
38782
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38779
38783
|
var import_path7 = require("path");
|
|
38780
38784
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
38781
38785
|
|
|
38782
|
-
// bazel-out/
|
|
38786
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
38783
38787
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
38784
38788
|
|
|
38785
|
-
// bazel-out/
|
|
38789
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
38786
38790
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
38787
38791
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
38788
38792
|
var _a2, _b2;
|
|
@@ -38791,7 +38795,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
38791
38795
|
return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b2 = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b2[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
|
|
38792
38796
|
}
|
|
38793
38797
|
|
|
38794
|
-
// bazel-out/
|
|
38798
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
38795
38799
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
38796
38800
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
38797
38801
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -39154,7 +39158,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
39154
39158
|
return metadata != null && metadata.isStandalone;
|
|
39155
39159
|
}
|
|
39156
39160
|
|
|
39157
|
-
// bazel-out/
|
|
39161
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
39158
39162
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
39159
39163
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
39160
39164
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -39531,7 +39535,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
39531
39535
|
return false;
|
|
39532
39536
|
}
|
|
39533
39537
|
|
|
39534
|
-
// bazel-out/
|
|
39538
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
39535
39539
|
var MigrationMode;
|
|
39536
39540
|
(function(MigrationMode2) {
|
|
39537
39541
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|