@angular/core 17.3.7 → 17.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/defer/instructions.mjs +20 -12
- package/esm2022/src/render3/after_render_hooks.mjs +4 -2
- 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 +3682 -3673
- 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 +193 -163
- package/schematics/migrations/block-template-entities/bundle.js.map +2 -2
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +194 -164
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/ng-generate/control-flow-migration/bundle.js +202 -172
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +474 -444
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- 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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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";
|
|
@@ -12169,7 +12169,37 @@ var SCHEMA = [
|
|
|
12169
12169
|
"menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
|
|
12170
12170
|
"summary^[HTMLElement]|",
|
|
12171
12171
|
"time^[HTMLElement]|dateTime",
|
|
12172
|
-
":svg:cursor^:svg:|"
|
|
12172
|
+
":svg:cursor^:svg:|",
|
|
12173
|
+
":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",
|
|
12174
|
+
":math:math^:math:|",
|
|
12175
|
+
":math:maction^:math:|",
|
|
12176
|
+
":math:menclose^:math:|",
|
|
12177
|
+
":math:merror^:math:|",
|
|
12178
|
+
":math:mfenced^:math:|",
|
|
12179
|
+
":math:mfrac^:math:|",
|
|
12180
|
+
":math:mi^:math:|",
|
|
12181
|
+
":math:mmultiscripts^:math:|",
|
|
12182
|
+
":math:mn^:math:|",
|
|
12183
|
+
":math:mo^:math:|",
|
|
12184
|
+
":math:mover^:math:|",
|
|
12185
|
+
":math:mpadded^:math:|",
|
|
12186
|
+
":math:mphantom^:math:|",
|
|
12187
|
+
":math:mroot^:math:|",
|
|
12188
|
+
":math:mrow^:math:|",
|
|
12189
|
+
":math:ms^:math:|",
|
|
12190
|
+
":math:mspace^:math:|",
|
|
12191
|
+
":math:msqrt^:math:|",
|
|
12192
|
+
":math:mstyle^:math:|",
|
|
12193
|
+
":math:msub^:math:|",
|
|
12194
|
+
":math:msubsup^:math:|",
|
|
12195
|
+
":math:msup^:math:|",
|
|
12196
|
+
":math:mtable^:math:|",
|
|
12197
|
+
":math:mtd^:math:|",
|
|
12198
|
+
":math:mtext^:math:|",
|
|
12199
|
+
":math:mtr^:math:|",
|
|
12200
|
+
":math:munder^:math:|",
|
|
12201
|
+
":math:munderover^:math:|",
|
|
12202
|
+
":math:semantics^:math:|"
|
|
12173
12203
|
];
|
|
12174
12204
|
var _ATTR_TO_PROP = new Map(Object.entries({
|
|
12175
12205
|
"class": "className",
|
|
@@ -12365,7 +12395,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
12365
12395
|
}
|
|
12366
12396
|
}
|
|
12367
12397
|
|
|
12368
|
-
// bazel-out/
|
|
12398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
12369
12399
|
var HtmlTagDefinition = class {
|
|
12370
12400
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
12371
12401
|
this.closedByChildren = {};
|
|
@@ -12483,7 +12513,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
12483
12513
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
12484
12514
|
}
|
|
12485
12515
|
|
|
12486
|
-
// bazel-out/
|
|
12516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
12487
12517
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
12488
12518
|
"A": "LINK",
|
|
12489
12519
|
"B": "BOLD_TEXT",
|
|
@@ -12605,7 +12635,7 @@ var PlaceholderRegistry = class {
|
|
|
12605
12635
|
}
|
|
12606
12636
|
};
|
|
12607
12637
|
|
|
12608
|
-
// bazel-out/
|
|
12638
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
12609
12639
|
var _expParser = new Parser(new Lexer());
|
|
12610
12640
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
12611
12641
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -12784,14 +12814,14 @@ function extractPlaceholderName(input) {
|
|
|
12784
12814
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
12785
12815
|
}
|
|
12786
12816
|
|
|
12787
|
-
// bazel-out/
|
|
12817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
12788
12818
|
var I18nError = class extends ParseError {
|
|
12789
12819
|
constructor(span, msg) {
|
|
12790
12820
|
super(span, msg);
|
|
12791
12821
|
}
|
|
12792
12822
|
};
|
|
12793
12823
|
|
|
12794
|
-
// bazel-out/
|
|
12824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
12795
12825
|
var NAMED_ENTITIES = {
|
|
12796
12826
|
"AElig": "\xC6",
|
|
12797
12827
|
"AMP": "&",
|
|
@@ -14922,7 +14952,7 @@ var NAMED_ENTITIES = {
|
|
|
14922
14952
|
var NGSP_UNICODE = "\uE500";
|
|
14923
14953
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
14924
14954
|
|
|
14925
|
-
// bazel-out/
|
|
14955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
14926
14956
|
var TokenError = class extends ParseError {
|
|
14927
14957
|
constructor(errorMsg, tokenType, span) {
|
|
14928
14958
|
super(span, errorMsg);
|
|
@@ -15843,7 +15873,7 @@ var CursorError = class {
|
|
|
15843
15873
|
}
|
|
15844
15874
|
};
|
|
15845
15875
|
|
|
15846
|
-
// bazel-out/
|
|
15876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
15847
15877
|
var TreeError = class extends ParseError {
|
|
15848
15878
|
static create(elementName, span, msg) {
|
|
15849
15879
|
return new TreeError(elementName, span, msg);
|
|
@@ -16227,7 +16257,7 @@ function decodeEntity(match, entity) {
|
|
|
16227
16257
|
return match;
|
|
16228
16258
|
}
|
|
16229
16259
|
|
|
16230
|
-
// bazel-out/
|
|
16260
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
16231
16261
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
16232
16262
|
"iframe|srcdoc",
|
|
16233
16263
|
"*|innerhtml",
|
|
@@ -16242,7 +16272,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
16242
16272
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
16243
16273
|
}
|
|
16244
16274
|
|
|
16245
|
-
// bazel-out/
|
|
16275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
16246
16276
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
16247
16277
|
if (htmlNode instanceof NodeWithI18n) {
|
|
16248
16278
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16399,7 +16429,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16399
16429
|
return jsDocComment(tags);
|
|
16400
16430
|
}
|
|
16401
16431
|
|
|
16402
|
-
// bazel-out/
|
|
16432
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16403
16433
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16404
16434
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16405
16435
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16450,7 +16480,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16450
16480
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16451
16481
|
}
|
|
16452
16482
|
|
|
16453
|
-
// bazel-out/
|
|
16483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16454
16484
|
function createLocalizeStatements(variable2, message, params) {
|
|
16455
16485
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16456
16486
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16539,7 +16569,7 @@ function createEmptyMessagePart(location) {
|
|
|
16539
16569
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16540
16570
|
}
|
|
16541
16571
|
|
|
16542
|
-
// bazel-out/
|
|
16572
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16543
16573
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16544
16574
|
var TRANSLATION_VAR_PREFIX2 = "i18n_";
|
|
16545
16575
|
var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
|
|
@@ -16700,7 +16730,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16700
16730
|
return variable(name);
|
|
16701
16731
|
}
|
|
16702
16732
|
|
|
16703
|
-
// bazel-out/
|
|
16733
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16704
16734
|
function convertI18nText(job) {
|
|
16705
16735
|
var _a2, _b2, _c2;
|
|
16706
16736
|
for (const unit of job.units) {
|
|
@@ -16770,7 +16800,7 @@ function convertI18nText(job) {
|
|
|
16770
16800
|
}
|
|
16771
16801
|
}
|
|
16772
16802
|
|
|
16773
|
-
// bazel-out/
|
|
16803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16774
16804
|
function liftLocalRefs(job) {
|
|
16775
16805
|
for (const unit of job.units) {
|
|
16776
16806
|
for (const op of unit.create) {
|
|
@@ -16800,7 +16830,7 @@ function serializeLocalRefs(refs) {
|
|
|
16800
16830
|
return literalArr(constRefs);
|
|
16801
16831
|
}
|
|
16802
16832
|
|
|
16803
|
-
// bazel-out/
|
|
16833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16804
16834
|
function emitNamespaceChanges(job) {
|
|
16805
16835
|
for (const unit of job.units) {
|
|
16806
16836
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16816,7 +16846,7 @@ function emitNamespaceChanges(job) {
|
|
|
16816
16846
|
}
|
|
16817
16847
|
}
|
|
16818
16848
|
|
|
16819
|
-
// bazel-out/
|
|
16849
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
16820
16850
|
function parse(value) {
|
|
16821
16851
|
const styles = [];
|
|
16822
16852
|
let i = 0;
|
|
@@ -16877,7 +16907,7 @@ function hyphenate2(value) {
|
|
|
16877
16907
|
}).toLowerCase();
|
|
16878
16908
|
}
|
|
16879
16909
|
|
|
16880
|
-
// bazel-out/
|
|
16910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16881
16911
|
function nameFunctionsAndVariables(job) {
|
|
16882
16912
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16883
16913
|
}
|
|
@@ -17006,7 +17036,7 @@ function stripImportant(name) {
|
|
|
17006
17036
|
return name;
|
|
17007
17037
|
}
|
|
17008
17038
|
|
|
17009
|
-
// bazel-out/
|
|
17039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
17010
17040
|
function mergeNextContextExpressions(job) {
|
|
17011
17041
|
for (const unit of job.units) {
|
|
17012
17042
|
for (const op of unit.create) {
|
|
@@ -17052,7 +17082,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
17052
17082
|
}
|
|
17053
17083
|
}
|
|
17054
17084
|
|
|
17055
|
-
// bazel-out/
|
|
17085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
17056
17086
|
var CONTAINER_TAG = "ng-container";
|
|
17057
17087
|
function generateNgContainerOps(job) {
|
|
17058
17088
|
for (const unit of job.units) {
|
|
@@ -17069,7 +17099,7 @@ function generateNgContainerOps(job) {
|
|
|
17069
17099
|
}
|
|
17070
17100
|
}
|
|
17071
17101
|
|
|
17072
|
-
// bazel-out/
|
|
17102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
17073
17103
|
function lookupElement3(elements, xref) {
|
|
17074
17104
|
const el = elements.get(xref);
|
|
17075
17105
|
if (el === void 0) {
|
|
@@ -17099,7 +17129,7 @@ function disableBindings(job) {
|
|
|
17099
17129
|
}
|
|
17100
17130
|
}
|
|
17101
17131
|
|
|
17102
|
-
// bazel-out/
|
|
17132
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
17103
17133
|
function generateNullishCoalesceExpressions(job) {
|
|
17104
17134
|
for (const unit of job.units) {
|
|
17105
17135
|
for (const op of unit.ops()) {
|
|
@@ -17115,7 +17145,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
17115
17145
|
}
|
|
17116
17146
|
}
|
|
17117
17147
|
|
|
17118
|
-
// bazel-out/
|
|
17148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
17119
17149
|
function kindTest(kind) {
|
|
17120
17150
|
return (op) => op.kind === kind;
|
|
17121
17151
|
}
|
|
@@ -17205,7 +17235,7 @@ function keepLast(ops) {
|
|
|
17205
17235
|
return ops.slice(ops.length - 1);
|
|
17206
17236
|
}
|
|
17207
17237
|
|
|
17208
|
-
// bazel-out/
|
|
17238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
17209
17239
|
function parseExtractedStyles(job) {
|
|
17210
17240
|
const elements = /* @__PURE__ */ new Map();
|
|
17211
17241
|
for (const unit of job.units) {
|
|
@@ -17240,7 +17270,7 @@ function parseExtractedStyles(job) {
|
|
|
17240
17270
|
}
|
|
17241
17271
|
}
|
|
17242
17272
|
|
|
17243
|
-
// bazel-out/
|
|
17273
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
17244
17274
|
function removeContentSelectors(job) {
|
|
17245
17275
|
for (const unit of job.units) {
|
|
17246
17276
|
const elements = createOpXrefMap(unit);
|
|
@@ -17267,7 +17297,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
17267
17297
|
return el;
|
|
17268
17298
|
}
|
|
17269
17299
|
|
|
17270
|
-
// bazel-out/
|
|
17300
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
17271
17301
|
function createPipes(job) {
|
|
17272
17302
|
for (const unit of job.units) {
|
|
17273
17303
|
processPipeBindingsInView(unit);
|
|
@@ -17315,7 +17345,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
17315
17345
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
17316
17346
|
}
|
|
17317
17347
|
|
|
17318
|
-
// bazel-out/
|
|
17348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
17319
17349
|
function createVariadicPipes(job) {
|
|
17320
17350
|
for (const unit of job.units) {
|
|
17321
17351
|
for (const op of unit.update) {
|
|
@@ -17332,7 +17362,7 @@ function createVariadicPipes(job) {
|
|
|
17332
17362
|
}
|
|
17333
17363
|
}
|
|
17334
17364
|
|
|
17335
|
-
// bazel-out/
|
|
17365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
17336
17366
|
function propagateI18nBlocks(job) {
|
|
17337
17367
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
17338
17368
|
}
|
|
@@ -17386,7 +17416,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
17386
17416
|
}
|
|
17387
17417
|
}
|
|
17388
17418
|
|
|
17389
|
-
// bazel-out/
|
|
17419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
17390
17420
|
function extractPureFunctions(job) {
|
|
17391
17421
|
for (const view of job.units) {
|
|
17392
17422
|
for (const op of view.ops()) {
|
|
@@ -17428,7 +17458,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
17428
17458
|
}
|
|
17429
17459
|
};
|
|
17430
17460
|
|
|
17431
|
-
// bazel-out/
|
|
17461
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
17432
17462
|
function generatePureLiteralStructures(job) {
|
|
17433
17463
|
for (const unit of job.units) {
|
|
17434
17464
|
for (const op of unit.update) {
|
|
@@ -17475,7 +17505,7 @@ function transformLiteralMap(expr) {
|
|
|
17475
17505
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
17476
17506
|
}
|
|
17477
17507
|
|
|
17478
|
-
// bazel-out/
|
|
17508
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
17479
17509
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
17480
17510
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
17481
17511
|
}
|
|
@@ -18010,7 +18040,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
18010
18040
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
18011
18041
|
}
|
|
18012
18042
|
|
|
18013
|
-
// bazel-out/
|
|
18043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
18014
18044
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
18015
18045
|
["window", Identifiers.resolveWindow],
|
|
18016
18046
|
["document", Identifiers.resolveDocument],
|
|
@@ -18351,7 +18381,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
18351
18381
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
18352
18382
|
}
|
|
18353
18383
|
|
|
18354
|
-
// bazel-out/
|
|
18384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
18355
18385
|
function removeEmptyBindings(job) {
|
|
18356
18386
|
for (const unit of job.units) {
|
|
18357
18387
|
for (const op of unit.update) {
|
|
@@ -18372,7 +18402,7 @@ function removeEmptyBindings(job) {
|
|
|
18372
18402
|
}
|
|
18373
18403
|
}
|
|
18374
18404
|
|
|
18375
|
-
// bazel-out/
|
|
18405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
18376
18406
|
function removeI18nContexts(job) {
|
|
18377
18407
|
for (const unit of job.units) {
|
|
18378
18408
|
for (const op of unit.create) {
|
|
@@ -18388,7 +18418,7 @@ function removeI18nContexts(job) {
|
|
|
18388
18418
|
}
|
|
18389
18419
|
}
|
|
18390
18420
|
|
|
18391
|
-
// bazel-out/
|
|
18421
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
18392
18422
|
function removeUnusedI18nAttributesOps(job) {
|
|
18393
18423
|
for (const unit of job.units) {
|
|
18394
18424
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -18410,7 +18440,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
18410
18440
|
}
|
|
18411
18441
|
}
|
|
18412
18442
|
|
|
18413
|
-
// bazel-out/
|
|
18443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
18414
18444
|
function resolveContexts(job) {
|
|
18415
18445
|
for (const unit of job.units) {
|
|
18416
18446
|
processLexicalScope(unit, unit.create);
|
|
@@ -18452,7 +18482,7 @@ function processLexicalScope(view, ops) {
|
|
|
18452
18482
|
}
|
|
18453
18483
|
}
|
|
18454
18484
|
|
|
18455
|
-
// bazel-out/
|
|
18485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
18456
18486
|
function resolveDollarEvent(job) {
|
|
18457
18487
|
for (const unit of job.units) {
|
|
18458
18488
|
transformDollarEvent(unit.create);
|
|
@@ -18475,7 +18505,7 @@ function transformDollarEvent(ops) {
|
|
|
18475
18505
|
}
|
|
18476
18506
|
}
|
|
18477
18507
|
|
|
18478
|
-
// bazel-out/
|
|
18508
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
18479
18509
|
function resolveI18nElementPlaceholders(job) {
|
|
18480
18510
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
18481
18511
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18654,7 +18684,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18654
18684
|
params.set(placeholder, values);
|
|
18655
18685
|
}
|
|
18656
18686
|
|
|
18657
|
-
// bazel-out/
|
|
18687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18658
18688
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18659
18689
|
var _a2;
|
|
18660
18690
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18707,7 +18737,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18707
18737
|
}
|
|
18708
18738
|
}
|
|
18709
18739
|
|
|
18710
|
-
// bazel-out/
|
|
18740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18711
18741
|
function resolveNames(job) {
|
|
18712
18742
|
for (const unit of job.units) {
|
|
18713
18743
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18772,7 +18802,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18772
18802
|
}
|
|
18773
18803
|
}
|
|
18774
18804
|
|
|
18775
|
-
// bazel-out/
|
|
18805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18776
18806
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18777
18807
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18778
18808
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18842,7 +18872,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18842
18872
|
return securityContext;
|
|
18843
18873
|
}
|
|
18844
18874
|
|
|
18845
|
-
// bazel-out/
|
|
18875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18846
18876
|
function transformTwoWayBindingSet(job) {
|
|
18847
18877
|
for (const unit of job.units) {
|
|
18848
18878
|
for (const op of unit.create) {
|
|
@@ -18892,7 +18922,7 @@ function wrapAction(target, value) {
|
|
|
18892
18922
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
18893
18923
|
}
|
|
18894
18924
|
|
|
18895
|
-
// bazel-out/
|
|
18925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18896
18926
|
function saveAndRestoreView(job) {
|
|
18897
18927
|
for (const unit of job.units) {
|
|
18898
18928
|
unit.create.prepend([
|
|
@@ -18937,7 +18967,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18937
18967
|
}
|
|
18938
18968
|
}
|
|
18939
18969
|
|
|
18940
|
-
// bazel-out/
|
|
18970
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18941
18971
|
function allocateSlots(job) {
|
|
18942
18972
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18943
18973
|
for (const unit of job.units) {
|
|
@@ -18962,7 +18992,7 @@ function allocateSlots(job) {
|
|
|
18962
18992
|
}
|
|
18963
18993
|
}
|
|
18964
18994
|
|
|
18965
|
-
// bazel-out/
|
|
18995
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18966
18996
|
function specializeStyleBindings(job) {
|
|
18967
18997
|
for (const unit of job.units) {
|
|
18968
18998
|
for (const op of unit.update) {
|
|
@@ -18992,7 +19022,7 @@ function specializeStyleBindings(job) {
|
|
|
18992
19022
|
}
|
|
18993
19023
|
}
|
|
18994
19024
|
|
|
18995
|
-
// bazel-out/
|
|
19025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18996
19026
|
function generateTemporaryVariables(job) {
|
|
18997
19027
|
for (const unit of job.units) {
|
|
18998
19028
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -19050,7 +19080,7 @@ function assignName(names, expr) {
|
|
|
19050
19080
|
expr.name = name;
|
|
19051
19081
|
}
|
|
19052
19082
|
|
|
19053
|
-
// bazel-out/
|
|
19083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
19054
19084
|
function generateTrackFns(job) {
|
|
19055
19085
|
for (const unit of job.units) {
|
|
19056
19086
|
for (const op of unit.create) {
|
|
@@ -19083,7 +19113,7 @@ function generateTrackFns(job) {
|
|
|
19083
19113
|
}
|
|
19084
19114
|
}
|
|
19085
19115
|
|
|
19086
|
-
// bazel-out/
|
|
19116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
19087
19117
|
function optimizeTrackFns(job) {
|
|
19088
19118
|
for (const unit of job.units) {
|
|
19089
19119
|
for (const op of unit.create) {
|
|
@@ -19131,7 +19161,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
19131
19161
|
return true;
|
|
19132
19162
|
}
|
|
19133
19163
|
|
|
19134
|
-
// bazel-out/
|
|
19164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
19135
19165
|
function generateTrackVariables(job) {
|
|
19136
19166
|
for (const unit of job.units) {
|
|
19137
19167
|
for (const op of unit.create) {
|
|
@@ -19152,7 +19182,7 @@ function generateTrackVariables(job) {
|
|
|
19152
19182
|
}
|
|
19153
19183
|
}
|
|
19154
19184
|
|
|
19155
|
-
// bazel-out/
|
|
19185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
19156
19186
|
function countVariables(job) {
|
|
19157
19187
|
for (const unit of job.units) {
|
|
19158
19188
|
let varCount = 0;
|
|
@@ -19262,7 +19292,7 @@ function isSingletonInterpolation(expr) {
|
|
|
19262
19292
|
return true;
|
|
19263
19293
|
}
|
|
19264
19294
|
|
|
19265
|
-
// bazel-out/
|
|
19295
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
19266
19296
|
function optimizeVariables(job) {
|
|
19267
19297
|
for (const unit of job.units) {
|
|
19268
19298
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19511,7 +19541,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19511
19541
|
}
|
|
19512
19542
|
}
|
|
19513
19543
|
|
|
19514
|
-
// bazel-out/
|
|
19544
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19515
19545
|
function wrapI18nIcus(job) {
|
|
19516
19546
|
for (const unit of job.units) {
|
|
19517
19547
|
let currentI18nOp = null;
|
|
@@ -19541,7 +19571,7 @@ function wrapI18nIcus(job) {
|
|
|
19541
19571
|
}
|
|
19542
19572
|
}
|
|
19543
19573
|
|
|
19544
|
-
// bazel-out/
|
|
19574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19545
19575
|
var phases = [
|
|
19546
19576
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19547
19577
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19707,7 +19737,7 @@ function emitHostBindingFunction(job) {
|
|
|
19707
19737
|
);
|
|
19708
19738
|
}
|
|
19709
19739
|
|
|
19710
|
-
// bazel-out/
|
|
19740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19711
19741
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19712
19742
|
var domSchema = new DomElementSchemaRegistry();
|
|
19713
19743
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20435,10 +20465,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20435
20465
|
return null;
|
|
20436
20466
|
}
|
|
20437
20467
|
|
|
20438
|
-
// bazel-out/
|
|
20468
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
20439
20469
|
var USE_TEMPLATE_PIPELINE = false;
|
|
20440
20470
|
|
|
20441
|
-
// bazel-out/
|
|
20471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20442
20472
|
var HtmlParser = class extends Parser2 {
|
|
20443
20473
|
constructor() {
|
|
20444
20474
|
super(getHtmlTagDefinition);
|
|
@@ -20448,7 +20478,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
20448
20478
|
}
|
|
20449
20479
|
};
|
|
20450
20480
|
|
|
20451
|
-
// bazel-out/
|
|
20481
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
20452
20482
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
20453
20483
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
20454
20484
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -20514,7 +20544,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
20514
20544
|
return result;
|
|
20515
20545
|
}
|
|
20516
20546
|
|
|
20517
|
-
// bazel-out/
|
|
20547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20518
20548
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20519
20549
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20520
20550
|
var CLASS_PREFIX = "class";
|
|
@@ -20855,7 +20885,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20855
20885
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20856
20886
|
}
|
|
20857
20887
|
|
|
20858
|
-
// bazel-out/
|
|
20888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20859
20889
|
function isStyleUrlResolvable(url) {
|
|
20860
20890
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20861
20891
|
return false;
|
|
@@ -20864,7 +20894,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20864
20894
|
}
|
|
20865
20895
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20866
20896
|
|
|
20867
|
-
// bazel-out/
|
|
20897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20868
20898
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20869
20899
|
var LINK_ELEMENT = "link";
|
|
20870
20900
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20934,7 +20964,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20934
20964
|
return selectAttr;
|
|
20935
20965
|
}
|
|
20936
20966
|
|
|
20937
|
-
// bazel-out/
|
|
20967
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20938
20968
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20939
20969
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20940
20970
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -21248,7 +21278,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
21248
21278
|
return expression.slice(start, end);
|
|
21249
21279
|
}
|
|
21250
21280
|
|
|
21251
|
-
// bazel-out/
|
|
21281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
21252
21282
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
21253
21283
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
21254
21284
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21512,7 +21542,7 @@ function parseDeferredTime(value) {
|
|
|
21512
21542
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21513
21543
|
}
|
|
21514
21544
|
|
|
21515
|
-
// bazel-out/
|
|
21545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21516
21546
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21517
21547
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21518
21548
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21647,7 +21677,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21647
21677
|
return { triggers, prefetchTriggers };
|
|
21648
21678
|
}
|
|
21649
21679
|
|
|
21650
|
-
// bazel-out/
|
|
21680
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21651
21681
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21652
21682
|
var KW_BIND_IDX = 1;
|
|
21653
21683
|
var KW_LET_IDX = 2;
|
|
@@ -22078,7 +22108,7 @@ function textContents(node) {
|
|
|
22078
22108
|
}
|
|
22079
22109
|
}
|
|
22080
22110
|
|
|
22081
|
-
// bazel-out/
|
|
22111
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
22082
22112
|
var TagType;
|
|
22083
22113
|
(function(TagType2) {
|
|
22084
22114
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -22223,7 +22253,7 @@ function serializePlaceholderValue(value) {
|
|
|
22223
22253
|
}
|
|
22224
22254
|
}
|
|
22225
22255
|
|
|
22226
|
-
// bazel-out/
|
|
22256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
22227
22257
|
var IMPORTANT_FLAG = "!important";
|
|
22228
22258
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
22229
22259
|
var StylingBuilder = class {
|
|
@@ -22556,7 +22586,7 @@ function isEmptyExpression(ast) {
|
|
|
22556
22586
|
return ast instanceof EmptyExpr;
|
|
22557
22587
|
}
|
|
22558
22588
|
|
|
22559
|
-
// bazel-out/
|
|
22589
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
22560
22590
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
22561
22591
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
22562
22592
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -24248,7 +24278,7 @@ function createClosureModeGuard2() {
|
|
|
24248
24278
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
|
|
24249
24279
|
}
|
|
24250
24280
|
|
|
24251
|
-
// bazel-out/
|
|
24281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
24252
24282
|
function toQueryFlags(query) {
|
|
24253
24283
|
return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
|
|
24254
24284
|
}
|
|
@@ -24365,7 +24395,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
24365
24395
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
24366
24396
|
}
|
|
24367
24397
|
|
|
24368
|
-
// bazel-out/
|
|
24398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
24369
24399
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
24370
24400
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
24371
24401
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -24945,7 +24975,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
24945
24975
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
24946
24976
|
}
|
|
24947
24977
|
|
|
24948
|
-
// bazel-out/
|
|
24978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
24949
24979
|
var R3TargetBinder = class {
|
|
24950
24980
|
constructor(directiveMatcher) {
|
|
24951
24981
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -25571,11 +25601,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
25571
25601
|
return templateEntities;
|
|
25572
25602
|
}
|
|
25573
25603
|
|
|
25574
|
-
// bazel-out/
|
|
25604
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
25575
25605
|
var ResourceLoader = class {
|
|
25576
25606
|
};
|
|
25577
25607
|
|
|
25578
|
-
// bazel-out/
|
|
25608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
25579
25609
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
|
|
25580
25610
|
var CompilerFacadeImpl = class {
|
|
25581
25611
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
@@ -26156,17 +26186,17 @@ function publishFacade(global) {
|
|
|
26156
26186
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
26157
26187
|
}
|
|
26158
26188
|
|
|
26159
|
-
// bazel-out/
|
|
26160
|
-
var VERSION2 = new Version("17.3.
|
|
26189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26190
|
+
var VERSION2 = new Version("17.3.9");
|
|
26161
26191
|
|
|
26162
|
-
// bazel-out/
|
|
26192
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26163
26193
|
var _VisitorMode;
|
|
26164
26194
|
(function(_VisitorMode2) {
|
|
26165
26195
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
26166
26196
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
26167
26197
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
26168
26198
|
|
|
26169
|
-
// bazel-out/
|
|
26199
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
26170
26200
|
var XmlTagDefinition = class {
|
|
26171
26201
|
constructor() {
|
|
26172
26202
|
this.closedByParent = false;
|
|
@@ -26188,7 +26218,7 @@ var XmlTagDefinition = class {
|
|
|
26188
26218
|
};
|
|
26189
26219
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
26190
26220
|
|
|
26191
|
-
// bazel-out/
|
|
26221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
26192
26222
|
var FactoryTarget2;
|
|
26193
26223
|
(function(FactoryTarget3) {
|
|
26194
26224
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -26198,10 +26228,10 @@ var FactoryTarget2;
|
|
|
26198
26228
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
26199
26229
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
26200
26230
|
|
|
26201
|
-
// bazel-out/
|
|
26231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
26202
26232
|
publishFacade(_global);
|
|
26203
26233
|
|
|
26204
|
-
// bazel-out/
|
|
26234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
26205
26235
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
26206
26236
|
function migrateTemplate(template2) {
|
|
26207
26237
|
if (!template2.includes(")]=")) {
|
|
@@ -26326,7 +26356,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
26326
26356
|
}
|
|
26327
26357
|
};
|
|
26328
26358
|
|
|
26329
|
-
// bazel-out/
|
|
26359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
26330
26360
|
function invalid_two_way_bindings_default() {
|
|
26331
26361
|
return (tree) => __async(this, null, function* () {
|
|
26332
26362
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|