@angular/core 18.0.0-next.3 → 18.0.0-next.4
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/rxjs-interop/src/take_until_destroyed.mjs +2 -2
- package/esm2022/rxjs-interop/src/to_observable.mjs +1 -1
- package/esm2022/rxjs-interop/src/to_signal.mjs +2 -2
- package/esm2022/src/application/application_tokens.mjs +1 -1
- package/esm2022/src/change_detection/change_detector_ref.mjs +3 -3
- package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +12 -2
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +6 -15
- package/esm2022/src/core_render3_private_export.mjs +1 -2
- package/esm2022/src/debug/debug_node.mjs +5 -5
- package/esm2022/src/di/contextual.mjs +3 -3
- package/esm2022/src/di/injectable.mjs +1 -1
- package/esm2022/src/di/injector.mjs +4 -4
- package/esm2022/src/di/injector_compatibility.mjs +3 -3
- package/esm2022/src/di/interface/provider.mjs +1 -1
- package/esm2022/src/di/metadata.mjs +1 -1
- package/esm2022/src/di/provider_collection.mjs +2 -2
- package/esm2022/src/event_emitter.mjs +1 -1
- package/esm2022/src/hydration/api.mjs +2 -3
- package/esm2022/src/i18n/locale_data_api.mjs +4 -4
- package/esm2022/src/i18n/tokens.mjs +6 -6
- package/esm2022/src/interface/lifecycle_hooks.mjs +1 -1
- package/esm2022/src/linker/compiler.mjs +1 -7
- package/esm2022/src/linker/ng_module_factory.mjs +2 -3
- package/esm2022/src/linker/template_ref.mjs +1 -2
- package/esm2022/src/metadata/directives.mjs +1 -1
- package/esm2022/src/metadata/do_bootstrap.mjs +1 -1
- package/esm2022/src/metadata/ng_module.mjs +1 -1
- package/esm2022/src/render3/component.mjs +3 -4
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/definition.mjs +2 -2
- package/esm2022/src/render3/instructions/change_detection.mjs +3 -6
- package/esm2022/src/render3/jit/environment.mjs +1 -3
- package/esm2022/src/render3/ng_module_ref.mjs +1 -4
- package/esm2022/src/render3/node_manipulation.mjs +19 -15
- package/esm2022/src/render3/reactivity/effect.mjs +1 -1
- package/esm2022/src/render3/view_ref.mjs +14 -4
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +73 -76
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs +4 -4
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +2 -2
- package/index.d.ts +89 -102
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +2 -2
- package/rxjs-interop/index.d.ts +5 -5
- package/schematics/migrations/block-template-entities/bundle.js +162 -178
- package/schematics/migrations/block-template-entities/bundle.js.map +2 -2
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/compiler-options/bundle.js.map +1 -1
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +163 -179
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/migrations/transfer-state/bundle.js.map +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js +171 -187
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +473 -479
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- 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/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
67
67
|
var control_flow_migration_exports = {};
|
|
68
68
|
__export(control_flow_migration_exports, {
|
|
69
69
|
default: () => control_flow_migration_default
|
|
@@ -72,22 +72,22 @@ module.exports = __toCommonJS(control_flow_migration_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path3 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
76
76
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
77
77
|
|
|
78
|
-
// bazel-out/
|
|
78
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
79
79
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
80
80
|
|
|
81
|
-
// bazel-out/
|
|
81
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
82
82
|
function normalizePath(path2) {
|
|
83
83
|
return path2.replace(/\\/g, "/");
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
// bazel-out/
|
|
86
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
87
87
|
var import_path = require("path");
|
|
88
88
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
89
89
|
|
|
90
|
-
// bazel-out/
|
|
90
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
91
91
|
var path = __toESM(require("path"), 1);
|
|
92
92
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
93
93
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -104,7 +104,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
104
104
|
return import_typescript3.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
// bazel-out/
|
|
107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
108
108
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
109
109
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
110
110
|
return import_typescript4.default.createProgram(rootNames, options, host);
|
|
@@ -137,7 +137,7 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
137
137
|
return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
// bazel-out/
|
|
140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
141
141
|
var _SELECTOR_REGEXP = new RegExp(
|
|
142
142
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
143
143
|
"g"
|
|
@@ -445,7 +445,7 @@ var SelectorContext = class {
|
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
447
|
|
|
448
|
-
// bazel-out/
|
|
448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
449
449
|
var ViewEncapsulation;
|
|
450
450
|
(function(ViewEncapsulation2) {
|
|
451
451
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -513,7 +513,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
513
513
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
514
514
|
}
|
|
515
515
|
|
|
516
|
-
// bazel-out/
|
|
516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
517
517
|
var textEncoder;
|
|
518
518
|
function computeDigest(message) {
|
|
519
519
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -753,7 +753,7 @@ function wordAt(bytes, index, endian) {
|
|
|
753
753
|
return word;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
|
-
// bazel-out/
|
|
756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
757
757
|
var TypeModifier;
|
|
758
758
|
(function(TypeModifier2) {
|
|
759
759
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1691,7 +1691,7 @@ function serializeTags(tags) {
|
|
|
1691
1691
|
return out;
|
|
1692
1692
|
}
|
|
1693
1693
|
|
|
1694
|
-
// bazel-out/
|
|
1694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1695
1695
|
var CONSTANT_PREFIX = "_c";
|
|
1696
1696
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1697
1697
|
var KEY_CONTEXT = {};
|
|
@@ -1879,7 +1879,7 @@ function isLongStringLiteral(expr) {
|
|
|
1879
1879
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
|
-
// bazel-out/
|
|
1882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
1883
1883
|
var CORE = "@angular/core";
|
|
1884
1884
|
var _Identifiers = class {
|
|
1885
1885
|
};
|
|
@@ -2505,12 +2505,6 @@ var Identifiers = _Identifiers;
|
|
|
2505
2505
|
moduleName: CORE
|
|
2506
2506
|
};
|
|
2507
2507
|
})();
|
|
2508
|
-
(() => {
|
|
2509
|
-
_Identifiers.InputFlags = {
|
|
2510
|
-
name: "\u0275\u0275InputFlags",
|
|
2511
|
-
moduleName: CORE
|
|
2512
|
-
};
|
|
2513
|
-
})();
|
|
2514
2508
|
(() => {
|
|
2515
2509
|
_Identifiers.sanitizeHtml = { name: "\u0275\u0275sanitizeHtml", moduleName: CORE };
|
|
2516
2510
|
})();
|
|
@@ -2548,7 +2542,7 @@ var Identifiers = _Identifiers;
|
|
|
2548
2542
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2549
2543
|
})();
|
|
2550
2544
|
|
|
2551
|
-
// bazel-out/
|
|
2545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2552
2546
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2553
2547
|
function dashCaseToCamelCase(input) {
|
|
2554
2548
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2625,7 +2619,7 @@ var Version = class {
|
|
|
2625
2619
|
};
|
|
2626
2620
|
var _global = globalThis;
|
|
2627
2621
|
|
|
2628
|
-
// bazel-out/
|
|
2622
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2629
2623
|
var VERSION = 3;
|
|
2630
2624
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2631
2625
|
var SourceMapGenerator = class {
|
|
@@ -2754,7 +2748,7 @@ function toBase64Digit(value) {
|
|
|
2754
2748
|
return B64_DIGITS[value];
|
|
2755
2749
|
}
|
|
2756
2750
|
|
|
2757
|
-
// bazel-out/
|
|
2751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2758
2752
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2759
2753
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2760
2754
|
var _INDENT_WITH = " ";
|
|
@@ -3242,7 +3236,7 @@ function _createIndent(count) {
|
|
|
3242
3236
|
return res;
|
|
3243
3237
|
}
|
|
3244
3238
|
|
|
3245
|
-
// bazel-out/
|
|
3239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3246
3240
|
function typeWithParameters(type, numParams) {
|
|
3247
3241
|
if (numParams === 0) {
|
|
3248
3242
|
return expressionType(type);
|
|
@@ -3297,7 +3291,7 @@ function generateForwardRef(expr) {
|
|
|
3297
3291
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3298
3292
|
}
|
|
3299
3293
|
|
|
3300
|
-
// bazel-out/
|
|
3294
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3301
3295
|
var R3FactoryDelegateType;
|
|
3302
3296
|
(function(R3FactoryDelegateType2) {
|
|
3303
3297
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3442,7 +3436,7 @@ function getInjectFn(target) {
|
|
|
3442
3436
|
}
|
|
3443
3437
|
}
|
|
3444
3438
|
|
|
3445
|
-
// bazel-out/
|
|
3439
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3446
3440
|
var ParserError = class {
|
|
3447
3441
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3448
3442
|
this.input = input;
|
|
@@ -3880,7 +3874,7 @@ var BoundElementProperty = class {
|
|
|
3880
3874
|
}
|
|
3881
3875
|
};
|
|
3882
3876
|
|
|
3883
|
-
// bazel-out/
|
|
3877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
3884
3878
|
var TagContentType;
|
|
3885
3879
|
(function(TagContentType2) {
|
|
3886
3880
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -3917,7 +3911,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
3917
3911
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
3918
3912
|
}
|
|
3919
3913
|
|
|
3920
|
-
// bazel-out/
|
|
3914
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3921
3915
|
var Comment = class {
|
|
3922
3916
|
constructor(value, sourceSpan) {
|
|
3923
3917
|
this.value = value;
|
|
@@ -4299,7 +4293,7 @@ function visitAll(visitor, nodes) {
|
|
|
4299
4293
|
return result;
|
|
4300
4294
|
}
|
|
4301
4295
|
|
|
4302
|
-
// bazel-out/
|
|
4296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4303
4297
|
var Message = class {
|
|
4304
4298
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4305
4299
|
this.nodes = nodes;
|
|
@@ -4437,7 +4431,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4437
4431
|
}
|
|
4438
4432
|
};
|
|
4439
4433
|
|
|
4440
|
-
// bazel-out/
|
|
4434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4441
4435
|
var _Visitor = class {
|
|
4442
4436
|
visitTag(tag) {
|
|
4443
4437
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4465,12 +4459,12 @@ ${doctype.dtd}
|
|
|
4465
4459
|
};
|
|
4466
4460
|
var _visitor = new _Visitor();
|
|
4467
4461
|
|
|
4468
|
-
// bazel-out/
|
|
4462
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4469
4463
|
function toPublicName(internalName) {
|
|
4470
4464
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4471
4465
|
}
|
|
4472
4466
|
|
|
4473
|
-
// bazel-out/
|
|
4467
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4474
4468
|
var I18N_ATTR = "i18n";
|
|
4475
4469
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4476
4470
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4510,7 +4504,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4510
4504
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4511
4505
|
}
|
|
4512
4506
|
|
|
4513
|
-
// bazel-out/
|
|
4507
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4514
4508
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4515
4509
|
var TEMPORARY_NAME = "_t";
|
|
4516
4510
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4553,16 +4547,15 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4553
4547
|
publicName = value.bindingPropertyName;
|
|
4554
4548
|
const differentDeclaringName = publicName !== declaredName;
|
|
4555
4549
|
const hasDecoratorInputTransform = value.transformFunction !== null;
|
|
4556
|
-
let flags =
|
|
4550
|
+
let flags = InputFlags.None;
|
|
4557
4551
|
if (value.isSignal) {
|
|
4558
|
-
flags
|
|
4552
|
+
flags |= InputFlags.SignalBased;
|
|
4559
4553
|
}
|
|
4560
4554
|
if (hasDecoratorInputTransform) {
|
|
4561
|
-
flags
|
|
4555
|
+
flags |= InputFlags.HasDecoratorInputTransform;
|
|
4562
4556
|
}
|
|
4563
|
-
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !==
|
|
4564
|
-
const
|
|
4565
|
-
const result = [flagsExpr, asLiteral(publicName)];
|
|
4557
|
+
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !== InputFlags.None)) {
|
|
4558
|
+
const result = [literal(flags), asLiteral(publicName)];
|
|
4566
4559
|
if (differentDeclaringName || hasDecoratorInputTransform) {
|
|
4567
4560
|
result.push(asLiteral(declaredName));
|
|
4568
4561
|
if (hasDecoratorInputTransform) {
|
|
@@ -4581,15 +4574,6 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4581
4574
|
};
|
|
4582
4575
|
}));
|
|
4583
4576
|
}
|
|
4584
|
-
function getInputFlagExpr(flag) {
|
|
4585
|
-
return importExpr(Identifiers.InputFlags).prop(InputFlags[flag]);
|
|
4586
|
-
}
|
|
4587
|
-
function bitwiseOrInputFlagsExpr(flag, expr) {
|
|
4588
|
-
if (expr === null) {
|
|
4589
|
-
return getInputFlagExpr(flag);
|
|
4590
|
-
}
|
|
4591
|
-
return getInputFlagExpr(flag).bitwiseOr(expr);
|
|
4592
|
-
}
|
|
4593
4577
|
var DefinitionMap = class {
|
|
4594
4578
|
constructor() {
|
|
4595
4579
|
this.values = [];
|
|
@@ -4647,7 +4631,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4647
4631
|
return attributesMap;
|
|
4648
4632
|
}
|
|
4649
4633
|
|
|
4650
|
-
// bazel-out/
|
|
4634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4651
4635
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4652
4636
|
let result = null;
|
|
4653
4637
|
const factoryMeta = {
|
|
@@ -4732,7 +4716,7 @@ function createFactoryFunction(type) {
|
|
|
4732
4716
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4733
4717
|
}
|
|
4734
4718
|
|
|
4735
|
-
// bazel-out/
|
|
4719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4736
4720
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4737
4721
|
/^\s*$/,
|
|
4738
4722
|
/[<>]/,
|
|
@@ -4754,7 +4738,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4754
4738
|
}
|
|
4755
4739
|
}
|
|
4756
4740
|
|
|
4757
|
-
// bazel-out/
|
|
4741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4758
4742
|
var InterpolationConfig = class {
|
|
4759
4743
|
static fromArray(markers) {
|
|
4760
4744
|
if (!markers) {
|
|
@@ -4771,7 +4755,7 @@ var InterpolationConfig = class {
|
|
|
4771
4755
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4772
4756
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4773
4757
|
|
|
4774
|
-
// bazel-out/
|
|
4758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4775
4759
|
var $EOF = 0;
|
|
4776
4760
|
var $BSPACE = 8;
|
|
4777
4761
|
var $TAB = 9;
|
|
@@ -4853,7 +4837,7 @@ function isQuote(code) {
|
|
|
4853
4837
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4854
4838
|
}
|
|
4855
4839
|
|
|
4856
|
-
// bazel-out/
|
|
4840
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4857
4841
|
var ParseLocation = class {
|
|
4858
4842
|
constructor(file, offset, line, col) {
|
|
4859
4843
|
this.file = file;
|
|
@@ -5000,7 +4984,7 @@ function sanitizeIdentifier(name) {
|
|
|
5000
4984
|
return name.replace(/\W/g, "_");
|
|
5001
4985
|
}
|
|
5002
4986
|
|
|
5003
|
-
// bazel-out/
|
|
4987
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5004
4988
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5005
4989
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5006
4990
|
constructor() {
|
|
@@ -5093,7 +5077,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5093
5077
|
}
|
|
5094
5078
|
};
|
|
5095
5079
|
|
|
5096
|
-
// bazel-out/
|
|
5080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5097
5081
|
var policy;
|
|
5098
5082
|
function getPolicy() {
|
|
5099
5083
|
if (policy === void 0) {
|
|
@@ -5131,7 +5115,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5131
5115
|
return fn2.bind(_global);
|
|
5132
5116
|
}
|
|
5133
5117
|
|
|
5134
|
-
// bazel-out/
|
|
5118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5135
5119
|
var JitEvaluator = class {
|
|
5136
5120
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5137
5121
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5222,7 +5206,7 @@ function isUseStrictStatement(statement) {
|
|
|
5222
5206
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5223
5207
|
}
|
|
5224
5208
|
|
|
5225
|
-
// bazel-out/
|
|
5209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5226
5210
|
function compileInjector(meta) {
|
|
5227
5211
|
const definitionMap = new DefinitionMap();
|
|
5228
5212
|
if (meta.providers !== null) {
|
|
@@ -5239,7 +5223,7 @@ function createInjectorType(meta) {
|
|
|
5239
5223
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5240
5224
|
}
|
|
5241
5225
|
|
|
5242
|
-
// bazel-out/
|
|
5226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5243
5227
|
var R3JitReflector = class {
|
|
5244
5228
|
constructor(context) {
|
|
5245
5229
|
this.context = context;
|
|
@@ -5255,7 +5239,7 @@ var R3JitReflector = class {
|
|
|
5255
5239
|
}
|
|
5256
5240
|
};
|
|
5257
5241
|
|
|
5258
|
-
// bazel-out/
|
|
5242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5259
5243
|
var R3SelectorScopeMode;
|
|
5260
5244
|
(function(R3SelectorScopeMode2) {
|
|
5261
5245
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5396,7 +5380,7 @@ function tupleOfTypes(types) {
|
|
|
5396
5380
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5397
5381
|
}
|
|
5398
5382
|
|
|
5399
|
-
// bazel-out/
|
|
5383
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5400
5384
|
function compilePipeFromMetadata(metadata) {
|
|
5401
5385
|
const definitionMapValues = [];
|
|
5402
5386
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5417,7 +5401,7 @@ function createPipeType(metadata) {
|
|
|
5417
5401
|
]));
|
|
5418
5402
|
}
|
|
5419
5403
|
|
|
5420
|
-
// bazel-out/
|
|
5404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5421
5405
|
var R3TemplateDependencyKind;
|
|
5422
5406
|
(function(R3TemplateDependencyKind2) {
|
|
5423
5407
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5425,7 +5409,7 @@ var R3TemplateDependencyKind;
|
|
|
5425
5409
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5426
5410
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5427
5411
|
|
|
5428
|
-
// bazel-out/
|
|
5412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5429
5413
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5430
5414
|
"inherit",
|
|
5431
5415
|
"initial",
|
|
@@ -5897,7 +5881,7 @@ function repeatGroups(groups, multiples) {
|
|
|
5897
5881
|
}
|
|
5898
5882
|
}
|
|
5899
5883
|
|
|
5900
|
-
// bazel-out/
|
|
5884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
5901
5885
|
var OpKind;
|
|
5902
5886
|
(function(OpKind2) {
|
|
5903
5887
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6051,7 +6035,7 @@ var TemplateKind;
|
|
|
6051
6035
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6052
6036
|
})(TemplateKind || (TemplateKind = {}));
|
|
6053
6037
|
|
|
6054
|
-
// bazel-out/
|
|
6038
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6055
6039
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6056
6040
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6057
6041
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6079,7 +6063,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6079
6063
|
return expr[UsesVarOffset] === true;
|
|
6080
6064
|
}
|
|
6081
6065
|
|
|
6082
|
-
// bazel-out/
|
|
6066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6083
6067
|
function createStatementOp(statement) {
|
|
6084
6068
|
return __spreadValues({
|
|
6085
6069
|
kind: OpKind.Statement,
|
|
@@ -6101,7 +6085,7 @@ var NEW_OP = {
|
|
|
6101
6085
|
next: null
|
|
6102
6086
|
};
|
|
6103
6087
|
|
|
6104
|
-
// bazel-out/
|
|
6088
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6105
6089
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6106
6090
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6107
6091
|
kind: OpKind.InterpolateText,
|
|
@@ -6282,7 +6266,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
6282
6266
|
}, NEW_OP);
|
|
6283
6267
|
}
|
|
6284
6268
|
|
|
6285
|
-
// bazel-out/
|
|
6269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6286
6270
|
var _a;
|
|
6287
6271
|
var _b;
|
|
6288
6272
|
var _c;
|
|
@@ -7144,7 +7128,7 @@ function isStringLiteral(expr) {
|
|
|
7144
7128
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7145
7129
|
}
|
|
7146
7130
|
|
|
7147
|
-
// bazel-out/
|
|
7131
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7148
7132
|
var _OpList = class {
|
|
7149
7133
|
constructor() {
|
|
7150
7134
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7335,14 +7319,14 @@ var OpList = _OpList;
|
|
|
7335
7319
|
_OpList.nextListId = 0;
|
|
7336
7320
|
})();
|
|
7337
7321
|
|
|
7338
|
-
// bazel-out/
|
|
7322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7339
7323
|
var SlotHandle = class {
|
|
7340
7324
|
constructor() {
|
|
7341
7325
|
this.slot = null;
|
|
7342
7326
|
}
|
|
7343
7327
|
};
|
|
7344
7328
|
|
|
7345
|
-
// bazel-out/
|
|
7329
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7346
7330
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7347
7331
|
OpKind.Element,
|
|
7348
7332
|
OpKind.ElementStart,
|
|
@@ -7646,7 +7630,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7646
7630
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7647
7631
|
}
|
|
7648
7632
|
|
|
7649
|
-
// bazel-out/
|
|
7633
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7650
7634
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7651
7635
|
return __spreadValues(__spreadValues({
|
|
7652
7636
|
kind: OpKind.HostProperty,
|
|
@@ -7660,10 +7644,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7660
7644
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7661
7645
|
}
|
|
7662
7646
|
|
|
7663
|
-
// bazel-out/
|
|
7647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7664
7648
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7665
7649
|
|
|
7666
|
-
// bazel-out/
|
|
7650
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7667
7651
|
var CompilationJobKind;
|
|
7668
7652
|
(function(CompilationJobKind2) {
|
|
7669
7653
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -7771,7 +7755,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
7771
7755
|
}
|
|
7772
7756
|
};
|
|
7773
7757
|
|
|
7774
|
-
// bazel-out/
|
|
7758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
7775
7759
|
function deleteAnyCasts(job) {
|
|
7776
7760
|
for (const unit of job.units) {
|
|
7777
7761
|
for (const op of unit.ops()) {
|
|
@@ -7789,7 +7773,7 @@ function removeAnys(e) {
|
|
|
7789
7773
|
return e;
|
|
7790
7774
|
}
|
|
7791
7775
|
|
|
7792
|
-
// bazel-out/
|
|
7776
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
7793
7777
|
function applyI18nExpressions(job) {
|
|
7794
7778
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
7795
7779
|
for (const unit of job.units) {
|
|
@@ -7832,7 +7816,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
7832
7816
|
return false;
|
|
7833
7817
|
}
|
|
7834
7818
|
|
|
7835
|
-
// bazel-out/
|
|
7819
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
7836
7820
|
function assignI18nSlotDependencies(job) {
|
|
7837
7821
|
for (const unit of job.units) {
|
|
7838
7822
|
let updateOp = unit.update.head;
|
|
@@ -7877,7 +7861,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
7877
7861
|
}
|
|
7878
7862
|
}
|
|
7879
7863
|
|
|
7880
|
-
// bazel-out/
|
|
7864
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
7881
7865
|
function createOpXrefMap(unit) {
|
|
7882
7866
|
const map = /* @__PURE__ */ new Map();
|
|
7883
7867
|
for (const op of unit.create) {
|
|
@@ -7892,7 +7876,7 @@ function createOpXrefMap(unit) {
|
|
|
7892
7876
|
return map;
|
|
7893
7877
|
}
|
|
7894
7878
|
|
|
7895
|
-
// bazel-out/
|
|
7879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
7896
7880
|
function extractAttributes(job) {
|
|
7897
7881
|
for (const unit of job.units) {
|
|
7898
7882
|
const elements = createOpXrefMap(unit);
|
|
@@ -8021,7 +8005,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8021
8005
|
}
|
|
8022
8006
|
}
|
|
8023
8007
|
|
|
8024
|
-
// bazel-out/
|
|
8008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8025
8009
|
function lookupElement2(elements, xref) {
|
|
8026
8010
|
const el = elements.get(xref);
|
|
8027
8011
|
if (el === void 0) {
|
|
@@ -8078,7 +8062,7 @@ function specializeBindings(job) {
|
|
|
8078
8062
|
}
|
|
8079
8063
|
}
|
|
8080
8064
|
|
|
8081
|
-
// bazel-out/
|
|
8065
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8082
8066
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8083
8067
|
Identifiers.attribute,
|
|
8084
8068
|
Identifiers.classProp,
|
|
@@ -8146,7 +8130,7 @@ function chainOperationsInList(opList) {
|
|
|
8146
8130
|
}
|
|
8147
8131
|
}
|
|
8148
8132
|
|
|
8149
|
-
// bazel-out/
|
|
8133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8150
8134
|
function collapseSingletonInterpolations(job) {
|
|
8151
8135
|
for (const unit of job.units) {
|
|
8152
8136
|
for (const op of unit.update) {
|
|
@@ -8158,7 +8142,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8158
8142
|
}
|
|
8159
8143
|
}
|
|
8160
8144
|
|
|
8161
|
-
// bazel-out/
|
|
8145
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8162
8146
|
function generateConditionalExpressions(job) {
|
|
8163
8147
|
for (const unit of job.units) {
|
|
8164
8148
|
for (const op of unit.ops()) {
|
|
@@ -8195,7 +8179,7 @@ function generateConditionalExpressions(job) {
|
|
|
8195
8179
|
}
|
|
8196
8180
|
}
|
|
8197
8181
|
|
|
8198
|
-
// bazel-out/
|
|
8182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8199
8183
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8200
8184
|
["&&", BinaryOperator.And],
|
|
8201
8185
|
[">", BinaryOperator.Bigger],
|
|
@@ -8246,7 +8230,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8246
8230
|
return literal(value);
|
|
8247
8231
|
}
|
|
8248
8232
|
|
|
8249
|
-
// bazel-out/
|
|
8233
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8250
8234
|
function collectElementConsts(job) {
|
|
8251
8235
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8252
8236
|
for (const unit of job.units) {
|
|
@@ -8415,7 +8399,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8415
8399
|
return literalArr(attrArray);
|
|
8416
8400
|
}
|
|
8417
8401
|
|
|
8418
|
-
// bazel-out/
|
|
8402
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8419
8403
|
function convertI18nBindings(job) {
|
|
8420
8404
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8421
8405
|
for (const unit of job.units) {
|
|
@@ -8456,7 +8440,7 @@ function convertI18nBindings(job) {
|
|
|
8456
8440
|
}
|
|
8457
8441
|
}
|
|
8458
8442
|
|
|
8459
|
-
// bazel-out/
|
|
8443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8460
8444
|
function resolveDeferDepsFns(job) {
|
|
8461
8445
|
var _a2;
|
|
8462
8446
|
for (const unit of job.units) {
|
|
@@ -8481,7 +8465,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8481
8465
|
}
|
|
8482
8466
|
}
|
|
8483
8467
|
|
|
8484
|
-
// bazel-out/
|
|
8468
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8485
8469
|
function createI18nContexts(job) {
|
|
8486
8470
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8487
8471
|
for (const unit of job.units) {
|
|
@@ -8559,7 +8543,7 @@ function createI18nContexts(job) {
|
|
|
8559
8543
|
}
|
|
8560
8544
|
}
|
|
8561
8545
|
|
|
8562
|
-
// bazel-out/
|
|
8546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8563
8547
|
function deduplicateTextBindings(job) {
|
|
8564
8548
|
const seen = /* @__PURE__ */ new Map();
|
|
8565
8549
|
for (const unit of job.units) {
|
|
@@ -8581,7 +8565,7 @@ function deduplicateTextBindings(job) {
|
|
|
8581
8565
|
}
|
|
8582
8566
|
}
|
|
8583
8567
|
|
|
8584
|
-
// bazel-out/
|
|
8568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8585
8569
|
function configureDeferInstructions(job) {
|
|
8586
8570
|
for (const unit of job.units) {
|
|
8587
8571
|
for (const op of unit.create) {
|
|
@@ -8598,7 +8582,7 @@ function configureDeferInstructions(job) {
|
|
|
8598
8582
|
}
|
|
8599
8583
|
}
|
|
8600
8584
|
|
|
8601
|
-
// bazel-out/
|
|
8585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8602
8586
|
function resolveDeferTargetNames(job) {
|
|
8603
8587
|
const scopes = /* @__PURE__ */ new Map();
|
|
8604
8588
|
function getScopeForView2(view) {
|
|
@@ -8692,7 +8676,7 @@ var Scope = class {
|
|
|
8692
8676
|
}
|
|
8693
8677
|
};
|
|
8694
8678
|
|
|
8695
|
-
// bazel-out/
|
|
8679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8696
8680
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8697
8681
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8698
8682
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -8719,7 +8703,7 @@ function collapseEmptyInstructions(job) {
|
|
|
8719
8703
|
}
|
|
8720
8704
|
}
|
|
8721
8705
|
|
|
8722
|
-
// bazel-out/
|
|
8706
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
8723
8707
|
function expandSafeReads(job) {
|
|
8724
8708
|
for (const unit of job.units) {
|
|
8725
8709
|
for (const op of unit.ops()) {
|
|
@@ -8855,7 +8839,7 @@ function ternaryTransform(e) {
|
|
|
8855
8839
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
8856
8840
|
}
|
|
8857
8841
|
|
|
8858
|
-
// bazel-out/
|
|
8842
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
8859
8843
|
var ESCAPE = "\uFFFD";
|
|
8860
8844
|
var ELEMENT_MARKER = "#";
|
|
8861
8845
|
var TEMPLATE_MARKER = "*";
|
|
@@ -8991,7 +8975,7 @@ function formatValue(value) {
|
|
|
8991
8975
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
8992
8976
|
}
|
|
8993
8977
|
|
|
8994
|
-
// bazel-out/
|
|
8978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
8995
8979
|
function generateAdvance(job) {
|
|
8996
8980
|
for (const unit of job.units) {
|
|
8997
8981
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9023,7 +9007,7 @@ function generateAdvance(job) {
|
|
|
9023
9007
|
}
|
|
9024
9008
|
}
|
|
9025
9009
|
|
|
9026
|
-
// bazel-out/
|
|
9010
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9027
9011
|
function generateProjectionDefs(job) {
|
|
9028
9012
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9029
9013
|
const selectors = [];
|
|
@@ -9047,7 +9031,7 @@ function generateProjectionDefs(job) {
|
|
|
9047
9031
|
}
|
|
9048
9032
|
}
|
|
9049
9033
|
|
|
9050
|
-
// bazel-out/
|
|
9034
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9051
9035
|
function generateVariables(job) {
|
|
9052
9036
|
recursivelyProcessView(job.root, null);
|
|
9053
9037
|
}
|
|
@@ -9146,7 +9130,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
9146
9130
|
return newOps;
|
|
9147
9131
|
}
|
|
9148
9132
|
|
|
9149
|
-
// bazel-out/
|
|
9133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9150
9134
|
function collectConstExpressions(job) {
|
|
9151
9135
|
for (const unit of job.units) {
|
|
9152
9136
|
for (const op of unit.ops()) {
|
|
@@ -9160,7 +9144,7 @@ function collectConstExpressions(job) {
|
|
|
9160
9144
|
}
|
|
9161
9145
|
}
|
|
9162
9146
|
|
|
9163
|
-
// bazel-out/
|
|
9147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9164
9148
|
var STYLE_DOT = "style.";
|
|
9165
9149
|
var CLASS_DOT = "class.";
|
|
9166
9150
|
var STYLE_BANG = "style!";
|
|
@@ -9218,7 +9202,7 @@ function parseProperty(name) {
|
|
|
9218
9202
|
return { property: property2, suffix };
|
|
9219
9203
|
}
|
|
9220
9204
|
|
|
9221
|
-
// bazel-out/
|
|
9205
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9222
9206
|
function mapLiteral(obj, quoted = false) {
|
|
9223
9207
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9224
9208
|
key,
|
|
@@ -9227,7 +9211,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9227
9211
|
})));
|
|
9228
9212
|
}
|
|
9229
9213
|
|
|
9230
|
-
// bazel-out/
|
|
9214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9231
9215
|
var IcuSerializerVisitor = class {
|
|
9232
9216
|
visitText(text2) {
|
|
9233
9217
|
return text2.value;
|
|
@@ -9261,7 +9245,7 @@ function serializeIcuNode(icu) {
|
|
|
9261
9245
|
return icu.visit(serializer);
|
|
9262
9246
|
}
|
|
9263
9247
|
|
|
9264
|
-
// bazel-out/
|
|
9248
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9265
9249
|
var TokenType;
|
|
9266
9250
|
(function(TokenType2) {
|
|
9267
9251
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9622,7 +9606,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9622
9606
|
return result;
|
|
9623
9607
|
}
|
|
9624
9608
|
|
|
9625
|
-
// bazel-out/
|
|
9609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9626
9610
|
var SplitInterpolation = class {
|
|
9627
9611
|
constructor(strings, expressions, offsets) {
|
|
9628
9612
|
this.strings = strings;
|
|
@@ -10504,7 +10488,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10504
10488
|
return offsetMap;
|
|
10505
10489
|
}
|
|
10506
10490
|
|
|
10507
|
-
// bazel-out/
|
|
10491
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10508
10492
|
var NodeWithI18n = class {
|
|
10509
10493
|
constructor(sourceSpan, i18n2) {
|
|
10510
10494
|
this.sourceSpan = sourceSpan;
|
|
@@ -10656,7 +10640,7 @@ var RecursiveVisitor = class {
|
|
|
10656
10640
|
}
|
|
10657
10641
|
};
|
|
10658
10642
|
|
|
10659
|
-
// bazel-out/
|
|
10643
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
10660
10644
|
var _SECURITY_SCHEMA;
|
|
10661
10645
|
function SECURITY_SCHEMA() {
|
|
10662
10646
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -10714,11 +10698,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
10714
10698
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
10715
10699
|
}
|
|
10716
10700
|
|
|
10717
|
-
// bazel-out/
|
|
10701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10718
10702
|
var ElementSchemaRegistry = class {
|
|
10719
10703
|
};
|
|
10720
10704
|
|
|
10721
|
-
// bazel-out/
|
|
10705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10722
10706
|
var BOOLEAN = "boolean";
|
|
10723
10707
|
var NUMBER = "number";
|
|
10724
10708
|
var STRING = "string";
|
|
@@ -11071,7 +11055,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11071
11055
|
}
|
|
11072
11056
|
}
|
|
11073
11057
|
|
|
11074
|
-
// bazel-out/
|
|
11058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11075
11059
|
var HtmlTagDefinition = class {
|
|
11076
11060
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11077
11061
|
this.closedByChildren = {};
|
|
@@ -11189,7 +11173,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11189
11173
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
11190
11174
|
}
|
|
11191
11175
|
|
|
11192
|
-
// bazel-out/
|
|
11176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
11193
11177
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
11194
11178
|
"A": "LINK",
|
|
11195
11179
|
"B": "BOLD_TEXT",
|
|
@@ -11311,7 +11295,7 @@ var PlaceholderRegistry = class {
|
|
|
11311
11295
|
}
|
|
11312
11296
|
};
|
|
11313
11297
|
|
|
11314
|
-
// bazel-out/
|
|
11298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
11315
11299
|
var _expParser = new Parser(new Lexer());
|
|
11316
11300
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
11317
11301
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -11490,14 +11474,14 @@ function extractPlaceholderName(input) {
|
|
|
11490
11474
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
11491
11475
|
}
|
|
11492
11476
|
|
|
11493
|
-
// bazel-out/
|
|
11477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
11494
11478
|
var I18nError = class extends ParseError {
|
|
11495
11479
|
constructor(span, msg) {
|
|
11496
11480
|
super(span, msg);
|
|
11497
11481
|
}
|
|
11498
11482
|
};
|
|
11499
11483
|
|
|
11500
|
-
// bazel-out/
|
|
11484
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11501
11485
|
var NAMED_ENTITIES = {
|
|
11502
11486
|
"AElig": "\xC6",
|
|
11503
11487
|
"AMP": "&",
|
|
@@ -13628,7 +13612,7 @@ var NAMED_ENTITIES = {
|
|
|
13628
13612
|
var NGSP_UNICODE = "\uE500";
|
|
13629
13613
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13630
13614
|
|
|
13631
|
-
// bazel-out/
|
|
13615
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13632
13616
|
var TokenError = class extends ParseError {
|
|
13633
13617
|
constructor(errorMsg, tokenType, span) {
|
|
13634
13618
|
super(span, errorMsg);
|
|
@@ -14549,7 +14533,7 @@ var CursorError = class {
|
|
|
14549
14533
|
}
|
|
14550
14534
|
};
|
|
14551
14535
|
|
|
14552
|
-
// bazel-out/
|
|
14536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14553
14537
|
var TreeError = class extends ParseError {
|
|
14554
14538
|
static create(elementName, span, msg) {
|
|
14555
14539
|
return new TreeError(elementName, span, msg);
|
|
@@ -14933,7 +14917,7 @@ function decodeEntity(match, entity) {
|
|
|
14933
14917
|
return match;
|
|
14934
14918
|
}
|
|
14935
14919
|
|
|
14936
|
-
// bazel-out/
|
|
14920
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
14937
14921
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
14938
14922
|
"iframe|srcdoc",
|
|
14939
14923
|
"*|innerhtml",
|
|
@@ -14948,7 +14932,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
14948
14932
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
14949
14933
|
}
|
|
14950
14934
|
|
|
14951
|
-
// bazel-out/
|
|
14935
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
14952
14936
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
14953
14937
|
if (htmlNode instanceof NodeWithI18n) {
|
|
14954
14938
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -15105,7 +15089,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15105
15089
|
return jsDocComment(tags);
|
|
15106
15090
|
}
|
|
15107
15091
|
|
|
15108
|
-
// bazel-out/
|
|
15092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15109
15093
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15110
15094
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15111
15095
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15156,7 +15140,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15156
15140
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15157
15141
|
}
|
|
15158
15142
|
|
|
15159
|
-
// bazel-out/
|
|
15143
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15160
15144
|
function createLocalizeStatements(variable2, message, params) {
|
|
15161
15145
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15162
15146
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15245,7 +15229,7 @@ function createEmptyMessagePart(location) {
|
|
|
15245
15229
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15246
15230
|
}
|
|
15247
15231
|
|
|
15248
|
-
// bazel-out/
|
|
15232
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15249
15233
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15250
15234
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15251
15235
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -15413,7 +15397,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
15413
15397
|
return variable(name);
|
|
15414
15398
|
}
|
|
15415
15399
|
|
|
15416
|
-
// bazel-out/
|
|
15400
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
15417
15401
|
function convertI18nText(job) {
|
|
15418
15402
|
var _a2, _b2, _c2;
|
|
15419
15403
|
for (const unit of job.units) {
|
|
@@ -15483,7 +15467,7 @@ function convertI18nText(job) {
|
|
|
15483
15467
|
}
|
|
15484
15468
|
}
|
|
15485
15469
|
|
|
15486
|
-
// bazel-out/
|
|
15470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
15487
15471
|
function liftLocalRefs(job) {
|
|
15488
15472
|
for (const unit of job.units) {
|
|
15489
15473
|
for (const op of unit.create) {
|
|
@@ -15513,7 +15497,7 @@ function serializeLocalRefs(refs) {
|
|
|
15513
15497
|
return literalArr(constRefs);
|
|
15514
15498
|
}
|
|
15515
15499
|
|
|
15516
|
-
// bazel-out/
|
|
15500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
15517
15501
|
function emitNamespaceChanges(job) {
|
|
15518
15502
|
for (const unit of job.units) {
|
|
15519
15503
|
let activeNamespace = Namespace.HTML;
|
|
@@ -15529,7 +15513,7 @@ function emitNamespaceChanges(job) {
|
|
|
15529
15513
|
}
|
|
15530
15514
|
}
|
|
15531
15515
|
|
|
15532
|
-
// bazel-out/
|
|
15516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
15533
15517
|
function parse(value) {
|
|
15534
15518
|
const styles = [];
|
|
15535
15519
|
let i = 0;
|
|
@@ -15623,7 +15607,7 @@ function parseExtractedStyles(job) {
|
|
|
15623
15607
|
}
|
|
15624
15608
|
}
|
|
15625
15609
|
|
|
15626
|
-
// bazel-out/
|
|
15610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
15627
15611
|
function nameFunctionsAndVariables(job) {
|
|
15628
15612
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
15629
15613
|
}
|
|
@@ -15764,7 +15748,7 @@ function stripImportant(name) {
|
|
|
15764
15748
|
return name;
|
|
15765
15749
|
}
|
|
15766
15750
|
|
|
15767
|
-
// bazel-out/
|
|
15751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
15768
15752
|
function mergeNextContextExpressions(job) {
|
|
15769
15753
|
for (const unit of job.units) {
|
|
15770
15754
|
for (const op of unit.create) {
|
|
@@ -15810,7 +15794,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
15810
15794
|
}
|
|
15811
15795
|
}
|
|
15812
15796
|
|
|
15813
|
-
// bazel-out/
|
|
15797
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
15814
15798
|
var CONTAINER_TAG = "ng-container";
|
|
15815
15799
|
function generateNgContainerOps(job) {
|
|
15816
15800
|
for (const unit of job.units) {
|
|
@@ -15827,7 +15811,7 @@ function generateNgContainerOps(job) {
|
|
|
15827
15811
|
}
|
|
15828
15812
|
}
|
|
15829
15813
|
|
|
15830
|
-
// bazel-out/
|
|
15814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
15831
15815
|
function lookupElement3(elements, xref) {
|
|
15832
15816
|
const el = elements.get(xref);
|
|
15833
15817
|
if (el === void 0) {
|
|
@@ -15857,7 +15841,7 @@ function disableBindings(job) {
|
|
|
15857
15841
|
}
|
|
15858
15842
|
}
|
|
15859
15843
|
|
|
15860
|
-
// bazel-out/
|
|
15844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
15861
15845
|
function generateNullishCoalesceExpressions(job) {
|
|
15862
15846
|
for (const unit of job.units) {
|
|
15863
15847
|
for (const op of unit.ops()) {
|
|
@@ -15873,7 +15857,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
15873
15857
|
}
|
|
15874
15858
|
}
|
|
15875
15859
|
|
|
15876
|
-
// bazel-out/
|
|
15860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
15877
15861
|
function kindTest(kind) {
|
|
15878
15862
|
return (op) => op.kind === kind;
|
|
15879
15863
|
}
|
|
@@ -15963,7 +15947,7 @@ function keepLast(ops) {
|
|
|
15963
15947
|
return ops.slice(ops.length - 1);
|
|
15964
15948
|
}
|
|
15965
15949
|
|
|
15966
|
-
// bazel-out/
|
|
15950
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
15967
15951
|
function removeContentSelectors(job) {
|
|
15968
15952
|
for (const unit of job.units) {
|
|
15969
15953
|
const elements = createOpXrefMap(unit);
|
|
@@ -15990,7 +15974,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
15990
15974
|
return el;
|
|
15991
15975
|
}
|
|
15992
15976
|
|
|
15993
|
-
// bazel-out/
|
|
15977
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
15994
15978
|
function createPipes(job) {
|
|
15995
15979
|
for (const unit of job.units) {
|
|
15996
15980
|
processPipeBindingsInView(unit);
|
|
@@ -16038,7 +16022,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16038
16022
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16039
16023
|
}
|
|
16040
16024
|
|
|
16041
|
-
// bazel-out/
|
|
16025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16042
16026
|
function createVariadicPipes(job) {
|
|
16043
16027
|
for (const unit of job.units) {
|
|
16044
16028
|
for (const op of unit.update) {
|
|
@@ -16055,7 +16039,7 @@ function createVariadicPipes(job) {
|
|
|
16055
16039
|
}
|
|
16056
16040
|
}
|
|
16057
16041
|
|
|
16058
|
-
// bazel-out/
|
|
16042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16059
16043
|
function propagateI18nBlocks(job) {
|
|
16060
16044
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16061
16045
|
}
|
|
@@ -16109,7 +16093,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16109
16093
|
}
|
|
16110
16094
|
}
|
|
16111
16095
|
|
|
16112
|
-
// bazel-out/
|
|
16096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16113
16097
|
function extractPureFunctions(job) {
|
|
16114
16098
|
for (const view of job.units) {
|
|
16115
16099
|
for (const op of view.ops()) {
|
|
@@ -16151,7 +16135,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16151
16135
|
}
|
|
16152
16136
|
};
|
|
16153
16137
|
|
|
16154
|
-
// bazel-out/
|
|
16138
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16155
16139
|
function generatePureLiteralStructures(job) {
|
|
16156
16140
|
for (const unit of job.units) {
|
|
16157
16141
|
for (const op of unit.update) {
|
|
@@ -16198,7 +16182,7 @@ function transformLiteralMap(expr) {
|
|
|
16198
16182
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16199
16183
|
}
|
|
16200
16184
|
|
|
16201
|
-
// bazel-out/
|
|
16185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16202
16186
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16203
16187
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16204
16188
|
}
|
|
@@ -16739,7 +16723,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
16739
16723
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
16740
16724
|
}
|
|
16741
16725
|
|
|
16742
|
-
// bazel-out/
|
|
16726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
16743
16727
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
16744
16728
|
["window", Identifiers.resolveWindow],
|
|
16745
16729
|
["document", Identifiers.resolveDocument],
|
|
@@ -17098,7 +17082,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17098
17082
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17099
17083
|
}
|
|
17100
17084
|
|
|
17101
|
-
// bazel-out/
|
|
17085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17102
17086
|
function removeEmptyBindings(job) {
|
|
17103
17087
|
for (const unit of job.units) {
|
|
17104
17088
|
for (const op of unit.update) {
|
|
@@ -17119,7 +17103,7 @@ function removeEmptyBindings(job) {
|
|
|
17119
17103
|
}
|
|
17120
17104
|
}
|
|
17121
17105
|
|
|
17122
|
-
// bazel-out/
|
|
17106
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17123
17107
|
function removeI18nContexts(job) {
|
|
17124
17108
|
for (const unit of job.units) {
|
|
17125
17109
|
for (const op of unit.create) {
|
|
@@ -17135,7 +17119,7 @@ function removeI18nContexts(job) {
|
|
|
17135
17119
|
}
|
|
17136
17120
|
}
|
|
17137
17121
|
|
|
17138
|
-
// bazel-out/
|
|
17122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17139
17123
|
function removeUnusedI18nAttributesOps(job) {
|
|
17140
17124
|
for (const unit of job.units) {
|
|
17141
17125
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17157,7 +17141,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17157
17141
|
}
|
|
17158
17142
|
}
|
|
17159
17143
|
|
|
17160
|
-
// bazel-out/
|
|
17144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17161
17145
|
function resolveContexts(job) {
|
|
17162
17146
|
for (const unit of job.units) {
|
|
17163
17147
|
processLexicalScope(unit, unit.create);
|
|
@@ -17199,7 +17183,7 @@ function processLexicalScope(view, ops) {
|
|
|
17199
17183
|
}
|
|
17200
17184
|
}
|
|
17201
17185
|
|
|
17202
|
-
// bazel-out/
|
|
17186
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17203
17187
|
function resolveDollarEvent(job) {
|
|
17204
17188
|
for (const unit of job.units) {
|
|
17205
17189
|
transformDollarEvent(unit.create);
|
|
@@ -17222,7 +17206,7 @@ function transformDollarEvent(ops) {
|
|
|
17222
17206
|
}
|
|
17223
17207
|
}
|
|
17224
17208
|
|
|
17225
|
-
// bazel-out/
|
|
17209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17226
17210
|
function resolveI18nElementPlaceholders(job) {
|
|
17227
17211
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17228
17212
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -17401,7 +17385,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
17401
17385
|
params.set(placeholder, values);
|
|
17402
17386
|
}
|
|
17403
17387
|
|
|
17404
|
-
// bazel-out/
|
|
17388
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
17405
17389
|
function resolveI18nExpressionPlaceholders(job) {
|
|
17406
17390
|
var _a2;
|
|
17407
17391
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -17454,7 +17438,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
17454
17438
|
}
|
|
17455
17439
|
}
|
|
17456
17440
|
|
|
17457
|
-
// bazel-out/
|
|
17441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
17458
17442
|
function resolveNames(job) {
|
|
17459
17443
|
for (const unit of job.units) {
|
|
17460
17444
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -17519,7 +17503,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
17519
17503
|
}
|
|
17520
17504
|
}
|
|
17521
17505
|
|
|
17522
|
-
// bazel-out/
|
|
17506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
17523
17507
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
17524
17508
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
17525
17509
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -17589,7 +17573,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
17589
17573
|
return securityContext;
|
|
17590
17574
|
}
|
|
17591
17575
|
|
|
17592
|
-
// bazel-out/
|
|
17576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
17593
17577
|
function transformTwoWayBindingSet(job) {
|
|
17594
17578
|
for (const unit of job.units) {
|
|
17595
17579
|
for (const op of unit.create) {
|
|
@@ -17639,7 +17623,7 @@ function wrapAction(target, value) {
|
|
|
17639
17623
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
17640
17624
|
}
|
|
17641
17625
|
|
|
17642
|
-
// bazel-out/
|
|
17626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
17643
17627
|
function saveAndRestoreView(job) {
|
|
17644
17628
|
for (const unit of job.units) {
|
|
17645
17629
|
unit.create.prepend([
|
|
@@ -17684,7 +17668,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
17684
17668
|
}
|
|
17685
17669
|
}
|
|
17686
17670
|
|
|
17687
|
-
// bazel-out/
|
|
17671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
17688
17672
|
function allocateSlots(job) {
|
|
17689
17673
|
const slotMap = /* @__PURE__ */ new Map();
|
|
17690
17674
|
for (const unit of job.units) {
|
|
@@ -17709,7 +17693,7 @@ function allocateSlots(job) {
|
|
|
17709
17693
|
}
|
|
17710
17694
|
}
|
|
17711
17695
|
|
|
17712
|
-
// bazel-out/
|
|
17696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
17713
17697
|
function specializeStyleBindings(job) {
|
|
17714
17698
|
for (const unit of job.units) {
|
|
17715
17699
|
for (const op of unit.update) {
|
|
@@ -17739,7 +17723,7 @@ function specializeStyleBindings(job) {
|
|
|
17739
17723
|
}
|
|
17740
17724
|
}
|
|
17741
17725
|
|
|
17742
|
-
// bazel-out/
|
|
17726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
17743
17727
|
function generateTemporaryVariables(job) {
|
|
17744
17728
|
for (const unit of job.units) {
|
|
17745
17729
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -17797,7 +17781,7 @@ function assignName(names, expr) {
|
|
|
17797
17781
|
expr.name = name;
|
|
17798
17782
|
}
|
|
17799
17783
|
|
|
17800
|
-
// bazel-out/
|
|
17784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
17801
17785
|
function generateTrackFns(job) {
|
|
17802
17786
|
for (const unit of job.units) {
|
|
17803
17787
|
for (const op of unit.create) {
|
|
@@ -17830,7 +17814,7 @@ function generateTrackFns(job) {
|
|
|
17830
17814
|
}
|
|
17831
17815
|
}
|
|
17832
17816
|
|
|
17833
|
-
// bazel-out/
|
|
17817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
17834
17818
|
function optimizeTrackFns(job) {
|
|
17835
17819
|
for (const unit of job.units) {
|
|
17836
17820
|
for (const op of unit.create) {
|
|
@@ -17878,7 +17862,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
17878
17862
|
return true;
|
|
17879
17863
|
}
|
|
17880
17864
|
|
|
17881
|
-
// bazel-out/
|
|
17865
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
17882
17866
|
function generateTrackVariables(job) {
|
|
17883
17867
|
for (const unit of job.units) {
|
|
17884
17868
|
for (const op of unit.create) {
|
|
@@ -17899,7 +17883,7 @@ function generateTrackVariables(job) {
|
|
|
17899
17883
|
}
|
|
17900
17884
|
}
|
|
17901
17885
|
|
|
17902
|
-
// bazel-out/
|
|
17886
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
17903
17887
|
function countVariables(job) {
|
|
17904
17888
|
for (const unit of job.units) {
|
|
17905
17889
|
let varCount = 0;
|
|
@@ -18009,7 +17993,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18009
17993
|
return true;
|
|
18010
17994
|
}
|
|
18011
17995
|
|
|
18012
|
-
// bazel-out/
|
|
17996
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18013
17997
|
function optimizeVariables(job) {
|
|
18014
17998
|
for (const unit of job.units) {
|
|
18015
17999
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18258,7 +18242,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18258
18242
|
}
|
|
18259
18243
|
}
|
|
18260
18244
|
|
|
18261
|
-
// bazel-out/
|
|
18245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18262
18246
|
function wrapI18nIcus(job) {
|
|
18263
18247
|
for (const unit of job.units) {
|
|
18264
18248
|
let currentI18nOp = null;
|
|
@@ -18288,7 +18272,7 @@ function wrapI18nIcus(job) {
|
|
|
18288
18272
|
}
|
|
18289
18273
|
}
|
|
18290
18274
|
|
|
18291
|
-
// bazel-out/
|
|
18275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
18292
18276
|
var phases = [
|
|
18293
18277
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
18294
18278
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -18454,7 +18438,7 @@ function emitHostBindingFunction(job) {
|
|
|
18454
18438
|
);
|
|
18455
18439
|
}
|
|
18456
18440
|
|
|
18457
|
-
// bazel-out/
|
|
18441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
18458
18442
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
18459
18443
|
var domSchema = new DomElementSchemaRegistry();
|
|
18460
18444
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19199,7 +19183,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19199
19183
|
return null;
|
|
19200
19184
|
}
|
|
19201
19185
|
|
|
19202
|
-
// bazel-out/
|
|
19186
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19203
19187
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19204
19188
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19205
19189
|
}
|
|
@@ -19319,7 +19303,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
19319
19303
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
19320
19304
|
}
|
|
19321
19305
|
|
|
19322
|
-
// bazel-out/
|
|
19306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
19323
19307
|
var HtmlParser = class extends Parser2 {
|
|
19324
19308
|
constructor() {
|
|
19325
19309
|
super(getHtmlTagDefinition);
|
|
@@ -19329,7 +19313,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
19329
19313
|
}
|
|
19330
19314
|
};
|
|
19331
19315
|
|
|
19332
|
-
// bazel-out/
|
|
19316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
19333
19317
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
19334
19318
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
19335
19319
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -19395,7 +19379,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
19395
19379
|
return result;
|
|
19396
19380
|
}
|
|
19397
19381
|
|
|
19398
|
-
// bazel-out/
|
|
19382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
19399
19383
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
19400
19384
|
var ATTRIBUTE_PREFIX = "attr";
|
|
19401
19385
|
var CLASS_PREFIX = "class";
|
|
@@ -19736,7 +19720,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
19736
19720
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
19737
19721
|
}
|
|
19738
19722
|
|
|
19739
|
-
// bazel-out/
|
|
19723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
19740
19724
|
function isStyleUrlResolvable(url) {
|
|
19741
19725
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
19742
19726
|
return false;
|
|
@@ -19745,7 +19729,7 @@ function isStyleUrlResolvable(url) {
|
|
|
19745
19729
|
}
|
|
19746
19730
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
19747
19731
|
|
|
19748
|
-
// bazel-out/
|
|
19732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
19749
19733
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
19750
19734
|
var LINK_ELEMENT = "link";
|
|
19751
19735
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -19815,7 +19799,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
19815
19799
|
return selectAttr;
|
|
19816
19800
|
}
|
|
19817
19801
|
|
|
19818
|
-
// bazel-out/
|
|
19802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
19819
19803
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
19820
19804
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
19821
19805
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20131,7 +20115,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20131
20115
|
return expression.slice(start, end);
|
|
20132
20116
|
}
|
|
20133
20117
|
|
|
20134
|
-
// bazel-out/
|
|
20118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20135
20119
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20136
20120
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20137
20121
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -20395,7 +20379,7 @@ function parseDeferredTime(value) {
|
|
|
20395
20379
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
20396
20380
|
}
|
|
20397
20381
|
|
|
20398
|
-
// bazel-out/
|
|
20382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
20399
20383
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
20400
20384
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
20401
20385
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -20530,7 +20514,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
20530
20514
|
return { triggers, prefetchTriggers };
|
|
20531
20515
|
}
|
|
20532
20516
|
|
|
20533
|
-
// bazel-out/
|
|
20517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
20534
20518
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
20535
20519
|
var KW_BIND_IDX = 1;
|
|
20536
20520
|
var KW_LET_IDX = 2;
|
|
@@ -20952,7 +20936,7 @@ function textContents(node) {
|
|
|
20952
20936
|
}
|
|
20953
20937
|
}
|
|
20954
20938
|
|
|
20955
|
-
// bazel-out/
|
|
20939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
20956
20940
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
20957
20941
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
20958
20942
|
var _a2;
|
|
@@ -21026,7 +21010,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG) {
|
|
|
21026
21010
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, []);
|
|
21027
21011
|
}
|
|
21028
21012
|
|
|
21029
|
-
// bazel-out/
|
|
21013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21030
21014
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21031
21015
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21032
21016
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -21388,7 +21372,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
21388
21372
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
21389
21373
|
}
|
|
21390
21374
|
|
|
21391
|
-
// bazel-out/
|
|
21375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
21392
21376
|
var R3TargetBinder = class {
|
|
21393
21377
|
constructor(directiveMatcher) {
|
|
21394
21378
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22021,11 +22005,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22021
22005
|
return templateEntities;
|
|
22022
22006
|
}
|
|
22023
22007
|
|
|
22024
|
-
// bazel-out/
|
|
22008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22025
22009
|
var ResourceLoader = class {
|
|
22026
22010
|
};
|
|
22027
22011
|
|
|
22028
|
-
// bazel-out/
|
|
22012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22029
22013
|
var CompilerFacadeImpl = class {
|
|
22030
22014
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22031
22015
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -22586,17 +22570,17 @@ function publishFacade(global) {
|
|
|
22586
22570
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
22587
22571
|
}
|
|
22588
22572
|
|
|
22589
|
-
// bazel-out/
|
|
22590
|
-
var VERSION2 = new Version("18.0.0-next.
|
|
22573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
22574
|
+
var VERSION2 = new Version("18.0.0-next.4");
|
|
22591
22575
|
|
|
22592
|
-
// bazel-out/
|
|
22576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
22593
22577
|
var _VisitorMode;
|
|
22594
22578
|
(function(_VisitorMode2) {
|
|
22595
22579
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
22596
22580
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
22597
22581
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
22598
22582
|
|
|
22599
|
-
// bazel-out/
|
|
22583
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
22600
22584
|
var XmlTagDefinition = class {
|
|
22601
22585
|
constructor() {
|
|
22602
22586
|
this.closedByParent = false;
|
|
@@ -22618,7 +22602,7 @@ var XmlTagDefinition = class {
|
|
|
22618
22602
|
};
|
|
22619
22603
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
22620
22604
|
|
|
22621
|
-
// bazel-out/
|
|
22605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
22622
22606
|
var FactoryTarget2;
|
|
22623
22607
|
(function(FactoryTarget3) {
|
|
22624
22608
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -22628,10 +22612,10 @@ var FactoryTarget2;
|
|
|
22628
22612
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
22629
22613
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
22630
22614
|
|
|
22631
|
-
// bazel-out/
|
|
22615
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
22632
22616
|
publishFacade(_global);
|
|
22633
22617
|
|
|
22634
|
-
// bazel-out/
|
|
22618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
|
|
22635
22619
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
22636
22620
|
function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
22637
22621
|
const results = /* @__PURE__ */ new Set();
|
|
@@ -22645,7 +22629,7 @@ function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
|
22645
22629
|
return results;
|
|
22646
22630
|
}
|
|
22647
22631
|
|
|
22648
|
-
// bazel-out/
|
|
22632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
|
|
22649
22633
|
var ngtemplate = "ng-template";
|
|
22650
22634
|
var boundngifelse = "[ngIfElse]";
|
|
22651
22635
|
var boundngifthenelse = "[ngIfThenElse]";
|
|
@@ -22978,7 +22962,7 @@ var TemplateCollector = class extends RecursiveVisitor {
|
|
|
22978
22962
|
}
|
|
22979
22963
|
};
|
|
22980
22964
|
|
|
22981
|
-
// bazel-out/
|
|
22965
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
|
|
22982
22966
|
var import_path2 = require("path");
|
|
22983
22967
|
var import_typescript6 = __toESM(require("typescript"), 1);
|
|
22984
22968
|
var startMarkerRegex = new RegExp(startMarker, "gm");
|
|
@@ -23493,7 +23477,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
23493
23477
|
});
|
|
23494
23478
|
}
|
|
23495
23479
|
|
|
23496
|
-
// bazel-out/
|
|
23480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
|
|
23497
23481
|
var boundcase = "[ngSwitchCase]";
|
|
23498
23482
|
var switchcase = "*ngSwitchCase";
|
|
23499
23483
|
var nakedcase = "ngSwitchCase";
|
|
@@ -23571,7 +23555,7 @@ function migrateNgSwitchDefault(etm, tmpl, offset) {
|
|
|
23571
23555
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
23572
23556
|
}
|
|
23573
23557
|
|
|
23574
|
-
// bazel-out/
|
|
23558
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
|
|
23575
23559
|
var ngfor = "*ngFor";
|
|
23576
23560
|
var nakedngfor2 = "ngFor";
|
|
23577
23561
|
var fors = [
|
|
@@ -23745,7 +23729,7 @@ function getNgForParts(expression) {
|
|
|
23745
23729
|
return parts;
|
|
23746
23730
|
}
|
|
23747
23731
|
|
|
23748
|
-
// bazel-out/
|
|
23732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
|
|
23749
23733
|
var ngif = "*ngIf";
|
|
23750
23734
|
var boundngif = "[ngIf]";
|
|
23751
23735
|
var nakedngif = "ngIf";
|
|
@@ -23898,7 +23882,7 @@ function buildIfThenBlock(etm, tmpl, condition, thenPlaceholder, offset) {
|
|
|
23898
23882
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
23899
23883
|
}
|
|
23900
23884
|
|
|
23901
|
-
// bazel-out/
|
|
23885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
|
|
23902
23886
|
var ngswitch = "[ngSwitch]";
|
|
23903
23887
|
var switches = [
|
|
23904
23888
|
ngswitch
|
|
@@ -23966,7 +23950,7 @@ function migrateNgSwitch(etm, tmpl, offset) {
|
|
|
23966
23950
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
23967
23951
|
}
|
|
23968
23952
|
|
|
23969
|
-
// bazel-out/
|
|
23953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
|
|
23970
23954
|
function migrateTemplate(template2, templateType, node, file, format = true, analyzedFiles) {
|
|
23971
23955
|
let errors = [];
|
|
23972
23956
|
let migrated = template2;
|
|
@@ -24017,7 +24001,7 @@ function migrateTemplate(template2, templateType, node, file, format = true, ana
|
|
|
24017
24001
|
return { migrated, errors };
|
|
24018
24002
|
}
|
|
24019
24003
|
|
|
24020
|
-
// bazel-out/
|
|
24004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
24021
24005
|
function control_flow_migration_default(options) {
|
|
24022
24006
|
return (tree, context) => __async(this, null, function* () {
|
|
24023
24007
|
const basePath = process.cwd();
|