@angular/core 17.3.5 → 17.3.6
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/defer/instructions.mjs +31 -8
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/async.mjs +2 -2
- package/esm2022/testing/src/defer.mjs +1 -2
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +33 -10
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +2 -3
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +162 -162
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +163 -163
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/ng-generate/control-flow-migration/bundle.js +171 -171
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +443 -443
- package/schematics/ng-generate/standalone-migration/bundle.js.map +1 -1
- package/testing/index.d.ts +2 -2
|
@@ -2492,7 +2492,7 @@ var require_semver2 = __commonJS({
|
|
|
2492
2492
|
}
|
|
2493
2493
|
});
|
|
2494
2494
|
|
|
2495
|
-
// bazel-out/
|
|
2495
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
2496
2496
|
var standalone_migration_exports = {};
|
|
2497
2497
|
__export(standalone_migration_exports, {
|
|
2498
2498
|
default: () => standalone_migration_default
|
|
@@ -2500,10 +2500,10 @@ __export(standalone_migration_exports, {
|
|
|
2500
2500
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
2501
2501
|
var import_schematics = require("@angular-devkit/schematics");
|
|
2502
2502
|
|
|
2503
|
-
// bazel-out/
|
|
2503
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
2504
2504
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
2505
2505
|
|
|
2506
|
-
// bazel-out/
|
|
2506
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
2507
2507
|
var InvalidFileSystem = class {
|
|
2508
2508
|
exists(path4) {
|
|
2509
2509
|
throw makeError();
|
|
@@ -2591,7 +2591,7 @@ function makeError() {
|
|
|
2591
2591
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
2592
2592
|
}
|
|
2593
2593
|
|
|
2594
|
-
// bazel-out/
|
|
2594
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
2595
2595
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
2596
2596
|
function stripExtension(path4) {
|
|
2597
2597
|
return path4.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -2604,7 +2604,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
2604
2604
|
return sf;
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
|
-
// bazel-out/
|
|
2607
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
2608
2608
|
var fs = new InvalidFileSystem();
|
|
2609
2609
|
function getFileSystem() {
|
|
2610
2610
|
return fs;
|
|
@@ -2648,7 +2648,7 @@ function toRelativeImport(relativePath) {
|
|
|
2648
2648
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
// bazel-out/
|
|
2651
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
2652
2652
|
var LogicalProjectPath = {
|
|
2653
2653
|
relativePathBetween: function(from, to) {
|
|
2654
2654
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -2694,7 +2694,7 @@ function isWithinBasePath(base, path4) {
|
|
|
2694
2694
|
return isLocalRelativePath(relative(base, path4));
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
2697
|
-
// bazel-out/
|
|
2697
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
2698
2698
|
var import_fs = __toESM(require("fs"), 1);
|
|
2699
2699
|
var import_module = require("module");
|
|
2700
2700
|
var p = __toESM(require("path"), 1);
|
|
@@ -2802,7 +2802,7 @@ function toggleCase(str) {
|
|
|
2802
2802
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
// bazel-out/
|
|
2805
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
2806
2806
|
var _SELECTOR_REGEXP = new RegExp(
|
|
2807
2807
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
2808
2808
|
"g"
|
|
@@ -3110,7 +3110,7 @@ var SelectorContext = class {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
};
|
|
3112
3112
|
|
|
3113
|
-
// bazel-out/
|
|
3113
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
|
|
3114
3114
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
3115
3115
|
var ViewEncapsulation;
|
|
3116
3116
|
(function(ViewEncapsulation2) {
|
|
@@ -3179,7 +3179,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
3179
3179
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
3180
3180
|
}
|
|
3181
3181
|
|
|
3182
|
-
// bazel-out/
|
|
3182
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3183
3183
|
var output_ast_exports = {};
|
|
3184
3184
|
__export(output_ast_exports, {
|
|
3185
3185
|
ArrayType: () => ArrayType,
|
|
@@ -3267,7 +3267,7 @@ __export(output_ast_exports, {
|
|
|
3267
3267
|
variable: () => variable
|
|
3268
3268
|
});
|
|
3269
3269
|
|
|
3270
|
-
// bazel-out/
|
|
3270
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
3271
3271
|
var textEncoder;
|
|
3272
3272
|
function digest(message) {
|
|
3273
3273
|
return message.id || computeDigest(message);
|
|
@@ -3510,7 +3510,7 @@ function wordAt(bytes, index, endian) {
|
|
|
3510
3510
|
return word;
|
|
3511
3511
|
}
|
|
3512
3512
|
|
|
3513
|
-
// bazel-out/
|
|
3513
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3514
3514
|
var TypeModifier;
|
|
3515
3515
|
(function(TypeModifier2) {
|
|
3516
3516
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -4705,7 +4705,7 @@ function serializeTags(tags) {
|
|
|
4705
4705
|
return out;
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
|
-
// bazel-out/
|
|
4708
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
4709
4709
|
var CONSTANT_PREFIX = "_c";
|
|
4710
4710
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
4711
4711
|
var KEY_CONTEXT = {};
|
|
@@ -4893,7 +4893,7 @@ function isLongStringLiteral(expr) {
|
|
|
4893
4893
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
4894
4894
|
}
|
|
4895
4895
|
|
|
4896
|
-
// bazel-out/
|
|
4896
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
4897
4897
|
var CORE = "@angular/core";
|
|
4898
4898
|
var _Identifiers = class {
|
|
4899
4899
|
};
|
|
@@ -5559,7 +5559,7 @@ var Identifiers = _Identifiers;
|
|
|
5559
5559
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
5560
5560
|
})();
|
|
5561
5561
|
|
|
5562
|
-
// bazel-out/
|
|
5562
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
5563
5563
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
5564
5564
|
function dashCaseToCamelCase(input) {
|
|
5565
5565
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -5647,7 +5647,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
5647
5647
|
return [truthy, falsy];
|
|
5648
5648
|
}
|
|
5649
5649
|
|
|
5650
|
-
// bazel-out/
|
|
5650
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
5651
5651
|
var VERSION = 3;
|
|
5652
5652
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
5653
5653
|
var SourceMapGenerator = class {
|
|
@@ -5776,7 +5776,7 @@ function toBase64Digit(value) {
|
|
|
5776
5776
|
return B64_DIGITS[value];
|
|
5777
5777
|
}
|
|
5778
5778
|
|
|
5779
|
-
// bazel-out/
|
|
5779
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
5780
5780
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
5781
5781
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
5782
5782
|
var _INDENT_WITH = " ";
|
|
@@ -6264,7 +6264,7 @@ function _createIndent(count) {
|
|
|
6264
6264
|
return res;
|
|
6265
6265
|
}
|
|
6266
6266
|
|
|
6267
|
-
// bazel-out/
|
|
6267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
6268
6268
|
function typeWithParameters(type, numParams) {
|
|
6269
6269
|
if (numParams === 0) {
|
|
6270
6270
|
return expressionType(type);
|
|
@@ -6332,7 +6332,7 @@ function generateForwardRef(expr) {
|
|
|
6332
6332
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
6333
6333
|
}
|
|
6334
6334
|
|
|
6335
|
-
// bazel-out/
|
|
6335
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
6336
6336
|
var R3FactoryDelegateType;
|
|
6337
6337
|
(function(R3FactoryDelegateType2) {
|
|
6338
6338
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -6477,7 +6477,7 @@ function getInjectFn(target) {
|
|
|
6477
6477
|
}
|
|
6478
6478
|
}
|
|
6479
6479
|
|
|
6480
|
-
// bazel-out/
|
|
6480
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
6481
6481
|
var TagContentType;
|
|
6482
6482
|
(function(TagContentType2) {
|
|
6483
6483
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -6514,7 +6514,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
6514
6514
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
6515
6515
|
}
|
|
6516
6516
|
|
|
6517
|
-
// bazel-out/
|
|
6517
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
6518
6518
|
var Comment = class {
|
|
6519
6519
|
constructor(value, sourceSpan) {
|
|
6520
6520
|
this.value = value;
|
|
@@ -6968,7 +6968,7 @@ function visitAll(visitor, nodes) {
|
|
|
6968
6968
|
return result;
|
|
6969
6969
|
}
|
|
6970
6970
|
|
|
6971
|
-
// bazel-out/
|
|
6971
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
6972
6972
|
var Message = class {
|
|
6973
6973
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
6974
6974
|
this.nodes = nodes;
|
|
@@ -7157,7 +7157,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
7157
7157
|
}
|
|
7158
7158
|
};
|
|
7159
7159
|
|
|
7160
|
-
// bazel-out/
|
|
7160
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
7161
7161
|
var Serializer = class {
|
|
7162
7162
|
createNameMapper(message) {
|
|
7163
7163
|
return null;
|
|
@@ -7214,7 +7214,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
7214
7214
|
}
|
|
7215
7215
|
};
|
|
7216
7216
|
|
|
7217
|
-
// bazel-out/
|
|
7217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
7218
7218
|
var _Visitor = class {
|
|
7219
7219
|
visitTag(tag) {
|
|
7220
7220
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -7302,7 +7302,7 @@ function escapeXml(text2) {
|
|
|
7302
7302
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
7303
7303
|
}
|
|
7304
7304
|
|
|
7305
|
-
// bazel-out/
|
|
7305
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
7306
7306
|
var _MESSAGES_TAG = "messagebundle";
|
|
7307
7307
|
var _MESSAGE_TAG = "msg";
|
|
7308
7308
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -7454,7 +7454,7 @@ function toPublicName(internalName) {
|
|
|
7454
7454
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
7455
7455
|
}
|
|
7456
7456
|
|
|
7457
|
-
// bazel-out/
|
|
7457
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
7458
7458
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
7459
7459
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
7460
7460
|
var I18N_ATTR = "i18n";
|
|
@@ -7556,7 +7556,7 @@ function declareI18nVariable(variable2) {
|
|
|
7556
7556
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
7557
7557
|
}
|
|
7558
7558
|
|
|
7559
|
-
// bazel-out/
|
|
7559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
7560
7560
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
7561
7561
|
var TEMPORARY_NAME = "_t";
|
|
7562
7562
|
var CONTEXT_NAME = "ctx";
|
|
@@ -7802,7 +7802,7 @@ function getInstructionStatements(instructions) {
|
|
|
7802
7802
|
return statements;
|
|
7803
7803
|
}
|
|
7804
7804
|
|
|
7805
|
-
// bazel-out/
|
|
7805
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
7806
7806
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
7807
7807
|
let result = null;
|
|
7808
7808
|
const factoryMeta = {
|
|
@@ -7887,7 +7887,7 @@ function createFactoryFunction(type) {
|
|
|
7887
7887
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
7888
7888
|
}
|
|
7889
7889
|
|
|
7890
|
-
// bazel-out/
|
|
7890
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
7891
7891
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
7892
7892
|
/^\s*$/,
|
|
7893
7893
|
/[<>]/,
|
|
@@ -7909,7 +7909,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
7909
7909
|
}
|
|
7910
7910
|
}
|
|
7911
7911
|
|
|
7912
|
-
// bazel-out/
|
|
7912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
7913
7913
|
var InterpolationConfig = class {
|
|
7914
7914
|
static fromArray(markers) {
|
|
7915
7915
|
if (!markers) {
|
|
@@ -7926,7 +7926,7 @@ var InterpolationConfig = class {
|
|
|
7926
7926
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
7927
7927
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
7928
7928
|
|
|
7929
|
-
// bazel-out/
|
|
7929
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
7930
7930
|
var $EOF = 0;
|
|
7931
7931
|
var $BSPACE = 8;
|
|
7932
7932
|
var $TAB = 9;
|
|
@@ -8008,7 +8008,7 @@ function isQuote(code) {
|
|
|
8008
8008
|
return code === $SQ || code === $DQ || code === $BT;
|
|
8009
8009
|
}
|
|
8010
8010
|
|
|
8011
|
-
// bazel-out/
|
|
8011
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
8012
8012
|
var ParseLocation = class {
|
|
8013
8013
|
constructor(file, offset, line, col) {
|
|
8014
8014
|
this.file = file;
|
|
@@ -8155,7 +8155,7 @@ function sanitizeIdentifier(name) {
|
|
|
8155
8155
|
return name.replace(/\W/g, "_");
|
|
8156
8156
|
}
|
|
8157
8157
|
|
|
8158
|
-
// bazel-out/
|
|
8158
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
8159
8159
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
8160
8160
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
8161
8161
|
constructor() {
|
|
@@ -8248,7 +8248,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
8248
8248
|
}
|
|
8249
8249
|
};
|
|
8250
8250
|
|
|
8251
|
-
// bazel-out/
|
|
8251
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
8252
8252
|
var policy;
|
|
8253
8253
|
function getPolicy() {
|
|
8254
8254
|
if (policy === void 0) {
|
|
@@ -8286,7 +8286,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
8286
8286
|
return fn2.bind(_global);
|
|
8287
8287
|
}
|
|
8288
8288
|
|
|
8289
|
-
// bazel-out/
|
|
8289
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
8290
8290
|
var JitEvaluator = class {
|
|
8291
8291
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
8292
8292
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -8377,7 +8377,7 @@ function isUseStrictStatement(statement) {
|
|
|
8377
8377
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
8378
8378
|
}
|
|
8379
8379
|
|
|
8380
|
-
// bazel-out/
|
|
8380
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
8381
8381
|
function compileInjector(meta) {
|
|
8382
8382
|
const definitionMap = new DefinitionMap();
|
|
8383
8383
|
if (meta.providers !== null) {
|
|
@@ -8394,7 +8394,7 @@ function createInjectorType(meta) {
|
|
|
8394
8394
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
8395
8395
|
}
|
|
8396
8396
|
|
|
8397
|
-
// bazel-out/
|
|
8397
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
8398
8398
|
var R3JitReflector = class {
|
|
8399
8399
|
constructor(context) {
|
|
8400
8400
|
this.context = context;
|
|
@@ -8410,7 +8410,7 @@ var R3JitReflector = class {
|
|
|
8410
8410
|
}
|
|
8411
8411
|
};
|
|
8412
8412
|
|
|
8413
|
-
// bazel-out/
|
|
8413
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
8414
8414
|
var R3SelectorScopeMode;
|
|
8415
8415
|
(function(R3SelectorScopeMode2) {
|
|
8416
8416
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -8551,7 +8551,7 @@ function tupleOfTypes(types) {
|
|
|
8551
8551
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
8552
8552
|
}
|
|
8553
8553
|
|
|
8554
|
-
// bazel-out/
|
|
8554
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
8555
8555
|
function compilePipeFromMetadata(metadata) {
|
|
8556
8556
|
const definitionMapValues = [];
|
|
8557
8557
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -8572,7 +8572,7 @@ function createPipeType(metadata) {
|
|
|
8572
8572
|
]));
|
|
8573
8573
|
}
|
|
8574
8574
|
|
|
8575
|
-
// bazel-out/
|
|
8575
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
8576
8576
|
var R3TemplateDependencyKind;
|
|
8577
8577
|
(function(R3TemplateDependencyKind2) {
|
|
8578
8578
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -8580,7 +8580,7 @@ var R3TemplateDependencyKind;
|
|
|
8580
8580
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
8581
8581
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
8582
8582
|
|
|
8583
|
-
// bazel-out/
|
|
8583
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
8584
8584
|
var ParserError = class {
|
|
8585
8585
|
constructor(message, input, errLocation, ctxLocation) {
|
|
8586
8586
|
this.input = input;
|
|
@@ -9247,7 +9247,7 @@ var BoundElementProperty = class {
|
|
|
9247
9247
|
}
|
|
9248
9248
|
};
|
|
9249
9249
|
|
|
9250
|
-
// bazel-out/
|
|
9250
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
9251
9251
|
var _EventHandlerVars = class {
|
|
9252
9252
|
};
|
|
9253
9253
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -9938,7 +9938,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
9938
9938
|
}
|
|
9939
9939
|
};
|
|
9940
9940
|
|
|
9941
|
-
// bazel-out/
|
|
9941
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
9942
9942
|
var _SECURITY_SCHEMA;
|
|
9943
9943
|
function SECURITY_SCHEMA() {
|
|
9944
9944
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -9996,7 +9996,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
9996
9996
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
9997
9997
|
}
|
|
9998
9998
|
|
|
9999
|
-
// bazel-out/
|
|
9999
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
10000
10000
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
10001
10001
|
"inherit",
|
|
10002
10002
|
"initial",
|
|
@@ -10468,7 +10468,7 @@ function repeatGroups(groups, multiples) {
|
|
|
10468
10468
|
}
|
|
10469
10469
|
}
|
|
10470
10470
|
|
|
10471
|
-
// bazel-out/
|
|
10471
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
10472
10472
|
var OpKind;
|
|
10473
10473
|
(function(OpKind2) {
|
|
10474
10474
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -10622,7 +10622,7 @@ var TemplateKind;
|
|
|
10622
10622
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
10623
10623
|
})(TemplateKind || (TemplateKind = {}));
|
|
10624
10624
|
|
|
10625
|
-
// bazel-out/
|
|
10625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
10626
10626
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
10627
10627
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
10628
10628
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -10650,7 +10650,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
10650
10650
|
return expr[UsesVarOffset] === true;
|
|
10651
10651
|
}
|
|
10652
10652
|
|
|
10653
|
-
// bazel-out/
|
|
10653
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
10654
10654
|
function createStatementOp(statement) {
|
|
10655
10655
|
return __spreadValues({
|
|
10656
10656
|
kind: OpKind.Statement,
|
|
@@ -10672,7 +10672,7 @@ var NEW_OP = {
|
|
|
10672
10672
|
next: null
|
|
10673
10673
|
};
|
|
10674
10674
|
|
|
10675
|
-
// bazel-out/
|
|
10675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
10676
10676
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
10677
10677
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
10678
10678
|
kind: OpKind.InterpolateText,
|
|
@@ -10853,7 +10853,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
10853
10853
|
}, NEW_OP);
|
|
10854
10854
|
}
|
|
10855
10855
|
|
|
10856
|
-
// bazel-out/
|
|
10856
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
10857
10857
|
var _a;
|
|
10858
10858
|
var _b;
|
|
10859
10859
|
var _c;
|
|
@@ -11715,7 +11715,7 @@ function isStringLiteral(expr) {
|
|
|
11715
11715
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
11716
11716
|
}
|
|
11717
11717
|
|
|
11718
|
-
// bazel-out/
|
|
11718
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
11719
11719
|
var _OpList = class {
|
|
11720
11720
|
constructor() {
|
|
11721
11721
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -11906,14 +11906,14 @@ var OpList = _OpList;
|
|
|
11906
11906
|
_OpList.nextListId = 0;
|
|
11907
11907
|
})();
|
|
11908
11908
|
|
|
11909
|
-
// bazel-out/
|
|
11909
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
11910
11910
|
var SlotHandle = class {
|
|
11911
11911
|
constructor() {
|
|
11912
11912
|
this.slot = null;
|
|
11913
11913
|
}
|
|
11914
11914
|
};
|
|
11915
11915
|
|
|
11916
|
-
// bazel-out/
|
|
11916
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
11917
11917
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
11918
11918
|
OpKind.Element,
|
|
11919
11919
|
OpKind.ElementStart,
|
|
@@ -12214,7 +12214,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
12214
12214
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
12215
12215
|
}
|
|
12216
12216
|
|
|
12217
|
-
// bazel-out/
|
|
12217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
12218
12218
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
12219
12219
|
return __spreadValues(__spreadValues({
|
|
12220
12220
|
kind: OpKind.HostProperty,
|
|
@@ -12228,10 +12228,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
12228
12228
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
12229
12229
|
}
|
|
12230
12230
|
|
|
12231
|
-
// bazel-out/
|
|
12231
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
12232
12232
|
var CTX_REF = "CTX_REF_MARKER";
|
|
12233
12233
|
|
|
12234
|
-
// bazel-out/
|
|
12234
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
12235
12235
|
var CompilationJobKind;
|
|
12236
12236
|
(function(CompilationJobKind2) {
|
|
12237
12237
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -12339,7 +12339,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
12339
12339
|
}
|
|
12340
12340
|
};
|
|
12341
12341
|
|
|
12342
|
-
// bazel-out/
|
|
12342
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
12343
12343
|
function deleteAnyCasts(job) {
|
|
12344
12344
|
for (const unit of job.units) {
|
|
12345
12345
|
for (const op of unit.ops()) {
|
|
@@ -12357,7 +12357,7 @@ function removeAnys(e) {
|
|
|
12357
12357
|
return e;
|
|
12358
12358
|
}
|
|
12359
12359
|
|
|
12360
|
-
// bazel-out/
|
|
12360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
12361
12361
|
function applyI18nExpressions(job) {
|
|
12362
12362
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
12363
12363
|
for (const unit of job.units) {
|
|
@@ -12400,7 +12400,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
12400
12400
|
return false;
|
|
12401
12401
|
}
|
|
12402
12402
|
|
|
12403
|
-
// bazel-out/
|
|
12403
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
12404
12404
|
function assignI18nSlotDependencies(job) {
|
|
12405
12405
|
for (const unit of job.units) {
|
|
12406
12406
|
let updateOp = unit.update.head;
|
|
@@ -12445,7 +12445,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
12445
12445
|
}
|
|
12446
12446
|
}
|
|
12447
12447
|
|
|
12448
|
-
// bazel-out/
|
|
12448
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
12449
12449
|
function createOpXrefMap(unit) {
|
|
12450
12450
|
const map = /* @__PURE__ */ new Map();
|
|
12451
12451
|
for (const op of unit.create) {
|
|
@@ -12460,7 +12460,7 @@ function createOpXrefMap(unit) {
|
|
|
12460
12460
|
return map;
|
|
12461
12461
|
}
|
|
12462
12462
|
|
|
12463
|
-
// bazel-out/
|
|
12463
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
12464
12464
|
function extractAttributes(job) {
|
|
12465
12465
|
for (const unit of job.units) {
|
|
12466
12466
|
const elements = createOpXrefMap(unit);
|
|
@@ -12589,7 +12589,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
12589
12589
|
}
|
|
12590
12590
|
}
|
|
12591
12591
|
|
|
12592
|
-
// bazel-out/
|
|
12592
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
12593
12593
|
function lookupElement2(elements, xref) {
|
|
12594
12594
|
const el = elements.get(xref);
|
|
12595
12595
|
if (el === void 0) {
|
|
@@ -12646,7 +12646,7 @@ function specializeBindings(job) {
|
|
|
12646
12646
|
}
|
|
12647
12647
|
}
|
|
12648
12648
|
|
|
12649
|
-
// bazel-out/
|
|
12649
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
12650
12650
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
12651
12651
|
Identifiers.attribute,
|
|
12652
12652
|
Identifiers.classProp,
|
|
@@ -12714,7 +12714,7 @@ function chainOperationsInList(opList) {
|
|
|
12714
12714
|
}
|
|
12715
12715
|
}
|
|
12716
12716
|
|
|
12717
|
-
// bazel-out/
|
|
12717
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
12718
12718
|
function collapseSingletonInterpolations(job) {
|
|
12719
12719
|
for (const unit of job.units) {
|
|
12720
12720
|
for (const op of unit.update) {
|
|
@@ -12726,7 +12726,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
12726
12726
|
}
|
|
12727
12727
|
}
|
|
12728
12728
|
|
|
12729
|
-
// bazel-out/
|
|
12729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
12730
12730
|
function generateConditionalExpressions(job) {
|
|
12731
12731
|
for (const unit of job.units) {
|
|
12732
12732
|
for (const op of unit.ops()) {
|
|
@@ -12763,7 +12763,7 @@ function generateConditionalExpressions(job) {
|
|
|
12763
12763
|
}
|
|
12764
12764
|
}
|
|
12765
12765
|
|
|
12766
|
-
// bazel-out/
|
|
12766
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
12767
12767
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
12768
12768
|
["&&", BinaryOperator.And],
|
|
12769
12769
|
[">", BinaryOperator.Bigger],
|
|
@@ -12814,7 +12814,7 @@ function literalOrArrayLiteral(value) {
|
|
|
12814
12814
|
return literal(value);
|
|
12815
12815
|
}
|
|
12816
12816
|
|
|
12817
|
-
// bazel-out/
|
|
12817
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
12818
12818
|
function collectElementConsts(job) {
|
|
12819
12819
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
12820
12820
|
for (const unit of job.units) {
|
|
@@ -12983,7 +12983,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
12983
12983
|
return literalArr(attrArray);
|
|
12984
12984
|
}
|
|
12985
12985
|
|
|
12986
|
-
// bazel-out/
|
|
12986
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
12987
12987
|
function convertI18nBindings(job) {
|
|
12988
12988
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
12989
12989
|
for (const unit of job.units) {
|
|
@@ -13024,7 +13024,7 @@ function convertI18nBindings(job) {
|
|
|
13024
13024
|
}
|
|
13025
13025
|
}
|
|
13026
13026
|
|
|
13027
|
-
// bazel-out/
|
|
13027
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
|
|
13028
13028
|
function createDeferDepsFns(job) {
|
|
13029
13029
|
var _a2;
|
|
13030
13030
|
for (const unit of job.units) {
|
|
@@ -13064,7 +13064,7 @@ function createDeferDepsFns(job) {
|
|
|
13064
13064
|
}
|
|
13065
13065
|
}
|
|
13066
13066
|
|
|
13067
|
-
// bazel-out/
|
|
13067
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
13068
13068
|
function createI18nContexts(job) {
|
|
13069
13069
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
13070
13070
|
for (const unit of job.units) {
|
|
@@ -13142,7 +13142,7 @@ function createI18nContexts(job) {
|
|
|
13142
13142
|
}
|
|
13143
13143
|
}
|
|
13144
13144
|
|
|
13145
|
-
// bazel-out/
|
|
13145
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
13146
13146
|
function deduplicateTextBindings(job) {
|
|
13147
13147
|
const seen = /* @__PURE__ */ new Map();
|
|
13148
13148
|
for (const unit of job.units) {
|
|
@@ -13164,7 +13164,7 @@ function deduplicateTextBindings(job) {
|
|
|
13164
13164
|
}
|
|
13165
13165
|
}
|
|
13166
13166
|
|
|
13167
|
-
// bazel-out/
|
|
13167
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
13168
13168
|
function configureDeferInstructions(job) {
|
|
13169
13169
|
for (const unit of job.units) {
|
|
13170
13170
|
for (const op of unit.create) {
|
|
@@ -13181,7 +13181,7 @@ function configureDeferInstructions(job) {
|
|
|
13181
13181
|
}
|
|
13182
13182
|
}
|
|
13183
13183
|
|
|
13184
|
-
// bazel-out/
|
|
13184
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
13185
13185
|
function resolveDeferTargetNames(job) {
|
|
13186
13186
|
const scopes = /* @__PURE__ */ new Map();
|
|
13187
13187
|
function getScopeForView2(view) {
|
|
@@ -13275,7 +13275,7 @@ var Scope = class {
|
|
|
13275
13275
|
}
|
|
13276
13276
|
};
|
|
13277
13277
|
|
|
13278
|
-
// bazel-out/
|
|
13278
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
13279
13279
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
13280
13280
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
13281
13281
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -13302,7 +13302,7 @@ function collapseEmptyInstructions(job) {
|
|
|
13302
13302
|
}
|
|
13303
13303
|
}
|
|
13304
13304
|
|
|
13305
|
-
// bazel-out/
|
|
13305
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
13306
13306
|
function expandSafeReads(job) {
|
|
13307
13307
|
for (const unit of job.units) {
|
|
13308
13308
|
for (const op of unit.ops()) {
|
|
@@ -13438,7 +13438,7 @@ function ternaryTransform(e) {
|
|
|
13438
13438
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
13439
13439
|
}
|
|
13440
13440
|
|
|
13441
|
-
// bazel-out/
|
|
13441
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
13442
13442
|
var ESCAPE = "\uFFFD";
|
|
13443
13443
|
var ELEMENT_MARKER = "#";
|
|
13444
13444
|
var TEMPLATE_MARKER = "*";
|
|
@@ -13574,7 +13574,7 @@ function formatValue(value) {
|
|
|
13574
13574
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
13575
13575
|
}
|
|
13576
13576
|
|
|
13577
|
-
// bazel-out/
|
|
13577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
13578
13578
|
function generateAdvance(job) {
|
|
13579
13579
|
for (const unit of job.units) {
|
|
13580
13580
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -13606,7 +13606,7 @@ function generateAdvance(job) {
|
|
|
13606
13606
|
}
|
|
13607
13607
|
}
|
|
13608
13608
|
|
|
13609
|
-
// bazel-out/
|
|
13609
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
13610
13610
|
function generateProjectionDefs(job) {
|
|
13611
13611
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
13612
13612
|
const selectors = [];
|
|
@@ -13630,7 +13630,7 @@ function generateProjectionDefs(job) {
|
|
|
13630
13630
|
}
|
|
13631
13631
|
}
|
|
13632
13632
|
|
|
13633
|
-
// bazel-out/
|
|
13633
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
13634
13634
|
function generateVariables(job) {
|
|
13635
13635
|
recursivelyProcessView(job.root, null);
|
|
13636
13636
|
}
|
|
@@ -13724,7 +13724,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
13724
13724
|
return newOps;
|
|
13725
13725
|
}
|
|
13726
13726
|
|
|
13727
|
-
// bazel-out/
|
|
13727
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
13728
13728
|
function collectConstExpressions(job) {
|
|
13729
13729
|
for (const unit of job.units) {
|
|
13730
13730
|
for (const op of unit.ops()) {
|
|
@@ -13738,7 +13738,7 @@ function collectConstExpressions(job) {
|
|
|
13738
13738
|
}
|
|
13739
13739
|
}
|
|
13740
13740
|
|
|
13741
|
-
// bazel-out/
|
|
13741
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
13742
13742
|
var STYLE_DOT = "style.";
|
|
13743
13743
|
var CLASS_DOT = "class.";
|
|
13744
13744
|
var STYLE_BANG = "style!";
|
|
@@ -13796,7 +13796,7 @@ function parseProperty(name) {
|
|
|
13796
13796
|
return { property: property2, suffix };
|
|
13797
13797
|
}
|
|
13798
13798
|
|
|
13799
|
-
// bazel-out/
|
|
13799
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
13800
13800
|
function mapLiteral(obj, quoted = false) {
|
|
13801
13801
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
13802
13802
|
key,
|
|
@@ -13805,7 +13805,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
13805
13805
|
})));
|
|
13806
13806
|
}
|
|
13807
13807
|
|
|
13808
|
-
// bazel-out/
|
|
13808
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
13809
13809
|
var IcuSerializerVisitor = class {
|
|
13810
13810
|
visitText(text2) {
|
|
13811
13811
|
return text2.value;
|
|
@@ -13839,7 +13839,7 @@ function serializeIcuNode(icu) {
|
|
|
13839
13839
|
return icu.visit(serializer);
|
|
13840
13840
|
}
|
|
13841
13841
|
|
|
13842
|
-
// bazel-out/
|
|
13842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13843
13843
|
var TokenType;
|
|
13844
13844
|
(function(TokenType2) {
|
|
13845
13845
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -14200,7 +14200,7 @@ function parseIntAutoRadix(text2) {
|
|
|
14200
14200
|
return result;
|
|
14201
14201
|
}
|
|
14202
14202
|
|
|
14203
|
-
// bazel-out/
|
|
14203
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
14204
14204
|
var SplitInterpolation = class {
|
|
14205
14205
|
constructor(strings, expressions, offsets) {
|
|
14206
14206
|
this.strings = strings;
|
|
@@ -15082,7 +15082,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
15082
15082
|
return offsetMap;
|
|
15083
15083
|
}
|
|
15084
15084
|
|
|
15085
|
-
// bazel-out/
|
|
15085
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
15086
15086
|
var NodeWithI18n = class {
|
|
15087
15087
|
constructor(sourceSpan, i18n2) {
|
|
15088
15088
|
this.sourceSpan = sourceSpan;
|
|
@@ -15193,11 +15193,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
15193
15193
|
return result;
|
|
15194
15194
|
}
|
|
15195
15195
|
|
|
15196
|
-
// bazel-out/
|
|
15196
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
15197
15197
|
var ElementSchemaRegistry = class {
|
|
15198
15198
|
};
|
|
15199
15199
|
|
|
15200
|
-
// bazel-out/
|
|
15200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
15201
15201
|
var BOOLEAN = "boolean";
|
|
15202
15202
|
var NUMBER = "number";
|
|
15203
15203
|
var STRING = "string";
|
|
@@ -15550,7 +15550,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15550
15550
|
}
|
|
15551
15551
|
}
|
|
15552
15552
|
|
|
15553
|
-
// bazel-out/
|
|
15553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15554
15554
|
var HtmlTagDefinition = class {
|
|
15555
15555
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15556
15556
|
this.closedByChildren = {};
|
|
@@ -15668,7 +15668,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15668
15668
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15669
15669
|
}
|
|
15670
15670
|
|
|
15671
|
-
// bazel-out/
|
|
15671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15672
15672
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15673
15673
|
"A": "LINK",
|
|
15674
15674
|
"B": "BOLD_TEXT",
|
|
@@ -15790,7 +15790,7 @@ var PlaceholderRegistry = class {
|
|
|
15790
15790
|
}
|
|
15791
15791
|
};
|
|
15792
15792
|
|
|
15793
|
-
// bazel-out/
|
|
15793
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15794
15794
|
var _expParser = new Parser(new Lexer());
|
|
15795
15795
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
15796
15796
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -15969,14 +15969,14 @@ function extractPlaceholderName(input) {
|
|
|
15969
15969
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15970
15970
|
}
|
|
15971
15971
|
|
|
15972
|
-
// bazel-out/
|
|
15972
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15973
15973
|
var I18nError = class extends ParseError {
|
|
15974
15974
|
constructor(span, msg) {
|
|
15975
15975
|
super(span, msg);
|
|
15976
15976
|
}
|
|
15977
15977
|
};
|
|
15978
15978
|
|
|
15979
|
-
// bazel-out/
|
|
15979
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
15980
15980
|
var NAMED_ENTITIES = {
|
|
15981
15981
|
"AElig": "\xC6",
|
|
15982
15982
|
"AMP": "&",
|
|
@@ -18107,7 +18107,7 @@ var NAMED_ENTITIES = {
|
|
|
18107
18107
|
var NGSP_UNICODE = "\uE500";
|
|
18108
18108
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
18109
18109
|
|
|
18110
|
-
// bazel-out/
|
|
18110
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
18111
18111
|
var TokenError = class extends ParseError {
|
|
18112
18112
|
constructor(errorMsg, tokenType, span) {
|
|
18113
18113
|
super(span, errorMsg);
|
|
@@ -19028,7 +19028,7 @@ var CursorError = class {
|
|
|
19028
19028
|
}
|
|
19029
19029
|
};
|
|
19030
19030
|
|
|
19031
|
-
// bazel-out/
|
|
19031
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
19032
19032
|
var TreeError = class extends ParseError {
|
|
19033
19033
|
static create(elementName, span, msg) {
|
|
19034
19034
|
return new TreeError(elementName, span, msg);
|
|
@@ -19412,7 +19412,7 @@ function decodeEntity(match, entity) {
|
|
|
19412
19412
|
return match;
|
|
19413
19413
|
}
|
|
19414
19414
|
|
|
19415
|
-
// bazel-out/
|
|
19415
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
19416
19416
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
19417
19417
|
"iframe|srcdoc",
|
|
19418
19418
|
"*|innerhtml",
|
|
@@ -19427,7 +19427,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
19427
19427
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
19428
19428
|
}
|
|
19429
19429
|
|
|
19430
|
-
// bazel-out/
|
|
19430
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
19431
19431
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
19432
19432
|
if (htmlNode instanceof NodeWithI18n) {
|
|
19433
19433
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -19584,7 +19584,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
19584
19584
|
return jsDocComment(tags);
|
|
19585
19585
|
}
|
|
19586
19586
|
|
|
19587
|
-
// bazel-out/
|
|
19587
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
19588
19588
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
19589
19589
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
19590
19590
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -19635,7 +19635,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
19635
19635
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
19636
19636
|
}
|
|
19637
19637
|
|
|
19638
|
-
// bazel-out/
|
|
19638
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
19639
19639
|
function createLocalizeStatements(variable2, message, params) {
|
|
19640
19640
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
19641
19641
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -19724,7 +19724,7 @@ function createEmptyMessagePart(location) {
|
|
|
19724
19724
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
19725
19725
|
}
|
|
19726
19726
|
|
|
19727
|
-
// bazel-out/
|
|
19727
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
19728
19728
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
19729
19729
|
var TRANSLATION_VAR_PREFIX2 = "i18n_";
|
|
19730
19730
|
var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
|
|
@@ -19885,7 +19885,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
19885
19885
|
return variable(name);
|
|
19886
19886
|
}
|
|
19887
19887
|
|
|
19888
|
-
// bazel-out/
|
|
19888
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
19889
19889
|
function convertI18nText(job) {
|
|
19890
19890
|
var _a2, _b2, _c2;
|
|
19891
19891
|
for (const unit of job.units) {
|
|
@@ -19955,7 +19955,7 @@ function convertI18nText(job) {
|
|
|
19955
19955
|
}
|
|
19956
19956
|
}
|
|
19957
19957
|
|
|
19958
|
-
// bazel-out/
|
|
19958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
19959
19959
|
function liftLocalRefs(job) {
|
|
19960
19960
|
for (const unit of job.units) {
|
|
19961
19961
|
for (const op of unit.create) {
|
|
@@ -19985,7 +19985,7 @@ function serializeLocalRefs(refs) {
|
|
|
19985
19985
|
return literalArr(constRefs);
|
|
19986
19986
|
}
|
|
19987
19987
|
|
|
19988
|
-
// bazel-out/
|
|
19988
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
19989
19989
|
function emitNamespaceChanges(job) {
|
|
19990
19990
|
for (const unit of job.units) {
|
|
19991
19991
|
let activeNamespace = Namespace.HTML;
|
|
@@ -20001,7 +20001,7 @@ function emitNamespaceChanges(job) {
|
|
|
20001
20001
|
}
|
|
20002
20002
|
}
|
|
20003
20003
|
|
|
20004
|
-
// bazel-out/
|
|
20004
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
20005
20005
|
function parse(value) {
|
|
20006
20006
|
const styles = [];
|
|
20007
20007
|
let i = 0;
|
|
@@ -20062,7 +20062,7 @@ function hyphenate2(value) {
|
|
|
20062
20062
|
}).toLowerCase();
|
|
20063
20063
|
}
|
|
20064
20064
|
|
|
20065
|
-
// bazel-out/
|
|
20065
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
20066
20066
|
function nameFunctionsAndVariables(job) {
|
|
20067
20067
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
20068
20068
|
}
|
|
@@ -20191,7 +20191,7 @@ function stripImportant(name) {
|
|
|
20191
20191
|
return name;
|
|
20192
20192
|
}
|
|
20193
20193
|
|
|
20194
|
-
// bazel-out/
|
|
20194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
20195
20195
|
function mergeNextContextExpressions(job) {
|
|
20196
20196
|
for (const unit of job.units) {
|
|
20197
20197
|
for (const op of unit.create) {
|
|
@@ -20237,7 +20237,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
20237
20237
|
}
|
|
20238
20238
|
}
|
|
20239
20239
|
|
|
20240
|
-
// bazel-out/
|
|
20240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
20241
20241
|
var CONTAINER_TAG = "ng-container";
|
|
20242
20242
|
function generateNgContainerOps(job) {
|
|
20243
20243
|
for (const unit of job.units) {
|
|
@@ -20254,7 +20254,7 @@ function generateNgContainerOps(job) {
|
|
|
20254
20254
|
}
|
|
20255
20255
|
}
|
|
20256
20256
|
|
|
20257
|
-
// bazel-out/
|
|
20257
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
20258
20258
|
function lookupElement3(elements, xref) {
|
|
20259
20259
|
const el = elements.get(xref);
|
|
20260
20260
|
if (el === void 0) {
|
|
@@ -20284,7 +20284,7 @@ function disableBindings(job) {
|
|
|
20284
20284
|
}
|
|
20285
20285
|
}
|
|
20286
20286
|
|
|
20287
|
-
// bazel-out/
|
|
20287
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
20288
20288
|
function generateNullishCoalesceExpressions(job) {
|
|
20289
20289
|
for (const unit of job.units) {
|
|
20290
20290
|
for (const op of unit.ops()) {
|
|
@@ -20300,7 +20300,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
20300
20300
|
}
|
|
20301
20301
|
}
|
|
20302
20302
|
|
|
20303
|
-
// bazel-out/
|
|
20303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
20304
20304
|
function kindTest(kind) {
|
|
20305
20305
|
return (op) => op.kind === kind;
|
|
20306
20306
|
}
|
|
@@ -20390,7 +20390,7 @@ function keepLast(ops) {
|
|
|
20390
20390
|
return ops.slice(ops.length - 1);
|
|
20391
20391
|
}
|
|
20392
20392
|
|
|
20393
|
-
// bazel-out/
|
|
20393
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
20394
20394
|
function parseExtractedStyles(job) {
|
|
20395
20395
|
const elements = /* @__PURE__ */ new Map();
|
|
20396
20396
|
for (const unit of job.units) {
|
|
@@ -20425,7 +20425,7 @@ function parseExtractedStyles(job) {
|
|
|
20425
20425
|
}
|
|
20426
20426
|
}
|
|
20427
20427
|
|
|
20428
|
-
// bazel-out/
|
|
20428
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
20429
20429
|
function removeContentSelectors(job) {
|
|
20430
20430
|
for (const unit of job.units) {
|
|
20431
20431
|
const elements = createOpXrefMap(unit);
|
|
@@ -20452,7 +20452,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
20452
20452
|
return el;
|
|
20453
20453
|
}
|
|
20454
20454
|
|
|
20455
|
-
// bazel-out/
|
|
20455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
20456
20456
|
function createPipes(job) {
|
|
20457
20457
|
for (const unit of job.units) {
|
|
20458
20458
|
processPipeBindingsInView(unit);
|
|
@@ -20500,7 +20500,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
20500
20500
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
20501
20501
|
}
|
|
20502
20502
|
|
|
20503
|
-
// bazel-out/
|
|
20503
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
20504
20504
|
function createVariadicPipes(job) {
|
|
20505
20505
|
for (const unit of job.units) {
|
|
20506
20506
|
for (const op of unit.update) {
|
|
@@ -20517,7 +20517,7 @@ function createVariadicPipes(job) {
|
|
|
20517
20517
|
}
|
|
20518
20518
|
}
|
|
20519
20519
|
|
|
20520
|
-
// bazel-out/
|
|
20520
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
20521
20521
|
function propagateI18nBlocks(job) {
|
|
20522
20522
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
20523
20523
|
}
|
|
@@ -20571,7 +20571,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
20571
20571
|
}
|
|
20572
20572
|
}
|
|
20573
20573
|
|
|
20574
|
-
// bazel-out/
|
|
20574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
20575
20575
|
function extractPureFunctions(job) {
|
|
20576
20576
|
for (const view of job.units) {
|
|
20577
20577
|
for (const op of view.ops()) {
|
|
@@ -20613,7 +20613,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
20613
20613
|
}
|
|
20614
20614
|
};
|
|
20615
20615
|
|
|
20616
|
-
// bazel-out/
|
|
20616
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
20617
20617
|
function generatePureLiteralStructures(job) {
|
|
20618
20618
|
for (const unit of job.units) {
|
|
20619
20619
|
for (const op of unit.update) {
|
|
@@ -20660,7 +20660,7 @@ function transformLiteralMap(expr) {
|
|
|
20660
20660
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
20661
20661
|
}
|
|
20662
20662
|
|
|
20663
|
-
// bazel-out/
|
|
20663
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
20664
20664
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
20665
20665
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
20666
20666
|
}
|
|
@@ -21195,7 +21195,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
21195
21195
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
21196
21196
|
}
|
|
21197
21197
|
|
|
21198
|
-
// bazel-out/
|
|
21198
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
21199
21199
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
21200
21200
|
["window", Identifiers.resolveWindow],
|
|
21201
21201
|
["document", Identifiers.resolveDocument],
|
|
@@ -21536,7 +21536,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
21536
21536
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
21537
21537
|
}
|
|
21538
21538
|
|
|
21539
|
-
// bazel-out/
|
|
21539
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
21540
21540
|
function removeEmptyBindings(job) {
|
|
21541
21541
|
for (const unit of job.units) {
|
|
21542
21542
|
for (const op of unit.update) {
|
|
@@ -21557,7 +21557,7 @@ function removeEmptyBindings(job) {
|
|
|
21557
21557
|
}
|
|
21558
21558
|
}
|
|
21559
21559
|
|
|
21560
|
-
// bazel-out/
|
|
21560
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
21561
21561
|
function removeI18nContexts(job) {
|
|
21562
21562
|
for (const unit of job.units) {
|
|
21563
21563
|
for (const op of unit.create) {
|
|
@@ -21573,7 +21573,7 @@ function removeI18nContexts(job) {
|
|
|
21573
21573
|
}
|
|
21574
21574
|
}
|
|
21575
21575
|
|
|
21576
|
-
// bazel-out/
|
|
21576
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
21577
21577
|
function removeUnusedI18nAttributesOps(job) {
|
|
21578
21578
|
for (const unit of job.units) {
|
|
21579
21579
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -21595,7 +21595,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
21595
21595
|
}
|
|
21596
21596
|
}
|
|
21597
21597
|
|
|
21598
|
-
// bazel-out/
|
|
21598
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
21599
21599
|
function resolveContexts(job) {
|
|
21600
21600
|
for (const unit of job.units) {
|
|
21601
21601
|
processLexicalScope(unit, unit.create);
|
|
@@ -21637,7 +21637,7 @@ function processLexicalScope(view, ops) {
|
|
|
21637
21637
|
}
|
|
21638
21638
|
}
|
|
21639
21639
|
|
|
21640
|
-
// bazel-out/
|
|
21640
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
21641
21641
|
function resolveDollarEvent(job) {
|
|
21642
21642
|
for (const unit of job.units) {
|
|
21643
21643
|
transformDollarEvent(unit.create);
|
|
@@ -21660,7 +21660,7 @@ function transformDollarEvent(ops) {
|
|
|
21660
21660
|
}
|
|
21661
21661
|
}
|
|
21662
21662
|
|
|
21663
|
-
// bazel-out/
|
|
21663
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
21664
21664
|
function resolveI18nElementPlaceholders(job) {
|
|
21665
21665
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
21666
21666
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -21839,7 +21839,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
21839
21839
|
params.set(placeholder, values);
|
|
21840
21840
|
}
|
|
21841
21841
|
|
|
21842
|
-
// bazel-out/
|
|
21842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
21843
21843
|
function resolveI18nExpressionPlaceholders(job) {
|
|
21844
21844
|
var _a2;
|
|
21845
21845
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -21892,7 +21892,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
21892
21892
|
}
|
|
21893
21893
|
}
|
|
21894
21894
|
|
|
21895
|
-
// bazel-out/
|
|
21895
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
21896
21896
|
function resolveNames(job) {
|
|
21897
21897
|
for (const unit of job.units) {
|
|
21898
21898
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -21957,7 +21957,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
21957
21957
|
}
|
|
21958
21958
|
}
|
|
21959
21959
|
|
|
21960
|
-
// bazel-out/
|
|
21960
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
21961
21961
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
21962
21962
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
21963
21963
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -22027,7 +22027,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
22027
22027
|
return securityContext;
|
|
22028
22028
|
}
|
|
22029
22029
|
|
|
22030
|
-
// bazel-out/
|
|
22030
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
22031
22031
|
function transformTwoWayBindingSet(job) {
|
|
22032
22032
|
for (const unit of job.units) {
|
|
22033
22033
|
for (const op of unit.create) {
|
|
@@ -22077,7 +22077,7 @@ function wrapAction(target, value) {
|
|
|
22077
22077
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
22078
22078
|
}
|
|
22079
22079
|
|
|
22080
|
-
// bazel-out/
|
|
22080
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
22081
22081
|
function saveAndRestoreView(job) {
|
|
22082
22082
|
for (const unit of job.units) {
|
|
22083
22083
|
unit.create.prepend([
|
|
@@ -22122,7 +22122,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
22122
22122
|
}
|
|
22123
22123
|
}
|
|
22124
22124
|
|
|
22125
|
-
// bazel-out/
|
|
22125
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
22126
22126
|
function allocateSlots(job) {
|
|
22127
22127
|
const slotMap = /* @__PURE__ */ new Map();
|
|
22128
22128
|
for (const unit of job.units) {
|
|
@@ -22147,7 +22147,7 @@ function allocateSlots(job) {
|
|
|
22147
22147
|
}
|
|
22148
22148
|
}
|
|
22149
22149
|
|
|
22150
|
-
// bazel-out/
|
|
22150
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
22151
22151
|
function specializeStyleBindings(job) {
|
|
22152
22152
|
for (const unit of job.units) {
|
|
22153
22153
|
for (const op of unit.update) {
|
|
@@ -22177,7 +22177,7 @@ function specializeStyleBindings(job) {
|
|
|
22177
22177
|
}
|
|
22178
22178
|
}
|
|
22179
22179
|
|
|
22180
|
-
// bazel-out/
|
|
22180
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
22181
22181
|
function generateTemporaryVariables(job) {
|
|
22182
22182
|
for (const unit of job.units) {
|
|
22183
22183
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -22235,7 +22235,7 @@ function assignName(names, expr) {
|
|
|
22235
22235
|
expr.name = name;
|
|
22236
22236
|
}
|
|
22237
22237
|
|
|
22238
|
-
// bazel-out/
|
|
22238
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
22239
22239
|
function generateTrackFns(job) {
|
|
22240
22240
|
for (const unit of job.units) {
|
|
22241
22241
|
for (const op of unit.create) {
|
|
@@ -22268,7 +22268,7 @@ function generateTrackFns(job) {
|
|
|
22268
22268
|
}
|
|
22269
22269
|
}
|
|
22270
22270
|
|
|
22271
|
-
// bazel-out/
|
|
22271
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
22272
22272
|
function optimizeTrackFns(job) {
|
|
22273
22273
|
for (const unit of job.units) {
|
|
22274
22274
|
for (const op of unit.create) {
|
|
@@ -22316,7 +22316,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
22316
22316
|
return true;
|
|
22317
22317
|
}
|
|
22318
22318
|
|
|
22319
|
-
// bazel-out/
|
|
22319
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
22320
22320
|
function generateTrackVariables(job) {
|
|
22321
22321
|
for (const unit of job.units) {
|
|
22322
22322
|
for (const op of unit.create) {
|
|
@@ -22337,7 +22337,7 @@ function generateTrackVariables(job) {
|
|
|
22337
22337
|
}
|
|
22338
22338
|
}
|
|
22339
22339
|
|
|
22340
|
-
// bazel-out/
|
|
22340
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
22341
22341
|
function countVariables(job) {
|
|
22342
22342
|
for (const unit of job.units) {
|
|
22343
22343
|
let varCount = 0;
|
|
@@ -22447,7 +22447,7 @@ function isSingletonInterpolation(expr) {
|
|
|
22447
22447
|
return true;
|
|
22448
22448
|
}
|
|
22449
22449
|
|
|
22450
|
-
// bazel-out/
|
|
22450
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
22451
22451
|
function optimizeVariables(job) {
|
|
22452
22452
|
for (const unit of job.units) {
|
|
22453
22453
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -22696,7 +22696,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
22696
22696
|
}
|
|
22697
22697
|
}
|
|
22698
22698
|
|
|
22699
|
-
// bazel-out/
|
|
22699
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
22700
22700
|
function wrapI18nIcus(job) {
|
|
22701
22701
|
for (const unit of job.units) {
|
|
22702
22702
|
let currentI18nOp = null;
|
|
@@ -22726,7 +22726,7 @@ function wrapI18nIcus(job) {
|
|
|
22726
22726
|
}
|
|
22727
22727
|
}
|
|
22728
22728
|
|
|
22729
|
-
// bazel-out/
|
|
22729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
22730
22730
|
var phases = [
|
|
22731
22731
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
22732
22732
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -22892,7 +22892,7 @@ function emitHostBindingFunction(job) {
|
|
|
22892
22892
|
);
|
|
22893
22893
|
}
|
|
22894
22894
|
|
|
22895
|
-
// bazel-out/
|
|
22895
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
22896
22896
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
22897
22897
|
var domSchema = new DomElementSchemaRegistry();
|
|
22898
22898
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -23620,10 +23620,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
23620
23620
|
return null;
|
|
23621
23621
|
}
|
|
23622
23622
|
|
|
23623
|
-
// bazel-out/
|
|
23623
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
23624
23624
|
var USE_TEMPLATE_PIPELINE = false;
|
|
23625
23625
|
|
|
23626
|
-
// bazel-out/
|
|
23626
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
23627
23627
|
var HtmlParser = class extends Parser2 {
|
|
23628
23628
|
constructor() {
|
|
23629
23629
|
super(getHtmlTagDefinition);
|
|
@@ -23633,7 +23633,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
23633
23633
|
}
|
|
23634
23634
|
};
|
|
23635
23635
|
|
|
23636
|
-
// bazel-out/
|
|
23636
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
23637
23637
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
23638
23638
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
23639
23639
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -23699,7 +23699,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
23699
23699
|
return result;
|
|
23700
23700
|
}
|
|
23701
23701
|
|
|
23702
|
-
// bazel-out/
|
|
23702
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
23703
23703
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
23704
23704
|
var ATTRIBUTE_PREFIX = "attr";
|
|
23705
23705
|
var CLASS_PREFIX = "class";
|
|
@@ -24040,7 +24040,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
24040
24040
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
24041
24041
|
}
|
|
24042
24042
|
|
|
24043
|
-
// bazel-out/
|
|
24043
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
24044
24044
|
function isStyleUrlResolvable(url) {
|
|
24045
24045
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
24046
24046
|
return false;
|
|
@@ -24049,7 +24049,7 @@ function isStyleUrlResolvable(url) {
|
|
|
24049
24049
|
}
|
|
24050
24050
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
24051
24051
|
|
|
24052
|
-
// bazel-out/
|
|
24052
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
24053
24053
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
24054
24054
|
var LINK_ELEMENT = "link";
|
|
24055
24055
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -24119,7 +24119,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
24119
24119
|
return selectAttr;
|
|
24120
24120
|
}
|
|
24121
24121
|
|
|
24122
|
-
// bazel-out/
|
|
24122
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
24123
24123
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
24124
24124
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
24125
24125
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -24433,7 +24433,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
24433
24433
|
return expression.slice(start, end);
|
|
24434
24434
|
}
|
|
24435
24435
|
|
|
24436
|
-
// bazel-out/
|
|
24436
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
24437
24437
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
24438
24438
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
24439
24439
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -24697,7 +24697,7 @@ function parseDeferredTime(value) {
|
|
|
24697
24697
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
24698
24698
|
}
|
|
24699
24699
|
|
|
24700
|
-
// bazel-out/
|
|
24700
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
24701
24701
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
24702
24702
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
24703
24703
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -24832,7 +24832,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
24832
24832
|
return { triggers, prefetchTriggers };
|
|
24833
24833
|
}
|
|
24834
24834
|
|
|
24835
|
-
// bazel-out/
|
|
24835
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
24836
24836
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
24837
24837
|
var KW_BIND_IDX = 1;
|
|
24838
24838
|
var KW_LET_IDX = 2;
|
|
@@ -25263,7 +25263,7 @@ function textContents(node) {
|
|
|
25263
25263
|
}
|
|
25264
25264
|
}
|
|
25265
25265
|
|
|
25266
|
-
// bazel-out/
|
|
25266
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
25267
25267
|
var TagType;
|
|
25268
25268
|
(function(TagType2) {
|
|
25269
25269
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -25408,7 +25408,7 @@ function serializePlaceholderValue(value) {
|
|
|
25408
25408
|
}
|
|
25409
25409
|
}
|
|
25410
25410
|
|
|
25411
|
-
// bazel-out/
|
|
25411
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
25412
25412
|
var IMPORTANT_FLAG = "!important";
|
|
25413
25413
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
25414
25414
|
var StylingBuilder = class {
|
|
@@ -25741,7 +25741,7 @@ function isEmptyExpression(ast) {
|
|
|
25741
25741
|
return ast instanceof EmptyExpr;
|
|
25742
25742
|
}
|
|
25743
25743
|
|
|
25744
|
-
// bazel-out/
|
|
25744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
25745
25745
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
25746
25746
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
25747
25747
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -27433,7 +27433,7 @@ function createClosureModeGuard2() {
|
|
|
27433
27433
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
|
|
27434
27434
|
}
|
|
27435
27435
|
|
|
27436
|
-
// bazel-out/
|
|
27436
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
27437
27437
|
function toQueryFlags(query) {
|
|
27438
27438
|
return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
|
|
27439
27439
|
}
|
|
@@ -27550,7 +27550,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
27550
27550
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
27551
27551
|
}
|
|
27552
27552
|
|
|
27553
|
-
// bazel-out/
|
|
27553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
27554
27554
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
27555
27555
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
27556
27556
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -28130,7 +28130,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
28130
28130
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
28131
28131
|
}
|
|
28132
28132
|
|
|
28133
|
-
// bazel-out/
|
|
28133
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
28134
28134
|
var R3TargetBinder = class {
|
|
28135
28135
|
constructor(directiveMatcher) {
|
|
28136
28136
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -28756,11 +28756,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
28756
28756
|
return templateEntities;
|
|
28757
28757
|
}
|
|
28758
28758
|
|
|
28759
|
-
// bazel-out/
|
|
28759
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
28760
28760
|
var ResourceLoader = class {
|
|
28761
28761
|
};
|
|
28762
28762
|
|
|
28763
|
-
// bazel-out/
|
|
28763
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
28764
28764
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
|
|
28765
28765
|
var CompilerFacadeImpl = class {
|
|
28766
28766
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
@@ -29341,10 +29341,10 @@ function publishFacade(global) {
|
|
|
29341
29341
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
29342
29342
|
}
|
|
29343
29343
|
|
|
29344
|
-
// bazel-out/
|
|
29345
|
-
var VERSION2 = new Version("17.3.
|
|
29344
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
29345
|
+
var VERSION2 = new Version("17.3.6");
|
|
29346
29346
|
|
|
29347
|
-
// bazel-out/
|
|
29347
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
29348
29348
|
var _I18N_ATTR = "i18n";
|
|
29349
29349
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
29350
29350
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -29653,7 +29653,7 @@ function _parseMessageMeta(i18n2) {
|
|
|
29653
29653
|
return { meaning, description, id: id.trim() };
|
|
29654
29654
|
}
|
|
29655
29655
|
|
|
29656
|
-
// bazel-out/
|
|
29656
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
29657
29657
|
var XmlTagDefinition = class {
|
|
29658
29658
|
constructor() {
|
|
29659
29659
|
this.closedByParent = false;
|
|
@@ -29678,7 +29678,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
29678
29678
|
return _TAG_DEFINITION;
|
|
29679
29679
|
}
|
|
29680
29680
|
|
|
29681
|
-
// bazel-out/
|
|
29681
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
29682
29682
|
var XmlParser = class extends Parser2 {
|
|
29683
29683
|
constructor() {
|
|
29684
29684
|
super(getXmlTagDefinition);
|
|
@@ -29688,7 +29688,7 @@ var XmlParser = class extends Parser2 {
|
|
|
29688
29688
|
}
|
|
29689
29689
|
};
|
|
29690
29690
|
|
|
29691
|
-
// bazel-out/
|
|
29691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
29692
29692
|
var _VERSION = "1.2";
|
|
29693
29693
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
29694
29694
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -29942,7 +29942,7 @@ function getCtypeForTag(tag) {
|
|
|
29942
29942
|
}
|
|
29943
29943
|
}
|
|
29944
29944
|
|
|
29945
|
-
// bazel-out/
|
|
29945
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
29946
29946
|
var _VERSION2 = "2.0";
|
|
29947
29947
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
29948
29948
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -30258,7 +30258,7 @@ function getTypeForTag(tag) {
|
|
|
30258
30258
|
}
|
|
30259
30259
|
}
|
|
30260
30260
|
|
|
30261
|
-
// bazel-out/
|
|
30261
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
30262
30262
|
var MessageBundle = class {
|
|
30263
30263
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
30264
30264
|
this._htmlParser = _htmlParser;
|
|
@@ -30331,7 +30331,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
30331
30331
|
}
|
|
30332
30332
|
};
|
|
30333
30333
|
|
|
30334
|
-
// bazel-out/
|
|
30334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
30335
30335
|
var FactoryTarget2;
|
|
30336
30336
|
(function(FactoryTarget3) {
|
|
30337
30337
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -30341,7 +30341,7 @@ var FactoryTarget2;
|
|
|
30341
30341
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
30342
30342
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
30343
30343
|
|
|
30344
|
-
// bazel-out/
|
|
30344
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
30345
30345
|
function compileClassMetadata(metadata) {
|
|
30346
30346
|
var _a2, _b2;
|
|
30347
30347
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -30383,7 +30383,7 @@ function compileComponentClassMetadata(metadata, deferrableTypes) {
|
|
|
30383
30383
|
return iife.callFn([]);
|
|
30384
30384
|
}
|
|
30385
30385
|
|
|
30386
|
-
// bazel-out/
|
|
30386
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
|
|
30387
30387
|
function compileClassDebugInfo(debugInfo) {
|
|
30388
30388
|
const debugInfoObject = {
|
|
30389
30389
|
className: debugInfo.className
|
|
@@ -30403,12 +30403,12 @@ function compileClassDebugInfo(debugInfo) {
|
|
|
30403
30403
|
return iife.callFn([]);
|
|
30404
30404
|
}
|
|
30405
30405
|
|
|
30406
|
-
// bazel-out/
|
|
30406
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
30407
30407
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
30408
30408
|
function compileDeclareClassMetadata(metadata) {
|
|
30409
30409
|
const definitionMap = new DefinitionMap();
|
|
30410
30410
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30411
|
-
definitionMap.set("version", literal("17.3.
|
|
30411
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30412
30412
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30413
30413
|
definitionMap.set("type", metadata.type);
|
|
30414
30414
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30417,7 +30417,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
30417
30417
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
30418
30418
|
}
|
|
30419
30419
|
|
|
30420
|
-
// bazel-out/
|
|
30420
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
30421
30421
|
function toOptionalLiteralArray(values, mapper) {
|
|
30422
30422
|
if (values === null || values.length === 0) {
|
|
30423
30423
|
return null;
|
|
@@ -30465,7 +30465,7 @@ function compileDependency(dep) {
|
|
|
30465
30465
|
return depMeta.toLiteralMap();
|
|
30466
30466
|
}
|
|
30467
30467
|
|
|
30468
|
-
// bazel-out/
|
|
30468
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
30469
30469
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
30470
30470
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
30471
30471
|
const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -30477,7 +30477,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30477
30477
|
const definitionMap = new DefinitionMap();
|
|
30478
30478
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30479
30479
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30480
|
-
definitionMap.set("version", literal("17.3.
|
|
30480
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30481
30481
|
definitionMap.set("type", meta.type.value);
|
|
30482
30482
|
if (meta.isStandalone) {
|
|
30483
30483
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30637,7 +30637,7 @@ function legacyInputsPartialMetadata(inputs) {
|
|
|
30637
30637
|
}));
|
|
30638
30638
|
}
|
|
30639
30639
|
|
|
30640
|
-
// bazel-out/
|
|
30640
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
30641
30641
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
30642
30642
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
30643
30643
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -30771,12 +30771,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
|
|
|
30771
30771
|
}
|
|
30772
30772
|
};
|
|
30773
30773
|
|
|
30774
|
-
// bazel-out/
|
|
30774
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
30775
30775
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
30776
30776
|
function compileDeclareFactoryFunction(meta) {
|
|
30777
30777
|
const definitionMap = new DefinitionMap();
|
|
30778
30778
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
30779
|
-
definitionMap.set("version", literal("17.3.
|
|
30779
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30780
30780
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30781
30781
|
definitionMap.set("type", meta.type.value);
|
|
30782
30782
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30788,7 +30788,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
30788
30788
|
};
|
|
30789
30789
|
}
|
|
30790
30790
|
|
|
30791
|
-
// bazel-out/
|
|
30791
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
30792
30792
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
30793
30793
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
30794
30794
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -30799,7 +30799,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
30799
30799
|
function createInjectableDefinitionMap(meta) {
|
|
30800
30800
|
const definitionMap = new DefinitionMap();
|
|
30801
30801
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
30802
|
-
definitionMap.set("version", literal("17.3.
|
|
30802
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30803
30803
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30804
30804
|
definitionMap.set("type", meta.type.value);
|
|
30805
30805
|
if (meta.providedIn !== void 0) {
|
|
@@ -30826,7 +30826,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
30826
30826
|
return definitionMap;
|
|
30827
30827
|
}
|
|
30828
30828
|
|
|
30829
|
-
// bazel-out/
|
|
30829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
30830
30830
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
30831
30831
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
30832
30832
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -30837,7 +30837,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
30837
30837
|
function createInjectorDefinitionMap(meta) {
|
|
30838
30838
|
const definitionMap = new DefinitionMap();
|
|
30839
30839
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
30840
|
-
definitionMap.set("version", literal("17.3.
|
|
30840
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30841
30841
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30842
30842
|
definitionMap.set("type", meta.type.value);
|
|
30843
30843
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30847,7 +30847,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
30847
30847
|
return definitionMap;
|
|
30848
30848
|
}
|
|
30849
30849
|
|
|
30850
|
-
// bazel-out/
|
|
30850
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
30851
30851
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
|
|
30852
30852
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
30853
30853
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -30861,7 +30861,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30861
30861
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30862
30862
|
}
|
|
30863
30863
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
30864
|
-
definitionMap.set("version", literal("17.3.
|
|
30864
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30865
30865
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30866
30866
|
definitionMap.set("type", meta.type.value);
|
|
30867
30867
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30885,7 +30885,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30885
30885
|
return definitionMap;
|
|
30886
30886
|
}
|
|
30887
30887
|
|
|
30888
|
-
// bazel-out/
|
|
30888
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
30889
30889
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
30890
30890
|
function compileDeclarePipeFromMetadata(meta) {
|
|
30891
30891
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -30896,7 +30896,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
30896
30896
|
function createPipeDefinitionMap(meta) {
|
|
30897
30897
|
const definitionMap = new DefinitionMap();
|
|
30898
30898
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
30899
|
-
definitionMap.set("version", literal("17.3.
|
|
30899
|
+
definitionMap.set("version", literal("17.3.6"));
|
|
30900
30900
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30901
30901
|
definitionMap.set("type", meta.type.value);
|
|
30902
30902
|
if (meta.isStandalone) {
|
|
@@ -30909,16 +30909,16 @@ function createPipeDefinitionMap(meta) {
|
|
|
30909
30909
|
return definitionMap;
|
|
30910
30910
|
}
|
|
30911
30911
|
|
|
30912
|
-
// bazel-out/
|
|
30912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
30913
30913
|
publishFacade(_global);
|
|
30914
30914
|
|
|
30915
|
-
// bazel-out/
|
|
30916
|
-
var VERSION3 = new Version("17.3.
|
|
30915
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
30916
|
+
var VERSION3 = new Version("17.3.6");
|
|
30917
30917
|
|
|
30918
|
-
// bazel-out/
|
|
30918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
30919
30919
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
30920
30920
|
|
|
30921
|
-
// bazel-out/
|
|
30921
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
30922
30922
|
var ErrorCode;
|
|
30923
30923
|
(function(ErrorCode2) {
|
|
30924
30924
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -31007,7 +31007,7 @@ var ErrorCode;
|
|
|
31007
31007
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
31008
31008
|
})(ErrorCode || (ErrorCode = {}));
|
|
31009
31009
|
|
|
31010
|
-
// bazel-out/
|
|
31010
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
31011
31011
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
31012
31012
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
31013
31013
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -31019,15 +31019,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
31019
31019
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
31020
31020
|
]);
|
|
31021
31021
|
|
|
31022
|
-
// bazel-out/
|
|
31022
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
31023
31023
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
31024
31024
|
|
|
31025
|
-
// bazel-out/
|
|
31025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
31026
31026
|
function ngErrorCode(code) {
|
|
31027
31027
|
return parseInt("-99" + code);
|
|
31028
31028
|
}
|
|
31029
31029
|
|
|
31030
|
-
// bazel-out/
|
|
31030
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
31031
31031
|
var FatalDiagnosticError = class extends Error {
|
|
31032
31032
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
31033
31033
|
super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
|
|
@@ -31089,10 +31089,10 @@ function isFatalDiagnosticError(err) {
|
|
|
31089
31089
|
return err._isFatalDiagnosticError === true;
|
|
31090
31090
|
}
|
|
31091
31091
|
|
|
31092
|
-
// bazel-out/
|
|
31092
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
31093
31093
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
31094
31094
|
|
|
31095
|
-
// bazel-out/
|
|
31095
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
31096
31096
|
var ExtendedTemplateDiagnosticName;
|
|
31097
31097
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
31098
31098
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -31107,7 +31107,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
31107
31107
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
31108
31108
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
31109
31109
|
|
|
31110
|
-
// bazel-out/
|
|
31110
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
31111
31111
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
31112
31112
|
var TS = /\.tsx?$/i;
|
|
31113
31113
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -31208,7 +31208,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
31208
31208
|
return redirectInfo.unredirected;
|
|
31209
31209
|
}
|
|
31210
31210
|
|
|
31211
|
-
// bazel-out/
|
|
31211
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
31212
31212
|
function findExportedNameOfNode(target, file, reflector) {
|
|
31213
31213
|
const exports = reflector.getExportsOfModule(file);
|
|
31214
31214
|
if (exports === null) {
|
|
@@ -31228,7 +31228,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
31228
31228
|
return foundExportName;
|
|
31229
31229
|
}
|
|
31230
31230
|
|
|
31231
|
-
// bazel-out/
|
|
31231
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
31232
31232
|
var ImportFlags;
|
|
31233
31233
|
(function(ImportFlags2) {
|
|
31234
31234
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -31457,7 +31457,7 @@ var UnifiedModulesStrategy = class {
|
|
|
31457
31457
|
}
|
|
31458
31458
|
};
|
|
31459
31459
|
|
|
31460
|
-
// bazel-out/
|
|
31460
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
31461
31461
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
31462
31462
|
var UnifiedModulesAliasingHost = class {
|
|
31463
31463
|
constructor(unifiedModulesHost) {
|
|
@@ -31524,7 +31524,7 @@ var AliasStrategy = class {
|
|
|
31524
31524
|
}
|
|
31525
31525
|
};
|
|
31526
31526
|
|
|
31527
|
-
// bazel-out/
|
|
31527
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
31528
31528
|
function relativePathBetween(from, to) {
|
|
31529
31529
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
31530
31530
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -31533,7 +31533,7 @@ function normalizeSeparators2(path4) {
|
|
|
31533
31533
|
return path4.replace(/\\/g, "/");
|
|
31534
31534
|
}
|
|
31535
31535
|
|
|
31536
|
-
// bazel-out/
|
|
31536
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
31537
31537
|
var NoopImportRewriter = class {
|
|
31538
31538
|
rewriteSymbol(symbol, specifier) {
|
|
31539
31539
|
return symbol;
|
|
@@ -31586,7 +31586,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
31586
31586
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
31587
31587
|
}
|
|
31588
31588
|
|
|
31589
|
-
// bazel-out/
|
|
31589
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
31590
31590
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
31591
31591
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
31592
31592
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -31621,7 +31621,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
31621
31621
|
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.");
|
|
31622
31622
|
}
|
|
31623
31623
|
|
|
31624
|
-
// bazel-out/
|
|
31624
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
31625
31625
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
31626
31626
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
31627
31627
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -31662,13 +31662,13 @@ var DefaultImportTracker = class {
|
|
|
31662
31662
|
}
|
|
31663
31663
|
};
|
|
31664
31664
|
|
|
31665
|
-
// bazel-out/
|
|
31665
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
31666
31666
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
31667
31667
|
|
|
31668
|
-
// bazel-out/
|
|
31668
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
31669
31669
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
31670
31670
|
|
|
31671
|
-
// bazel-out/
|
|
31671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
31672
31672
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
31673
31673
|
function isDecoratorIdentifier(exp) {
|
|
31674
31674
|
return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
|
|
@@ -31691,7 +31691,7 @@ var ClassMemberAccessLevel;
|
|
|
31691
31691
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
31692
31692
|
var AmbientImport = {};
|
|
31693
31693
|
|
|
31694
|
-
// bazel-out/
|
|
31694
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
31695
31695
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
31696
31696
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
31697
31697
|
var _a2, _b2;
|
|
@@ -31864,7 +31864,7 @@ function extractModuleName(node) {
|
|
|
31864
31864
|
return node.moduleSpecifier.text;
|
|
31865
31865
|
}
|
|
31866
31866
|
|
|
31867
|
-
// bazel-out/
|
|
31867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
31868
31868
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
31869
31869
|
function isNamedClassDeclaration(node) {
|
|
31870
31870
|
return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -31888,7 +31888,7 @@ function classMemberAccessLevelToString(level) {
|
|
|
31888
31888
|
}
|
|
31889
31889
|
}
|
|
31890
31890
|
|
|
31891
|
-
// bazel-out/
|
|
31891
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
31892
31892
|
var TypeScriptReflectionHost = class {
|
|
31893
31893
|
constructor(checker, isLocalCompilation = false) {
|
|
31894
31894
|
this.checker = checker;
|
|
@@ -32375,7 +32375,7 @@ function getExportedName(decl, originalId) {
|
|
|
32375
32375
|
}
|
|
32376
32376
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
32377
32377
|
|
|
32378
|
-
// bazel-out/
|
|
32378
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
32379
32379
|
var AssumeEager = "AssumeEager";
|
|
32380
32380
|
var DeferredSymbolTracker = class {
|
|
32381
32381
|
constructor(typeChecker, onlyExplicitDeferDependencyImports) {
|
|
@@ -32495,7 +32495,7 @@ var DeferredSymbolTracker = class {
|
|
|
32495
32495
|
}
|
|
32496
32496
|
};
|
|
32497
32497
|
|
|
32498
|
-
// bazel-out/
|
|
32498
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
32499
32499
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
32500
32500
|
var ImportedSymbolsTracker = class {
|
|
32501
32501
|
constructor() {
|
|
@@ -32554,7 +32554,7 @@ var ImportedSymbolsTracker = class {
|
|
|
32554
32554
|
}
|
|
32555
32555
|
};
|
|
32556
32556
|
|
|
32557
|
-
// bazel-out/
|
|
32557
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
32558
32558
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
32559
32559
|
var LocalCompilationExtraImportsTracker = class {
|
|
32560
32560
|
constructor(typeChecker) {
|
|
@@ -32601,7 +32601,7 @@ function removeQuotations(s) {
|
|
|
32601
32601
|
return s.substring(1, s.length - 1).trim();
|
|
32602
32602
|
}
|
|
32603
32603
|
|
|
32604
|
-
// bazel-out/
|
|
32604
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
32605
32605
|
var Reference2 = class {
|
|
32606
32606
|
constructor(node, bestGuessOwningModule = null) {
|
|
32607
32607
|
this.node = node;
|
|
@@ -32670,7 +32670,7 @@ var Reference2 = class {
|
|
|
32670
32670
|
}
|
|
32671
32671
|
};
|
|
32672
32672
|
|
|
32673
|
-
// bazel-out/
|
|
32673
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
32674
32674
|
var ModuleResolver = class {
|
|
32675
32675
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
32676
32676
|
this.program = program;
|
|
@@ -32687,16 +32687,16 @@ var ModuleResolver = class {
|
|
|
32687
32687
|
}
|
|
32688
32688
|
};
|
|
32689
32689
|
|
|
32690
|
-
// bazel-out/
|
|
32690
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
32691
32691
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
32692
32692
|
|
|
32693
|
-
// bazel-out/
|
|
32693
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
32694
32694
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
32695
32695
|
|
|
32696
|
-
// bazel-out/
|
|
32696
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
32697
32697
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
32698
32698
|
|
|
32699
|
-
// bazel-out/
|
|
32699
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
32700
32700
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
32701
32701
|
var CORE_MODULE2 = "@angular/core";
|
|
32702
32702
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -32951,7 +32951,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
32951
32951
|
return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
|
|
32952
32952
|
}
|
|
32953
32953
|
|
|
32954
|
-
// bazel-out/
|
|
32954
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
32955
32955
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
32956
32956
|
const deps = [];
|
|
32957
32957
|
const errors = [];
|
|
@@ -33093,10 +33093,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
33093
33093
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
|
|
33094
33094
|
}
|
|
33095
33095
|
|
|
33096
|
-
// bazel-out/
|
|
33096
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
33097
33097
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
33098
33098
|
|
|
33099
|
-
// bazel-out/
|
|
33099
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
33100
33100
|
var MetaKind;
|
|
33101
33101
|
(function(MetaKind2) {
|
|
33102
33102
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -33109,10 +33109,10 @@ var MatchSource;
|
|
|
33109
33109
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
33110
33110
|
})(MatchSource || (MatchSource = {}));
|
|
33111
33111
|
|
|
33112
|
-
// bazel-out/
|
|
33112
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
33113
33113
|
var import_typescript26 = __toESM(require("typescript"), 1);
|
|
33114
33114
|
|
|
33115
|
-
// bazel-out/
|
|
33115
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
33116
33116
|
var ClassPropertyMapping = class {
|
|
33117
33117
|
constructor(forwardMap) {
|
|
33118
33118
|
this.forwardMap = forwardMap;
|
|
@@ -33192,7 +33192,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
33192
33192
|
return reverseMap;
|
|
33193
33193
|
}
|
|
33194
33194
|
|
|
33195
|
-
// bazel-out/
|
|
33195
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
33196
33196
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
33197
33197
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
33198
33198
|
if (!import_typescript24.default.isTupleTypeNode(def)) {
|
|
@@ -33385,7 +33385,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
33385
33385
|
return hostDirectiveMeta.directive instanceof Reference2;
|
|
33386
33386
|
}
|
|
33387
33387
|
|
|
33388
|
-
// bazel-out/
|
|
33388
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
33389
33389
|
var DtsMetadataReader = class {
|
|
33390
33390
|
constructor(checker, reflector) {
|
|
33391
33391
|
this.checker = checker;
|
|
@@ -33568,7 +33568,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
33568
33568
|
return result.length > 0 ? result : null;
|
|
33569
33569
|
}
|
|
33570
33570
|
|
|
33571
|
-
// bazel-out/
|
|
33571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
33572
33572
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
33573
33573
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
33574
33574
|
if (topMeta === null) {
|
|
@@ -33631,7 +33631,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
33631
33631
|
});
|
|
33632
33632
|
}
|
|
33633
33633
|
|
|
33634
|
-
// bazel-out/
|
|
33634
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
33635
33635
|
var LocalMetadataRegistry = class {
|
|
33636
33636
|
constructor() {
|
|
33637
33637
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -33688,7 +33688,7 @@ var CompoundMetadataRegistry = class {
|
|
|
33688
33688
|
}
|
|
33689
33689
|
};
|
|
33690
33690
|
|
|
33691
|
-
// bazel-out/
|
|
33691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
33692
33692
|
var ResourceRegistry = class {
|
|
33693
33693
|
constructor() {
|
|
33694
33694
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -33753,7 +33753,7 @@ var ResourceRegistry = class {
|
|
|
33753
33753
|
}
|
|
33754
33754
|
};
|
|
33755
33755
|
|
|
33756
|
-
// bazel-out/
|
|
33756
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
33757
33757
|
var ExportedProviderStatusResolver = class {
|
|
33758
33758
|
constructor(metaReader) {
|
|
33759
33759
|
this.metaReader = metaReader;
|
|
@@ -33797,7 +33797,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
33797
33797
|
}
|
|
33798
33798
|
};
|
|
33799
33799
|
|
|
33800
|
-
// bazel-out/
|
|
33800
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
33801
33801
|
var EMPTY_ARRAY = [];
|
|
33802
33802
|
var HostDirectivesResolver = class {
|
|
33803
33803
|
constructor(metaReader) {
|
|
@@ -33862,10 +33862,10 @@ function resolveOutput(bindingName) {
|
|
|
33862
33862
|
return bindingName;
|
|
33863
33863
|
}
|
|
33864
33864
|
|
|
33865
|
-
// bazel-out/
|
|
33865
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
33866
33866
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
33867
33867
|
|
|
33868
|
-
// bazel-out/
|
|
33868
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
33869
33869
|
var DynamicValue = class {
|
|
33870
33870
|
constructor(node, reason, code) {
|
|
33871
33871
|
this.node = node;
|
|
@@ -33955,7 +33955,7 @@ var DynamicValue = class {
|
|
|
33955
33955
|
}
|
|
33956
33956
|
};
|
|
33957
33957
|
|
|
33958
|
-
// bazel-out/
|
|
33958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
33959
33959
|
var ResolvedModule = class {
|
|
33960
33960
|
constructor(exports, evaluate) {
|
|
33961
33961
|
this.exports = exports;
|
|
@@ -33985,7 +33985,7 @@ var EnumValue = class {
|
|
|
33985
33985
|
var KnownFn = class {
|
|
33986
33986
|
};
|
|
33987
33987
|
|
|
33988
|
-
// bazel-out/
|
|
33988
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
33989
33989
|
function describeResolvedType(value, maxDepth = 1) {
|
|
33990
33990
|
var _a2, _b2;
|
|
33991
33991
|
if (value === null) {
|
|
@@ -34114,10 +34114,10 @@ function getContainerNode(node) {
|
|
|
34114
34114
|
return node.getSourceFile();
|
|
34115
34115
|
}
|
|
34116
34116
|
|
|
34117
|
-
// bazel-out/
|
|
34117
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
34118
34118
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
34119
34119
|
|
|
34120
|
-
// bazel-out/
|
|
34120
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
34121
34121
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
34122
34122
|
constructor(lhs) {
|
|
34123
34123
|
super();
|
|
@@ -34169,14 +34169,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
34169
34169
|
}
|
|
34170
34170
|
};
|
|
34171
34171
|
|
|
34172
|
-
// bazel-out/
|
|
34172
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
34173
34173
|
var SyntheticValue = class {
|
|
34174
34174
|
constructor(value) {
|
|
34175
34175
|
this.value = value;
|
|
34176
34176
|
}
|
|
34177
34177
|
};
|
|
34178
34178
|
|
|
34179
|
-
// bazel-out/
|
|
34179
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
34180
34180
|
function literalBinaryOp(op) {
|
|
34181
34181
|
return { op, literal: true };
|
|
34182
34182
|
}
|
|
@@ -34751,7 +34751,7 @@ function owningModule(context, override = null) {
|
|
|
34751
34751
|
}
|
|
34752
34752
|
}
|
|
34753
34753
|
|
|
34754
|
-
// bazel-out/
|
|
34754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
34755
34755
|
var PartialEvaluator = class {
|
|
34756
34756
|
constructor(host, checker, dependencyTracker) {
|
|
34757
34757
|
this.host = host;
|
|
@@ -34771,7 +34771,7 @@ var PartialEvaluator = class {
|
|
|
34771
34771
|
}
|
|
34772
34772
|
};
|
|
34773
34773
|
|
|
34774
|
-
// bazel-out/
|
|
34774
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
34775
34775
|
var CompilationMode;
|
|
34776
34776
|
(function(CompilationMode2) {
|
|
34777
34777
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -34785,7 +34785,7 @@ var HandlerPrecedence;
|
|
|
34785
34785
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
34786
34786
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
34787
34787
|
|
|
34788
|
-
// bazel-out/
|
|
34788
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
34789
34789
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
34790
34790
|
function aliasTransformFactory(exportStatements) {
|
|
34791
34791
|
return () => {
|
|
@@ -34808,10 +34808,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
34808
34808
|
};
|
|
34809
34809
|
}
|
|
34810
34810
|
|
|
34811
|
-
// bazel-out/
|
|
34811
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
34812
34812
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
34813
34813
|
|
|
34814
|
-
// bazel-out/
|
|
34814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
34815
34815
|
var PerfPhase;
|
|
34816
34816
|
(function(PerfPhase2) {
|
|
34817
34817
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -34879,7 +34879,7 @@ var PerfCheckpoint;
|
|
|
34879
34879
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
34880
34880
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
34881
34881
|
|
|
34882
|
-
// bazel-out/
|
|
34882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
34883
34883
|
var NoopPerfRecorder = class {
|
|
34884
34884
|
eventCount() {
|
|
34885
34885
|
}
|
|
@@ -34896,7 +34896,7 @@ var NoopPerfRecorder = class {
|
|
|
34896
34896
|
};
|
|
34897
34897
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
34898
34898
|
|
|
34899
|
-
// bazel-out/
|
|
34899
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
34900
34900
|
function mark() {
|
|
34901
34901
|
return process.hrtime();
|
|
34902
34902
|
}
|
|
@@ -34905,7 +34905,7 @@ function timeSinceInMicros(mark2) {
|
|
|
34905
34905
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
34906
34906
|
}
|
|
34907
34907
|
|
|
34908
|
-
// bazel-out/
|
|
34908
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
34909
34909
|
var ActivePerfRecorder = class {
|
|
34910
34910
|
static zeroedToNow() {
|
|
34911
34911
|
return new ActivePerfRecorder(mark());
|
|
@@ -34999,7 +34999,7 @@ var DelegatingPerfRecorder = class {
|
|
|
34999
34999
|
}
|
|
35000
35000
|
};
|
|
35001
35001
|
|
|
35002
|
-
// bazel-out/
|
|
35002
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
35003
35003
|
var TraitState;
|
|
35004
35004
|
(function(TraitState2) {
|
|
35005
35005
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -35056,7 +35056,7 @@ var TraitImpl = class {
|
|
|
35056
35056
|
}
|
|
35057
35057
|
};
|
|
35058
35058
|
|
|
35059
|
-
// bazel-out/
|
|
35059
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
35060
35060
|
var TraitCompiler = class {
|
|
35061
35061
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
35062
35062
|
this.handlers = handlers;
|
|
@@ -35513,10 +35513,10 @@ function containsErrors(diagnostics) {
|
|
|
35513
35513
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
|
|
35514
35514
|
}
|
|
35515
35515
|
|
|
35516
|
-
// bazel-out/
|
|
35516
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
35517
35517
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
35518
35518
|
|
|
35519
|
-
// bazel-out/
|
|
35519
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
35520
35520
|
var Context = class {
|
|
35521
35521
|
constructor(isStatement) {
|
|
35522
35522
|
this.isStatement = isStatement;
|
|
@@ -35529,10 +35529,10 @@ var Context = class {
|
|
|
35529
35529
|
}
|
|
35530
35530
|
};
|
|
35531
35531
|
|
|
35532
|
-
// bazel-out/
|
|
35532
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
35533
35533
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
35534
35534
|
|
|
35535
|
-
// bazel-out/
|
|
35535
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
35536
35536
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
35537
35537
|
function createGenerateUniqueIdentifierHelper() {
|
|
35538
35538
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -35556,7 +35556,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
35556
35556
|
};
|
|
35557
35557
|
}
|
|
35558
35558
|
|
|
35559
|
-
// bazel-out/
|
|
35559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
35560
35560
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
35561
35561
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
35562
35562
|
return (ctx) => {
|
|
@@ -35614,7 +35614,7 @@ function isImportStatement(stmt) {
|
|
|
35614
35614
|
return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
|
|
35615
35615
|
}
|
|
35616
35616
|
|
|
35617
|
-
// bazel-out/
|
|
35617
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
35618
35618
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
35619
35619
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
35620
35620
|
const requestHash = hashImportRequest(request);
|
|
@@ -35641,7 +35641,7 @@ function hashImportRequest(req) {
|
|
|
35641
35641
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
|
|
35642
35642
|
}
|
|
35643
35643
|
|
|
35644
|
-
// bazel-out/
|
|
35644
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
35645
35645
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
35646
35646
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
35647
35647
|
let candidateImportToBeUpdated = null;
|
|
@@ -35694,7 +35694,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
35694
35694
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
35695
35695
|
}
|
|
35696
35696
|
|
|
35697
|
-
// bazel-out/
|
|
35697
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
35698
35698
|
var presetImportManagerForceNamespaceImports = {
|
|
35699
35699
|
disableOriginalSourceFileReuse: true,
|
|
35700
35700
|
forceGenerateNamespacesForNewImports: true
|
|
@@ -35843,7 +35843,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
35843
35843
|
}
|
|
35844
35844
|
}
|
|
35845
35845
|
|
|
35846
|
-
// bazel-out/
|
|
35846
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
35847
35847
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
35848
35848
|
[UnaryOperator.Minus, "-"],
|
|
35849
35849
|
[UnaryOperator.Plus, "+"]
|
|
@@ -36088,7 +36088,7 @@ function createRange(span) {
|
|
|
36088
36088
|
};
|
|
36089
36089
|
}
|
|
36090
36090
|
|
|
36091
|
-
// bazel-out/
|
|
36091
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
36092
36092
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
36093
36093
|
var INELIGIBLE = {};
|
|
36094
36094
|
function canEmitType(type, canEmit) {
|
|
@@ -36163,10 +36163,10 @@ var TypeEmitter = class {
|
|
|
36163
36163
|
}
|
|
36164
36164
|
};
|
|
36165
36165
|
|
|
36166
|
-
// bazel-out/
|
|
36166
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
36167
36167
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
36168
36168
|
|
|
36169
|
-
// bazel-out/
|
|
36169
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
36170
36170
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
36171
36171
|
function tsNumericExpression(value) {
|
|
36172
36172
|
if (value < 0) {
|
|
@@ -36176,7 +36176,7 @@ function tsNumericExpression(value) {
|
|
|
36176
36176
|
return import_typescript40.default.factory.createNumericLiteral(value);
|
|
36177
36177
|
}
|
|
36178
36178
|
|
|
36179
|
-
// bazel-out/
|
|
36179
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
36180
36180
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
36181
36181
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
36182
36182
|
}
|
|
@@ -36393,7 +36393,7 @@ var TypeTranslatorVisitor = class {
|
|
|
36393
36393
|
}
|
|
36394
36394
|
};
|
|
36395
36395
|
|
|
36396
|
-
// bazel-out/
|
|
36396
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
36397
36397
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
36398
36398
|
var PureAnnotation;
|
|
36399
36399
|
(function(PureAnnotation2) {
|
|
@@ -36590,7 +36590,7 @@ function attachComments(statement, leadingComments) {
|
|
|
36590
36590
|
}
|
|
36591
36591
|
}
|
|
36592
36592
|
|
|
36593
|
-
// bazel-out/
|
|
36593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
36594
36594
|
function translateExpression(contextFile, expression, imports, options = {}) {
|
|
36595
36595
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
|
|
36596
36596
|
}
|
|
@@ -36598,7 +36598,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
|
|
|
36598
36598
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
|
|
36599
36599
|
}
|
|
36600
36600
|
|
|
36601
|
-
// bazel-out/
|
|
36601
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
36602
36602
|
var DtsTransformRegistry = class {
|
|
36603
36603
|
constructor() {
|
|
36604
36604
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -36744,10 +36744,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
36744
36744
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
36745
36745
|
}
|
|
36746
36746
|
|
|
36747
|
-
// bazel-out/
|
|
36747
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
36748
36748
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
36749
36749
|
|
|
36750
|
-
// bazel-out/
|
|
36750
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
36751
36751
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
36752
36752
|
function visit(node, visitor, context) {
|
|
36753
36753
|
return visitor._visit(node, context);
|
|
@@ -36808,7 +36808,7 @@ var Visitor = class {
|
|
|
36808
36808
|
}
|
|
36809
36809
|
};
|
|
36810
36810
|
|
|
36811
|
-
// bazel-out/
|
|
36811
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
36812
36812
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
36813
36813
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
36814
36814
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -37041,7 +37041,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
37041
37041
|
return array;
|
|
37042
37042
|
}
|
|
37043
37043
|
|
|
37044
|
-
// bazel-out/
|
|
37044
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
37045
37045
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
37046
37046
|
const context = [];
|
|
37047
37047
|
for (const decl of data) {
|
|
@@ -37248,7 +37248,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
37248
37248
|
}
|
|
37249
37249
|
}
|
|
37250
37250
|
|
|
37251
|
-
// bazel-out/
|
|
37251
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
37252
37252
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
37253
37253
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
37254
37254
|
let resolved = null;
|
|
@@ -37298,7 +37298,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
37298
37298
|
return meta;
|
|
37299
37299
|
}
|
|
37300
37300
|
|
|
37301
|
-
// bazel-out/
|
|
37301
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
37302
37302
|
function compileNgFactoryDefField(metadata) {
|
|
37303
37303
|
const res = compileFactoryFunction(metadata);
|
|
37304
37304
|
return {
|
|
@@ -37320,7 +37320,7 @@ function compileDeclareFactory(metadata) {
|
|
|
37320
37320
|
};
|
|
37321
37321
|
}
|
|
37322
37322
|
|
|
37323
|
-
// bazel-out/
|
|
37323
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
37324
37324
|
var InjectableClassRegistry = class {
|
|
37325
37325
|
constructor(host, isCore) {
|
|
37326
37326
|
this.host = host;
|
|
@@ -37346,7 +37346,7 @@ var InjectableClassRegistry = class {
|
|
|
37346
37346
|
}
|
|
37347
37347
|
};
|
|
37348
37348
|
|
|
37349
|
-
// bazel-out/
|
|
37349
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
37350
37350
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
37351
37351
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
37352
37352
|
if (!reflection.isClass(clazz)) {
|
|
@@ -37430,7 +37430,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
37430
37430
|
return result.transformed[0];
|
|
37431
37431
|
}
|
|
37432
37432
|
|
|
37433
|
-
// bazel-out/
|
|
37433
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
37434
37434
|
var path = __toESM(require("path"), 1);
|
|
37435
37435
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
37436
37436
|
if (!reflection.isClass(clazz)) {
|
|
@@ -37456,13 +37456,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
37456
37456
|
return null;
|
|
37457
37457
|
}
|
|
37458
37458
|
|
|
37459
|
-
// bazel-out/
|
|
37459
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
37460
37460
|
var NoopReferencesRegistry = class {
|
|
37461
37461
|
add(source, ...references) {
|
|
37462
37462
|
}
|
|
37463
37463
|
};
|
|
37464
37464
|
|
|
37465
|
-
// bazel-out/
|
|
37465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
37466
37466
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
37467
37467
|
const schemas = [];
|
|
37468
37468
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -37491,7 +37491,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
37491
37491
|
return schemas;
|
|
37492
37492
|
}
|
|
37493
37493
|
|
|
37494
|
-
// bazel-out/
|
|
37494
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
37495
37495
|
function compileInputTransformFields(inputs) {
|
|
37496
37496
|
const extraFields = [];
|
|
37497
37497
|
for (const input of inputs) {
|
|
@@ -37508,10 +37508,10 @@ function compileInputTransformFields(inputs) {
|
|
|
37508
37508
|
return extraFields;
|
|
37509
37509
|
}
|
|
37510
37510
|
|
|
37511
|
-
// bazel-out/
|
|
37511
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
37512
37512
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
37513
37513
|
|
|
37514
|
-
// bazel-out/
|
|
37514
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
37515
37515
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
37516
37516
|
var SemanticSymbol = class {
|
|
37517
37517
|
constructor(decl) {
|
|
@@ -37527,7 +37527,7 @@ function getSymbolIdentifier(decl) {
|
|
|
37527
37527
|
return decl.name.text;
|
|
37528
37528
|
}
|
|
37529
37529
|
|
|
37530
|
-
// bazel-out/
|
|
37530
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
37531
37531
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
37532
37532
|
isPublicApiAffected() {
|
|
37533
37533
|
return false;
|
|
@@ -37669,10 +37669,10 @@ function getImportPath(expr) {
|
|
|
37669
37669
|
}
|
|
37670
37670
|
}
|
|
37671
37671
|
|
|
37672
|
-
// bazel-out/
|
|
37672
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
37673
37673
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
37674
37674
|
|
|
37675
|
-
// bazel-out/
|
|
37675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
37676
37676
|
function isSymbolEqual(a, b) {
|
|
37677
37677
|
if (a.decl === b.decl) {
|
|
37678
37678
|
return true;
|
|
@@ -37722,7 +37722,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
37722
37722
|
return true;
|
|
37723
37723
|
}
|
|
37724
37724
|
|
|
37725
|
-
// bazel-out/
|
|
37725
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
37726
37726
|
function extractSemanticTypeParameters(node) {
|
|
37727
37727
|
if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
37728
37728
|
return null;
|
|
@@ -37742,14 +37742,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
37742
37742
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
37743
37743
|
}
|
|
37744
37744
|
|
|
37745
|
-
// bazel-out/
|
|
37745
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
37746
37746
|
var ComponentScopeKind;
|
|
37747
37747
|
(function(ComponentScopeKind2) {
|
|
37748
37748
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
37749
37749
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
37750
37750
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
37751
37751
|
|
|
37752
|
-
// bazel-out/
|
|
37752
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
37753
37753
|
var CompoundComponentScopeReader = class {
|
|
37754
37754
|
constructor(readers) {
|
|
37755
37755
|
this.readers = readers;
|
|
@@ -37774,7 +37774,7 @@ var CompoundComponentScopeReader = class {
|
|
|
37774
37774
|
}
|
|
37775
37775
|
};
|
|
37776
37776
|
|
|
37777
|
-
// bazel-out/
|
|
37777
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
37778
37778
|
var MetadataDtsModuleScopeResolver = class {
|
|
37779
37779
|
constructor(dtsMetaReader, aliasingHost) {
|
|
37780
37780
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -37849,10 +37849,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
37849
37849
|
}
|
|
37850
37850
|
};
|
|
37851
37851
|
|
|
37852
|
-
// bazel-out/
|
|
37852
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
37853
37853
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
37854
37854
|
|
|
37855
|
-
// bazel-out/
|
|
37855
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
37856
37856
|
function getDiagnosticNode(ref, rawExpr) {
|
|
37857
37857
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
37858
37858
|
}
|
|
@@ -37878,7 +37878,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
37878
37878
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
37879
37879
|
}
|
|
37880
37880
|
|
|
37881
|
-
// bazel-out/
|
|
37881
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
37882
37882
|
var LocalModuleScopeRegistry = class {
|
|
37883
37883
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
37884
37884
|
this.localReader = localReader;
|
|
@@ -38217,7 +38217,7 @@ function reexportCollision(module2, refA, refB) {
|
|
|
38217
38217
|
]);
|
|
38218
38218
|
}
|
|
38219
38219
|
|
|
38220
|
-
// bazel-out/
|
|
38220
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
38221
38221
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
38222
38222
|
var TypeCheckScopeRegistry = class {
|
|
38223
38223
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -38294,17 +38294,17 @@ var TypeCheckScopeRegistry = class {
|
|
|
38294
38294
|
}
|
|
38295
38295
|
};
|
|
38296
38296
|
|
|
38297
|
-
// bazel-out/
|
|
38297
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
38298
38298
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
38299
38299
|
|
|
38300
|
-
// bazel-out/
|
|
38300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
|
|
38301
38301
|
function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
38302
38302
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
38303
38303
|
throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call2, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [makeDiagnosticChain(`Update the class field to be either: ` + api.allowedAccessLevels.map((l) => classMemberAccessLevelToString(l)).join(", "))]));
|
|
38304
38304
|
}
|
|
38305
38305
|
}
|
|
38306
38306
|
|
|
38307
|
-
// bazel-out/
|
|
38307
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
38308
38308
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
38309
38309
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
38310
38310
|
if (!import_typescript55.default.isCallExpression(expression)) {
|
|
@@ -38373,7 +38373,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
|
|
|
38373
38373
|
return { api: matchingApi, apiReference, isRequired };
|
|
38374
38374
|
}
|
|
38375
38375
|
|
|
38376
|
-
// bazel-out/
|
|
38376
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
38377
38377
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
38378
38378
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
38379
38379
|
if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -38391,7 +38391,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
38391
38391
|
return { alias };
|
|
38392
38392
|
}
|
|
38393
38393
|
|
|
38394
|
-
// bazel-out/
|
|
38394
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
38395
38395
|
function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
38396
38396
|
var _a2;
|
|
38397
38397
|
if (member.value === null) {
|
|
@@ -38422,7 +38422,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
38422
38422
|
};
|
|
38423
38423
|
}
|
|
38424
38424
|
|
|
38425
|
-
// bazel-out/
|
|
38425
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
38426
38426
|
function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
38427
38427
|
var _a2;
|
|
38428
38428
|
if (member.value === null) {
|
|
@@ -38462,7 +38462,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
38462
38462
|
};
|
|
38463
38463
|
}
|
|
38464
38464
|
|
|
38465
|
-
// bazel-out/
|
|
38465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
38466
38466
|
var allowedAccessLevels = [
|
|
38467
38467
|
ClassMemberAccessLevel.PublicWritable,
|
|
38468
38468
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -38505,7 +38505,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
38505
38505
|
};
|
|
38506
38506
|
}
|
|
38507
38507
|
|
|
38508
|
-
// bazel-out/
|
|
38508
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
38509
38509
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
38510
38510
|
var queryFunctionNames = ["viewChild", "viewChildren", "contentChild", "contentChildren"];
|
|
38511
38511
|
var initializerFns = queryFunctionNames.map((fnName) => ({
|
|
@@ -38584,7 +38584,7 @@ function parseDescendantsOption(value) {
|
|
|
38584
38584
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
38585
38585
|
}
|
|
38586
38586
|
|
|
38587
|
-
// bazel-out/
|
|
38587
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
38588
38588
|
var EMPTY_OBJECT = {};
|
|
38589
38589
|
var queryDecoratorNames = ["ViewChild", "ViewChildren", "ContentChild", "ContentChildren"];
|
|
38590
38590
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
@@ -39379,7 +39379,7 @@ function toR3InputMetadata(mapping) {
|
|
|
39379
39379
|
};
|
|
39380
39380
|
}
|
|
39381
39381
|
|
|
39382
|
-
// bazel-out/
|
|
39382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
39383
39383
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
39384
39384
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
39385
39385
|
super(decl);
|
|
@@ -39459,7 +39459,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
39459
39459
|
return isSymbolEqual(current, previous);
|
|
39460
39460
|
}
|
|
39461
39461
|
|
|
39462
|
-
// bazel-out/
|
|
39462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
39463
39463
|
var FIELD_DECORATORS = [
|
|
39464
39464
|
"Input",
|
|
39465
39465
|
"Output",
|
|
@@ -39654,10 +39654,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
39654
39654
|
}
|
|
39655
39655
|
};
|
|
39656
39656
|
|
|
39657
|
-
// bazel-out/
|
|
39657
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
39658
39658
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
39659
39659
|
|
|
39660
|
-
// bazel-out/
|
|
39660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
39661
39661
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
39662
39662
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
39663
39663
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -39729,7 +39729,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
39729
39729
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
39730
39730
|
}
|
|
39731
39731
|
|
|
39732
|
-
// bazel-out/
|
|
39732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
39733
39733
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
39734
39734
|
constructor(decl, hasProviders) {
|
|
39735
39735
|
super(decl);
|
|
@@ -40336,7 +40336,7 @@ function isSyntheticReference(ref) {
|
|
|
40336
40336
|
return ref.synthetic;
|
|
40337
40337
|
}
|
|
40338
40338
|
|
|
40339
|
-
// bazel-out/
|
|
40339
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
40340
40340
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
40341
40341
|
const name = ref.debugName || "(unknown)";
|
|
40342
40342
|
const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -40359,7 +40359,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
40359
40359
|
return null;
|
|
40360
40360
|
}
|
|
40361
40361
|
|
|
40362
|
-
// bazel-out/
|
|
40362
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
40363
40363
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
40364
40364
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
40365
40365
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -40706,7 +40706,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
40706
40706
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
40707
40707
|
}
|
|
40708
40708
|
|
|
40709
|
-
// bazel-out/
|
|
40709
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
40710
40710
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
40711
40711
|
constructor() {
|
|
40712
40712
|
super(...arguments);
|
|
@@ -40741,7 +40741,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
40741
40741
|
}
|
|
40742
40742
|
};
|
|
40743
40743
|
|
|
40744
|
-
// bazel-out/
|
|
40744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
40745
40745
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
40746
40746
|
if (value instanceof Map) {
|
|
40747
40747
|
const name = value.get("name");
|
|
@@ -40818,7 +40818,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
40818
40818
|
return false;
|
|
40819
40819
|
}
|
|
40820
40820
|
|
|
40821
|
-
// bazel-out/
|
|
40821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
40822
40822
|
var EMPTY_ARRAY2 = [];
|
|
40823
40823
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
40824
40824
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -41811,7 +41811,7 @@ function isDefaultImport(node) {
|
|
|
41811
41811
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
41812
41812
|
}
|
|
41813
41813
|
|
|
41814
|
-
// bazel-out/
|
|
41814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
41815
41815
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
41816
41816
|
var InjectableDecoratorHandler = class {
|
|
41817
41817
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
|
|
@@ -42042,7 +42042,7 @@ function getDep(dep, reflector) {
|
|
|
42042
42042
|
return meta;
|
|
42043
42043
|
}
|
|
42044
42044
|
|
|
42045
|
-
// bazel-out/
|
|
42045
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
42046
42046
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
42047
42047
|
var PipeSymbol = class extends SemanticSymbol {
|
|
42048
42048
|
constructor(decl, name) {
|
|
@@ -42198,13 +42198,13 @@ var PipeDecoratorHandler = class {
|
|
|
42198
42198
|
}
|
|
42199
42199
|
};
|
|
42200
42200
|
|
|
42201
|
-
// bazel-out/
|
|
42201
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
|
|
42202
42202
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
42203
42203
|
|
|
42204
|
-
// bazel-out/
|
|
42204
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
|
|
42205
42205
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
42206
42206
|
|
|
42207
|
-
// bazel-out/
|
|
42207
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
42208
42208
|
var EmitFlags;
|
|
42209
42209
|
(function(EmitFlags2) {
|
|
42210
42210
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -42216,13 +42216,13 @@ var EmitFlags;
|
|
|
42216
42216
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
42217
42217
|
})(EmitFlags || (EmitFlags = {}));
|
|
42218
42218
|
|
|
42219
|
-
// bazel-out/
|
|
42219
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
42220
42220
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
42221
42221
|
|
|
42222
|
-
// bazel-out/
|
|
42222
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
42223
42223
|
var import_typescript121 = __toESM(require("typescript"), 1);
|
|
42224
42224
|
|
|
42225
|
-
// bazel-out/
|
|
42225
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
42226
42226
|
var path2 = __toESM(require("path"), 1);
|
|
42227
42227
|
function i18nGetExtension(formatName) {
|
|
42228
42228
|
const format = formatName.toLowerCase();
|
|
@@ -42272,10 +42272,10 @@ function getPathNormalizer(basePath) {
|
|
|
42272
42272
|
};
|
|
42273
42273
|
}
|
|
42274
42274
|
|
|
42275
|
-
// bazel-out/
|
|
42275
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
42276
42276
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
42277
42277
|
|
|
42278
|
-
// bazel-out/
|
|
42278
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
42279
42279
|
function toNumbers(value) {
|
|
42280
42280
|
const suffixIndex = value.lastIndexOf("-");
|
|
42281
42281
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -42310,7 +42310,7 @@ function compareVersions(v1, v2) {
|
|
|
42310
42310
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
42311
42311
|
}
|
|
42312
42312
|
|
|
42313
|
-
// bazel-out/
|
|
42313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
42314
42314
|
var MIN_TS_VERSION = "5.2.0";
|
|
42315
42315
|
var MAX_TS_VERSION = "5.5.0";
|
|
42316
42316
|
var tsVersion = import_typescript72.default.version;
|
|
@@ -42323,10 +42323,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
42323
42323
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
42324
42324
|
}
|
|
42325
42325
|
|
|
42326
|
-
// bazel-out/
|
|
42326
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
42327
42327
|
var import_typescript117 = __toESM(require("typescript"), 1);
|
|
42328
42328
|
|
|
42329
|
-
// bazel-out/
|
|
42329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
42330
42330
|
var CycleAnalyzer = class {
|
|
42331
42331
|
constructor(importGraph) {
|
|
42332
42332
|
this.importGraph = importGraph;
|
|
@@ -42397,7 +42397,7 @@ var Cycle = class {
|
|
|
42397
42397
|
}
|
|
42398
42398
|
};
|
|
42399
42399
|
|
|
42400
|
-
// bazel-out/
|
|
42400
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
42401
42401
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
42402
42402
|
var ImportGraph = class {
|
|
42403
42403
|
constructor(checker, perf) {
|
|
@@ -42489,13 +42489,13 @@ var Found = class {
|
|
|
42489
42489
|
}
|
|
42490
42490
|
};
|
|
42491
42491
|
|
|
42492
|
-
// bazel-out/
|
|
42492
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
42493
42493
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
42494
42494
|
|
|
42495
|
-
// bazel-out/
|
|
42495
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
42496
42496
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
42497
42497
|
|
|
42498
|
-
// bazel-out/
|
|
42498
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
42499
42499
|
var EntryType;
|
|
42500
42500
|
(function(EntryType2) {
|
|
42501
42501
|
EntryType2["Block"] = "block";
|
|
@@ -42539,17 +42539,17 @@ var MemberTags;
|
|
|
42539
42539
|
MemberTags2["Inherited"] = "override";
|
|
42540
42540
|
})(MemberTags || (MemberTags = {}));
|
|
42541
42541
|
|
|
42542
|
-
// bazel-out/
|
|
42542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
42543
42543
|
function isAngularPrivateName(name) {
|
|
42544
42544
|
var _a2;
|
|
42545
42545
|
const firstChar = (_a2 = name[0]) != null ? _a2 : "";
|
|
42546
42546
|
return firstChar === "\u0275" || firstChar === "_";
|
|
42547
42547
|
}
|
|
42548
42548
|
|
|
42549
|
-
// bazel-out/
|
|
42549
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
42550
42550
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
42551
42551
|
|
|
42552
|
-
// bazel-out/
|
|
42552
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
42553
42553
|
function extractGenerics(declaration) {
|
|
42554
42554
|
var _a2, _b2;
|
|
42555
42555
|
return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
|
|
@@ -42562,7 +42562,7 @@ function extractGenerics(declaration) {
|
|
|
42562
42562
|
})) != null ? _b2 : [];
|
|
42563
42563
|
}
|
|
42564
42564
|
|
|
42565
|
-
// bazel-out/
|
|
42565
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
42566
42566
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
42567
42567
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
42568
42568
|
function extractJsDocTags(node) {
|
|
@@ -42606,12 +42606,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
42606
42606
|
return comment.replace(/_NG_AT_/g, "@");
|
|
42607
42607
|
}
|
|
42608
42608
|
|
|
42609
|
-
// bazel-out/
|
|
42609
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
42610
42610
|
function extractResolvedTypeString(node, checker) {
|
|
42611
42611
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
42612
42612
|
}
|
|
42613
42613
|
|
|
42614
|
-
// bazel-out/
|
|
42614
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
42615
42615
|
var FunctionExtractor = class {
|
|
42616
42616
|
constructor(name, declaration, typeChecker) {
|
|
42617
42617
|
this.name = name;
|
|
@@ -42667,7 +42667,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
42667
42667
|
}));
|
|
42668
42668
|
}
|
|
42669
42669
|
|
|
42670
|
-
// bazel-out/
|
|
42670
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
42671
42671
|
var ClassExtractor = class {
|
|
42672
42672
|
constructor(declaration, typeChecker) {
|
|
42673
42673
|
this.declaration = declaration;
|
|
@@ -42922,7 +42922,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
42922
42922
|
return extractor.extract();
|
|
42923
42923
|
}
|
|
42924
42924
|
|
|
42925
|
-
// bazel-out/
|
|
42925
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
42926
42926
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
42927
42927
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
42928
42928
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -42980,7 +42980,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
42980
42980
|
});
|
|
42981
42981
|
}
|
|
42982
42982
|
|
|
42983
|
-
// bazel-out/
|
|
42983
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
42984
42984
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
42985
42985
|
function extractorDecorator(declaration, typeChecker) {
|
|
42986
42986
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -43053,7 +43053,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
43053
43053
|
return callSignature;
|
|
43054
43054
|
}
|
|
43055
43055
|
|
|
43056
|
-
// bazel-out/
|
|
43056
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
43057
43057
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
43058
43058
|
function extractEnum(declaration, typeChecker) {
|
|
43059
43059
|
return {
|
|
@@ -43084,7 +43084,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
43084
43084
|
return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
|
|
43085
43085
|
}
|
|
43086
43086
|
|
|
43087
|
-
// bazel-out/
|
|
43087
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
43088
43088
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
43089
43089
|
var initializerApiTag = "initializerApiFunction";
|
|
43090
43090
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -43221,7 +43221,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
43221
43221
|
return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript80.default.isFunctionDeclaration(s) && s.body !== void 0);
|
|
43222
43222
|
}
|
|
43223
43223
|
|
|
43224
|
-
// bazel-out/
|
|
43224
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
43225
43225
|
function extractTypeAlias(declaration) {
|
|
43226
43226
|
return {
|
|
43227
43227
|
name: declaration.name.getText(),
|
|
@@ -43233,7 +43233,7 @@ function extractTypeAlias(declaration) {
|
|
|
43233
43233
|
};
|
|
43234
43234
|
}
|
|
43235
43235
|
|
|
43236
|
-
// bazel-out/
|
|
43236
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
43237
43237
|
var DocsExtractor = class {
|
|
43238
43238
|
constructor(typeChecker, metadataReader) {
|
|
43239
43239
|
this.typeChecker = typeChecker;
|
|
@@ -43306,7 +43306,7 @@ function isIgnoredDocEntry(entry) {
|
|
|
43306
43306
|
return isDocsPrivate !== void 0;
|
|
43307
43307
|
}
|
|
43308
43308
|
|
|
43309
|
-
// bazel-out/
|
|
43309
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
43310
43310
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
43311
43311
|
var FlatIndexGenerator = class {
|
|
43312
43312
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -43331,7 +43331,7 @@ export * from '${relativeEntryPoint}';
|
|
|
43331
43331
|
}
|
|
43332
43332
|
};
|
|
43333
43333
|
|
|
43334
|
-
// bazel-out/
|
|
43334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
43335
43335
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
43336
43336
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
43337
43337
|
let resolvedEntryPoint = null;
|
|
@@ -43347,7 +43347,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
43347
43347
|
return resolvedEntryPoint;
|
|
43348
43348
|
}
|
|
43349
43349
|
|
|
43350
|
-
// bazel-out/
|
|
43350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
43351
43351
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
43352
43352
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
43353
43353
|
const diagnostics = [];
|
|
@@ -43427,7 +43427,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
43427
43427
|
}
|
|
43428
43428
|
}
|
|
43429
43429
|
|
|
43430
|
-
// bazel-out/
|
|
43430
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
43431
43431
|
var ReferenceGraph = class {
|
|
43432
43432
|
constructor() {
|
|
43433
43433
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -43481,7 +43481,7 @@ var ReferenceGraph = class {
|
|
|
43481
43481
|
}
|
|
43482
43482
|
};
|
|
43483
43483
|
|
|
43484
|
-
// bazel-out/
|
|
43484
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
43485
43485
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
43486
43486
|
var UpdateMode;
|
|
43487
43487
|
(function(UpdateMode2) {
|
|
@@ -43489,13 +43489,13 @@ var UpdateMode;
|
|
|
43489
43489
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
43490
43490
|
})(UpdateMode || (UpdateMode = {}));
|
|
43491
43491
|
|
|
43492
|
-
// bazel-out/
|
|
43492
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
43493
43493
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
43494
43494
|
|
|
43495
|
-
// bazel-out/
|
|
43495
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
43496
43496
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
43497
43497
|
|
|
43498
|
-
// bazel-out/
|
|
43498
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
43499
43499
|
var NgExtension = Symbol("NgExtension");
|
|
43500
43500
|
function isExtended(sf) {
|
|
43501
43501
|
return sf[NgExtension] !== void 0;
|
|
@@ -43555,13 +43555,13 @@ function retagTsFile(sf) {
|
|
|
43555
43555
|
}
|
|
43556
43556
|
}
|
|
43557
43557
|
|
|
43558
|
-
// bazel-out/
|
|
43558
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
43559
43559
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
43560
43560
|
function makeShimFileName(fileName, suffix) {
|
|
43561
43561
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
43562
43562
|
}
|
|
43563
43563
|
|
|
43564
|
-
// bazel-out/
|
|
43564
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
43565
43565
|
var ShimAdapter = class {
|
|
43566
43566
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
43567
43567
|
this.delegate = delegate;
|
|
@@ -43656,7 +43656,7 @@ var ShimAdapter = class {
|
|
|
43656
43656
|
}
|
|
43657
43657
|
};
|
|
43658
43658
|
|
|
43659
|
-
// bazel-out/
|
|
43659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
43660
43660
|
var ShimReferenceTagger = class {
|
|
43661
43661
|
constructor(shimExtensions) {
|
|
43662
43662
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -43690,7 +43690,7 @@ var ShimReferenceTagger = class {
|
|
|
43690
43690
|
}
|
|
43691
43691
|
};
|
|
43692
43692
|
|
|
43693
|
-
// bazel-out/
|
|
43693
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
43694
43694
|
var DelegatingCompilerHost = class {
|
|
43695
43695
|
get jsDocParsingMode() {
|
|
43696
43696
|
return this.delegate.jsDocParsingMode;
|
|
@@ -43809,7 +43809,7 @@ var TsCreateProgramDriver = class {
|
|
|
43809
43809
|
}
|
|
43810
43810
|
};
|
|
43811
43811
|
|
|
43812
|
-
// bazel-out/
|
|
43812
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
43813
43813
|
var FileDependencyGraph = class {
|
|
43814
43814
|
constructor() {
|
|
43815
43815
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -43876,7 +43876,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
43876
43876
|
return false;
|
|
43877
43877
|
}
|
|
43878
43878
|
|
|
43879
|
-
// bazel-out/
|
|
43879
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
43880
43880
|
var IncrementalStateKind;
|
|
43881
43881
|
(function(IncrementalStateKind2) {
|
|
43882
43882
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -43884,7 +43884,7 @@ var IncrementalStateKind;
|
|
|
43884
43884
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
43885
43885
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
43886
43886
|
|
|
43887
|
-
// bazel-out/
|
|
43887
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
43888
43888
|
var PhaseKind;
|
|
43889
43889
|
(function(PhaseKind2) {
|
|
43890
43890
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -44085,7 +44085,7 @@ function toOriginalSourceFile(sf) {
|
|
|
44085
44085
|
}
|
|
44086
44086
|
}
|
|
44087
44087
|
|
|
44088
|
-
// bazel-out/
|
|
44088
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
44089
44089
|
var TrackedIncrementalBuildStrategy = class {
|
|
44090
44090
|
constructor() {
|
|
44091
44091
|
this.state = null;
|
|
@@ -44106,7 +44106,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
44106
44106
|
};
|
|
44107
44107
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
44108
44108
|
|
|
44109
|
-
// bazel-out/
|
|
44109
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
44110
44110
|
var IdentifierKind;
|
|
44111
44111
|
(function(IdentifierKind2) {
|
|
44112
44112
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -44124,7 +44124,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
44124
44124
|
}
|
|
44125
44125
|
};
|
|
44126
44126
|
|
|
44127
|
-
// bazel-out/
|
|
44127
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
44128
44128
|
var IndexingContext = class {
|
|
44129
44129
|
constructor() {
|
|
44130
44130
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -44134,7 +44134,7 @@ var IndexingContext = class {
|
|
|
44134
44134
|
}
|
|
44135
44135
|
};
|
|
44136
44136
|
|
|
44137
|
-
// bazel-out/
|
|
44137
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
44138
44138
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
44139
44139
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
44140
44140
|
super();
|
|
@@ -44415,7 +44415,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
44415
44415
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
44416
44416
|
}
|
|
44417
44417
|
|
|
44418
|
-
// bazel-out/
|
|
44418
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
44419
44419
|
function generateAnalysis(context) {
|
|
44420
44420
|
const analysis = /* @__PURE__ */ new Map();
|
|
44421
44421
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -44451,7 +44451,7 @@ function generateAnalysis(context) {
|
|
|
44451
44451
|
return analysis;
|
|
44452
44452
|
}
|
|
44453
44453
|
|
|
44454
|
-
// bazel-out/
|
|
44454
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
44455
44455
|
var NgModuleIndexImpl = class {
|
|
44456
44456
|
constructor(metaReader, localReader) {
|
|
44457
44457
|
this.metaReader = metaReader;
|
|
@@ -44540,7 +44540,7 @@ var NgModuleIndexImpl = class {
|
|
|
44540
44540
|
}
|
|
44541
44541
|
};
|
|
44542
44542
|
|
|
44543
|
-
// bazel-out/
|
|
44543
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
44544
44544
|
var import_typescript91 = __toESM(require("typescript"), 1);
|
|
44545
44545
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
44546
44546
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -44688,7 +44688,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
44688
44688
|
};
|
|
44689
44689
|
}
|
|
44690
44690
|
|
|
44691
|
-
// bazel-out/
|
|
44691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
44692
44692
|
var StandaloneComponentScopeReader = class {
|
|
44693
44693
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
44694
44694
|
this.metaReader = metaReader;
|
|
@@ -44784,21 +44784,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
44784
44784
|
}
|
|
44785
44785
|
};
|
|
44786
44786
|
|
|
44787
|
-
// bazel-out/
|
|
44787
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
44788
44788
|
var OptimizeFor;
|
|
44789
44789
|
(function(OptimizeFor2) {
|
|
44790
44790
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
44791
44791
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
44792
44792
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
44793
44793
|
|
|
44794
|
-
// bazel-out/
|
|
44794
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
44795
44795
|
var CompletionKind;
|
|
44796
44796
|
(function(CompletionKind2) {
|
|
44797
44797
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
44798
44798
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
44799
44799
|
})(CompletionKind || (CompletionKind = {}));
|
|
44800
44800
|
|
|
44801
|
-
// bazel-out/
|
|
44801
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
44802
44802
|
var PotentialImportKind;
|
|
44803
44803
|
(function(PotentialImportKind2) {
|
|
44804
44804
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -44810,7 +44810,7 @@ var PotentialImportMode;
|
|
|
44810
44810
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
44811
44811
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
44812
44812
|
|
|
44813
|
-
// bazel-out/
|
|
44813
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
44814
44814
|
var SymbolKind;
|
|
44815
44815
|
(function(SymbolKind2) {
|
|
44816
44816
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -44826,7 +44826,7 @@ var SymbolKind;
|
|
|
44826
44826
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
44827
44827
|
})(SymbolKind || (SymbolKind = {}));
|
|
44828
44828
|
|
|
44829
|
-
// bazel-out/
|
|
44829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
44830
44830
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
44831
44831
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
44832
44832
|
var _a2;
|
|
@@ -44933,7 +44933,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
44933
44933
|
return import_typescript92.default.createSourceFile(fileName, template2, import_typescript92.default.ScriptTarget.Latest, false, import_typescript92.default.ScriptKind.JSX);
|
|
44934
44934
|
}
|
|
44935
44935
|
|
|
44936
|
-
// bazel-out/
|
|
44936
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
44937
44937
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
44938
44938
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
44939
44939
|
function getTemplateId(clazz) {
|
|
@@ -44950,10 +44950,10 @@ function allocateTemplateId(sf) {
|
|
|
44950
44950
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
44951
44951
|
}
|
|
44952
44952
|
|
|
44953
|
-
// bazel-out/
|
|
44953
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
44954
44954
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
44955
44955
|
|
|
44956
|
-
// bazel-out/
|
|
44956
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
44957
44957
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
44958
44958
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
44959
44959
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -45083,7 +45083,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
45083
45083
|
}) || false;
|
|
45084
45084
|
}
|
|
45085
45085
|
|
|
45086
|
-
// bazel-out/
|
|
45086
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
45087
45087
|
var CompletionEngine = class {
|
|
45088
45088
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
45089
45089
|
this.tcb = tcb;
|
|
@@ -46331,10 +46331,10 @@ var MagicString = class {
|
|
|
46331
46331
|
}
|
|
46332
46332
|
};
|
|
46333
46333
|
|
|
46334
|
-
// bazel-out/
|
|
46334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
46335
46335
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
46336
46336
|
|
|
46337
|
-
// bazel-out/
|
|
46337
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
46338
46338
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
46339
46339
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
46340
46340
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -46386,10 +46386,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
46386
46386
|
}
|
|
46387
46387
|
};
|
|
46388
46388
|
|
|
46389
|
-
// bazel-out/
|
|
46389
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
46390
46390
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
46391
46391
|
|
|
46392
|
-
// bazel-out/
|
|
46392
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
46393
46393
|
var ReferenceEmitEnvironment = class {
|
|
46394
46394
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
46395
46395
|
this.importManager = importManager;
|
|
@@ -46419,7 +46419,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
46419
46419
|
}
|
|
46420
46420
|
};
|
|
46421
46421
|
|
|
46422
|
-
// bazel-out/
|
|
46422
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
46423
46423
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
46424
46424
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
46425
46425
|
import_typescript96.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -46502,13 +46502,13 @@ function tsNumericExpression2(value) {
|
|
|
46502
46502
|
return import_typescript96.default.factory.createNumericLiteral(value);
|
|
46503
46503
|
}
|
|
46504
46504
|
|
|
46505
|
-
// bazel-out/
|
|
46505
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
46506
46506
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
46507
46507
|
|
|
46508
|
-
// bazel-out/
|
|
46508
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
46509
46509
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
46510
46510
|
|
|
46511
|
-
// bazel-out/
|
|
46511
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
46512
46512
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
46513
46513
|
var TypeParameterEmitter = class {
|
|
46514
46514
|
constructor(typeParameters, reflector) {
|
|
@@ -46586,7 +46586,7 @@ var TypeParameterEmitter = class {
|
|
|
46586
46586
|
}
|
|
46587
46587
|
};
|
|
46588
46588
|
|
|
46589
|
-
// bazel-out/
|
|
46589
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
46590
46590
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
46591
46591
|
Identifiers.InputSignalBrandWriteType
|
|
46592
46592
|
];
|
|
@@ -46678,7 +46678,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
46678
46678
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
46679
46679
|
}
|
|
46680
46680
|
|
|
46681
|
-
// bazel-out/
|
|
46681
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
46682
46682
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
46683
46683
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
46684
46684
|
const rawType = import_typescript100.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -46801,7 +46801,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
46801
46801
|
});
|
|
46802
46802
|
}
|
|
46803
46803
|
|
|
46804
|
-
// bazel-out/
|
|
46804
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
46805
46805
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
46806
46806
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
46807
46807
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -46876,7 +46876,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
46876
46876
|
}
|
|
46877
46877
|
};
|
|
46878
46878
|
|
|
46879
|
-
// bazel-out/
|
|
46879
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
46880
46880
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
46881
46881
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
46882
46882
|
constructor(resolver) {
|
|
@@ -47061,7 +47061,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
47061
47061
|
});
|
|
47062
47062
|
}
|
|
47063
47063
|
|
|
47064
|
-
// bazel-out/
|
|
47064
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
47065
47065
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
47066
47066
|
var TypeCheckShimGenerator = class {
|
|
47067
47067
|
constructor() {
|
|
@@ -47079,10 +47079,10 @@ var TypeCheckShimGenerator = class {
|
|
|
47079
47079
|
}
|
|
47080
47080
|
};
|
|
47081
47081
|
|
|
47082
|
-
// bazel-out/
|
|
47082
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
47083
47083
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
47084
47084
|
|
|
47085
|
-
// bazel-out/
|
|
47085
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
47086
47086
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
47087
47087
|
function wrapForDiagnostics(expr) {
|
|
47088
47088
|
return import_typescript104.default.factory.createParenthesizedExpression(expr);
|
|
@@ -47127,7 +47127,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
47127
47127
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
47128
47128
|
}
|
|
47129
47129
|
|
|
47130
|
-
// bazel-out/
|
|
47130
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
47131
47131
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
47132
47132
|
var NULL_AS_ANY = import_typescript105.default.factory.createAsExpression(import_typescript105.default.factory.createNull(), import_typescript105.default.factory.createKeywordTypeNode(import_typescript105.default.SyntaxKind.AnyKeyword));
|
|
47133
47133
|
var UNDEFINED = import_typescript105.default.factory.createIdentifier("undefined");
|
|
@@ -47459,7 +47459,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
47459
47459
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
47460
47460
|
})();
|
|
47461
47461
|
|
|
47462
|
-
// bazel-out/
|
|
47462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
47463
47463
|
var TcbGenericContextBehavior;
|
|
47464
47464
|
(function(TcbGenericContextBehavior2) {
|
|
47465
47465
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -48975,7 +48975,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
48975
48975
|
}
|
|
48976
48976
|
};
|
|
48977
48977
|
|
|
48978
|
-
// bazel-out/
|
|
48978
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
48979
48979
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
48980
48980
|
var TypeCheckFile = class extends Environment {
|
|
48981
48981
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -49023,7 +49023,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
49023
49023
|
}
|
|
49024
49024
|
};
|
|
49025
49025
|
|
|
49026
|
-
// bazel-out/
|
|
49026
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
49027
49027
|
var InliningMode;
|
|
49028
49028
|
(function(InliningMode2) {
|
|
49029
49029
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -49275,7 +49275,7 @@ var TypeCtorOp = class {
|
|
|
49275
49275
|
}
|
|
49276
49276
|
};
|
|
49277
49277
|
|
|
49278
|
-
// bazel-out/
|
|
49278
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
49279
49279
|
var LF_CHAR = 10;
|
|
49280
49280
|
var CR_CHAR = 13;
|
|
49281
49281
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -49316,7 +49316,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
49316
49316
|
return low - 1;
|
|
49317
49317
|
}
|
|
49318
49318
|
|
|
49319
|
-
// bazel-out/
|
|
49319
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
49320
49320
|
var TemplateSource = class {
|
|
49321
49321
|
constructor(mapping, file) {
|
|
49322
49322
|
this.mapping = mapping;
|
|
@@ -49367,7 +49367,7 @@ var TemplateSourceManager = class {
|
|
|
49367
49367
|
}
|
|
49368
49368
|
};
|
|
49369
49369
|
|
|
49370
|
-
// bazel-out/
|
|
49370
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
49371
49371
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
49372
49372
|
var SymbolBuilder = class {
|
|
49373
49373
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -49878,7 +49878,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
49878
49878
|
};
|
|
49879
49879
|
}
|
|
49880
49880
|
|
|
49881
|
-
// bazel-out/
|
|
49881
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
49882
49882
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
49883
49883
|
var TemplateTypeCheckerImpl = class {
|
|
49884
49884
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -50578,7 +50578,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
50578
50578
|
}
|
|
50579
50579
|
};
|
|
50580
50580
|
|
|
50581
|
-
// bazel-out/
|
|
50581
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
50582
50582
|
var import_typescript112 = __toESM(require("typescript"), 1);
|
|
50583
50583
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
50584
50584
|
"WritableSignal",
|
|
@@ -50598,7 +50598,7 @@ function isSignalSymbol(symbol) {
|
|
|
50598
50598
|
});
|
|
50599
50599
|
}
|
|
50600
50600
|
|
|
50601
|
-
// bazel-out/
|
|
50601
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
50602
50602
|
var TemplateCheckWithVisitor = class {
|
|
50603
50603
|
run(ctx, component, template2) {
|
|
50604
50604
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -50721,7 +50721,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
50721
50721
|
}
|
|
50722
50722
|
};
|
|
50723
50723
|
|
|
50724
|
-
// bazel-out/
|
|
50724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
50725
50725
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
50726
50726
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
50727
50727
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -50765,7 +50765,7 @@ var factory = {
|
|
|
50765
50765
|
create: () => new InterpolatedSignalCheck()
|
|
50766
50766
|
};
|
|
50767
50767
|
|
|
50768
|
-
// bazel-out/
|
|
50768
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
50769
50769
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
50770
50770
|
constructor() {
|
|
50771
50771
|
super(...arguments);
|
|
@@ -50790,7 +50790,7 @@ var factory2 = {
|
|
|
50790
50790
|
create: () => new InvalidBananaInBoxCheck()
|
|
50791
50791
|
};
|
|
50792
50792
|
|
|
50793
|
-
// bazel-out/
|
|
50793
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
50794
50794
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
50795
50795
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
50796
50796
|
["ngFor", { directive: "NgFor", builtIn: "@for" }],
|
|
@@ -50834,7 +50834,7 @@ var factory3 = {
|
|
|
50834
50834
|
}
|
|
50835
50835
|
};
|
|
50836
50836
|
|
|
50837
|
-
// bazel-out/
|
|
50837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
50838
50838
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
50839
50839
|
constructor() {
|
|
50840
50840
|
super(...arguments);
|
|
@@ -50866,7 +50866,7 @@ var factory4 = {
|
|
|
50866
50866
|
create: () => new MissingNgForOfLetCheck()
|
|
50867
50867
|
};
|
|
50868
50868
|
|
|
50869
|
-
// bazel-out/
|
|
50869
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
50870
50870
|
var import_typescript113 = __toESM(require("typescript"), 1);
|
|
50871
50871
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
50872
50872
|
constructor() {
|
|
@@ -50910,7 +50910,7 @@ var factory5 = {
|
|
|
50910
50910
|
}
|
|
50911
50911
|
};
|
|
50912
50912
|
|
|
50913
|
-
// bazel-out/
|
|
50913
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
50914
50914
|
var import_typescript114 = __toESM(require("typescript"), 1);
|
|
50915
50915
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
50916
50916
|
constructor() {
|
|
@@ -50955,7 +50955,7 @@ var factory6 = {
|
|
|
50955
50955
|
}
|
|
50956
50956
|
};
|
|
50957
50957
|
|
|
50958
|
-
// bazel-out/
|
|
50958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
50959
50959
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
50960
50960
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
50961
50961
|
constructor() {
|
|
@@ -50978,7 +50978,7 @@ var factory7 = {
|
|
|
50978
50978
|
create: () => new SuffixNotSupportedCheck()
|
|
50979
50979
|
};
|
|
50980
50980
|
|
|
50981
|
-
// bazel-out/
|
|
50981
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
50982
50982
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
50983
50983
|
constructor() {
|
|
50984
50984
|
super(...arguments);
|
|
@@ -51016,10 +51016,10 @@ var factory8 = {
|
|
|
51016
51016
|
create: () => new TextAttributeNotBindingSpec()
|
|
51017
51017
|
};
|
|
51018
51018
|
|
|
51019
|
-
// bazel-out/
|
|
51019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
51020
51020
|
var import_typescript115 = __toESM(require("typescript"), 1);
|
|
51021
51021
|
|
|
51022
|
-
// bazel-out/
|
|
51022
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
51023
51023
|
var DiagnosticCategoryLabel;
|
|
51024
51024
|
(function(DiagnosticCategoryLabel2) {
|
|
51025
51025
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -51027,7 +51027,7 @@ var DiagnosticCategoryLabel;
|
|
|
51027
51027
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
51028
51028
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
51029
51029
|
|
|
51030
|
-
// bazel-out/
|
|
51030
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
51031
51031
|
var ExtendedTemplateCheckerImpl = class {
|
|
51032
51032
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
51033
51033
|
var _a2, _b2, _c2, _d2, _e2;
|
|
@@ -51079,7 +51079,7 @@ function assertNever(value) {
|
|
|
51079
51079
|
${value}`);
|
|
51080
51080
|
}
|
|
51081
51081
|
|
|
51082
|
-
// bazel-out/
|
|
51082
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
51083
51083
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
51084
51084
|
factory2,
|
|
51085
51085
|
factory5,
|
|
@@ -51095,7 +51095,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
51095
51095
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
51096
51096
|
]);
|
|
51097
51097
|
|
|
51098
|
-
// bazel-out/
|
|
51098
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
51099
51099
|
var import_typescript116 = __toESM(require("typescript"), 1);
|
|
51100
51100
|
var TemplateSemanticsCheckerImpl = class {
|
|
51101
51101
|
constructor(templateTypeChecker) {
|
|
@@ -51176,7 +51176,7 @@ function unwrapAstWithSource(ast) {
|
|
|
51176
51176
|
return ast instanceof ASTWithSource ? ast.ast : ast;
|
|
51177
51177
|
}
|
|
51178
51178
|
|
|
51179
|
-
// bazel-out/
|
|
51179
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
51180
51180
|
function coreHasSymbol(program, symbol) {
|
|
51181
51181
|
const checker = program.getTypeChecker();
|
|
51182
51182
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -51195,7 +51195,7 @@ function isMaybeCore(sf) {
|
|
|
51195
51195
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
51196
51196
|
}
|
|
51197
51197
|
|
|
51198
|
-
// bazel-out/
|
|
51198
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
51199
51199
|
var import_semver = __toESM(require_semver2(), 1);
|
|
51200
51200
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
51201
51201
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -51204,7 +51204,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
51204
51204
|
return import_semver.default.satisfies(coreVersion, minVersion);
|
|
51205
51205
|
}
|
|
51206
51206
|
|
|
51207
|
-
// bazel-out/
|
|
51207
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
51208
51208
|
var SHOULD_USE_TEMPLATE_PIPELINE = true;
|
|
51209
51209
|
var CompilationTicketKind;
|
|
51210
51210
|
(function(CompilationTicketKind2) {
|
|
@@ -51973,7 +51973,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
51973
51973
|
return versions;
|
|
51974
51974
|
}
|
|
51975
51975
|
|
|
51976
|
-
// bazel-out/
|
|
51976
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
51977
51977
|
var import_typescript119 = __toESM(require("typescript"), 1);
|
|
51978
51978
|
var DelegatingCompilerHost2 = class {
|
|
51979
51979
|
get jsDocParsingMode() {
|
|
@@ -52112,7 +52112,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
52112
52112
|
}
|
|
52113
52113
|
};
|
|
52114
52114
|
|
|
52115
|
-
// bazel-out/
|
|
52115
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
52116
52116
|
var NgtscProgram = class {
|
|
52117
52117
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
52118
52118
|
this.options = options;
|
|
@@ -52339,18 +52339,18 @@ function mergeEmitResults(emitResults) {
|
|
|
52339
52339
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
52340
52340
|
}
|
|
52341
52341
|
|
|
52342
|
-
// bazel-out/
|
|
52342
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
52343
52343
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
52344
52344
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
52345
52345
|
}
|
|
52346
52346
|
|
|
52347
|
-
// bazel-out/
|
|
52347
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
52348
52348
|
var import_typescript123 = __toESM(require("typescript"), 1);
|
|
52349
52349
|
|
|
52350
|
-
// bazel-out/
|
|
52350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
52351
52351
|
var import_typescript122 = __toESM(require("typescript"), 1);
|
|
52352
52352
|
|
|
52353
|
-
// bazel-out/
|
|
52353
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
52354
52354
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
52355
52355
|
ngDevMode: false,
|
|
52356
52356
|
ngI18nClosureMode: false
|
|
@@ -52359,7 +52359,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
52359
52359
|
ngJitMode: false
|
|
52360
52360
|
});
|
|
52361
52361
|
|
|
52362
|
-
// bazel-out/
|
|
52362
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
52363
52363
|
var LogLevel;
|
|
52364
52364
|
(function(LogLevel2) {
|
|
52365
52365
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -52368,7 +52368,7 @@ var LogLevel;
|
|
|
52368
52368
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
52369
52369
|
})(LogLevel || (LogLevel = {}));
|
|
52370
52370
|
|
|
52371
|
-
// bazel-out/
|
|
52371
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
52372
52372
|
var RESET = "\x1B[0m";
|
|
52373
52373
|
var RED = "\x1B[31m";
|
|
52374
52374
|
var YELLOW = "\x1B[33m";
|
|
@@ -52377,18 +52377,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
52377
52377
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
52378
52378
|
var ERROR = `${RED}Error:${RESET}`;
|
|
52379
52379
|
|
|
52380
|
-
// bazel-out/
|
|
52380
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
52381
52381
|
setFileSystem(new NodeJSFileSystem());
|
|
52382
52382
|
|
|
52383
|
-
// bazel-out/
|
|
52383
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
52384
52384
|
var import_fs2 = require("fs");
|
|
52385
52385
|
var import_path8 = require("path");
|
|
52386
52386
|
var import_typescript136 = __toESM(require("typescript"), 1);
|
|
52387
52387
|
|
|
52388
|
-
// bazel-out/
|
|
52388
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
52389
52389
|
var import_typescript125 = __toESM(require("typescript"), 1);
|
|
52390
52390
|
|
|
52391
|
-
// bazel-out/
|
|
52391
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
52392
52392
|
var import_path4 = require("path");
|
|
52393
52393
|
var import_typescript124 = __toESM(require("typescript"), 1);
|
|
52394
52394
|
var ImportManager2 = class {
|
|
@@ -52572,7 +52572,7 @@ ${text2}`;
|
|
|
52572
52572
|
}
|
|
52573
52573
|
};
|
|
52574
52574
|
|
|
52575
|
-
// bazel-out/
|
|
52575
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
52576
52576
|
var ChangeTracker = class {
|
|
52577
52577
|
constructor(_printer, _importRemapper) {
|
|
52578
52578
|
__publicField(this, "_printer");
|
|
@@ -52631,7 +52631,7 @@ function normalizePath(path4) {
|
|
|
52631
52631
|
return path4.replace(/\\/g, "/");
|
|
52632
52632
|
}
|
|
52633
52633
|
|
|
52634
|
-
// bazel-out/
|
|
52634
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
52635
52635
|
var import_core19 = require("@angular-devkit/core");
|
|
52636
52636
|
function getProjectTsConfigPaths(tree) {
|
|
52637
52637
|
return __async(this, null, function* () {
|
|
@@ -52711,11 +52711,11 @@ function getWorkspace(tree) {
|
|
|
52711
52711
|
});
|
|
52712
52712
|
}
|
|
52713
52713
|
|
|
52714
|
-
// bazel-out/
|
|
52714
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
52715
52715
|
var import_path5 = require("path");
|
|
52716
52716
|
var import_typescript127 = __toESM(require("typescript"), 1);
|
|
52717
52717
|
|
|
52718
|
-
// bazel-out/
|
|
52718
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
52719
52719
|
var path3 = __toESM(require("path"), 1);
|
|
52720
52720
|
var import_typescript126 = __toESM(require("typescript"), 1);
|
|
52721
52721
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -52732,7 +52732,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
52732
52732
|
return import_typescript126.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
52733
52733
|
}
|
|
52734
52734
|
|
|
52735
|
-
// bazel-out/
|
|
52735
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
52736
52736
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
52737
52737
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
52738
52738
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -52761,13 +52761,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
52761
52761
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
52762
52762
|
}
|
|
52763
52763
|
|
|
52764
|
-
// bazel-out/
|
|
52764
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
52765
52765
|
var import_typescript132 = __toESM(require("typescript"), 1);
|
|
52766
52766
|
|
|
52767
|
-
// bazel-out/
|
|
52767
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
52768
52768
|
var import_typescript129 = __toESM(require("typescript"), 1);
|
|
52769
52769
|
|
|
52770
|
-
// bazel-out/
|
|
52770
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
52771
52771
|
var import_typescript128 = __toESM(require("typescript"), 1);
|
|
52772
52772
|
function getImportOfIdentifier(typeChecker, node) {
|
|
52773
52773
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -52818,7 +52818,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
52818
52818
|
});
|
|
52819
52819
|
}
|
|
52820
52820
|
|
|
52821
|
-
// bazel-out/
|
|
52821
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
52822
52822
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
52823
52823
|
if (!import_typescript129.default.isCallExpression(decorator.expression) || !import_typescript129.default.isIdentifier(decorator.expression.expression)) {
|
|
52824
52824
|
return null;
|
|
@@ -52827,7 +52827,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
52827
52827
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
52828
52828
|
}
|
|
52829
52829
|
|
|
52830
|
-
// bazel-out/
|
|
52830
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
52831
52831
|
function getAngularDecorators2(typeChecker, decorators) {
|
|
52832
52832
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
52833
52833
|
node,
|
|
@@ -52837,7 +52837,7 @@ function getAngularDecorators2(typeChecker, decorators) {
|
|
|
52837
52837
|
}));
|
|
52838
52838
|
}
|
|
52839
52839
|
|
|
52840
|
-
// bazel-out/
|
|
52840
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
52841
52841
|
var import_typescript130 = __toESM(require("typescript"), 1);
|
|
52842
52842
|
function closestNode(node, predicate) {
|
|
52843
52843
|
let current = node.parent;
|
|
@@ -52850,7 +52850,7 @@ function closestNode(node, predicate) {
|
|
|
52850
52850
|
return null;
|
|
52851
52851
|
}
|
|
52852
52852
|
|
|
52853
|
-
// bazel-out/
|
|
52853
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
52854
52854
|
var import_path6 = require("path");
|
|
52855
52855
|
var import_typescript131 = __toESM(require("typescript"), 1);
|
|
52856
52856
|
var UniqueItemTracker = class {
|
|
@@ -53026,7 +53026,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
53026
53026
|
}));
|
|
53027
53027
|
}
|
|
53028
53028
|
|
|
53029
|
-
// bazel-out/
|
|
53029
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
53030
53030
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
53031
53031
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
53032
53032
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -53225,14 +53225,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
53225
53225
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
53226
53226
|
}
|
|
53227
53227
|
|
|
53228
|
-
// bazel-out/
|
|
53228
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
53229
53229
|
var import_path7 = require("path");
|
|
53230
53230
|
var import_typescript135 = __toESM(require("typescript"), 1);
|
|
53231
53231
|
|
|
53232
|
-
// bazel-out/
|
|
53232
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
53233
53233
|
var import_typescript134 = __toESM(require("typescript"), 1);
|
|
53234
53234
|
|
|
53235
|
-
// bazel-out/
|
|
53235
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
53236
53236
|
var import_typescript133 = __toESM(require("typescript"), 1);
|
|
53237
53237
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
53238
53238
|
var _a2, _b2;
|
|
@@ -53241,7 +53241,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
53241
53241
|
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];
|
|
53242
53242
|
}
|
|
53243
53243
|
|
|
53244
|
-
// bazel-out/
|
|
53244
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
53245
53245
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
53246
53246
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
53247
53247
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -53609,7 +53609,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
53609
53609
|
return metadata != null && metadata.isStandalone;
|
|
53610
53610
|
}
|
|
53611
53611
|
|
|
53612
|
-
// bazel-out/
|
|
53612
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
53613
53613
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
53614
53614
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
53615
53615
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -53986,7 +53986,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
53986
53986
|
return false;
|
|
53987
53987
|
}
|
|
53988
53988
|
|
|
53989
|
-
// bazel-out/
|
|
53989
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
53990
53990
|
var MigrationMode;
|
|
53991
53991
|
(function(MigrationMode2) {
|
|
53992
53992
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|