@angular/core 17.3.10 → 17.3.11
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/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3 -3
- 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 +1 -1
- package/index.d.ts +1 -1
- 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 +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
67
67
|
var control_flow_migration_exports = {};
|
|
68
68
|
__export(control_flow_migration_exports, {
|
|
69
69
|
default: () => control_flow_migration_default
|
|
@@ -72,22 +72,22 @@ module.exports = __toCommonJS(control_flow_migration_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path3 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
76
76
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
77
77
|
|
|
78
|
-
// bazel-out/
|
|
78
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
79
79
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
80
80
|
|
|
81
|
-
// bazel-out/
|
|
81
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
82
82
|
function normalizePath(path2) {
|
|
83
83
|
return path2.replace(/\\/g, "/");
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
// bazel-out/
|
|
86
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
87
87
|
var import_path = require("path");
|
|
88
88
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
89
89
|
|
|
90
|
-
// bazel-out/
|
|
90
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
91
91
|
var path = __toESM(require("path"), 1);
|
|
92
92
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
93
93
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -104,7 +104,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
104
104
|
return import_typescript3.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
// bazel-out/
|
|
107
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
108
108
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
109
109
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
110
110
|
return import_typescript4.default.createProgram(rootNames, options, host);
|
|
@@ -137,7 +137,7 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
137
137
|
return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
// bazel-out/
|
|
140
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
141
141
|
var _SELECTOR_REGEXP = new RegExp(
|
|
142
142
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
143
143
|
"g"
|
|
@@ -445,7 +445,7 @@ var SelectorContext = class {
|
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
447
|
|
|
448
|
-
// bazel-out/
|
|
448
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
|
|
449
449
|
var ViewEncapsulation;
|
|
450
450
|
(function(ViewEncapsulation2) {
|
|
451
451
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -513,7 +513,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
513
513
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
// bazel-out/
|
|
516
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
517
517
|
var textEncoder;
|
|
518
518
|
function computeDigest(message) {
|
|
519
519
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -753,7 +753,7 @@ function wordAt(bytes, index, endian) {
|
|
|
753
753
|
return word;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
-
// bazel-out/
|
|
756
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
757
757
|
var TypeModifier;
|
|
758
758
|
(function(TypeModifier2) {
|
|
759
759
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1712,7 +1712,7 @@ function serializeTags(tags) {
|
|
|
1712
1712
|
return out;
|
|
1713
1713
|
}
|
|
1714
1714
|
|
|
1715
|
-
// bazel-out/
|
|
1715
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1716
1716
|
var CONSTANT_PREFIX = "_c";
|
|
1717
1717
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1718
1718
|
var KEY_CONTEXT = {};
|
|
@@ -1900,7 +1900,7 @@ function isLongStringLiteral(expr) {
|
|
|
1900
1900
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
|
-
// bazel-out/
|
|
1903
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
1904
1904
|
var CORE = "@angular/core";
|
|
1905
1905
|
var _Identifiers = class {
|
|
1906
1906
|
};
|
|
@@ -2566,7 +2566,7 @@ var Identifiers = _Identifiers;
|
|
|
2566
2566
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2567
2567
|
})();
|
|
2568
2568
|
|
|
2569
|
-
// bazel-out/
|
|
2569
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2570
2570
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2571
2571
|
function dashCaseToCamelCase(input) {
|
|
2572
2572
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2654,7 +2654,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
2654
2654
|
return [truthy, falsy];
|
|
2655
2655
|
}
|
|
2656
2656
|
|
|
2657
|
-
// bazel-out/
|
|
2657
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2658
2658
|
var VERSION = 3;
|
|
2659
2659
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2660
2660
|
var SourceMapGenerator = class {
|
|
@@ -2783,7 +2783,7 @@ function toBase64Digit(value) {
|
|
|
2783
2783
|
return B64_DIGITS[value];
|
|
2784
2784
|
}
|
|
2785
2785
|
|
|
2786
|
-
// bazel-out/
|
|
2786
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2787
2787
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2788
2788
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2789
2789
|
var _INDENT_WITH = " ";
|
|
@@ -3271,7 +3271,7 @@ function _createIndent(count) {
|
|
|
3271
3271
|
return res;
|
|
3272
3272
|
}
|
|
3273
3273
|
|
|
3274
|
-
// bazel-out/
|
|
3274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3275
3275
|
function typeWithParameters(type, numParams) {
|
|
3276
3276
|
if (numParams === 0) {
|
|
3277
3277
|
return expressionType(type);
|
|
@@ -3336,7 +3336,7 @@ function generateForwardRef(expr) {
|
|
|
3336
3336
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3337
3337
|
}
|
|
3338
3338
|
|
|
3339
|
-
// bazel-out/
|
|
3339
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3340
3340
|
var R3FactoryDelegateType;
|
|
3341
3341
|
(function(R3FactoryDelegateType2) {
|
|
3342
3342
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3481,7 +3481,7 @@ function getInjectFn(target) {
|
|
|
3481
3481
|
}
|
|
3482
3482
|
}
|
|
3483
3483
|
|
|
3484
|
-
// bazel-out/
|
|
3484
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
3485
3485
|
var TagContentType;
|
|
3486
3486
|
(function(TagContentType2) {
|
|
3487
3487
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -3518,7 +3518,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
3518
3518
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
3519
3519
|
}
|
|
3520
3520
|
|
|
3521
|
-
// bazel-out/
|
|
3521
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3522
3522
|
var Comment = class {
|
|
3523
3523
|
constructor(value, sourceSpan) {
|
|
3524
3524
|
this.value = value;
|
|
@@ -3899,7 +3899,7 @@ function visitAll(visitor, nodes) {
|
|
|
3899
3899
|
return result;
|
|
3900
3900
|
}
|
|
3901
3901
|
|
|
3902
|
-
// bazel-out/
|
|
3902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
3903
3903
|
var Message = class {
|
|
3904
3904
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
3905
3905
|
this.nodes = nodes;
|
|
@@ -4037,7 +4037,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4037
4037
|
}
|
|
4038
4038
|
};
|
|
4039
4039
|
|
|
4040
|
-
// bazel-out/
|
|
4040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4041
4041
|
var _Visitor = class {
|
|
4042
4042
|
visitTag(tag) {
|
|
4043
4043
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4065,12 +4065,12 @@ ${doctype.dtd}
|
|
|
4065
4065
|
};
|
|
4066
4066
|
var _visitor = new _Visitor();
|
|
4067
4067
|
|
|
4068
|
-
// bazel-out/
|
|
4068
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4069
4069
|
function toPublicName(internalName) {
|
|
4070
4070
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4071
4071
|
}
|
|
4072
4072
|
|
|
4073
|
-
// bazel-out/
|
|
4073
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4074
4074
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4075
4075
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4076
4076
|
var I18N_ATTR = "i18n";
|
|
@@ -4172,7 +4172,7 @@ function declareI18nVariable(variable2) {
|
|
|
4172
4172
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4173
4173
|
}
|
|
4174
4174
|
|
|
4175
|
-
// bazel-out/
|
|
4175
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4176
4176
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4177
4177
|
var TEMPORARY_NAME = "_t";
|
|
4178
4178
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4418,7 +4418,7 @@ function getInstructionStatements(instructions) {
|
|
|
4418
4418
|
return statements;
|
|
4419
4419
|
}
|
|
4420
4420
|
|
|
4421
|
-
// bazel-out/
|
|
4421
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4422
4422
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4423
4423
|
let result = null;
|
|
4424
4424
|
const factoryMeta = {
|
|
@@ -4503,7 +4503,7 @@ function createFactoryFunction(type) {
|
|
|
4503
4503
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4504
4504
|
}
|
|
4505
4505
|
|
|
4506
|
-
// bazel-out/
|
|
4506
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4507
4507
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4508
4508
|
/^\s*$/,
|
|
4509
4509
|
/[<>]/,
|
|
@@ -4525,7 +4525,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4525
4525
|
}
|
|
4526
4526
|
}
|
|
4527
4527
|
|
|
4528
|
-
// bazel-out/
|
|
4528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4529
4529
|
var InterpolationConfig = class {
|
|
4530
4530
|
static fromArray(markers) {
|
|
4531
4531
|
if (!markers) {
|
|
@@ -4542,7 +4542,7 @@ var InterpolationConfig = class {
|
|
|
4542
4542
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4543
4543
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4544
4544
|
|
|
4545
|
-
// bazel-out/
|
|
4545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4546
4546
|
var $EOF = 0;
|
|
4547
4547
|
var $BSPACE = 8;
|
|
4548
4548
|
var $TAB = 9;
|
|
@@ -4624,7 +4624,7 @@ function isQuote(code) {
|
|
|
4624
4624
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4625
4625
|
}
|
|
4626
4626
|
|
|
4627
|
-
// bazel-out/
|
|
4627
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4628
4628
|
var ParseLocation = class {
|
|
4629
4629
|
constructor(file, offset, line, col) {
|
|
4630
4630
|
this.file = file;
|
|
@@ -4771,7 +4771,7 @@ function sanitizeIdentifier(name) {
|
|
|
4771
4771
|
return name.replace(/\W/g, "_");
|
|
4772
4772
|
}
|
|
4773
4773
|
|
|
4774
|
-
// bazel-out/
|
|
4774
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
4775
4775
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
4776
4776
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
4777
4777
|
constructor() {
|
|
@@ -4864,7 +4864,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
4864
4864
|
}
|
|
4865
4865
|
};
|
|
4866
4866
|
|
|
4867
|
-
// bazel-out/
|
|
4867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
4868
4868
|
var policy;
|
|
4869
4869
|
function getPolicy() {
|
|
4870
4870
|
if (policy === void 0) {
|
|
@@ -4902,7 +4902,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
4902
4902
|
return fn2.bind(_global);
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
|
-
// bazel-out/
|
|
4905
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
4906
4906
|
var JitEvaluator = class {
|
|
4907
4907
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
4908
4908
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -4993,7 +4993,7 @@ function isUseStrictStatement(statement) {
|
|
|
4993
4993
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
4994
4994
|
}
|
|
4995
4995
|
|
|
4996
|
-
// bazel-out/
|
|
4996
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
4997
4997
|
function compileInjector(meta) {
|
|
4998
4998
|
const definitionMap = new DefinitionMap();
|
|
4999
4999
|
if (meta.providers !== null) {
|
|
@@ -5010,7 +5010,7 @@ function createInjectorType(meta) {
|
|
|
5010
5010
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5011
5011
|
}
|
|
5012
5012
|
|
|
5013
|
-
// bazel-out/
|
|
5013
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5014
5014
|
var R3JitReflector = class {
|
|
5015
5015
|
constructor(context) {
|
|
5016
5016
|
this.context = context;
|
|
@@ -5026,7 +5026,7 @@ var R3JitReflector = class {
|
|
|
5026
5026
|
}
|
|
5027
5027
|
};
|
|
5028
5028
|
|
|
5029
|
-
// bazel-out/
|
|
5029
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5030
5030
|
var R3SelectorScopeMode;
|
|
5031
5031
|
(function(R3SelectorScopeMode2) {
|
|
5032
5032
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5167,7 +5167,7 @@ function tupleOfTypes(types) {
|
|
|
5167
5167
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5168
5168
|
}
|
|
5169
5169
|
|
|
5170
|
-
// bazel-out/
|
|
5170
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5171
5171
|
function compilePipeFromMetadata(metadata) {
|
|
5172
5172
|
const definitionMapValues = [];
|
|
5173
5173
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5188,7 +5188,7 @@ function createPipeType(metadata) {
|
|
|
5188
5188
|
]));
|
|
5189
5189
|
}
|
|
5190
5190
|
|
|
5191
|
-
// bazel-out/
|
|
5191
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5192
5192
|
var R3TemplateDependencyKind;
|
|
5193
5193
|
(function(R3TemplateDependencyKind2) {
|
|
5194
5194
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5196,7 +5196,7 @@ var R3TemplateDependencyKind;
|
|
|
5196
5196
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5197
5197
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5198
5198
|
|
|
5199
|
-
// bazel-out/
|
|
5199
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5200
5200
|
var ParserError = class {
|
|
5201
5201
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5202
5202
|
this.input = input;
|
|
@@ -5863,7 +5863,7 @@ var BoundElementProperty = class {
|
|
|
5863
5863
|
}
|
|
5864
5864
|
};
|
|
5865
5865
|
|
|
5866
|
-
// bazel-out/
|
|
5866
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
5867
5867
|
var _EventHandlerVars = class {
|
|
5868
5868
|
};
|
|
5869
5869
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6554,7 +6554,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6554
6554
|
}
|
|
6555
6555
|
};
|
|
6556
6556
|
|
|
6557
|
-
// bazel-out/
|
|
6557
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6558
6558
|
var _SECURITY_SCHEMA;
|
|
6559
6559
|
function SECURITY_SCHEMA() {
|
|
6560
6560
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6612,7 +6612,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6612
6612
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6613
6613
|
}
|
|
6614
6614
|
|
|
6615
|
-
// bazel-out/
|
|
6615
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6616
6616
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6617
6617
|
"inherit",
|
|
6618
6618
|
"initial",
|
|
@@ -7084,7 +7084,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7084
7084
|
}
|
|
7085
7085
|
}
|
|
7086
7086
|
|
|
7087
|
-
// bazel-out/
|
|
7087
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7088
7088
|
var OpKind;
|
|
7089
7089
|
(function(OpKind2) {
|
|
7090
7090
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7238,7 +7238,7 @@ var TemplateKind;
|
|
|
7238
7238
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
7239
7239
|
})(TemplateKind || (TemplateKind = {}));
|
|
7240
7240
|
|
|
7241
|
-
// bazel-out/
|
|
7241
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7242
7242
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7243
7243
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7244
7244
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -7266,7 +7266,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
7266
7266
|
return expr[UsesVarOffset] === true;
|
|
7267
7267
|
}
|
|
7268
7268
|
|
|
7269
|
-
// bazel-out/
|
|
7269
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7270
7270
|
function createStatementOp(statement) {
|
|
7271
7271
|
return __spreadValues({
|
|
7272
7272
|
kind: OpKind.Statement,
|
|
@@ -7288,7 +7288,7 @@ var NEW_OP = {
|
|
|
7288
7288
|
next: null
|
|
7289
7289
|
};
|
|
7290
7290
|
|
|
7291
|
-
// bazel-out/
|
|
7291
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
7292
7292
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
7293
7293
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
7294
7294
|
kind: OpKind.InterpolateText,
|
|
@@ -7469,7 +7469,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
7469
7469
|
}, NEW_OP);
|
|
7470
7470
|
}
|
|
7471
7471
|
|
|
7472
|
-
// bazel-out/
|
|
7472
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7473
7473
|
var _a;
|
|
7474
7474
|
var _b;
|
|
7475
7475
|
var _c;
|
|
@@ -8331,7 +8331,7 @@ function isStringLiteral(expr) {
|
|
|
8331
8331
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
8332
8332
|
}
|
|
8333
8333
|
|
|
8334
|
-
// bazel-out/
|
|
8334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
8335
8335
|
var _OpList = class {
|
|
8336
8336
|
constructor() {
|
|
8337
8337
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -8522,14 +8522,14 @@ var OpList = _OpList;
|
|
|
8522
8522
|
_OpList.nextListId = 0;
|
|
8523
8523
|
})();
|
|
8524
8524
|
|
|
8525
|
-
// bazel-out/
|
|
8525
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
8526
8526
|
var SlotHandle = class {
|
|
8527
8527
|
constructor() {
|
|
8528
8528
|
this.slot = null;
|
|
8529
8529
|
}
|
|
8530
8530
|
};
|
|
8531
8531
|
|
|
8532
|
-
// bazel-out/
|
|
8532
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
8533
8533
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
8534
8534
|
OpKind.Element,
|
|
8535
8535
|
OpKind.ElementStart,
|
|
@@ -8830,7 +8830,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
8830
8830
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8831
8831
|
}
|
|
8832
8832
|
|
|
8833
|
-
// bazel-out/
|
|
8833
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
8834
8834
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
8835
8835
|
return __spreadValues(__spreadValues({
|
|
8836
8836
|
kind: OpKind.HostProperty,
|
|
@@ -8844,10 +8844,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
8844
8844
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
8845
8845
|
}
|
|
8846
8846
|
|
|
8847
|
-
// bazel-out/
|
|
8847
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
8848
8848
|
var CTX_REF = "CTX_REF_MARKER";
|
|
8849
8849
|
|
|
8850
|
-
// bazel-out/
|
|
8850
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8851
8851
|
var CompilationJobKind;
|
|
8852
8852
|
(function(CompilationJobKind2) {
|
|
8853
8853
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8955,7 +8955,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8955
8955
|
}
|
|
8956
8956
|
};
|
|
8957
8957
|
|
|
8958
|
-
// bazel-out/
|
|
8958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8959
8959
|
function deleteAnyCasts(job) {
|
|
8960
8960
|
for (const unit of job.units) {
|
|
8961
8961
|
for (const op of unit.ops()) {
|
|
@@ -8973,7 +8973,7 @@ function removeAnys(e) {
|
|
|
8973
8973
|
return e;
|
|
8974
8974
|
}
|
|
8975
8975
|
|
|
8976
|
-
// bazel-out/
|
|
8976
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8977
8977
|
function applyI18nExpressions(job) {
|
|
8978
8978
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8979
8979
|
for (const unit of job.units) {
|
|
@@ -9016,7 +9016,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
9016
9016
|
return false;
|
|
9017
9017
|
}
|
|
9018
9018
|
|
|
9019
|
-
// bazel-out/
|
|
9019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
9020
9020
|
function assignI18nSlotDependencies(job) {
|
|
9021
9021
|
for (const unit of job.units) {
|
|
9022
9022
|
let updateOp = unit.update.head;
|
|
@@ -9061,7 +9061,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
9061
9061
|
}
|
|
9062
9062
|
}
|
|
9063
9063
|
|
|
9064
|
-
// bazel-out/
|
|
9064
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
9065
9065
|
function createOpXrefMap(unit) {
|
|
9066
9066
|
const map = /* @__PURE__ */ new Map();
|
|
9067
9067
|
for (const op of unit.create) {
|
|
@@ -9076,7 +9076,7 @@ function createOpXrefMap(unit) {
|
|
|
9076
9076
|
return map;
|
|
9077
9077
|
}
|
|
9078
9078
|
|
|
9079
|
-
// bazel-out/
|
|
9079
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
9080
9080
|
function extractAttributes(job) {
|
|
9081
9081
|
for (const unit of job.units) {
|
|
9082
9082
|
const elements = createOpXrefMap(unit);
|
|
@@ -9205,7 +9205,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
9205
9205
|
}
|
|
9206
9206
|
}
|
|
9207
9207
|
|
|
9208
|
-
// bazel-out/
|
|
9208
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
9209
9209
|
function lookupElement2(elements, xref) {
|
|
9210
9210
|
const el = elements.get(xref);
|
|
9211
9211
|
if (el === void 0) {
|
|
@@ -9262,7 +9262,7 @@ function specializeBindings(job) {
|
|
|
9262
9262
|
}
|
|
9263
9263
|
}
|
|
9264
9264
|
|
|
9265
|
-
// bazel-out/
|
|
9265
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
9266
9266
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
9267
9267
|
Identifiers.attribute,
|
|
9268
9268
|
Identifiers.classProp,
|
|
@@ -9330,7 +9330,7 @@ function chainOperationsInList(opList) {
|
|
|
9330
9330
|
}
|
|
9331
9331
|
}
|
|
9332
9332
|
|
|
9333
|
-
// bazel-out/
|
|
9333
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
9334
9334
|
function collapseSingletonInterpolations(job) {
|
|
9335
9335
|
for (const unit of job.units) {
|
|
9336
9336
|
for (const op of unit.update) {
|
|
@@ -9342,7 +9342,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
9342
9342
|
}
|
|
9343
9343
|
}
|
|
9344
9344
|
|
|
9345
|
-
// bazel-out/
|
|
9345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
9346
9346
|
function generateConditionalExpressions(job) {
|
|
9347
9347
|
for (const unit of job.units) {
|
|
9348
9348
|
for (const op of unit.ops()) {
|
|
@@ -9379,7 +9379,7 @@ function generateConditionalExpressions(job) {
|
|
|
9379
9379
|
}
|
|
9380
9380
|
}
|
|
9381
9381
|
|
|
9382
|
-
// bazel-out/
|
|
9382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
9383
9383
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
9384
9384
|
["&&", BinaryOperator.And],
|
|
9385
9385
|
[">", BinaryOperator.Bigger],
|
|
@@ -9430,7 +9430,7 @@ function literalOrArrayLiteral(value) {
|
|
|
9430
9430
|
return literal(value);
|
|
9431
9431
|
}
|
|
9432
9432
|
|
|
9433
|
-
// bazel-out/
|
|
9433
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
9434
9434
|
function collectElementConsts(job) {
|
|
9435
9435
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
9436
9436
|
for (const unit of job.units) {
|
|
@@ -9599,7 +9599,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
9599
9599
|
return literalArr(attrArray);
|
|
9600
9600
|
}
|
|
9601
9601
|
|
|
9602
|
-
// bazel-out/
|
|
9602
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
9603
9603
|
function convertI18nBindings(job) {
|
|
9604
9604
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
9605
9605
|
for (const unit of job.units) {
|
|
@@ -9640,7 +9640,7 @@ function convertI18nBindings(job) {
|
|
|
9640
9640
|
}
|
|
9641
9641
|
}
|
|
9642
9642
|
|
|
9643
|
-
// bazel-out/
|
|
9643
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
|
|
9644
9644
|
function createDeferDepsFns(job) {
|
|
9645
9645
|
var _a2;
|
|
9646
9646
|
for (const unit of job.units) {
|
|
@@ -9680,7 +9680,7 @@ function createDeferDepsFns(job) {
|
|
|
9680
9680
|
}
|
|
9681
9681
|
}
|
|
9682
9682
|
|
|
9683
|
-
// bazel-out/
|
|
9683
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
9684
9684
|
function createI18nContexts(job) {
|
|
9685
9685
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
9686
9686
|
for (const unit of job.units) {
|
|
@@ -9758,7 +9758,7 @@ function createI18nContexts(job) {
|
|
|
9758
9758
|
}
|
|
9759
9759
|
}
|
|
9760
9760
|
|
|
9761
|
-
// bazel-out/
|
|
9761
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
9762
9762
|
function deduplicateTextBindings(job) {
|
|
9763
9763
|
const seen = /* @__PURE__ */ new Map();
|
|
9764
9764
|
for (const unit of job.units) {
|
|
@@ -9780,7 +9780,7 @@ function deduplicateTextBindings(job) {
|
|
|
9780
9780
|
}
|
|
9781
9781
|
}
|
|
9782
9782
|
|
|
9783
|
-
// bazel-out/
|
|
9783
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
9784
9784
|
function configureDeferInstructions(job) {
|
|
9785
9785
|
for (const unit of job.units) {
|
|
9786
9786
|
for (const op of unit.create) {
|
|
@@ -9797,7 +9797,7 @@ function configureDeferInstructions(job) {
|
|
|
9797
9797
|
}
|
|
9798
9798
|
}
|
|
9799
9799
|
|
|
9800
|
-
// bazel-out/
|
|
9800
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
9801
9801
|
function resolveDeferTargetNames(job) {
|
|
9802
9802
|
const scopes = /* @__PURE__ */ new Map();
|
|
9803
9803
|
function getScopeForView2(view) {
|
|
@@ -9891,7 +9891,7 @@ var Scope = class {
|
|
|
9891
9891
|
}
|
|
9892
9892
|
};
|
|
9893
9893
|
|
|
9894
|
-
// bazel-out/
|
|
9894
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9895
9895
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9896
9896
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9897
9897
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9918,7 +9918,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9918
9918
|
}
|
|
9919
9919
|
}
|
|
9920
9920
|
|
|
9921
|
-
// bazel-out/
|
|
9921
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9922
9922
|
function expandSafeReads(job) {
|
|
9923
9923
|
for (const unit of job.units) {
|
|
9924
9924
|
for (const op of unit.ops()) {
|
|
@@ -10054,7 +10054,7 @@ function ternaryTransform(e) {
|
|
|
10054
10054
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
10055
10055
|
}
|
|
10056
10056
|
|
|
10057
|
-
// bazel-out/
|
|
10057
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
10058
10058
|
var ESCAPE = "\uFFFD";
|
|
10059
10059
|
var ELEMENT_MARKER = "#";
|
|
10060
10060
|
var TEMPLATE_MARKER = "*";
|
|
@@ -10190,7 +10190,7 @@ function formatValue(value) {
|
|
|
10190
10190
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
10191
10191
|
}
|
|
10192
10192
|
|
|
10193
|
-
// bazel-out/
|
|
10193
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
10194
10194
|
function generateAdvance(job) {
|
|
10195
10195
|
for (const unit of job.units) {
|
|
10196
10196
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -10222,7 +10222,7 @@ function generateAdvance(job) {
|
|
|
10222
10222
|
}
|
|
10223
10223
|
}
|
|
10224
10224
|
|
|
10225
|
-
// bazel-out/
|
|
10225
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
10226
10226
|
function generateProjectionDefs(job) {
|
|
10227
10227
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
10228
10228
|
const selectors = [];
|
|
@@ -10246,7 +10246,7 @@ function generateProjectionDefs(job) {
|
|
|
10246
10246
|
}
|
|
10247
10247
|
}
|
|
10248
10248
|
|
|
10249
|
-
// bazel-out/
|
|
10249
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
10250
10250
|
function generateVariables(job) {
|
|
10251
10251
|
recursivelyProcessView(job.root, null);
|
|
10252
10252
|
}
|
|
@@ -10340,7 +10340,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
10340
10340
|
return newOps;
|
|
10341
10341
|
}
|
|
10342
10342
|
|
|
10343
|
-
// bazel-out/
|
|
10343
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
10344
10344
|
function collectConstExpressions(job) {
|
|
10345
10345
|
for (const unit of job.units) {
|
|
10346
10346
|
for (const op of unit.ops()) {
|
|
@@ -10354,7 +10354,7 @@ function collectConstExpressions(job) {
|
|
|
10354
10354
|
}
|
|
10355
10355
|
}
|
|
10356
10356
|
|
|
10357
|
-
// bazel-out/
|
|
10357
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
10358
10358
|
var STYLE_DOT = "style.";
|
|
10359
10359
|
var CLASS_DOT = "class.";
|
|
10360
10360
|
var STYLE_BANG = "style!";
|
|
@@ -10412,7 +10412,7 @@ function parseProperty(name) {
|
|
|
10412
10412
|
return { property: property2, suffix };
|
|
10413
10413
|
}
|
|
10414
10414
|
|
|
10415
|
-
// bazel-out/
|
|
10415
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
10416
10416
|
function mapLiteral(obj, quoted = false) {
|
|
10417
10417
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
10418
10418
|
key,
|
|
@@ -10421,7 +10421,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
10421
10421
|
})));
|
|
10422
10422
|
}
|
|
10423
10423
|
|
|
10424
|
-
// bazel-out/
|
|
10424
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
10425
10425
|
var IcuSerializerVisitor = class {
|
|
10426
10426
|
visitText(text2) {
|
|
10427
10427
|
return text2.value;
|
|
@@ -10455,7 +10455,7 @@ function serializeIcuNode(icu) {
|
|
|
10455
10455
|
return icu.visit(serializer);
|
|
10456
10456
|
}
|
|
10457
10457
|
|
|
10458
|
-
// bazel-out/
|
|
10458
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
10459
10459
|
var TokenType;
|
|
10460
10460
|
(function(TokenType2) {
|
|
10461
10461
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -10816,7 +10816,7 @@ function parseIntAutoRadix(text2) {
|
|
|
10816
10816
|
return result;
|
|
10817
10817
|
}
|
|
10818
10818
|
|
|
10819
|
-
// bazel-out/
|
|
10819
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
10820
10820
|
var SplitInterpolation = class {
|
|
10821
10821
|
constructor(strings, expressions, offsets) {
|
|
10822
10822
|
this.strings = strings;
|
|
@@ -11698,7 +11698,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
11698
11698
|
return offsetMap;
|
|
11699
11699
|
}
|
|
11700
11700
|
|
|
11701
|
-
// bazel-out/
|
|
11701
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
11702
11702
|
var NodeWithI18n = class {
|
|
11703
11703
|
constructor(sourceSpan, i18n2) {
|
|
11704
11704
|
this.sourceSpan = sourceSpan;
|
|
@@ -11850,11 +11850,11 @@ var RecursiveVisitor = class {
|
|
|
11850
11850
|
}
|
|
11851
11851
|
};
|
|
11852
11852
|
|
|
11853
|
-
// bazel-out/
|
|
11853
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
11854
11854
|
var ElementSchemaRegistry = class {
|
|
11855
11855
|
};
|
|
11856
11856
|
|
|
11857
|
-
// bazel-out/
|
|
11857
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
11858
11858
|
var BOOLEAN = "boolean";
|
|
11859
11859
|
var NUMBER = "number";
|
|
11860
11860
|
var STRING = "string";
|
|
@@ -12237,7 +12237,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
12237
12237
|
}
|
|
12238
12238
|
}
|
|
12239
12239
|
|
|
12240
|
-
// bazel-out/
|
|
12240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
12241
12241
|
var HtmlTagDefinition = class {
|
|
12242
12242
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
12243
12243
|
this.closedByChildren = {};
|
|
@@ -12355,7 +12355,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
12355
12355
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
12356
12356
|
}
|
|
12357
12357
|
|
|
12358
|
-
// bazel-out/
|
|
12358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
12359
12359
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
12360
12360
|
"A": "LINK",
|
|
12361
12361
|
"B": "BOLD_TEXT",
|
|
@@ -12477,7 +12477,7 @@ var PlaceholderRegistry = class {
|
|
|
12477
12477
|
}
|
|
12478
12478
|
};
|
|
12479
12479
|
|
|
12480
|
-
// bazel-out/
|
|
12480
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
12481
12481
|
var _expParser = new Parser(new Lexer());
|
|
12482
12482
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
12483
12483
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -12656,14 +12656,14 @@ function extractPlaceholderName(input) {
|
|
|
12656
12656
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
12657
12657
|
}
|
|
12658
12658
|
|
|
12659
|
-
// bazel-out/
|
|
12659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
12660
12660
|
var I18nError = class extends ParseError {
|
|
12661
12661
|
constructor(span, msg) {
|
|
12662
12662
|
super(span, msg);
|
|
12663
12663
|
}
|
|
12664
12664
|
};
|
|
12665
12665
|
|
|
12666
|
-
// bazel-out/
|
|
12666
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
12667
12667
|
var NAMED_ENTITIES = {
|
|
12668
12668
|
"AElig": "\xC6",
|
|
12669
12669
|
"AMP": "&",
|
|
@@ -14794,7 +14794,7 @@ var NAMED_ENTITIES = {
|
|
|
14794
14794
|
var NGSP_UNICODE = "\uE500";
|
|
14795
14795
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
14796
14796
|
|
|
14797
|
-
// bazel-out/
|
|
14797
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
14798
14798
|
var TokenError = class extends ParseError {
|
|
14799
14799
|
constructor(errorMsg, tokenType, span) {
|
|
14800
14800
|
super(span, errorMsg);
|
|
@@ -15715,7 +15715,7 @@ var CursorError = class {
|
|
|
15715
15715
|
}
|
|
15716
15716
|
};
|
|
15717
15717
|
|
|
15718
|
-
// bazel-out/
|
|
15718
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
15719
15719
|
var TreeError = class extends ParseError {
|
|
15720
15720
|
static create(elementName, span, msg) {
|
|
15721
15721
|
return new TreeError(elementName, span, msg);
|
|
@@ -16099,7 +16099,7 @@ function decodeEntity(match, entity) {
|
|
|
16099
16099
|
return match;
|
|
16100
16100
|
}
|
|
16101
16101
|
|
|
16102
|
-
// bazel-out/
|
|
16102
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
16103
16103
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
16104
16104
|
"iframe|srcdoc",
|
|
16105
16105
|
"*|innerhtml",
|
|
@@ -16114,7 +16114,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
16114
16114
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
16115
16115
|
}
|
|
16116
16116
|
|
|
16117
|
-
// bazel-out/
|
|
16117
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
16118
16118
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
16119
16119
|
if (htmlNode instanceof NodeWithI18n) {
|
|
16120
16120
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16271,7 +16271,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16271
16271
|
return jsDocComment(tags);
|
|
16272
16272
|
}
|
|
16273
16273
|
|
|
16274
|
-
// bazel-out/
|
|
16274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16275
16275
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16276
16276
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16277
16277
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16322,7 +16322,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16322
16322
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16323
16323
|
}
|
|
16324
16324
|
|
|
16325
|
-
// bazel-out/
|
|
16325
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16326
16326
|
function createLocalizeStatements(variable2, message, params) {
|
|
16327
16327
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16328
16328
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16411,7 +16411,7 @@ function createEmptyMessagePart(location) {
|
|
|
16411
16411
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16412
16412
|
}
|
|
16413
16413
|
|
|
16414
|
-
// bazel-out/
|
|
16414
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16415
16415
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16416
16416
|
var TRANSLATION_VAR_PREFIX2 = "i18n_";
|
|
16417
16417
|
var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
|
|
@@ -16572,7 +16572,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16572
16572
|
return variable(name);
|
|
16573
16573
|
}
|
|
16574
16574
|
|
|
16575
|
-
// bazel-out/
|
|
16575
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16576
16576
|
function convertI18nText(job) {
|
|
16577
16577
|
var _a2, _b2, _c2;
|
|
16578
16578
|
for (const unit of job.units) {
|
|
@@ -16642,7 +16642,7 @@ function convertI18nText(job) {
|
|
|
16642
16642
|
}
|
|
16643
16643
|
}
|
|
16644
16644
|
|
|
16645
|
-
// bazel-out/
|
|
16645
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16646
16646
|
function liftLocalRefs(job) {
|
|
16647
16647
|
for (const unit of job.units) {
|
|
16648
16648
|
for (const op of unit.create) {
|
|
@@ -16672,7 +16672,7 @@ function serializeLocalRefs(refs) {
|
|
|
16672
16672
|
return literalArr(constRefs);
|
|
16673
16673
|
}
|
|
16674
16674
|
|
|
16675
|
-
// bazel-out/
|
|
16675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16676
16676
|
function emitNamespaceChanges(job) {
|
|
16677
16677
|
for (const unit of job.units) {
|
|
16678
16678
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16688,7 +16688,7 @@ function emitNamespaceChanges(job) {
|
|
|
16688
16688
|
}
|
|
16689
16689
|
}
|
|
16690
16690
|
|
|
16691
|
-
// bazel-out/
|
|
16691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
16692
16692
|
function parse(value) {
|
|
16693
16693
|
const styles = [];
|
|
16694
16694
|
let i = 0;
|
|
@@ -16749,7 +16749,7 @@ function hyphenate2(value) {
|
|
|
16749
16749
|
}).toLowerCase();
|
|
16750
16750
|
}
|
|
16751
16751
|
|
|
16752
|
-
// bazel-out/
|
|
16752
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16753
16753
|
function nameFunctionsAndVariables(job) {
|
|
16754
16754
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16755
16755
|
}
|
|
@@ -16878,7 +16878,7 @@ function stripImportant(name) {
|
|
|
16878
16878
|
return name;
|
|
16879
16879
|
}
|
|
16880
16880
|
|
|
16881
|
-
// bazel-out/
|
|
16881
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16882
16882
|
function mergeNextContextExpressions(job) {
|
|
16883
16883
|
for (const unit of job.units) {
|
|
16884
16884
|
for (const op of unit.create) {
|
|
@@ -16924,7 +16924,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16924
16924
|
}
|
|
16925
16925
|
}
|
|
16926
16926
|
|
|
16927
|
-
// bazel-out/
|
|
16927
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16928
16928
|
var CONTAINER_TAG = "ng-container";
|
|
16929
16929
|
function generateNgContainerOps(job) {
|
|
16930
16930
|
for (const unit of job.units) {
|
|
@@ -16941,7 +16941,7 @@ function generateNgContainerOps(job) {
|
|
|
16941
16941
|
}
|
|
16942
16942
|
}
|
|
16943
16943
|
|
|
16944
|
-
// bazel-out/
|
|
16944
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16945
16945
|
function lookupElement3(elements, xref) {
|
|
16946
16946
|
const el = elements.get(xref);
|
|
16947
16947
|
if (el === void 0) {
|
|
@@ -16971,7 +16971,7 @@ function disableBindings(job) {
|
|
|
16971
16971
|
}
|
|
16972
16972
|
}
|
|
16973
16973
|
|
|
16974
|
-
// bazel-out/
|
|
16974
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16975
16975
|
function generateNullishCoalesceExpressions(job) {
|
|
16976
16976
|
for (const unit of job.units) {
|
|
16977
16977
|
for (const op of unit.ops()) {
|
|
@@ -16987,7 +16987,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16987
16987
|
}
|
|
16988
16988
|
}
|
|
16989
16989
|
|
|
16990
|
-
// bazel-out/
|
|
16990
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16991
16991
|
function kindTest(kind) {
|
|
16992
16992
|
return (op) => op.kind === kind;
|
|
16993
16993
|
}
|
|
@@ -17077,7 +17077,7 @@ function keepLast(ops) {
|
|
|
17077
17077
|
return ops.slice(ops.length - 1);
|
|
17078
17078
|
}
|
|
17079
17079
|
|
|
17080
|
-
// bazel-out/
|
|
17080
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
17081
17081
|
function parseExtractedStyles(job) {
|
|
17082
17082
|
const elements = /* @__PURE__ */ new Map();
|
|
17083
17083
|
for (const unit of job.units) {
|
|
@@ -17112,7 +17112,7 @@ function parseExtractedStyles(job) {
|
|
|
17112
17112
|
}
|
|
17113
17113
|
}
|
|
17114
17114
|
|
|
17115
|
-
// bazel-out/
|
|
17115
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
17116
17116
|
function removeContentSelectors(job) {
|
|
17117
17117
|
for (const unit of job.units) {
|
|
17118
17118
|
const elements = createOpXrefMap(unit);
|
|
@@ -17139,7 +17139,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
17139
17139
|
return el;
|
|
17140
17140
|
}
|
|
17141
17141
|
|
|
17142
|
-
// bazel-out/
|
|
17142
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
17143
17143
|
function createPipes(job) {
|
|
17144
17144
|
for (const unit of job.units) {
|
|
17145
17145
|
processPipeBindingsInView(unit);
|
|
@@ -17187,7 +17187,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
17187
17187
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
17188
17188
|
}
|
|
17189
17189
|
|
|
17190
|
-
// bazel-out/
|
|
17190
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
17191
17191
|
function createVariadicPipes(job) {
|
|
17192
17192
|
for (const unit of job.units) {
|
|
17193
17193
|
for (const op of unit.update) {
|
|
@@ -17204,7 +17204,7 @@ function createVariadicPipes(job) {
|
|
|
17204
17204
|
}
|
|
17205
17205
|
}
|
|
17206
17206
|
|
|
17207
|
-
// bazel-out/
|
|
17207
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
17208
17208
|
function propagateI18nBlocks(job) {
|
|
17209
17209
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
17210
17210
|
}
|
|
@@ -17258,7 +17258,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
17258
17258
|
}
|
|
17259
17259
|
}
|
|
17260
17260
|
|
|
17261
|
-
// bazel-out/
|
|
17261
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
17262
17262
|
function extractPureFunctions(job) {
|
|
17263
17263
|
for (const view of job.units) {
|
|
17264
17264
|
for (const op of view.ops()) {
|
|
@@ -17300,7 +17300,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
17300
17300
|
}
|
|
17301
17301
|
};
|
|
17302
17302
|
|
|
17303
|
-
// bazel-out/
|
|
17303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
17304
17304
|
function generatePureLiteralStructures(job) {
|
|
17305
17305
|
for (const unit of job.units) {
|
|
17306
17306
|
for (const op of unit.update) {
|
|
@@ -17347,7 +17347,7 @@ function transformLiteralMap(expr) {
|
|
|
17347
17347
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
17348
17348
|
}
|
|
17349
17349
|
|
|
17350
|
-
// bazel-out/
|
|
17350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
17351
17351
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
17352
17352
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
17353
17353
|
}
|
|
@@ -17882,7 +17882,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17882
17882
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17883
17883
|
}
|
|
17884
17884
|
|
|
17885
|
-
// bazel-out/
|
|
17885
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17886
17886
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17887
17887
|
["window", Identifiers.resolveWindow],
|
|
17888
17888
|
["document", Identifiers.resolveDocument],
|
|
@@ -18223,7 +18223,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
18223
18223
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
18224
18224
|
}
|
|
18225
18225
|
|
|
18226
|
-
// bazel-out/
|
|
18226
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
18227
18227
|
function removeEmptyBindings(job) {
|
|
18228
18228
|
for (const unit of job.units) {
|
|
18229
18229
|
for (const op of unit.update) {
|
|
@@ -18244,7 +18244,7 @@ function removeEmptyBindings(job) {
|
|
|
18244
18244
|
}
|
|
18245
18245
|
}
|
|
18246
18246
|
|
|
18247
|
-
// bazel-out/
|
|
18247
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
18248
18248
|
function removeI18nContexts(job) {
|
|
18249
18249
|
for (const unit of job.units) {
|
|
18250
18250
|
for (const op of unit.create) {
|
|
@@ -18260,7 +18260,7 @@ function removeI18nContexts(job) {
|
|
|
18260
18260
|
}
|
|
18261
18261
|
}
|
|
18262
18262
|
|
|
18263
|
-
// bazel-out/
|
|
18263
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
18264
18264
|
function removeUnusedI18nAttributesOps(job) {
|
|
18265
18265
|
for (const unit of job.units) {
|
|
18266
18266
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -18282,7 +18282,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
18282
18282
|
}
|
|
18283
18283
|
}
|
|
18284
18284
|
|
|
18285
|
-
// bazel-out/
|
|
18285
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
18286
18286
|
function resolveContexts(job) {
|
|
18287
18287
|
for (const unit of job.units) {
|
|
18288
18288
|
processLexicalScope(unit, unit.create);
|
|
@@ -18324,7 +18324,7 @@ function processLexicalScope(view, ops) {
|
|
|
18324
18324
|
}
|
|
18325
18325
|
}
|
|
18326
18326
|
|
|
18327
|
-
// bazel-out/
|
|
18327
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
18328
18328
|
function resolveDollarEvent(job) {
|
|
18329
18329
|
for (const unit of job.units) {
|
|
18330
18330
|
transformDollarEvent(unit.create);
|
|
@@ -18347,7 +18347,7 @@ function transformDollarEvent(ops) {
|
|
|
18347
18347
|
}
|
|
18348
18348
|
}
|
|
18349
18349
|
|
|
18350
|
-
// bazel-out/
|
|
18350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
18351
18351
|
function resolveI18nElementPlaceholders(job) {
|
|
18352
18352
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
18353
18353
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18526,7 +18526,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18526
18526
|
params.set(placeholder, values);
|
|
18527
18527
|
}
|
|
18528
18528
|
|
|
18529
|
-
// bazel-out/
|
|
18529
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18530
18530
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18531
18531
|
var _a2;
|
|
18532
18532
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18579,7 +18579,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18579
18579
|
}
|
|
18580
18580
|
}
|
|
18581
18581
|
|
|
18582
|
-
// bazel-out/
|
|
18582
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18583
18583
|
function resolveNames(job) {
|
|
18584
18584
|
for (const unit of job.units) {
|
|
18585
18585
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18644,7 +18644,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18644
18644
|
}
|
|
18645
18645
|
}
|
|
18646
18646
|
|
|
18647
|
-
// bazel-out/
|
|
18647
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18648
18648
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18649
18649
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18650
18650
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18714,7 +18714,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18714
18714
|
return securityContext;
|
|
18715
18715
|
}
|
|
18716
18716
|
|
|
18717
|
-
// bazel-out/
|
|
18717
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18718
18718
|
function transformTwoWayBindingSet(job) {
|
|
18719
18719
|
for (const unit of job.units) {
|
|
18720
18720
|
for (const op of unit.create) {
|
|
@@ -18764,7 +18764,7 @@ function wrapAction(target, value) {
|
|
|
18764
18764
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
18765
18765
|
}
|
|
18766
18766
|
|
|
18767
|
-
// bazel-out/
|
|
18767
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18768
18768
|
function saveAndRestoreView(job) {
|
|
18769
18769
|
for (const unit of job.units) {
|
|
18770
18770
|
unit.create.prepend([
|
|
@@ -18809,7 +18809,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18809
18809
|
}
|
|
18810
18810
|
}
|
|
18811
18811
|
|
|
18812
|
-
// bazel-out/
|
|
18812
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18813
18813
|
function allocateSlots(job) {
|
|
18814
18814
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18815
18815
|
for (const unit of job.units) {
|
|
@@ -18834,7 +18834,7 @@ function allocateSlots(job) {
|
|
|
18834
18834
|
}
|
|
18835
18835
|
}
|
|
18836
18836
|
|
|
18837
|
-
// bazel-out/
|
|
18837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18838
18838
|
function specializeStyleBindings(job) {
|
|
18839
18839
|
for (const unit of job.units) {
|
|
18840
18840
|
for (const op of unit.update) {
|
|
@@ -18864,7 +18864,7 @@ function specializeStyleBindings(job) {
|
|
|
18864
18864
|
}
|
|
18865
18865
|
}
|
|
18866
18866
|
|
|
18867
|
-
// bazel-out/
|
|
18867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18868
18868
|
function generateTemporaryVariables(job) {
|
|
18869
18869
|
for (const unit of job.units) {
|
|
18870
18870
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18922,7 +18922,7 @@ function assignName(names, expr) {
|
|
|
18922
18922
|
expr.name = name;
|
|
18923
18923
|
}
|
|
18924
18924
|
|
|
18925
|
-
// bazel-out/
|
|
18925
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18926
18926
|
function generateTrackFns(job) {
|
|
18927
18927
|
for (const unit of job.units) {
|
|
18928
18928
|
for (const op of unit.create) {
|
|
@@ -18955,7 +18955,7 @@ function generateTrackFns(job) {
|
|
|
18955
18955
|
}
|
|
18956
18956
|
}
|
|
18957
18957
|
|
|
18958
|
-
// bazel-out/
|
|
18958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18959
18959
|
function optimizeTrackFns(job) {
|
|
18960
18960
|
for (const unit of job.units) {
|
|
18961
18961
|
for (const op of unit.create) {
|
|
@@ -19003,7 +19003,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
19003
19003
|
return true;
|
|
19004
19004
|
}
|
|
19005
19005
|
|
|
19006
|
-
// bazel-out/
|
|
19006
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
19007
19007
|
function generateTrackVariables(job) {
|
|
19008
19008
|
for (const unit of job.units) {
|
|
19009
19009
|
for (const op of unit.create) {
|
|
@@ -19024,7 +19024,7 @@ function generateTrackVariables(job) {
|
|
|
19024
19024
|
}
|
|
19025
19025
|
}
|
|
19026
19026
|
|
|
19027
|
-
// bazel-out/
|
|
19027
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
19028
19028
|
function countVariables(job) {
|
|
19029
19029
|
for (const unit of job.units) {
|
|
19030
19030
|
let varCount = 0;
|
|
@@ -19134,7 +19134,7 @@ function isSingletonInterpolation(expr) {
|
|
|
19134
19134
|
return true;
|
|
19135
19135
|
}
|
|
19136
19136
|
|
|
19137
|
-
// bazel-out/
|
|
19137
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
19138
19138
|
function optimizeVariables(job) {
|
|
19139
19139
|
for (const unit of job.units) {
|
|
19140
19140
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19383,7 +19383,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19383
19383
|
}
|
|
19384
19384
|
}
|
|
19385
19385
|
|
|
19386
|
-
// bazel-out/
|
|
19386
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19387
19387
|
function wrapI18nIcus(job) {
|
|
19388
19388
|
for (const unit of job.units) {
|
|
19389
19389
|
let currentI18nOp = null;
|
|
@@ -19413,7 +19413,7 @@ function wrapI18nIcus(job) {
|
|
|
19413
19413
|
}
|
|
19414
19414
|
}
|
|
19415
19415
|
|
|
19416
|
-
// bazel-out/
|
|
19416
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19417
19417
|
var phases = [
|
|
19418
19418
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19419
19419
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19579,7 +19579,7 @@ function emitHostBindingFunction(job) {
|
|
|
19579
19579
|
);
|
|
19580
19580
|
}
|
|
19581
19581
|
|
|
19582
|
-
// bazel-out/
|
|
19582
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19583
19583
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19584
19584
|
var domSchema = new DomElementSchemaRegistry();
|
|
19585
19585
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20307,10 +20307,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20307
20307
|
return null;
|
|
20308
20308
|
}
|
|
20309
20309
|
|
|
20310
|
-
// bazel-out/
|
|
20310
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
20311
20311
|
var USE_TEMPLATE_PIPELINE = false;
|
|
20312
20312
|
|
|
20313
|
-
// bazel-out/
|
|
20313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20314
20314
|
var HtmlParser = class extends Parser2 {
|
|
20315
20315
|
constructor() {
|
|
20316
20316
|
super(getHtmlTagDefinition);
|
|
@@ -20320,7 +20320,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
20320
20320
|
}
|
|
20321
20321
|
};
|
|
20322
20322
|
|
|
20323
|
-
// bazel-out/
|
|
20323
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
20324
20324
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
20325
20325
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
20326
20326
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -20386,7 +20386,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
20386
20386
|
return result;
|
|
20387
20387
|
}
|
|
20388
20388
|
|
|
20389
|
-
// bazel-out/
|
|
20389
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20390
20390
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20391
20391
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20392
20392
|
var CLASS_PREFIX = "class";
|
|
@@ -20727,7 +20727,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20727
20727
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20728
20728
|
}
|
|
20729
20729
|
|
|
20730
|
-
// bazel-out/
|
|
20730
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20731
20731
|
function isStyleUrlResolvable(url) {
|
|
20732
20732
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20733
20733
|
return false;
|
|
@@ -20736,7 +20736,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20736
20736
|
}
|
|
20737
20737
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20738
20738
|
|
|
20739
|
-
// bazel-out/
|
|
20739
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20740
20740
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20741
20741
|
var LINK_ELEMENT = "link";
|
|
20742
20742
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20806,7 +20806,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20806
20806
|
return selectAttr;
|
|
20807
20807
|
}
|
|
20808
20808
|
|
|
20809
|
-
// bazel-out/
|
|
20809
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20810
20810
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20811
20811
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20812
20812
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -21120,7 +21120,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
21120
21120
|
return expression.slice(start, end);
|
|
21121
21121
|
}
|
|
21122
21122
|
|
|
21123
|
-
// bazel-out/
|
|
21123
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
21124
21124
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
21125
21125
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
21126
21126
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21384,7 +21384,7 @@ function parseDeferredTime(value) {
|
|
|
21384
21384
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21385
21385
|
}
|
|
21386
21386
|
|
|
21387
|
-
// bazel-out/
|
|
21387
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21388
21388
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21389
21389
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21390
21390
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21519,7 +21519,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21519
21519
|
return { triggers, prefetchTriggers };
|
|
21520
21520
|
}
|
|
21521
21521
|
|
|
21522
|
-
// bazel-out/
|
|
21522
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21523
21523
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21524
21524
|
var KW_BIND_IDX = 1;
|
|
21525
21525
|
var KW_LET_IDX = 2;
|
|
@@ -21950,7 +21950,7 @@ function textContents(node) {
|
|
|
21950
21950
|
}
|
|
21951
21951
|
}
|
|
21952
21952
|
|
|
21953
|
-
// bazel-out/
|
|
21953
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
21954
21954
|
var TagType;
|
|
21955
21955
|
(function(TagType2) {
|
|
21956
21956
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -22095,7 +22095,7 @@ function serializePlaceholderValue(value) {
|
|
|
22095
22095
|
}
|
|
22096
22096
|
}
|
|
22097
22097
|
|
|
22098
|
-
// bazel-out/
|
|
22098
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
22099
22099
|
var IMPORTANT_FLAG = "!important";
|
|
22100
22100
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
22101
22101
|
var StylingBuilder = class {
|
|
@@ -22428,7 +22428,7 @@ function isEmptyExpression(ast) {
|
|
|
22428
22428
|
return ast instanceof EmptyExpr;
|
|
22429
22429
|
}
|
|
22430
22430
|
|
|
22431
|
-
// bazel-out/
|
|
22431
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
22432
22432
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
22433
22433
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
22434
22434
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -24120,7 +24120,7 @@ function createClosureModeGuard2() {
|
|
|
24120
24120
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
|
|
24121
24121
|
}
|
|
24122
24122
|
|
|
24123
|
-
// bazel-out/
|
|
24123
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
24124
24124
|
function toQueryFlags(query) {
|
|
24125
24125
|
return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
|
|
24126
24126
|
}
|
|
@@ -24237,7 +24237,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
24237
24237
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
24238
24238
|
}
|
|
24239
24239
|
|
|
24240
|
-
// bazel-out/
|
|
24240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
24241
24241
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
24242
24242
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
24243
24243
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -24817,7 +24817,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
24817
24817
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
24818
24818
|
}
|
|
24819
24819
|
|
|
24820
|
-
// bazel-out/
|
|
24820
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
24821
24821
|
var R3TargetBinder = class {
|
|
24822
24822
|
constructor(directiveMatcher) {
|
|
24823
24823
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -25443,11 +25443,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
25443
25443
|
return templateEntities;
|
|
25444
25444
|
}
|
|
25445
25445
|
|
|
25446
|
-
// bazel-out/
|
|
25446
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
25447
25447
|
var ResourceLoader = class {
|
|
25448
25448
|
};
|
|
25449
25449
|
|
|
25450
|
-
// bazel-out/
|
|
25450
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
25451
25451
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
|
|
25452
25452
|
var CompilerFacadeImpl = class {
|
|
25453
25453
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
@@ -26028,17 +26028,17 @@ function publishFacade(global) {
|
|
|
26028
26028
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
26029
26029
|
}
|
|
26030
26030
|
|
|
26031
|
-
// bazel-out/
|
|
26032
|
-
var VERSION2 = new Version("17.3.
|
|
26031
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26032
|
+
var VERSION2 = new Version("17.3.11");
|
|
26033
26033
|
|
|
26034
|
-
// bazel-out/
|
|
26034
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26035
26035
|
var _VisitorMode;
|
|
26036
26036
|
(function(_VisitorMode2) {
|
|
26037
26037
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
26038
26038
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
26039
26039
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
26040
26040
|
|
|
26041
|
-
// bazel-out/
|
|
26041
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
26042
26042
|
var XmlTagDefinition = class {
|
|
26043
26043
|
constructor() {
|
|
26044
26044
|
this.closedByParent = false;
|
|
@@ -26060,7 +26060,7 @@ var XmlTagDefinition = class {
|
|
|
26060
26060
|
};
|
|
26061
26061
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
26062
26062
|
|
|
26063
|
-
// bazel-out/
|
|
26063
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
26064
26064
|
var FactoryTarget2;
|
|
26065
26065
|
(function(FactoryTarget3) {
|
|
26066
26066
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -26070,10 +26070,10 @@ var FactoryTarget2;
|
|
|
26070
26070
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
26071
26071
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
26072
26072
|
|
|
26073
|
-
// bazel-out/
|
|
26073
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
26074
26074
|
publishFacade(_global);
|
|
26075
26075
|
|
|
26076
|
-
// bazel-out/
|
|
26076
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
|
|
26077
26077
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
26078
26078
|
function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
26079
26079
|
const results = /* @__PURE__ */ new Set();
|
|
@@ -26087,7 +26087,7 @@ function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
|
26087
26087
|
return results;
|
|
26088
26088
|
}
|
|
26089
26089
|
|
|
26090
|
-
// bazel-out/
|
|
26090
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
|
|
26091
26091
|
var ngtemplate = "ng-template";
|
|
26092
26092
|
var boundngifelse = "[ngIfElse]";
|
|
26093
26093
|
var boundngifthenelse = "[ngIfThenElse]";
|
|
@@ -26420,7 +26420,7 @@ var TemplateCollector = class extends RecursiveVisitor {
|
|
|
26420
26420
|
}
|
|
26421
26421
|
};
|
|
26422
26422
|
|
|
26423
|
-
// bazel-out/
|
|
26423
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
|
|
26424
26424
|
var import_path2 = require("path");
|
|
26425
26425
|
var import_typescript6 = __toESM(require("typescript"), 1);
|
|
26426
26426
|
var startMarkerRegex = new RegExp(startMarker, "gm");
|
|
@@ -26935,7 +26935,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
26935
26935
|
});
|
|
26936
26936
|
}
|
|
26937
26937
|
|
|
26938
|
-
// bazel-out/
|
|
26938
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
|
|
26939
26939
|
var boundcase = "[ngSwitchCase]";
|
|
26940
26940
|
var switchcase = "*ngSwitchCase";
|
|
26941
26941
|
var nakedcase = "ngSwitchCase";
|
|
@@ -27013,7 +27013,7 @@ function migrateNgSwitchDefault(etm, tmpl, offset) {
|
|
|
27013
27013
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27014
27014
|
}
|
|
27015
27015
|
|
|
27016
|
-
// bazel-out/
|
|
27016
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
|
|
27017
27017
|
var ngfor = "*ngFor";
|
|
27018
27018
|
var nakedngfor2 = "ngFor";
|
|
27019
27019
|
var fors = [
|
|
@@ -27187,7 +27187,7 @@ function getNgForParts(expression) {
|
|
|
27187
27187
|
return parts;
|
|
27188
27188
|
}
|
|
27189
27189
|
|
|
27190
|
-
// bazel-out/
|
|
27190
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
|
|
27191
27191
|
var ngif = "*ngIf";
|
|
27192
27192
|
var boundngif = "[ngIf]";
|
|
27193
27193
|
var nakedngif = "ngIf";
|
|
@@ -27340,7 +27340,7 @@ function buildIfThenBlock(etm, tmpl, condition, thenPlaceholder, offset) {
|
|
|
27340
27340
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27341
27341
|
}
|
|
27342
27342
|
|
|
27343
|
-
// bazel-out/
|
|
27343
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
|
|
27344
27344
|
var ngswitch = "[ngSwitch]";
|
|
27345
27345
|
var switches = [
|
|
27346
27346
|
ngswitch
|
|
@@ -27408,7 +27408,7 @@ function migrateNgSwitch(etm, tmpl, offset) {
|
|
|
27408
27408
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27409
27409
|
}
|
|
27410
27410
|
|
|
27411
|
-
// bazel-out/
|
|
27411
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
|
|
27412
27412
|
function migrateTemplate(template2, templateType, node, file, format = true, analyzedFiles) {
|
|
27413
27413
|
let errors = [];
|
|
27414
27414
|
let migrated = template2;
|
|
@@ -27459,7 +27459,7 @@ function migrateTemplate(template2, templateType, node, file, format = true, ana
|
|
|
27459
27459
|
return { migrated, errors };
|
|
27460
27460
|
}
|
|
27461
27461
|
|
|
27462
|
-
// bazel-out/
|
|
27462
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
27463
27463
|
function control_flow_migration_default(options) {
|
|
27464
27464
|
return (tree, context) => __async(this, null, function* () {
|
|
27465
27465
|
const basePath = process.cwd();
|