@angular/core 17.3.5 → 17.3.7
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/change_detection/constants.mjs +2 -2
- package/esm2022/src/defer/instructions.mjs +31 -8
- package/esm2022/src/render3/after_render_hooks.mjs +2 -4
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/util/global_utils.mjs +5 -2
- 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 +2132 -2107
- 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 +3 -3
- 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 +456 -449
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +2 -2
|
@@ -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/migrations/invalid-two-way-bindings/index.mjs
|
|
67
67
|
var invalid_two_way_bindings_exports = {};
|
|
68
68
|
__export(invalid_two_way_bindings_exports, {
|
|
69
69
|
default: () => invalid_two_way_bindings_default
|
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(invalid_two_way_bindings_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/project_tsconfig_paths.mjs
|
|
76
76
|
var import_core = require("@angular-devkit/core");
|
|
77
77
|
function getProjectTsConfigPaths(tree) {
|
|
78
78
|
return __async(this, null, function* () {
|
|
@@ -152,11 +152,11 @@ function getWorkspace(tree) {
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
// bazel-out/
|
|
155
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
156
156
|
var import_path = require("path");
|
|
157
157
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
158
158
|
|
|
159
|
-
// bazel-out/
|
|
159
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
160
160
|
var path = __toESM(require("path"), 1);
|
|
161
161
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
162
162
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -173,7 +173,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
173
173
|
return import_typescript.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
177
177
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
178
178
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
179
179
|
return import_typescript2.default.createProgram(rootNames, options, host);
|
|
@@ -206,7 +206,7 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
206
206
|
return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
// bazel-out/
|
|
209
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
|
|
210
210
|
var import_path2 = require("path");
|
|
211
211
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
212
212
|
var AnalyzedFile = class {
|
|
@@ -263,7 +263,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
263
263
|
});
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
267
267
|
var _SELECTOR_REGEXP = new RegExp(
|
|
268
268
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
269
269
|
"g"
|
|
@@ -571,7 +571,7 @@ var SelectorContext = class {
|
|
|
571
571
|
}
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
// bazel-out/
|
|
574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
|
|
575
575
|
var ViewEncapsulation;
|
|
576
576
|
(function(ViewEncapsulation2) {
|
|
577
577
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -639,7 +639,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
639
639
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
// bazel-out/
|
|
642
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
643
643
|
var textEncoder;
|
|
644
644
|
function computeDigest(message) {
|
|
645
645
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -879,7 +879,7 @@ function wordAt(bytes, index, endian) {
|
|
|
879
879
|
return word;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
// bazel-out/
|
|
882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
883
883
|
var TypeModifier;
|
|
884
884
|
(function(TypeModifier2) {
|
|
885
885
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1838,7 +1838,7 @@ function serializeTags(tags) {
|
|
|
1838
1838
|
return out;
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
|
-
// bazel-out/
|
|
1841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1842
1842
|
var CONSTANT_PREFIX = "_c";
|
|
1843
1843
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1844
1844
|
var KEY_CONTEXT = {};
|
|
@@ -2026,7 +2026,7 @@ function isLongStringLiteral(expr) {
|
|
|
2026
2026
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
|
-
// bazel-out/
|
|
2029
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2030
2030
|
var CORE = "@angular/core";
|
|
2031
2031
|
var _Identifiers = class {
|
|
2032
2032
|
};
|
|
@@ -2692,7 +2692,7 @@ var Identifiers = _Identifiers;
|
|
|
2692
2692
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2693
2693
|
})();
|
|
2694
2694
|
|
|
2695
|
-
// bazel-out/
|
|
2695
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2696
2696
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2697
2697
|
function dashCaseToCamelCase(input) {
|
|
2698
2698
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2780,7 +2780,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
2780
2780
|
return [truthy, falsy];
|
|
2781
2781
|
}
|
|
2782
2782
|
|
|
2783
|
-
// bazel-out/
|
|
2783
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2784
2784
|
var VERSION = 3;
|
|
2785
2785
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2786
2786
|
var SourceMapGenerator = class {
|
|
@@ -2909,7 +2909,7 @@ function toBase64Digit(value) {
|
|
|
2909
2909
|
return B64_DIGITS[value];
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
2912
|
-
// bazel-out/
|
|
2912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2913
2913
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2914
2914
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2915
2915
|
var _INDENT_WITH = " ";
|
|
@@ -3397,7 +3397,7 @@ function _createIndent(count) {
|
|
|
3397
3397
|
return res;
|
|
3398
3398
|
}
|
|
3399
3399
|
|
|
3400
|
-
// bazel-out/
|
|
3400
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3401
3401
|
function typeWithParameters(type, numParams) {
|
|
3402
3402
|
if (numParams === 0) {
|
|
3403
3403
|
return expressionType(type);
|
|
@@ -3462,7 +3462,7 @@ function generateForwardRef(expr) {
|
|
|
3462
3462
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3463
3463
|
}
|
|
3464
3464
|
|
|
3465
|
-
// bazel-out/
|
|
3465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3466
3466
|
var R3FactoryDelegateType;
|
|
3467
3467
|
(function(R3FactoryDelegateType2) {
|
|
3468
3468
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3607,7 +3607,7 @@ function getInjectFn(target) {
|
|
|
3607
3607
|
}
|
|
3608
3608
|
}
|
|
3609
3609
|
|
|
3610
|
-
// bazel-out/
|
|
3610
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
3611
3611
|
var TagContentType;
|
|
3612
3612
|
(function(TagContentType2) {
|
|
3613
3613
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -3644,7 +3644,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
3644
3644
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
|
-
// bazel-out/
|
|
3647
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3648
3648
|
var Comment = class {
|
|
3649
3649
|
constructor(value, sourceSpan) {
|
|
3650
3650
|
this.value = value;
|
|
@@ -4098,7 +4098,7 @@ function visitAll(visitor, nodes) {
|
|
|
4098
4098
|
return result;
|
|
4099
4099
|
}
|
|
4100
4100
|
|
|
4101
|
-
// bazel-out/
|
|
4101
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4102
4102
|
var Message = class {
|
|
4103
4103
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4104
4104
|
this.nodes = nodes;
|
|
@@ -4236,7 +4236,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4236
4236
|
}
|
|
4237
4237
|
};
|
|
4238
4238
|
|
|
4239
|
-
// bazel-out/
|
|
4239
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4240
4240
|
var _Visitor = class {
|
|
4241
4241
|
visitTag(tag) {
|
|
4242
4242
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4264,12 +4264,12 @@ ${doctype.dtd}
|
|
|
4264
4264
|
};
|
|
4265
4265
|
var _visitor = new _Visitor();
|
|
4266
4266
|
|
|
4267
|
-
// bazel-out/
|
|
4267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4268
4268
|
function toPublicName(internalName) {
|
|
4269
4269
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4270
4270
|
}
|
|
4271
4271
|
|
|
4272
|
-
// bazel-out/
|
|
4272
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4273
4273
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4274
4274
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4275
4275
|
var I18N_ATTR = "i18n";
|
|
@@ -4371,7 +4371,7 @@ function declareI18nVariable(variable2) {
|
|
|
4371
4371
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4372
4372
|
}
|
|
4373
4373
|
|
|
4374
|
-
// bazel-out/
|
|
4374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4375
4375
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4376
4376
|
var TEMPORARY_NAME = "_t";
|
|
4377
4377
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4617,7 +4617,7 @@ function getInstructionStatements(instructions) {
|
|
|
4617
4617
|
return statements;
|
|
4618
4618
|
}
|
|
4619
4619
|
|
|
4620
|
-
// bazel-out/
|
|
4620
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4621
4621
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4622
4622
|
let result = null;
|
|
4623
4623
|
const factoryMeta = {
|
|
@@ -4702,7 +4702,7 @@ function createFactoryFunction(type) {
|
|
|
4702
4702
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4703
4703
|
}
|
|
4704
4704
|
|
|
4705
|
-
// bazel-out/
|
|
4705
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4706
4706
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4707
4707
|
/^\s*$/,
|
|
4708
4708
|
/[<>]/,
|
|
@@ -4724,7 +4724,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4724
4724
|
}
|
|
4725
4725
|
}
|
|
4726
4726
|
|
|
4727
|
-
// bazel-out/
|
|
4727
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4728
4728
|
var InterpolationConfig = class {
|
|
4729
4729
|
static fromArray(markers) {
|
|
4730
4730
|
if (!markers) {
|
|
@@ -4741,7 +4741,7 @@ var InterpolationConfig = class {
|
|
|
4741
4741
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4742
4742
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4743
4743
|
|
|
4744
|
-
// bazel-out/
|
|
4744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4745
4745
|
var $EOF = 0;
|
|
4746
4746
|
var $BSPACE = 8;
|
|
4747
4747
|
var $TAB = 9;
|
|
@@ -4823,7 +4823,7 @@ function isQuote(code) {
|
|
|
4823
4823
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4824
4824
|
}
|
|
4825
4825
|
|
|
4826
|
-
// bazel-out/
|
|
4826
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4827
4827
|
var ParseLocation = class {
|
|
4828
4828
|
constructor(file, offset, line, col) {
|
|
4829
4829
|
this.file = file;
|
|
@@ -4970,7 +4970,7 @@ function sanitizeIdentifier(name) {
|
|
|
4970
4970
|
return name.replace(/\W/g, "_");
|
|
4971
4971
|
}
|
|
4972
4972
|
|
|
4973
|
-
// bazel-out/
|
|
4973
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
4974
4974
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
4975
4975
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
4976
4976
|
constructor() {
|
|
@@ -5063,7 +5063,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5063
5063
|
}
|
|
5064
5064
|
};
|
|
5065
5065
|
|
|
5066
|
-
// bazel-out/
|
|
5066
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5067
5067
|
var policy;
|
|
5068
5068
|
function getPolicy() {
|
|
5069
5069
|
if (policy === void 0) {
|
|
@@ -5101,7 +5101,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5101
5101
|
return fn2.bind(_global);
|
|
5102
5102
|
}
|
|
5103
5103
|
|
|
5104
|
-
// bazel-out/
|
|
5104
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5105
5105
|
var JitEvaluator = class {
|
|
5106
5106
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5107
5107
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5192,7 +5192,7 @@ function isUseStrictStatement(statement) {
|
|
|
5192
5192
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5193
5193
|
}
|
|
5194
5194
|
|
|
5195
|
-
// bazel-out/
|
|
5195
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5196
5196
|
function compileInjector(meta) {
|
|
5197
5197
|
const definitionMap = new DefinitionMap();
|
|
5198
5198
|
if (meta.providers !== null) {
|
|
@@ -5209,7 +5209,7 @@ function createInjectorType(meta) {
|
|
|
5209
5209
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5210
5210
|
}
|
|
5211
5211
|
|
|
5212
|
-
// bazel-out/
|
|
5212
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5213
5213
|
var R3JitReflector = class {
|
|
5214
5214
|
constructor(context) {
|
|
5215
5215
|
this.context = context;
|
|
@@ -5225,7 +5225,7 @@ var R3JitReflector = class {
|
|
|
5225
5225
|
}
|
|
5226
5226
|
};
|
|
5227
5227
|
|
|
5228
|
-
// bazel-out/
|
|
5228
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5229
5229
|
var R3SelectorScopeMode;
|
|
5230
5230
|
(function(R3SelectorScopeMode2) {
|
|
5231
5231
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5366,7 +5366,7 @@ function tupleOfTypes(types) {
|
|
|
5366
5366
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5367
5367
|
}
|
|
5368
5368
|
|
|
5369
|
-
// bazel-out/
|
|
5369
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5370
5370
|
function compilePipeFromMetadata(metadata) {
|
|
5371
5371
|
const definitionMapValues = [];
|
|
5372
5372
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5387,7 +5387,7 @@ function createPipeType(metadata) {
|
|
|
5387
5387
|
]));
|
|
5388
5388
|
}
|
|
5389
5389
|
|
|
5390
|
-
// bazel-out/
|
|
5390
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5391
5391
|
var R3TemplateDependencyKind;
|
|
5392
5392
|
(function(R3TemplateDependencyKind2) {
|
|
5393
5393
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5395,7 +5395,7 @@ var R3TemplateDependencyKind;
|
|
|
5395
5395
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5396
5396
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5397
5397
|
|
|
5398
|
-
// bazel-out/
|
|
5398
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5399
5399
|
var ParserError = class {
|
|
5400
5400
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5401
5401
|
this.input = input;
|
|
@@ -6062,7 +6062,7 @@ var BoundElementProperty = class {
|
|
|
6062
6062
|
}
|
|
6063
6063
|
};
|
|
6064
6064
|
|
|
6065
|
-
// bazel-out/
|
|
6065
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
6066
6066
|
var _EventHandlerVars = class {
|
|
6067
6067
|
};
|
|
6068
6068
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6753,7 +6753,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6753
6753
|
}
|
|
6754
6754
|
};
|
|
6755
6755
|
|
|
6756
|
-
// bazel-out/
|
|
6756
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6757
6757
|
var _SECURITY_SCHEMA;
|
|
6758
6758
|
function SECURITY_SCHEMA() {
|
|
6759
6759
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6811,7 +6811,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6811
6811
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6812
6812
|
}
|
|
6813
6813
|
|
|
6814
|
-
// bazel-out/
|
|
6814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6815
6815
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6816
6816
|
"inherit",
|
|
6817
6817
|
"initial",
|
|
@@ -7283,7 +7283,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7283
7283
|
}
|
|
7284
7284
|
}
|
|
7285
7285
|
|
|
7286
|
-
// bazel-out/
|
|
7286
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7287
7287
|
var OpKind;
|
|
7288
7288
|
(function(OpKind2) {
|
|
7289
7289
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7437,7 +7437,7 @@ var TemplateKind;
|
|
|
7437
7437
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
7438
7438
|
})(TemplateKind || (TemplateKind = {}));
|
|
7439
7439
|
|
|
7440
|
-
// bazel-out/
|
|
7440
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7441
7441
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7442
7442
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7443
7443
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -7465,7 +7465,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
7465
7465
|
return expr[UsesVarOffset] === true;
|
|
7466
7466
|
}
|
|
7467
7467
|
|
|
7468
|
-
// bazel-out/
|
|
7468
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7469
7469
|
function createStatementOp(statement) {
|
|
7470
7470
|
return __spreadValues({
|
|
7471
7471
|
kind: OpKind.Statement,
|
|
@@ -7487,7 +7487,7 @@ var NEW_OP = {
|
|
|
7487
7487
|
next: null
|
|
7488
7488
|
};
|
|
7489
7489
|
|
|
7490
|
-
// bazel-out/
|
|
7490
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
7491
7491
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
7492
7492
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
7493
7493
|
kind: OpKind.InterpolateText,
|
|
@@ -7668,7 +7668,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
7668
7668
|
}, NEW_OP);
|
|
7669
7669
|
}
|
|
7670
7670
|
|
|
7671
|
-
// bazel-out/
|
|
7671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7672
7672
|
var _a;
|
|
7673
7673
|
var _b;
|
|
7674
7674
|
var _c;
|
|
@@ -8530,7 +8530,7 @@ function isStringLiteral(expr) {
|
|
|
8530
8530
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
8531
8531
|
}
|
|
8532
8532
|
|
|
8533
|
-
// bazel-out/
|
|
8533
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
8534
8534
|
var _OpList = class {
|
|
8535
8535
|
constructor() {
|
|
8536
8536
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -8721,14 +8721,14 @@ var OpList = _OpList;
|
|
|
8721
8721
|
_OpList.nextListId = 0;
|
|
8722
8722
|
})();
|
|
8723
8723
|
|
|
8724
|
-
// bazel-out/
|
|
8724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
8725
8725
|
var SlotHandle = class {
|
|
8726
8726
|
constructor() {
|
|
8727
8727
|
this.slot = null;
|
|
8728
8728
|
}
|
|
8729
8729
|
};
|
|
8730
8730
|
|
|
8731
|
-
// bazel-out/
|
|
8731
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
8732
8732
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
8733
8733
|
OpKind.Element,
|
|
8734
8734
|
OpKind.ElementStart,
|
|
@@ -9029,7 +9029,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
9029
9029
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
9030
9030
|
}
|
|
9031
9031
|
|
|
9032
|
-
// bazel-out/
|
|
9032
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
9033
9033
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
9034
9034
|
return __spreadValues(__spreadValues({
|
|
9035
9035
|
kind: OpKind.HostProperty,
|
|
@@ -9043,10 +9043,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
9043
9043
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
9044
9044
|
}
|
|
9045
9045
|
|
|
9046
|
-
// bazel-out/
|
|
9046
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
9047
9047
|
var CTX_REF = "CTX_REF_MARKER";
|
|
9048
9048
|
|
|
9049
|
-
// bazel-out/
|
|
9049
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
9050
9050
|
var CompilationJobKind;
|
|
9051
9051
|
(function(CompilationJobKind2) {
|
|
9052
9052
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -9154,7 +9154,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
9154
9154
|
}
|
|
9155
9155
|
};
|
|
9156
9156
|
|
|
9157
|
-
// bazel-out/
|
|
9157
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
9158
9158
|
function deleteAnyCasts(job) {
|
|
9159
9159
|
for (const unit of job.units) {
|
|
9160
9160
|
for (const op of unit.ops()) {
|
|
@@ -9172,7 +9172,7 @@ function removeAnys(e) {
|
|
|
9172
9172
|
return e;
|
|
9173
9173
|
}
|
|
9174
9174
|
|
|
9175
|
-
// bazel-out/
|
|
9175
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
9176
9176
|
function applyI18nExpressions(job) {
|
|
9177
9177
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
9178
9178
|
for (const unit of job.units) {
|
|
@@ -9215,7 +9215,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
9215
9215
|
return false;
|
|
9216
9216
|
}
|
|
9217
9217
|
|
|
9218
|
-
// bazel-out/
|
|
9218
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
9219
9219
|
function assignI18nSlotDependencies(job) {
|
|
9220
9220
|
for (const unit of job.units) {
|
|
9221
9221
|
let updateOp = unit.update.head;
|
|
@@ -9260,7 +9260,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
9260
9260
|
}
|
|
9261
9261
|
}
|
|
9262
9262
|
|
|
9263
|
-
// bazel-out/
|
|
9263
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
9264
9264
|
function createOpXrefMap(unit) {
|
|
9265
9265
|
const map = /* @__PURE__ */ new Map();
|
|
9266
9266
|
for (const op of unit.create) {
|
|
@@ -9275,7 +9275,7 @@ function createOpXrefMap(unit) {
|
|
|
9275
9275
|
return map;
|
|
9276
9276
|
}
|
|
9277
9277
|
|
|
9278
|
-
// bazel-out/
|
|
9278
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
9279
9279
|
function extractAttributes(job) {
|
|
9280
9280
|
for (const unit of job.units) {
|
|
9281
9281
|
const elements = createOpXrefMap(unit);
|
|
@@ -9404,7 +9404,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
9404
9404
|
}
|
|
9405
9405
|
}
|
|
9406
9406
|
|
|
9407
|
-
// bazel-out/
|
|
9407
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
9408
9408
|
function lookupElement2(elements, xref) {
|
|
9409
9409
|
const el = elements.get(xref);
|
|
9410
9410
|
if (el === void 0) {
|
|
@@ -9461,7 +9461,7 @@ function specializeBindings(job) {
|
|
|
9461
9461
|
}
|
|
9462
9462
|
}
|
|
9463
9463
|
|
|
9464
|
-
// bazel-out/
|
|
9464
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
9465
9465
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
9466
9466
|
Identifiers.attribute,
|
|
9467
9467
|
Identifiers.classProp,
|
|
@@ -9529,7 +9529,7 @@ function chainOperationsInList(opList) {
|
|
|
9529
9529
|
}
|
|
9530
9530
|
}
|
|
9531
9531
|
|
|
9532
|
-
// bazel-out/
|
|
9532
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
9533
9533
|
function collapseSingletonInterpolations(job) {
|
|
9534
9534
|
for (const unit of job.units) {
|
|
9535
9535
|
for (const op of unit.update) {
|
|
@@ -9541,7 +9541,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
9541
9541
|
}
|
|
9542
9542
|
}
|
|
9543
9543
|
|
|
9544
|
-
// bazel-out/
|
|
9544
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
9545
9545
|
function generateConditionalExpressions(job) {
|
|
9546
9546
|
for (const unit of job.units) {
|
|
9547
9547
|
for (const op of unit.ops()) {
|
|
@@ -9578,7 +9578,7 @@ function generateConditionalExpressions(job) {
|
|
|
9578
9578
|
}
|
|
9579
9579
|
}
|
|
9580
9580
|
|
|
9581
|
-
// bazel-out/
|
|
9581
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
9582
9582
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
9583
9583
|
["&&", BinaryOperator.And],
|
|
9584
9584
|
[">", BinaryOperator.Bigger],
|
|
@@ -9629,7 +9629,7 @@ function literalOrArrayLiteral(value) {
|
|
|
9629
9629
|
return literal(value);
|
|
9630
9630
|
}
|
|
9631
9631
|
|
|
9632
|
-
// bazel-out/
|
|
9632
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
9633
9633
|
function collectElementConsts(job) {
|
|
9634
9634
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
9635
9635
|
for (const unit of job.units) {
|
|
@@ -9798,7 +9798,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
9798
9798
|
return literalArr(attrArray);
|
|
9799
9799
|
}
|
|
9800
9800
|
|
|
9801
|
-
// bazel-out/
|
|
9801
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
9802
9802
|
function convertI18nBindings(job) {
|
|
9803
9803
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
9804
9804
|
for (const unit of job.units) {
|
|
@@ -9839,7 +9839,7 @@ function convertI18nBindings(job) {
|
|
|
9839
9839
|
}
|
|
9840
9840
|
}
|
|
9841
9841
|
|
|
9842
|
-
// bazel-out/
|
|
9842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
|
|
9843
9843
|
function createDeferDepsFns(job) {
|
|
9844
9844
|
var _a2;
|
|
9845
9845
|
for (const unit of job.units) {
|
|
@@ -9879,7 +9879,7 @@ function createDeferDepsFns(job) {
|
|
|
9879
9879
|
}
|
|
9880
9880
|
}
|
|
9881
9881
|
|
|
9882
|
-
// bazel-out/
|
|
9882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
9883
9883
|
function createI18nContexts(job) {
|
|
9884
9884
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
9885
9885
|
for (const unit of job.units) {
|
|
@@ -9957,7 +9957,7 @@ function createI18nContexts(job) {
|
|
|
9957
9957
|
}
|
|
9958
9958
|
}
|
|
9959
9959
|
|
|
9960
|
-
// bazel-out/
|
|
9960
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
9961
9961
|
function deduplicateTextBindings(job) {
|
|
9962
9962
|
const seen = /* @__PURE__ */ new Map();
|
|
9963
9963
|
for (const unit of job.units) {
|
|
@@ -9979,7 +9979,7 @@ function deduplicateTextBindings(job) {
|
|
|
9979
9979
|
}
|
|
9980
9980
|
}
|
|
9981
9981
|
|
|
9982
|
-
// bazel-out/
|
|
9982
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
9983
9983
|
function configureDeferInstructions(job) {
|
|
9984
9984
|
for (const unit of job.units) {
|
|
9985
9985
|
for (const op of unit.create) {
|
|
@@ -9996,7 +9996,7 @@ function configureDeferInstructions(job) {
|
|
|
9996
9996
|
}
|
|
9997
9997
|
}
|
|
9998
9998
|
|
|
9999
|
-
// bazel-out/
|
|
9999
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
10000
10000
|
function resolveDeferTargetNames(job) {
|
|
10001
10001
|
const scopes = /* @__PURE__ */ new Map();
|
|
10002
10002
|
function getScopeForView2(view) {
|
|
@@ -10090,7 +10090,7 @@ var Scope = class {
|
|
|
10090
10090
|
}
|
|
10091
10091
|
};
|
|
10092
10092
|
|
|
10093
|
-
// bazel-out/
|
|
10093
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
10094
10094
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
10095
10095
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
10096
10096
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -10117,7 +10117,7 @@ function collapseEmptyInstructions(job) {
|
|
|
10117
10117
|
}
|
|
10118
10118
|
}
|
|
10119
10119
|
|
|
10120
|
-
// bazel-out/
|
|
10120
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
10121
10121
|
function expandSafeReads(job) {
|
|
10122
10122
|
for (const unit of job.units) {
|
|
10123
10123
|
for (const op of unit.ops()) {
|
|
@@ -10253,7 +10253,7 @@ function ternaryTransform(e) {
|
|
|
10253
10253
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
10254
10254
|
}
|
|
10255
10255
|
|
|
10256
|
-
// bazel-out/
|
|
10256
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
10257
10257
|
var ESCAPE = "\uFFFD";
|
|
10258
10258
|
var ELEMENT_MARKER = "#";
|
|
10259
10259
|
var TEMPLATE_MARKER = "*";
|
|
@@ -10389,7 +10389,7 @@ function formatValue(value) {
|
|
|
10389
10389
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
10390
10390
|
}
|
|
10391
10391
|
|
|
10392
|
-
// bazel-out/
|
|
10392
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
10393
10393
|
function generateAdvance(job) {
|
|
10394
10394
|
for (const unit of job.units) {
|
|
10395
10395
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -10421,7 +10421,7 @@ function generateAdvance(job) {
|
|
|
10421
10421
|
}
|
|
10422
10422
|
}
|
|
10423
10423
|
|
|
10424
|
-
// bazel-out/
|
|
10424
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
10425
10425
|
function generateProjectionDefs(job) {
|
|
10426
10426
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
10427
10427
|
const selectors = [];
|
|
@@ -10445,7 +10445,7 @@ function generateProjectionDefs(job) {
|
|
|
10445
10445
|
}
|
|
10446
10446
|
}
|
|
10447
10447
|
|
|
10448
|
-
// bazel-out/
|
|
10448
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
10449
10449
|
function generateVariables(job) {
|
|
10450
10450
|
recursivelyProcessView(job.root, null);
|
|
10451
10451
|
}
|
|
@@ -10539,7 +10539,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
10539
10539
|
return newOps;
|
|
10540
10540
|
}
|
|
10541
10541
|
|
|
10542
|
-
// bazel-out/
|
|
10542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
10543
10543
|
function collectConstExpressions(job) {
|
|
10544
10544
|
for (const unit of job.units) {
|
|
10545
10545
|
for (const op of unit.ops()) {
|
|
@@ -10553,7 +10553,7 @@ function collectConstExpressions(job) {
|
|
|
10553
10553
|
}
|
|
10554
10554
|
}
|
|
10555
10555
|
|
|
10556
|
-
// bazel-out/
|
|
10556
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
10557
10557
|
var STYLE_DOT = "style.";
|
|
10558
10558
|
var CLASS_DOT = "class.";
|
|
10559
10559
|
var STYLE_BANG = "style!";
|
|
@@ -10611,7 +10611,7 @@ function parseProperty(name) {
|
|
|
10611
10611
|
return { property: property2, suffix };
|
|
10612
10612
|
}
|
|
10613
10613
|
|
|
10614
|
-
// bazel-out/
|
|
10614
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
10615
10615
|
function mapLiteral(obj, quoted = false) {
|
|
10616
10616
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
10617
10617
|
key,
|
|
@@ -10620,7 +10620,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
10620
10620
|
})));
|
|
10621
10621
|
}
|
|
10622
10622
|
|
|
10623
|
-
// bazel-out/
|
|
10623
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
10624
10624
|
var IcuSerializerVisitor = class {
|
|
10625
10625
|
visitText(text2) {
|
|
10626
10626
|
return text2.value;
|
|
@@ -10654,7 +10654,7 @@ function serializeIcuNode(icu) {
|
|
|
10654
10654
|
return icu.visit(serializer);
|
|
10655
10655
|
}
|
|
10656
10656
|
|
|
10657
|
-
// bazel-out/
|
|
10657
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
10658
10658
|
var TokenType;
|
|
10659
10659
|
(function(TokenType2) {
|
|
10660
10660
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -11015,7 +11015,7 @@ function parseIntAutoRadix(text2) {
|
|
|
11015
11015
|
return result;
|
|
11016
11016
|
}
|
|
11017
11017
|
|
|
11018
|
-
// bazel-out/
|
|
11018
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
11019
11019
|
var SplitInterpolation = class {
|
|
11020
11020
|
constructor(strings, expressions, offsets) {
|
|
11021
11021
|
this.strings = strings;
|
|
@@ -11897,7 +11897,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
11897
11897
|
return offsetMap;
|
|
11898
11898
|
}
|
|
11899
11899
|
|
|
11900
|
-
// bazel-out/
|
|
11900
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
11901
11901
|
var NodeWithI18n = class {
|
|
11902
11902
|
constructor(sourceSpan, i18n2) {
|
|
11903
11903
|
this.sourceSpan = sourceSpan;
|
|
@@ -12008,11 +12008,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
12008
12008
|
return result;
|
|
12009
12009
|
}
|
|
12010
12010
|
|
|
12011
|
-
// bazel-out/
|
|
12011
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
12012
12012
|
var ElementSchemaRegistry = class {
|
|
12013
12013
|
};
|
|
12014
12014
|
|
|
12015
|
-
// bazel-out/
|
|
12015
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
12016
12016
|
var BOOLEAN = "boolean";
|
|
12017
12017
|
var NUMBER = "number";
|
|
12018
12018
|
var STRING = "string";
|
|
@@ -12365,7 +12365,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
12365
12365
|
}
|
|
12366
12366
|
}
|
|
12367
12367
|
|
|
12368
|
-
// bazel-out/
|
|
12368
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
12369
12369
|
var HtmlTagDefinition = class {
|
|
12370
12370
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
12371
12371
|
this.closedByChildren = {};
|
|
@@ -12483,7 +12483,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
12483
12483
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
12484
12484
|
}
|
|
12485
12485
|
|
|
12486
|
-
// bazel-out/
|
|
12486
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
12487
12487
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
12488
12488
|
"A": "LINK",
|
|
12489
12489
|
"B": "BOLD_TEXT",
|
|
@@ -12605,7 +12605,7 @@ var PlaceholderRegistry = class {
|
|
|
12605
12605
|
}
|
|
12606
12606
|
};
|
|
12607
12607
|
|
|
12608
|
-
// bazel-out/
|
|
12608
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
12609
12609
|
var _expParser = new Parser(new Lexer());
|
|
12610
12610
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
12611
12611
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -12784,14 +12784,14 @@ function extractPlaceholderName(input) {
|
|
|
12784
12784
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
12785
12785
|
}
|
|
12786
12786
|
|
|
12787
|
-
// bazel-out/
|
|
12787
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
12788
12788
|
var I18nError = class extends ParseError {
|
|
12789
12789
|
constructor(span, msg) {
|
|
12790
12790
|
super(span, msg);
|
|
12791
12791
|
}
|
|
12792
12792
|
};
|
|
12793
12793
|
|
|
12794
|
-
// bazel-out/
|
|
12794
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
12795
12795
|
var NAMED_ENTITIES = {
|
|
12796
12796
|
"AElig": "\xC6",
|
|
12797
12797
|
"AMP": "&",
|
|
@@ -14922,7 +14922,7 @@ var NAMED_ENTITIES = {
|
|
|
14922
14922
|
var NGSP_UNICODE = "\uE500";
|
|
14923
14923
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
14924
14924
|
|
|
14925
|
-
// bazel-out/
|
|
14925
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
14926
14926
|
var TokenError = class extends ParseError {
|
|
14927
14927
|
constructor(errorMsg, tokenType, span) {
|
|
14928
14928
|
super(span, errorMsg);
|
|
@@ -15843,7 +15843,7 @@ var CursorError = class {
|
|
|
15843
15843
|
}
|
|
15844
15844
|
};
|
|
15845
15845
|
|
|
15846
|
-
// bazel-out/
|
|
15846
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
15847
15847
|
var TreeError = class extends ParseError {
|
|
15848
15848
|
static create(elementName, span, msg) {
|
|
15849
15849
|
return new TreeError(elementName, span, msg);
|
|
@@ -16227,7 +16227,7 @@ function decodeEntity(match, entity) {
|
|
|
16227
16227
|
return match;
|
|
16228
16228
|
}
|
|
16229
16229
|
|
|
16230
|
-
// bazel-out/
|
|
16230
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
16231
16231
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
16232
16232
|
"iframe|srcdoc",
|
|
16233
16233
|
"*|innerhtml",
|
|
@@ -16242,7 +16242,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
16242
16242
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
16243
16243
|
}
|
|
16244
16244
|
|
|
16245
|
-
// bazel-out/
|
|
16245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
16246
16246
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
16247
16247
|
if (htmlNode instanceof NodeWithI18n) {
|
|
16248
16248
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16399,7 +16399,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16399
16399
|
return jsDocComment(tags);
|
|
16400
16400
|
}
|
|
16401
16401
|
|
|
16402
|
-
// bazel-out/
|
|
16402
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16403
16403
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16404
16404
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16405
16405
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16450,7 +16450,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16450
16450
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16451
16451
|
}
|
|
16452
16452
|
|
|
16453
|
-
// bazel-out/
|
|
16453
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16454
16454
|
function createLocalizeStatements(variable2, message, params) {
|
|
16455
16455
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16456
16456
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16539,7 +16539,7 @@ function createEmptyMessagePart(location) {
|
|
|
16539
16539
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16540
16540
|
}
|
|
16541
16541
|
|
|
16542
|
-
// bazel-out/
|
|
16542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16543
16543
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16544
16544
|
var TRANSLATION_VAR_PREFIX2 = "i18n_";
|
|
16545
16545
|
var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
|
|
@@ -16700,7 +16700,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16700
16700
|
return variable(name);
|
|
16701
16701
|
}
|
|
16702
16702
|
|
|
16703
|
-
// bazel-out/
|
|
16703
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16704
16704
|
function convertI18nText(job) {
|
|
16705
16705
|
var _a2, _b2, _c2;
|
|
16706
16706
|
for (const unit of job.units) {
|
|
@@ -16770,7 +16770,7 @@ function convertI18nText(job) {
|
|
|
16770
16770
|
}
|
|
16771
16771
|
}
|
|
16772
16772
|
|
|
16773
|
-
// bazel-out/
|
|
16773
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16774
16774
|
function liftLocalRefs(job) {
|
|
16775
16775
|
for (const unit of job.units) {
|
|
16776
16776
|
for (const op of unit.create) {
|
|
@@ -16800,7 +16800,7 @@ function serializeLocalRefs(refs) {
|
|
|
16800
16800
|
return literalArr(constRefs);
|
|
16801
16801
|
}
|
|
16802
16802
|
|
|
16803
|
-
// bazel-out/
|
|
16803
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16804
16804
|
function emitNamespaceChanges(job) {
|
|
16805
16805
|
for (const unit of job.units) {
|
|
16806
16806
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16816,7 +16816,7 @@ function emitNamespaceChanges(job) {
|
|
|
16816
16816
|
}
|
|
16817
16817
|
}
|
|
16818
16818
|
|
|
16819
|
-
// bazel-out/
|
|
16819
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
16820
16820
|
function parse(value) {
|
|
16821
16821
|
const styles = [];
|
|
16822
16822
|
let i = 0;
|
|
@@ -16877,7 +16877,7 @@ function hyphenate2(value) {
|
|
|
16877
16877
|
}).toLowerCase();
|
|
16878
16878
|
}
|
|
16879
16879
|
|
|
16880
|
-
// bazel-out/
|
|
16880
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16881
16881
|
function nameFunctionsAndVariables(job) {
|
|
16882
16882
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16883
16883
|
}
|
|
@@ -17006,7 +17006,7 @@ function stripImportant(name) {
|
|
|
17006
17006
|
return name;
|
|
17007
17007
|
}
|
|
17008
17008
|
|
|
17009
|
-
// bazel-out/
|
|
17009
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
17010
17010
|
function mergeNextContextExpressions(job) {
|
|
17011
17011
|
for (const unit of job.units) {
|
|
17012
17012
|
for (const op of unit.create) {
|
|
@@ -17052,7 +17052,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
17052
17052
|
}
|
|
17053
17053
|
}
|
|
17054
17054
|
|
|
17055
|
-
// bazel-out/
|
|
17055
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
17056
17056
|
var CONTAINER_TAG = "ng-container";
|
|
17057
17057
|
function generateNgContainerOps(job) {
|
|
17058
17058
|
for (const unit of job.units) {
|
|
@@ -17069,7 +17069,7 @@ function generateNgContainerOps(job) {
|
|
|
17069
17069
|
}
|
|
17070
17070
|
}
|
|
17071
17071
|
|
|
17072
|
-
// bazel-out/
|
|
17072
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
17073
17073
|
function lookupElement3(elements, xref) {
|
|
17074
17074
|
const el = elements.get(xref);
|
|
17075
17075
|
if (el === void 0) {
|
|
@@ -17099,7 +17099,7 @@ function disableBindings(job) {
|
|
|
17099
17099
|
}
|
|
17100
17100
|
}
|
|
17101
17101
|
|
|
17102
|
-
// bazel-out/
|
|
17102
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
17103
17103
|
function generateNullishCoalesceExpressions(job) {
|
|
17104
17104
|
for (const unit of job.units) {
|
|
17105
17105
|
for (const op of unit.ops()) {
|
|
@@ -17115,7 +17115,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
17115
17115
|
}
|
|
17116
17116
|
}
|
|
17117
17117
|
|
|
17118
|
-
// bazel-out/
|
|
17118
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
17119
17119
|
function kindTest(kind) {
|
|
17120
17120
|
return (op) => op.kind === kind;
|
|
17121
17121
|
}
|
|
@@ -17205,7 +17205,7 @@ function keepLast(ops) {
|
|
|
17205
17205
|
return ops.slice(ops.length - 1);
|
|
17206
17206
|
}
|
|
17207
17207
|
|
|
17208
|
-
// bazel-out/
|
|
17208
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
17209
17209
|
function parseExtractedStyles(job) {
|
|
17210
17210
|
const elements = /* @__PURE__ */ new Map();
|
|
17211
17211
|
for (const unit of job.units) {
|
|
@@ -17240,7 +17240,7 @@ function parseExtractedStyles(job) {
|
|
|
17240
17240
|
}
|
|
17241
17241
|
}
|
|
17242
17242
|
|
|
17243
|
-
// bazel-out/
|
|
17243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
17244
17244
|
function removeContentSelectors(job) {
|
|
17245
17245
|
for (const unit of job.units) {
|
|
17246
17246
|
const elements = createOpXrefMap(unit);
|
|
@@ -17267,7 +17267,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
17267
17267
|
return el;
|
|
17268
17268
|
}
|
|
17269
17269
|
|
|
17270
|
-
// bazel-out/
|
|
17270
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
17271
17271
|
function createPipes(job) {
|
|
17272
17272
|
for (const unit of job.units) {
|
|
17273
17273
|
processPipeBindingsInView(unit);
|
|
@@ -17315,7 +17315,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
17315
17315
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
17316
17316
|
}
|
|
17317
17317
|
|
|
17318
|
-
// bazel-out/
|
|
17318
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
17319
17319
|
function createVariadicPipes(job) {
|
|
17320
17320
|
for (const unit of job.units) {
|
|
17321
17321
|
for (const op of unit.update) {
|
|
@@ -17332,7 +17332,7 @@ function createVariadicPipes(job) {
|
|
|
17332
17332
|
}
|
|
17333
17333
|
}
|
|
17334
17334
|
|
|
17335
|
-
// bazel-out/
|
|
17335
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
17336
17336
|
function propagateI18nBlocks(job) {
|
|
17337
17337
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
17338
17338
|
}
|
|
@@ -17386,7 +17386,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
17386
17386
|
}
|
|
17387
17387
|
}
|
|
17388
17388
|
|
|
17389
|
-
// bazel-out/
|
|
17389
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
17390
17390
|
function extractPureFunctions(job) {
|
|
17391
17391
|
for (const view of job.units) {
|
|
17392
17392
|
for (const op of view.ops()) {
|
|
@@ -17428,7 +17428,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
17428
17428
|
}
|
|
17429
17429
|
};
|
|
17430
17430
|
|
|
17431
|
-
// bazel-out/
|
|
17431
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
17432
17432
|
function generatePureLiteralStructures(job) {
|
|
17433
17433
|
for (const unit of job.units) {
|
|
17434
17434
|
for (const op of unit.update) {
|
|
@@ -17475,7 +17475,7 @@ function transformLiteralMap(expr) {
|
|
|
17475
17475
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
17476
17476
|
}
|
|
17477
17477
|
|
|
17478
|
-
// bazel-out/
|
|
17478
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
17479
17479
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
17480
17480
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
17481
17481
|
}
|
|
@@ -18010,7 +18010,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
18010
18010
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
18011
18011
|
}
|
|
18012
18012
|
|
|
18013
|
-
// bazel-out/
|
|
18013
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
18014
18014
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
18015
18015
|
["window", Identifiers.resolveWindow],
|
|
18016
18016
|
["document", Identifiers.resolveDocument],
|
|
@@ -18351,7 +18351,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
18351
18351
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
18352
18352
|
}
|
|
18353
18353
|
|
|
18354
|
-
// bazel-out/
|
|
18354
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
18355
18355
|
function removeEmptyBindings(job) {
|
|
18356
18356
|
for (const unit of job.units) {
|
|
18357
18357
|
for (const op of unit.update) {
|
|
@@ -18372,7 +18372,7 @@ function removeEmptyBindings(job) {
|
|
|
18372
18372
|
}
|
|
18373
18373
|
}
|
|
18374
18374
|
|
|
18375
|
-
// bazel-out/
|
|
18375
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
18376
18376
|
function removeI18nContexts(job) {
|
|
18377
18377
|
for (const unit of job.units) {
|
|
18378
18378
|
for (const op of unit.create) {
|
|
@@ -18388,7 +18388,7 @@ function removeI18nContexts(job) {
|
|
|
18388
18388
|
}
|
|
18389
18389
|
}
|
|
18390
18390
|
|
|
18391
|
-
// bazel-out/
|
|
18391
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
18392
18392
|
function removeUnusedI18nAttributesOps(job) {
|
|
18393
18393
|
for (const unit of job.units) {
|
|
18394
18394
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -18410,7 +18410,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
18410
18410
|
}
|
|
18411
18411
|
}
|
|
18412
18412
|
|
|
18413
|
-
// bazel-out/
|
|
18413
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
18414
18414
|
function resolveContexts(job) {
|
|
18415
18415
|
for (const unit of job.units) {
|
|
18416
18416
|
processLexicalScope(unit, unit.create);
|
|
@@ -18452,7 +18452,7 @@ function processLexicalScope(view, ops) {
|
|
|
18452
18452
|
}
|
|
18453
18453
|
}
|
|
18454
18454
|
|
|
18455
|
-
// bazel-out/
|
|
18455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
18456
18456
|
function resolveDollarEvent(job) {
|
|
18457
18457
|
for (const unit of job.units) {
|
|
18458
18458
|
transformDollarEvent(unit.create);
|
|
@@ -18475,7 +18475,7 @@ function transformDollarEvent(ops) {
|
|
|
18475
18475
|
}
|
|
18476
18476
|
}
|
|
18477
18477
|
|
|
18478
|
-
// bazel-out/
|
|
18478
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
18479
18479
|
function resolveI18nElementPlaceholders(job) {
|
|
18480
18480
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
18481
18481
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18654,7 +18654,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18654
18654
|
params.set(placeholder, values);
|
|
18655
18655
|
}
|
|
18656
18656
|
|
|
18657
|
-
// bazel-out/
|
|
18657
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18658
18658
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18659
18659
|
var _a2;
|
|
18660
18660
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18707,7 +18707,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18707
18707
|
}
|
|
18708
18708
|
}
|
|
18709
18709
|
|
|
18710
|
-
// bazel-out/
|
|
18710
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18711
18711
|
function resolveNames(job) {
|
|
18712
18712
|
for (const unit of job.units) {
|
|
18713
18713
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18772,7 +18772,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18772
18772
|
}
|
|
18773
18773
|
}
|
|
18774
18774
|
|
|
18775
|
-
// bazel-out/
|
|
18775
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18776
18776
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18777
18777
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18778
18778
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18842,7 +18842,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18842
18842
|
return securityContext;
|
|
18843
18843
|
}
|
|
18844
18844
|
|
|
18845
|
-
// bazel-out/
|
|
18845
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18846
18846
|
function transformTwoWayBindingSet(job) {
|
|
18847
18847
|
for (const unit of job.units) {
|
|
18848
18848
|
for (const op of unit.create) {
|
|
@@ -18892,7 +18892,7 @@ function wrapAction(target, value) {
|
|
|
18892
18892
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
18893
18893
|
}
|
|
18894
18894
|
|
|
18895
|
-
// bazel-out/
|
|
18895
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18896
18896
|
function saveAndRestoreView(job) {
|
|
18897
18897
|
for (const unit of job.units) {
|
|
18898
18898
|
unit.create.prepend([
|
|
@@ -18937,7 +18937,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18937
18937
|
}
|
|
18938
18938
|
}
|
|
18939
18939
|
|
|
18940
|
-
// bazel-out/
|
|
18940
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18941
18941
|
function allocateSlots(job) {
|
|
18942
18942
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18943
18943
|
for (const unit of job.units) {
|
|
@@ -18962,7 +18962,7 @@ function allocateSlots(job) {
|
|
|
18962
18962
|
}
|
|
18963
18963
|
}
|
|
18964
18964
|
|
|
18965
|
-
// bazel-out/
|
|
18965
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18966
18966
|
function specializeStyleBindings(job) {
|
|
18967
18967
|
for (const unit of job.units) {
|
|
18968
18968
|
for (const op of unit.update) {
|
|
@@ -18992,7 +18992,7 @@ function specializeStyleBindings(job) {
|
|
|
18992
18992
|
}
|
|
18993
18993
|
}
|
|
18994
18994
|
|
|
18995
|
-
// bazel-out/
|
|
18995
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18996
18996
|
function generateTemporaryVariables(job) {
|
|
18997
18997
|
for (const unit of job.units) {
|
|
18998
18998
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -19050,7 +19050,7 @@ function assignName(names, expr) {
|
|
|
19050
19050
|
expr.name = name;
|
|
19051
19051
|
}
|
|
19052
19052
|
|
|
19053
|
-
// bazel-out/
|
|
19053
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
19054
19054
|
function generateTrackFns(job) {
|
|
19055
19055
|
for (const unit of job.units) {
|
|
19056
19056
|
for (const op of unit.create) {
|
|
@@ -19083,7 +19083,7 @@ function generateTrackFns(job) {
|
|
|
19083
19083
|
}
|
|
19084
19084
|
}
|
|
19085
19085
|
|
|
19086
|
-
// bazel-out/
|
|
19086
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
19087
19087
|
function optimizeTrackFns(job) {
|
|
19088
19088
|
for (const unit of job.units) {
|
|
19089
19089
|
for (const op of unit.create) {
|
|
@@ -19131,7 +19131,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
19131
19131
|
return true;
|
|
19132
19132
|
}
|
|
19133
19133
|
|
|
19134
|
-
// bazel-out/
|
|
19134
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
19135
19135
|
function generateTrackVariables(job) {
|
|
19136
19136
|
for (const unit of job.units) {
|
|
19137
19137
|
for (const op of unit.create) {
|
|
@@ -19152,7 +19152,7 @@ function generateTrackVariables(job) {
|
|
|
19152
19152
|
}
|
|
19153
19153
|
}
|
|
19154
19154
|
|
|
19155
|
-
// bazel-out/
|
|
19155
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
19156
19156
|
function countVariables(job) {
|
|
19157
19157
|
for (const unit of job.units) {
|
|
19158
19158
|
let varCount = 0;
|
|
@@ -19262,7 +19262,7 @@ function isSingletonInterpolation(expr) {
|
|
|
19262
19262
|
return true;
|
|
19263
19263
|
}
|
|
19264
19264
|
|
|
19265
|
-
// bazel-out/
|
|
19265
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
19266
19266
|
function optimizeVariables(job) {
|
|
19267
19267
|
for (const unit of job.units) {
|
|
19268
19268
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19511,7 +19511,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19511
19511
|
}
|
|
19512
19512
|
}
|
|
19513
19513
|
|
|
19514
|
-
// bazel-out/
|
|
19514
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19515
19515
|
function wrapI18nIcus(job) {
|
|
19516
19516
|
for (const unit of job.units) {
|
|
19517
19517
|
let currentI18nOp = null;
|
|
@@ -19541,7 +19541,7 @@ function wrapI18nIcus(job) {
|
|
|
19541
19541
|
}
|
|
19542
19542
|
}
|
|
19543
19543
|
|
|
19544
|
-
// bazel-out/
|
|
19544
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19545
19545
|
var phases = [
|
|
19546
19546
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19547
19547
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19707,7 +19707,7 @@ function emitHostBindingFunction(job) {
|
|
|
19707
19707
|
);
|
|
19708
19708
|
}
|
|
19709
19709
|
|
|
19710
|
-
// bazel-out/
|
|
19710
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19711
19711
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19712
19712
|
var domSchema = new DomElementSchemaRegistry();
|
|
19713
19713
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20435,10 +20435,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20435
20435
|
return null;
|
|
20436
20436
|
}
|
|
20437
20437
|
|
|
20438
|
-
// bazel-out/
|
|
20438
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
20439
20439
|
var USE_TEMPLATE_PIPELINE = false;
|
|
20440
20440
|
|
|
20441
|
-
// bazel-out/
|
|
20441
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20442
20442
|
var HtmlParser = class extends Parser2 {
|
|
20443
20443
|
constructor() {
|
|
20444
20444
|
super(getHtmlTagDefinition);
|
|
@@ -20448,7 +20448,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
20448
20448
|
}
|
|
20449
20449
|
};
|
|
20450
20450
|
|
|
20451
|
-
// bazel-out/
|
|
20451
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
20452
20452
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
20453
20453
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
20454
20454
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -20514,7 +20514,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
20514
20514
|
return result;
|
|
20515
20515
|
}
|
|
20516
20516
|
|
|
20517
|
-
// bazel-out/
|
|
20517
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20518
20518
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20519
20519
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20520
20520
|
var CLASS_PREFIX = "class";
|
|
@@ -20855,7 +20855,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20855
20855
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20856
20856
|
}
|
|
20857
20857
|
|
|
20858
|
-
// bazel-out/
|
|
20858
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20859
20859
|
function isStyleUrlResolvable(url) {
|
|
20860
20860
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20861
20861
|
return false;
|
|
@@ -20864,7 +20864,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20864
20864
|
}
|
|
20865
20865
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20866
20866
|
|
|
20867
|
-
// bazel-out/
|
|
20867
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20868
20868
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20869
20869
|
var LINK_ELEMENT = "link";
|
|
20870
20870
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20934,7 +20934,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20934
20934
|
return selectAttr;
|
|
20935
20935
|
}
|
|
20936
20936
|
|
|
20937
|
-
// bazel-out/
|
|
20937
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20938
20938
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20939
20939
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20940
20940
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -21248,7 +21248,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
21248
21248
|
return expression.slice(start, end);
|
|
21249
21249
|
}
|
|
21250
21250
|
|
|
21251
|
-
// bazel-out/
|
|
21251
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
21252
21252
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
21253
21253
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
21254
21254
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21512,7 +21512,7 @@ function parseDeferredTime(value) {
|
|
|
21512
21512
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21513
21513
|
}
|
|
21514
21514
|
|
|
21515
|
-
// bazel-out/
|
|
21515
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21516
21516
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21517
21517
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21518
21518
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21647,7 +21647,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21647
21647
|
return { triggers, prefetchTriggers };
|
|
21648
21648
|
}
|
|
21649
21649
|
|
|
21650
|
-
// bazel-out/
|
|
21650
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21651
21651
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21652
21652
|
var KW_BIND_IDX = 1;
|
|
21653
21653
|
var KW_LET_IDX = 2;
|
|
@@ -22078,7 +22078,7 @@ function textContents(node) {
|
|
|
22078
22078
|
}
|
|
22079
22079
|
}
|
|
22080
22080
|
|
|
22081
|
-
// bazel-out/
|
|
22081
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
22082
22082
|
var TagType;
|
|
22083
22083
|
(function(TagType2) {
|
|
22084
22084
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -22223,7 +22223,7 @@ function serializePlaceholderValue(value) {
|
|
|
22223
22223
|
}
|
|
22224
22224
|
}
|
|
22225
22225
|
|
|
22226
|
-
// bazel-out/
|
|
22226
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
22227
22227
|
var IMPORTANT_FLAG = "!important";
|
|
22228
22228
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
22229
22229
|
var StylingBuilder = class {
|
|
@@ -22556,7 +22556,7 @@ function isEmptyExpression(ast) {
|
|
|
22556
22556
|
return ast instanceof EmptyExpr;
|
|
22557
22557
|
}
|
|
22558
22558
|
|
|
22559
|
-
// bazel-out/
|
|
22559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
22560
22560
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
22561
22561
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
22562
22562
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -24248,7 +24248,7 @@ function createClosureModeGuard2() {
|
|
|
24248
24248
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
|
|
24249
24249
|
}
|
|
24250
24250
|
|
|
24251
|
-
// bazel-out/
|
|
24251
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
24252
24252
|
function toQueryFlags(query) {
|
|
24253
24253
|
return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
|
|
24254
24254
|
}
|
|
@@ -24365,7 +24365,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
24365
24365
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
24366
24366
|
}
|
|
24367
24367
|
|
|
24368
|
-
// bazel-out/
|
|
24368
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
24369
24369
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
24370
24370
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
24371
24371
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -24945,7 +24945,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
24945
24945
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
24946
24946
|
}
|
|
24947
24947
|
|
|
24948
|
-
// bazel-out/
|
|
24948
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
24949
24949
|
var R3TargetBinder = class {
|
|
24950
24950
|
constructor(directiveMatcher) {
|
|
24951
24951
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -25571,11 +25571,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
25571
25571
|
return templateEntities;
|
|
25572
25572
|
}
|
|
25573
25573
|
|
|
25574
|
-
// bazel-out/
|
|
25574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
25575
25575
|
var ResourceLoader = class {
|
|
25576
25576
|
};
|
|
25577
25577
|
|
|
25578
|
-
// bazel-out/
|
|
25578
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
25579
25579
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
|
|
25580
25580
|
var CompilerFacadeImpl = class {
|
|
25581
25581
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
@@ -26156,17 +26156,17 @@ function publishFacade(global) {
|
|
|
26156
26156
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
26157
26157
|
}
|
|
26158
26158
|
|
|
26159
|
-
// bazel-out/
|
|
26160
|
-
var VERSION2 = new Version("17.3.
|
|
26159
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26160
|
+
var VERSION2 = new Version("17.3.7");
|
|
26161
26161
|
|
|
26162
|
-
// bazel-out/
|
|
26162
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26163
26163
|
var _VisitorMode;
|
|
26164
26164
|
(function(_VisitorMode2) {
|
|
26165
26165
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
26166
26166
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
26167
26167
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
26168
26168
|
|
|
26169
|
-
// bazel-out/
|
|
26169
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
26170
26170
|
var XmlTagDefinition = class {
|
|
26171
26171
|
constructor() {
|
|
26172
26172
|
this.closedByParent = false;
|
|
@@ -26188,7 +26188,7 @@ var XmlTagDefinition = class {
|
|
|
26188
26188
|
};
|
|
26189
26189
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
26190
26190
|
|
|
26191
|
-
// bazel-out/
|
|
26191
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
26192
26192
|
var FactoryTarget2;
|
|
26193
26193
|
(function(FactoryTarget3) {
|
|
26194
26194
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -26198,10 +26198,10 @@ var FactoryTarget2;
|
|
|
26198
26198
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
26199
26199
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
26200
26200
|
|
|
26201
|
-
// bazel-out/
|
|
26201
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
26202
26202
|
publishFacade(_global);
|
|
26203
26203
|
|
|
26204
|
-
// bazel-out/
|
|
26204
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
26205
26205
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
26206
26206
|
function migrateTemplate(template2) {
|
|
26207
26207
|
if (!template2.includes(")]=")) {
|
|
@@ -26326,7 +26326,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
26326
26326
|
}
|
|
26327
26327
|
};
|
|
26328
26328
|
|
|
26329
|
-
// bazel-out/
|
|
26329
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
26330
26330
|
function invalid_two_way_bindings_default() {
|
|
26331
26331
|
return (tree) => __async(this, null, function* () {
|
|
26332
26332
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|