@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/migrations/block-template-entities/index.mjs
|
|
67
67
|
var block_template_entities_exports = {};
|
|
68
68
|
__export(block_template_entities_exports, {
|
|
69
69
|
default: () => block_template_entities_default
|
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(block_template_entities_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/compiler/src/selector.mjs
|
|
210
210
|
var _SELECTOR_REGEXP = new RegExp(
|
|
211
211
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
212
212
|
"g"
|
|
@@ -514,7 +514,7 @@ var SelectorContext = class {
|
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
516
|
|
|
517
|
-
// bazel-out/
|
|
517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
518
518
|
var ViewEncapsulation;
|
|
519
519
|
(function(ViewEncapsulation2) {
|
|
520
520
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -582,7 +582,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
582
582
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
// bazel-out/
|
|
585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
586
586
|
var textEncoder;
|
|
587
587
|
function computeDigest(message) {
|
|
588
588
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -822,7 +822,7 @@ function wordAt(bytes, index, endian) {
|
|
|
822
822
|
return word;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
|
-
// bazel-out/
|
|
825
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
826
826
|
var TypeModifier;
|
|
827
827
|
(function(TypeModifier2) {
|
|
828
828
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1760,7 +1760,7 @@ function serializeTags(tags) {
|
|
|
1760
1760
|
return out;
|
|
1761
1761
|
}
|
|
1762
1762
|
|
|
1763
|
-
// bazel-out/
|
|
1763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1764
1764
|
var CONSTANT_PREFIX = "_c";
|
|
1765
1765
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1766
1766
|
var KEY_CONTEXT = {};
|
|
@@ -1948,7 +1948,7 @@ function isLongStringLiteral(expr) {
|
|
|
1948
1948
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
1949
1949
|
}
|
|
1950
1950
|
|
|
1951
|
-
// bazel-out/
|
|
1951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
1952
1952
|
var CORE = "@angular/core";
|
|
1953
1953
|
var _Identifiers = class {
|
|
1954
1954
|
};
|
|
@@ -2574,12 +2574,6 @@ var Identifiers = _Identifiers;
|
|
|
2574
2574
|
moduleName: CORE
|
|
2575
2575
|
};
|
|
2576
2576
|
})();
|
|
2577
|
-
(() => {
|
|
2578
|
-
_Identifiers.InputFlags = {
|
|
2579
|
-
name: "\u0275\u0275InputFlags",
|
|
2580
|
-
moduleName: CORE
|
|
2581
|
-
};
|
|
2582
|
-
})();
|
|
2583
2577
|
(() => {
|
|
2584
2578
|
_Identifiers.sanitizeHtml = { name: "\u0275\u0275sanitizeHtml", moduleName: CORE };
|
|
2585
2579
|
})();
|
|
@@ -2617,7 +2611,7 @@ var Identifiers = _Identifiers;
|
|
|
2617
2611
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2618
2612
|
})();
|
|
2619
2613
|
|
|
2620
|
-
// bazel-out/
|
|
2614
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2621
2615
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2622
2616
|
function dashCaseToCamelCase(input) {
|
|
2623
2617
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2694,7 +2688,7 @@ var Version = class {
|
|
|
2694
2688
|
};
|
|
2695
2689
|
var _global = globalThis;
|
|
2696
2690
|
|
|
2697
|
-
// bazel-out/
|
|
2691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2698
2692
|
var VERSION = 3;
|
|
2699
2693
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2700
2694
|
var SourceMapGenerator = class {
|
|
@@ -2823,7 +2817,7 @@ function toBase64Digit(value) {
|
|
|
2823
2817
|
return B64_DIGITS[value];
|
|
2824
2818
|
}
|
|
2825
2819
|
|
|
2826
|
-
// bazel-out/
|
|
2820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2827
2821
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2828
2822
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2829
2823
|
var _INDENT_WITH = " ";
|
|
@@ -3311,7 +3305,7 @@ function _createIndent(count) {
|
|
|
3311
3305
|
return res;
|
|
3312
3306
|
}
|
|
3313
3307
|
|
|
3314
|
-
// bazel-out/
|
|
3308
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3315
3309
|
function typeWithParameters(type, numParams) {
|
|
3316
3310
|
if (numParams === 0) {
|
|
3317
3311
|
return expressionType(type);
|
|
@@ -3366,7 +3360,7 @@ function generateForwardRef(expr) {
|
|
|
3366
3360
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3367
3361
|
}
|
|
3368
3362
|
|
|
3369
|
-
// bazel-out/
|
|
3363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3370
3364
|
var R3FactoryDelegateType;
|
|
3371
3365
|
(function(R3FactoryDelegateType2) {
|
|
3372
3366
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3511,7 +3505,7 @@ function getInjectFn(target) {
|
|
|
3511
3505
|
}
|
|
3512
3506
|
}
|
|
3513
3507
|
|
|
3514
|
-
// bazel-out/
|
|
3508
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3515
3509
|
var ParserError = class {
|
|
3516
3510
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3517
3511
|
this.input = input;
|
|
@@ -3949,7 +3943,7 @@ var BoundElementProperty = class {
|
|
|
3949
3943
|
}
|
|
3950
3944
|
};
|
|
3951
3945
|
|
|
3952
|
-
// bazel-out/
|
|
3946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
3953
3947
|
var TagContentType;
|
|
3954
3948
|
(function(TagContentType2) {
|
|
3955
3949
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -3986,7 +3980,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
3986
3980
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
3987
3981
|
}
|
|
3988
3982
|
|
|
3989
|
-
// bazel-out/
|
|
3983
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3990
3984
|
var Comment = class {
|
|
3991
3985
|
constructor(value, sourceSpan) {
|
|
3992
3986
|
this.value = value;
|
|
@@ -4368,7 +4362,7 @@ function visitAll(visitor, nodes) {
|
|
|
4368
4362
|
return result;
|
|
4369
4363
|
}
|
|
4370
4364
|
|
|
4371
|
-
// bazel-out/
|
|
4365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4372
4366
|
var Message = class {
|
|
4373
4367
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4374
4368
|
this.nodes = nodes;
|
|
@@ -4506,7 +4500,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4506
4500
|
}
|
|
4507
4501
|
};
|
|
4508
4502
|
|
|
4509
|
-
// bazel-out/
|
|
4503
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4510
4504
|
var _Visitor = class {
|
|
4511
4505
|
visitTag(tag) {
|
|
4512
4506
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4534,12 +4528,12 @@ ${doctype.dtd}
|
|
|
4534
4528
|
};
|
|
4535
4529
|
var _visitor = new _Visitor();
|
|
4536
4530
|
|
|
4537
|
-
// bazel-out/
|
|
4531
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4538
4532
|
function toPublicName(internalName) {
|
|
4539
4533
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4540
4534
|
}
|
|
4541
4535
|
|
|
4542
|
-
// bazel-out/
|
|
4536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4543
4537
|
var I18N_ATTR = "i18n";
|
|
4544
4538
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4545
4539
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4579,7 +4573,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4579
4573
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4580
4574
|
}
|
|
4581
4575
|
|
|
4582
|
-
// bazel-out/
|
|
4576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4583
4577
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4584
4578
|
var TEMPORARY_NAME = "_t";
|
|
4585
4579
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4622,16 +4616,15 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4622
4616
|
publicName = value.bindingPropertyName;
|
|
4623
4617
|
const differentDeclaringName = publicName !== declaredName;
|
|
4624
4618
|
const hasDecoratorInputTransform = value.transformFunction !== null;
|
|
4625
|
-
let flags =
|
|
4619
|
+
let flags = InputFlags.None;
|
|
4626
4620
|
if (value.isSignal) {
|
|
4627
|
-
flags
|
|
4621
|
+
flags |= InputFlags.SignalBased;
|
|
4628
4622
|
}
|
|
4629
4623
|
if (hasDecoratorInputTransform) {
|
|
4630
|
-
flags
|
|
4624
|
+
flags |= InputFlags.HasDecoratorInputTransform;
|
|
4631
4625
|
}
|
|
4632
|
-
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !==
|
|
4633
|
-
const
|
|
4634
|
-
const result = [flagsExpr, asLiteral(publicName)];
|
|
4626
|
+
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !== InputFlags.None)) {
|
|
4627
|
+
const result = [literal(flags), asLiteral(publicName)];
|
|
4635
4628
|
if (differentDeclaringName || hasDecoratorInputTransform) {
|
|
4636
4629
|
result.push(asLiteral(declaredName));
|
|
4637
4630
|
if (hasDecoratorInputTransform) {
|
|
@@ -4650,15 +4643,6 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4650
4643
|
};
|
|
4651
4644
|
}));
|
|
4652
4645
|
}
|
|
4653
|
-
function getInputFlagExpr(flag) {
|
|
4654
|
-
return importExpr(Identifiers.InputFlags).prop(InputFlags[flag]);
|
|
4655
|
-
}
|
|
4656
|
-
function bitwiseOrInputFlagsExpr(flag, expr) {
|
|
4657
|
-
if (expr === null) {
|
|
4658
|
-
return getInputFlagExpr(flag);
|
|
4659
|
-
}
|
|
4660
|
-
return getInputFlagExpr(flag).bitwiseOr(expr);
|
|
4661
|
-
}
|
|
4662
4646
|
var DefinitionMap = class {
|
|
4663
4647
|
constructor() {
|
|
4664
4648
|
this.values = [];
|
|
@@ -4716,7 +4700,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4716
4700
|
return attributesMap;
|
|
4717
4701
|
}
|
|
4718
4702
|
|
|
4719
|
-
// bazel-out/
|
|
4703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4720
4704
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4721
4705
|
let result = null;
|
|
4722
4706
|
const factoryMeta = {
|
|
@@ -4801,7 +4785,7 @@ function createFactoryFunction(type) {
|
|
|
4801
4785
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4802
4786
|
}
|
|
4803
4787
|
|
|
4804
|
-
// bazel-out/
|
|
4788
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4805
4789
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4806
4790
|
/^\s*$/,
|
|
4807
4791
|
/[<>]/,
|
|
@@ -4823,7 +4807,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4823
4807
|
}
|
|
4824
4808
|
}
|
|
4825
4809
|
|
|
4826
|
-
// bazel-out/
|
|
4810
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4827
4811
|
var InterpolationConfig = class {
|
|
4828
4812
|
static fromArray(markers) {
|
|
4829
4813
|
if (!markers) {
|
|
@@ -4840,7 +4824,7 @@ var InterpolationConfig = class {
|
|
|
4840
4824
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4841
4825
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4842
4826
|
|
|
4843
|
-
// bazel-out/
|
|
4827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4844
4828
|
var $EOF = 0;
|
|
4845
4829
|
var $BSPACE = 8;
|
|
4846
4830
|
var $TAB = 9;
|
|
@@ -4922,7 +4906,7 @@ function isQuote(code) {
|
|
|
4922
4906
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4923
4907
|
}
|
|
4924
4908
|
|
|
4925
|
-
// bazel-out/
|
|
4909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4926
4910
|
var ParseLocation = class {
|
|
4927
4911
|
constructor(file, offset, line, col) {
|
|
4928
4912
|
this.file = file;
|
|
@@ -5069,7 +5053,7 @@ function sanitizeIdentifier(name) {
|
|
|
5069
5053
|
return name.replace(/\W/g, "_");
|
|
5070
5054
|
}
|
|
5071
5055
|
|
|
5072
|
-
// bazel-out/
|
|
5056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5073
5057
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5074
5058
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5075
5059
|
constructor() {
|
|
@@ -5162,7 +5146,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5162
5146
|
}
|
|
5163
5147
|
};
|
|
5164
5148
|
|
|
5165
|
-
// bazel-out/
|
|
5149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5166
5150
|
var policy;
|
|
5167
5151
|
function getPolicy() {
|
|
5168
5152
|
if (policy === void 0) {
|
|
@@ -5200,7 +5184,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5200
5184
|
return fn2.bind(_global);
|
|
5201
5185
|
}
|
|
5202
5186
|
|
|
5203
|
-
// bazel-out/
|
|
5187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5204
5188
|
var JitEvaluator = class {
|
|
5205
5189
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5206
5190
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5291,7 +5275,7 @@ function isUseStrictStatement(statement) {
|
|
|
5291
5275
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5292
5276
|
}
|
|
5293
5277
|
|
|
5294
|
-
// bazel-out/
|
|
5278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5295
5279
|
function compileInjector(meta) {
|
|
5296
5280
|
const definitionMap = new DefinitionMap();
|
|
5297
5281
|
if (meta.providers !== null) {
|
|
@@ -5308,7 +5292,7 @@ function createInjectorType(meta) {
|
|
|
5308
5292
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5309
5293
|
}
|
|
5310
5294
|
|
|
5311
|
-
// bazel-out/
|
|
5295
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5312
5296
|
var R3JitReflector = class {
|
|
5313
5297
|
constructor(context) {
|
|
5314
5298
|
this.context = context;
|
|
@@ -5324,7 +5308,7 @@ var R3JitReflector = class {
|
|
|
5324
5308
|
}
|
|
5325
5309
|
};
|
|
5326
5310
|
|
|
5327
|
-
// bazel-out/
|
|
5311
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5328
5312
|
var R3SelectorScopeMode;
|
|
5329
5313
|
(function(R3SelectorScopeMode2) {
|
|
5330
5314
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5465,7 +5449,7 @@ function tupleOfTypes(types) {
|
|
|
5465
5449
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5466
5450
|
}
|
|
5467
5451
|
|
|
5468
|
-
// bazel-out/
|
|
5452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5469
5453
|
function compilePipeFromMetadata(metadata) {
|
|
5470
5454
|
const definitionMapValues = [];
|
|
5471
5455
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5486,7 +5470,7 @@ function createPipeType(metadata) {
|
|
|
5486
5470
|
]));
|
|
5487
5471
|
}
|
|
5488
5472
|
|
|
5489
|
-
// bazel-out/
|
|
5473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5490
5474
|
var R3TemplateDependencyKind;
|
|
5491
5475
|
(function(R3TemplateDependencyKind2) {
|
|
5492
5476
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5494,7 +5478,7 @@ var R3TemplateDependencyKind;
|
|
|
5494
5478
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5495
5479
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5496
5480
|
|
|
5497
|
-
// bazel-out/
|
|
5481
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5498
5482
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5499
5483
|
"inherit",
|
|
5500
5484
|
"initial",
|
|
@@ -5966,7 +5950,7 @@ function repeatGroups(groups, multiples) {
|
|
|
5966
5950
|
}
|
|
5967
5951
|
}
|
|
5968
5952
|
|
|
5969
|
-
// bazel-out/
|
|
5953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
5970
5954
|
var OpKind;
|
|
5971
5955
|
(function(OpKind2) {
|
|
5972
5956
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6120,7 +6104,7 @@ var TemplateKind;
|
|
|
6120
6104
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6121
6105
|
})(TemplateKind || (TemplateKind = {}));
|
|
6122
6106
|
|
|
6123
|
-
// bazel-out/
|
|
6107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6124
6108
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6125
6109
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6126
6110
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6148,7 +6132,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6148
6132
|
return expr[UsesVarOffset] === true;
|
|
6149
6133
|
}
|
|
6150
6134
|
|
|
6151
|
-
// bazel-out/
|
|
6135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6152
6136
|
function createStatementOp(statement) {
|
|
6153
6137
|
return __spreadValues({
|
|
6154
6138
|
kind: OpKind.Statement,
|
|
@@ -6170,7 +6154,7 @@ var NEW_OP = {
|
|
|
6170
6154
|
next: null
|
|
6171
6155
|
};
|
|
6172
6156
|
|
|
6173
|
-
// bazel-out/
|
|
6157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6174
6158
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6175
6159
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6176
6160
|
kind: OpKind.InterpolateText,
|
|
@@ -6351,7 +6335,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
6351
6335
|
}, NEW_OP);
|
|
6352
6336
|
}
|
|
6353
6337
|
|
|
6354
|
-
// bazel-out/
|
|
6338
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6355
6339
|
var _a;
|
|
6356
6340
|
var _b;
|
|
6357
6341
|
var _c;
|
|
@@ -7213,7 +7197,7 @@ function isStringLiteral(expr) {
|
|
|
7213
7197
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7214
7198
|
}
|
|
7215
7199
|
|
|
7216
|
-
// bazel-out/
|
|
7200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7217
7201
|
var _OpList = class {
|
|
7218
7202
|
constructor() {
|
|
7219
7203
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7404,14 +7388,14 @@ var OpList = _OpList;
|
|
|
7404
7388
|
_OpList.nextListId = 0;
|
|
7405
7389
|
})();
|
|
7406
7390
|
|
|
7407
|
-
// bazel-out/
|
|
7391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7408
7392
|
var SlotHandle = class {
|
|
7409
7393
|
constructor() {
|
|
7410
7394
|
this.slot = null;
|
|
7411
7395
|
}
|
|
7412
7396
|
};
|
|
7413
7397
|
|
|
7414
|
-
// bazel-out/
|
|
7398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7415
7399
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7416
7400
|
OpKind.Element,
|
|
7417
7401
|
OpKind.ElementStart,
|
|
@@ -7715,7 +7699,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7715
7699
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7716
7700
|
}
|
|
7717
7701
|
|
|
7718
|
-
// bazel-out/
|
|
7702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7719
7703
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7720
7704
|
return __spreadValues(__spreadValues({
|
|
7721
7705
|
kind: OpKind.HostProperty,
|
|
@@ -7729,10 +7713,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7729
7713
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7730
7714
|
}
|
|
7731
7715
|
|
|
7732
|
-
// bazel-out/
|
|
7716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7733
7717
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7734
7718
|
|
|
7735
|
-
// bazel-out/
|
|
7719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7736
7720
|
var CompilationJobKind;
|
|
7737
7721
|
(function(CompilationJobKind2) {
|
|
7738
7722
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -7840,7 +7824,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
7840
7824
|
}
|
|
7841
7825
|
};
|
|
7842
7826
|
|
|
7843
|
-
// bazel-out/
|
|
7827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
7844
7828
|
function deleteAnyCasts(job) {
|
|
7845
7829
|
for (const unit of job.units) {
|
|
7846
7830
|
for (const op of unit.ops()) {
|
|
@@ -7858,7 +7842,7 @@ function removeAnys(e) {
|
|
|
7858
7842
|
return e;
|
|
7859
7843
|
}
|
|
7860
7844
|
|
|
7861
|
-
// bazel-out/
|
|
7845
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
7862
7846
|
function applyI18nExpressions(job) {
|
|
7863
7847
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
7864
7848
|
for (const unit of job.units) {
|
|
@@ -7901,7 +7885,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
7901
7885
|
return false;
|
|
7902
7886
|
}
|
|
7903
7887
|
|
|
7904
|
-
// bazel-out/
|
|
7888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
7905
7889
|
function assignI18nSlotDependencies(job) {
|
|
7906
7890
|
for (const unit of job.units) {
|
|
7907
7891
|
let updateOp = unit.update.head;
|
|
@@ -7946,7 +7930,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
7946
7930
|
}
|
|
7947
7931
|
}
|
|
7948
7932
|
|
|
7949
|
-
// bazel-out/
|
|
7933
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
7950
7934
|
function createOpXrefMap(unit) {
|
|
7951
7935
|
const map = /* @__PURE__ */ new Map();
|
|
7952
7936
|
for (const op of unit.create) {
|
|
@@ -7961,7 +7945,7 @@ function createOpXrefMap(unit) {
|
|
|
7961
7945
|
return map;
|
|
7962
7946
|
}
|
|
7963
7947
|
|
|
7964
|
-
// bazel-out/
|
|
7948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
7965
7949
|
function extractAttributes(job) {
|
|
7966
7950
|
for (const unit of job.units) {
|
|
7967
7951
|
const elements = createOpXrefMap(unit);
|
|
@@ -8090,7 +8074,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8090
8074
|
}
|
|
8091
8075
|
}
|
|
8092
8076
|
|
|
8093
|
-
// bazel-out/
|
|
8077
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8094
8078
|
function lookupElement2(elements, xref) {
|
|
8095
8079
|
const el = elements.get(xref);
|
|
8096
8080
|
if (el === void 0) {
|
|
@@ -8147,7 +8131,7 @@ function specializeBindings(job) {
|
|
|
8147
8131
|
}
|
|
8148
8132
|
}
|
|
8149
8133
|
|
|
8150
|
-
// bazel-out/
|
|
8134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8151
8135
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8152
8136
|
Identifiers.attribute,
|
|
8153
8137
|
Identifiers.classProp,
|
|
@@ -8215,7 +8199,7 @@ function chainOperationsInList(opList) {
|
|
|
8215
8199
|
}
|
|
8216
8200
|
}
|
|
8217
8201
|
|
|
8218
|
-
// bazel-out/
|
|
8202
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8219
8203
|
function collapseSingletonInterpolations(job) {
|
|
8220
8204
|
for (const unit of job.units) {
|
|
8221
8205
|
for (const op of unit.update) {
|
|
@@ -8227,7 +8211,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8227
8211
|
}
|
|
8228
8212
|
}
|
|
8229
8213
|
|
|
8230
|
-
// bazel-out/
|
|
8214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8231
8215
|
function generateConditionalExpressions(job) {
|
|
8232
8216
|
for (const unit of job.units) {
|
|
8233
8217
|
for (const op of unit.ops()) {
|
|
@@ -8264,7 +8248,7 @@ function generateConditionalExpressions(job) {
|
|
|
8264
8248
|
}
|
|
8265
8249
|
}
|
|
8266
8250
|
|
|
8267
|
-
// bazel-out/
|
|
8251
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8268
8252
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8269
8253
|
["&&", BinaryOperator.And],
|
|
8270
8254
|
[">", BinaryOperator.Bigger],
|
|
@@ -8315,7 +8299,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8315
8299
|
return literal(value);
|
|
8316
8300
|
}
|
|
8317
8301
|
|
|
8318
|
-
// bazel-out/
|
|
8302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8319
8303
|
function collectElementConsts(job) {
|
|
8320
8304
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8321
8305
|
for (const unit of job.units) {
|
|
@@ -8484,7 +8468,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8484
8468
|
return literalArr(attrArray);
|
|
8485
8469
|
}
|
|
8486
8470
|
|
|
8487
|
-
// bazel-out/
|
|
8471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8488
8472
|
function convertI18nBindings(job) {
|
|
8489
8473
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8490
8474
|
for (const unit of job.units) {
|
|
@@ -8525,7 +8509,7 @@ function convertI18nBindings(job) {
|
|
|
8525
8509
|
}
|
|
8526
8510
|
}
|
|
8527
8511
|
|
|
8528
|
-
// bazel-out/
|
|
8512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8529
8513
|
function resolveDeferDepsFns(job) {
|
|
8530
8514
|
var _a2;
|
|
8531
8515
|
for (const unit of job.units) {
|
|
@@ -8550,7 +8534,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8550
8534
|
}
|
|
8551
8535
|
}
|
|
8552
8536
|
|
|
8553
|
-
// bazel-out/
|
|
8537
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8554
8538
|
function createI18nContexts(job) {
|
|
8555
8539
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8556
8540
|
for (const unit of job.units) {
|
|
@@ -8628,7 +8612,7 @@ function createI18nContexts(job) {
|
|
|
8628
8612
|
}
|
|
8629
8613
|
}
|
|
8630
8614
|
|
|
8631
|
-
// bazel-out/
|
|
8615
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8632
8616
|
function deduplicateTextBindings(job) {
|
|
8633
8617
|
const seen = /* @__PURE__ */ new Map();
|
|
8634
8618
|
for (const unit of job.units) {
|
|
@@ -8650,7 +8634,7 @@ function deduplicateTextBindings(job) {
|
|
|
8650
8634
|
}
|
|
8651
8635
|
}
|
|
8652
8636
|
|
|
8653
|
-
// bazel-out/
|
|
8637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8654
8638
|
function configureDeferInstructions(job) {
|
|
8655
8639
|
for (const unit of job.units) {
|
|
8656
8640
|
for (const op of unit.create) {
|
|
@@ -8667,7 +8651,7 @@ function configureDeferInstructions(job) {
|
|
|
8667
8651
|
}
|
|
8668
8652
|
}
|
|
8669
8653
|
|
|
8670
|
-
// bazel-out/
|
|
8654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8671
8655
|
function resolveDeferTargetNames(job) {
|
|
8672
8656
|
const scopes = /* @__PURE__ */ new Map();
|
|
8673
8657
|
function getScopeForView2(view) {
|
|
@@ -8761,7 +8745,7 @@ var Scope = class {
|
|
|
8761
8745
|
}
|
|
8762
8746
|
};
|
|
8763
8747
|
|
|
8764
|
-
// bazel-out/
|
|
8748
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8765
8749
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8766
8750
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8767
8751
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -8788,7 +8772,7 @@ function collapseEmptyInstructions(job) {
|
|
|
8788
8772
|
}
|
|
8789
8773
|
}
|
|
8790
8774
|
|
|
8791
|
-
// bazel-out/
|
|
8775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
8792
8776
|
function expandSafeReads(job) {
|
|
8793
8777
|
for (const unit of job.units) {
|
|
8794
8778
|
for (const op of unit.ops()) {
|
|
@@ -8924,7 +8908,7 @@ function ternaryTransform(e) {
|
|
|
8924
8908
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
8925
8909
|
}
|
|
8926
8910
|
|
|
8927
|
-
// bazel-out/
|
|
8911
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
8928
8912
|
var ESCAPE = "\uFFFD";
|
|
8929
8913
|
var ELEMENT_MARKER = "#";
|
|
8930
8914
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9060,7 +9044,7 @@ function formatValue(value) {
|
|
|
9060
9044
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9061
9045
|
}
|
|
9062
9046
|
|
|
9063
|
-
// bazel-out/
|
|
9047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9064
9048
|
function generateAdvance(job) {
|
|
9065
9049
|
for (const unit of job.units) {
|
|
9066
9050
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9092,7 +9076,7 @@ function generateAdvance(job) {
|
|
|
9092
9076
|
}
|
|
9093
9077
|
}
|
|
9094
9078
|
|
|
9095
|
-
// bazel-out/
|
|
9079
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9096
9080
|
function generateProjectionDefs(job) {
|
|
9097
9081
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9098
9082
|
const selectors = [];
|
|
@@ -9116,7 +9100,7 @@ function generateProjectionDefs(job) {
|
|
|
9116
9100
|
}
|
|
9117
9101
|
}
|
|
9118
9102
|
|
|
9119
|
-
// bazel-out/
|
|
9103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9120
9104
|
function generateVariables(job) {
|
|
9121
9105
|
recursivelyProcessView(job.root, null);
|
|
9122
9106
|
}
|
|
@@ -9215,7 +9199,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
9215
9199
|
return newOps;
|
|
9216
9200
|
}
|
|
9217
9201
|
|
|
9218
|
-
// bazel-out/
|
|
9202
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9219
9203
|
function collectConstExpressions(job) {
|
|
9220
9204
|
for (const unit of job.units) {
|
|
9221
9205
|
for (const op of unit.ops()) {
|
|
@@ -9229,7 +9213,7 @@ function collectConstExpressions(job) {
|
|
|
9229
9213
|
}
|
|
9230
9214
|
}
|
|
9231
9215
|
|
|
9232
|
-
// bazel-out/
|
|
9216
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9233
9217
|
var STYLE_DOT = "style.";
|
|
9234
9218
|
var CLASS_DOT = "class.";
|
|
9235
9219
|
var STYLE_BANG = "style!";
|
|
@@ -9287,7 +9271,7 @@ function parseProperty(name) {
|
|
|
9287
9271
|
return { property: property2, suffix };
|
|
9288
9272
|
}
|
|
9289
9273
|
|
|
9290
|
-
// bazel-out/
|
|
9274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9291
9275
|
function mapLiteral(obj, quoted = false) {
|
|
9292
9276
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9293
9277
|
key,
|
|
@@ -9296,7 +9280,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9296
9280
|
})));
|
|
9297
9281
|
}
|
|
9298
9282
|
|
|
9299
|
-
// bazel-out/
|
|
9283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9300
9284
|
var IcuSerializerVisitor = class {
|
|
9301
9285
|
visitText(text2) {
|
|
9302
9286
|
return text2.value;
|
|
@@ -9330,7 +9314,7 @@ function serializeIcuNode(icu) {
|
|
|
9330
9314
|
return icu.visit(serializer);
|
|
9331
9315
|
}
|
|
9332
9316
|
|
|
9333
|
-
// bazel-out/
|
|
9317
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9334
9318
|
var TokenType;
|
|
9335
9319
|
(function(TokenType2) {
|
|
9336
9320
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9691,7 +9675,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9691
9675
|
return result;
|
|
9692
9676
|
}
|
|
9693
9677
|
|
|
9694
|
-
// bazel-out/
|
|
9678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9695
9679
|
var SplitInterpolation = class {
|
|
9696
9680
|
constructor(strings, expressions, offsets) {
|
|
9697
9681
|
this.strings = strings;
|
|
@@ -10573,7 +10557,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10573
10557
|
return offsetMap;
|
|
10574
10558
|
}
|
|
10575
10559
|
|
|
10576
|
-
// bazel-out/
|
|
10560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10577
10561
|
var NodeWithI18n = class {
|
|
10578
10562
|
constructor(sourceSpan, i18n2) {
|
|
10579
10563
|
this.sourceSpan = sourceSpan;
|
|
@@ -10725,7 +10709,7 @@ var RecursiveVisitor = class {
|
|
|
10725
10709
|
}
|
|
10726
10710
|
};
|
|
10727
10711
|
|
|
10728
|
-
// bazel-out/
|
|
10712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
10729
10713
|
var _SECURITY_SCHEMA;
|
|
10730
10714
|
function SECURITY_SCHEMA() {
|
|
10731
10715
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -10783,11 +10767,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
10783
10767
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
10784
10768
|
}
|
|
10785
10769
|
|
|
10786
|
-
// bazel-out/
|
|
10770
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10787
10771
|
var ElementSchemaRegistry = class {
|
|
10788
10772
|
};
|
|
10789
10773
|
|
|
10790
|
-
// bazel-out/
|
|
10774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10791
10775
|
var BOOLEAN = "boolean";
|
|
10792
10776
|
var NUMBER = "number";
|
|
10793
10777
|
var STRING = "string";
|
|
@@ -11140,7 +11124,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11140
11124
|
}
|
|
11141
11125
|
}
|
|
11142
11126
|
|
|
11143
|
-
// bazel-out/
|
|
11127
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11144
11128
|
var HtmlTagDefinition = class {
|
|
11145
11129
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11146
11130
|
this.closedByChildren = {};
|
|
@@ -11258,7 +11242,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11258
11242
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
11259
11243
|
}
|
|
11260
11244
|
|
|
11261
|
-
// bazel-out/
|
|
11245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
11262
11246
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
11263
11247
|
"A": "LINK",
|
|
11264
11248
|
"B": "BOLD_TEXT",
|
|
@@ -11380,7 +11364,7 @@ var PlaceholderRegistry = class {
|
|
|
11380
11364
|
}
|
|
11381
11365
|
};
|
|
11382
11366
|
|
|
11383
|
-
// bazel-out/
|
|
11367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
11384
11368
|
var _expParser = new Parser(new Lexer());
|
|
11385
11369
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
11386
11370
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -11559,14 +11543,14 @@ function extractPlaceholderName(input) {
|
|
|
11559
11543
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
11560
11544
|
}
|
|
11561
11545
|
|
|
11562
|
-
// bazel-out/
|
|
11546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
11563
11547
|
var I18nError = class extends ParseError {
|
|
11564
11548
|
constructor(span, msg) {
|
|
11565
11549
|
super(span, msg);
|
|
11566
11550
|
}
|
|
11567
11551
|
};
|
|
11568
11552
|
|
|
11569
|
-
// bazel-out/
|
|
11553
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11570
11554
|
var NAMED_ENTITIES = {
|
|
11571
11555
|
"AElig": "\xC6",
|
|
11572
11556
|
"AMP": "&",
|
|
@@ -13697,7 +13681,7 @@ var NAMED_ENTITIES = {
|
|
|
13697
13681
|
var NGSP_UNICODE = "\uE500";
|
|
13698
13682
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13699
13683
|
|
|
13700
|
-
// bazel-out/
|
|
13684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13701
13685
|
var TokenError = class extends ParseError {
|
|
13702
13686
|
constructor(errorMsg, tokenType, span) {
|
|
13703
13687
|
super(span, errorMsg);
|
|
@@ -14618,7 +14602,7 @@ var CursorError = class {
|
|
|
14618
14602
|
}
|
|
14619
14603
|
};
|
|
14620
14604
|
|
|
14621
|
-
// bazel-out/
|
|
14605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14622
14606
|
var TreeError = class extends ParseError {
|
|
14623
14607
|
static create(elementName, span, msg) {
|
|
14624
14608
|
return new TreeError(elementName, span, msg);
|
|
@@ -15002,7 +14986,7 @@ function decodeEntity(match, entity) {
|
|
|
15002
14986
|
return match;
|
|
15003
14987
|
}
|
|
15004
14988
|
|
|
15005
|
-
// bazel-out/
|
|
14989
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15006
14990
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15007
14991
|
"iframe|srcdoc",
|
|
15008
14992
|
"*|innerhtml",
|
|
@@ -15017,7 +15001,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15017
15001
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15018
15002
|
}
|
|
15019
15003
|
|
|
15020
|
-
// bazel-out/
|
|
15004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15021
15005
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15022
15006
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15023
15007
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -15174,7 +15158,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15174
15158
|
return jsDocComment(tags);
|
|
15175
15159
|
}
|
|
15176
15160
|
|
|
15177
|
-
// bazel-out/
|
|
15161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15178
15162
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15179
15163
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15180
15164
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15225,7 +15209,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15225
15209
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15226
15210
|
}
|
|
15227
15211
|
|
|
15228
|
-
// bazel-out/
|
|
15212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15229
15213
|
function createLocalizeStatements(variable2, message, params) {
|
|
15230
15214
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15231
15215
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15314,7 +15298,7 @@ function createEmptyMessagePart(location) {
|
|
|
15314
15298
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15315
15299
|
}
|
|
15316
15300
|
|
|
15317
|
-
// bazel-out/
|
|
15301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15318
15302
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15319
15303
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15320
15304
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -15482,7 +15466,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
15482
15466
|
return variable(name);
|
|
15483
15467
|
}
|
|
15484
15468
|
|
|
15485
|
-
// bazel-out/
|
|
15469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
15486
15470
|
function convertI18nText(job) {
|
|
15487
15471
|
var _a2, _b2, _c2;
|
|
15488
15472
|
for (const unit of job.units) {
|
|
@@ -15552,7 +15536,7 @@ function convertI18nText(job) {
|
|
|
15552
15536
|
}
|
|
15553
15537
|
}
|
|
15554
15538
|
|
|
15555
|
-
// bazel-out/
|
|
15539
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
15556
15540
|
function liftLocalRefs(job) {
|
|
15557
15541
|
for (const unit of job.units) {
|
|
15558
15542
|
for (const op of unit.create) {
|
|
@@ -15582,7 +15566,7 @@ function serializeLocalRefs(refs) {
|
|
|
15582
15566
|
return literalArr(constRefs);
|
|
15583
15567
|
}
|
|
15584
15568
|
|
|
15585
|
-
// bazel-out/
|
|
15569
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
15586
15570
|
function emitNamespaceChanges(job) {
|
|
15587
15571
|
for (const unit of job.units) {
|
|
15588
15572
|
let activeNamespace = Namespace.HTML;
|
|
@@ -15598,7 +15582,7 @@ function emitNamespaceChanges(job) {
|
|
|
15598
15582
|
}
|
|
15599
15583
|
}
|
|
15600
15584
|
|
|
15601
|
-
// bazel-out/
|
|
15585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
15602
15586
|
function parse(value) {
|
|
15603
15587
|
const styles = [];
|
|
15604
15588
|
let i = 0;
|
|
@@ -15692,7 +15676,7 @@ function parseExtractedStyles(job) {
|
|
|
15692
15676
|
}
|
|
15693
15677
|
}
|
|
15694
15678
|
|
|
15695
|
-
// bazel-out/
|
|
15679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
15696
15680
|
function nameFunctionsAndVariables(job) {
|
|
15697
15681
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
15698
15682
|
}
|
|
@@ -15833,7 +15817,7 @@ function stripImportant(name) {
|
|
|
15833
15817
|
return name;
|
|
15834
15818
|
}
|
|
15835
15819
|
|
|
15836
|
-
// bazel-out/
|
|
15820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
15837
15821
|
function mergeNextContextExpressions(job) {
|
|
15838
15822
|
for (const unit of job.units) {
|
|
15839
15823
|
for (const op of unit.create) {
|
|
@@ -15879,7 +15863,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
15879
15863
|
}
|
|
15880
15864
|
}
|
|
15881
15865
|
|
|
15882
|
-
// bazel-out/
|
|
15866
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
15883
15867
|
var CONTAINER_TAG = "ng-container";
|
|
15884
15868
|
function generateNgContainerOps(job) {
|
|
15885
15869
|
for (const unit of job.units) {
|
|
@@ -15896,7 +15880,7 @@ function generateNgContainerOps(job) {
|
|
|
15896
15880
|
}
|
|
15897
15881
|
}
|
|
15898
15882
|
|
|
15899
|
-
// bazel-out/
|
|
15883
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
15900
15884
|
function lookupElement3(elements, xref) {
|
|
15901
15885
|
const el = elements.get(xref);
|
|
15902
15886
|
if (el === void 0) {
|
|
@@ -15926,7 +15910,7 @@ function disableBindings(job) {
|
|
|
15926
15910
|
}
|
|
15927
15911
|
}
|
|
15928
15912
|
|
|
15929
|
-
// bazel-out/
|
|
15913
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
15930
15914
|
function generateNullishCoalesceExpressions(job) {
|
|
15931
15915
|
for (const unit of job.units) {
|
|
15932
15916
|
for (const op of unit.ops()) {
|
|
@@ -15942,7 +15926,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
15942
15926
|
}
|
|
15943
15927
|
}
|
|
15944
15928
|
|
|
15945
|
-
// bazel-out/
|
|
15929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
15946
15930
|
function kindTest(kind) {
|
|
15947
15931
|
return (op) => op.kind === kind;
|
|
15948
15932
|
}
|
|
@@ -16032,7 +16016,7 @@ function keepLast(ops) {
|
|
|
16032
16016
|
return ops.slice(ops.length - 1);
|
|
16033
16017
|
}
|
|
16034
16018
|
|
|
16035
|
-
// bazel-out/
|
|
16019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16036
16020
|
function removeContentSelectors(job) {
|
|
16037
16021
|
for (const unit of job.units) {
|
|
16038
16022
|
const elements = createOpXrefMap(unit);
|
|
@@ -16059,7 +16043,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16059
16043
|
return el;
|
|
16060
16044
|
}
|
|
16061
16045
|
|
|
16062
|
-
// bazel-out/
|
|
16046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16063
16047
|
function createPipes(job) {
|
|
16064
16048
|
for (const unit of job.units) {
|
|
16065
16049
|
processPipeBindingsInView(unit);
|
|
@@ -16107,7 +16091,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16107
16091
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16108
16092
|
}
|
|
16109
16093
|
|
|
16110
|
-
// bazel-out/
|
|
16094
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16111
16095
|
function createVariadicPipes(job) {
|
|
16112
16096
|
for (const unit of job.units) {
|
|
16113
16097
|
for (const op of unit.update) {
|
|
@@ -16124,7 +16108,7 @@ function createVariadicPipes(job) {
|
|
|
16124
16108
|
}
|
|
16125
16109
|
}
|
|
16126
16110
|
|
|
16127
|
-
// bazel-out/
|
|
16111
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16128
16112
|
function propagateI18nBlocks(job) {
|
|
16129
16113
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16130
16114
|
}
|
|
@@ -16178,7 +16162,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16178
16162
|
}
|
|
16179
16163
|
}
|
|
16180
16164
|
|
|
16181
|
-
// bazel-out/
|
|
16165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16182
16166
|
function extractPureFunctions(job) {
|
|
16183
16167
|
for (const view of job.units) {
|
|
16184
16168
|
for (const op of view.ops()) {
|
|
@@ -16220,7 +16204,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16220
16204
|
}
|
|
16221
16205
|
};
|
|
16222
16206
|
|
|
16223
|
-
// bazel-out/
|
|
16207
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16224
16208
|
function generatePureLiteralStructures(job) {
|
|
16225
16209
|
for (const unit of job.units) {
|
|
16226
16210
|
for (const op of unit.update) {
|
|
@@ -16267,7 +16251,7 @@ function transformLiteralMap(expr) {
|
|
|
16267
16251
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16268
16252
|
}
|
|
16269
16253
|
|
|
16270
|
-
// bazel-out/
|
|
16254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16271
16255
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16272
16256
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16273
16257
|
}
|
|
@@ -16808,7 +16792,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
16808
16792
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
16809
16793
|
}
|
|
16810
16794
|
|
|
16811
|
-
// bazel-out/
|
|
16795
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
16812
16796
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
16813
16797
|
["window", Identifiers.resolveWindow],
|
|
16814
16798
|
["document", Identifiers.resolveDocument],
|
|
@@ -17167,7 +17151,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17167
17151
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17168
17152
|
}
|
|
17169
17153
|
|
|
17170
|
-
// bazel-out/
|
|
17154
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17171
17155
|
function removeEmptyBindings(job) {
|
|
17172
17156
|
for (const unit of job.units) {
|
|
17173
17157
|
for (const op of unit.update) {
|
|
@@ -17188,7 +17172,7 @@ function removeEmptyBindings(job) {
|
|
|
17188
17172
|
}
|
|
17189
17173
|
}
|
|
17190
17174
|
|
|
17191
|
-
// bazel-out/
|
|
17175
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17192
17176
|
function removeI18nContexts(job) {
|
|
17193
17177
|
for (const unit of job.units) {
|
|
17194
17178
|
for (const op of unit.create) {
|
|
@@ -17204,7 +17188,7 @@ function removeI18nContexts(job) {
|
|
|
17204
17188
|
}
|
|
17205
17189
|
}
|
|
17206
17190
|
|
|
17207
|
-
// bazel-out/
|
|
17191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17208
17192
|
function removeUnusedI18nAttributesOps(job) {
|
|
17209
17193
|
for (const unit of job.units) {
|
|
17210
17194
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17226,7 +17210,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17226
17210
|
}
|
|
17227
17211
|
}
|
|
17228
17212
|
|
|
17229
|
-
// bazel-out/
|
|
17213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17230
17214
|
function resolveContexts(job) {
|
|
17231
17215
|
for (const unit of job.units) {
|
|
17232
17216
|
processLexicalScope(unit, unit.create);
|
|
@@ -17268,7 +17252,7 @@ function processLexicalScope(view, ops) {
|
|
|
17268
17252
|
}
|
|
17269
17253
|
}
|
|
17270
17254
|
|
|
17271
|
-
// bazel-out/
|
|
17255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17272
17256
|
function resolveDollarEvent(job) {
|
|
17273
17257
|
for (const unit of job.units) {
|
|
17274
17258
|
transformDollarEvent(unit.create);
|
|
@@ -17291,7 +17275,7 @@ function transformDollarEvent(ops) {
|
|
|
17291
17275
|
}
|
|
17292
17276
|
}
|
|
17293
17277
|
|
|
17294
|
-
// bazel-out/
|
|
17278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17295
17279
|
function resolveI18nElementPlaceholders(job) {
|
|
17296
17280
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17297
17281
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -17470,7 +17454,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
17470
17454
|
params.set(placeholder, values);
|
|
17471
17455
|
}
|
|
17472
17456
|
|
|
17473
|
-
// bazel-out/
|
|
17457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
17474
17458
|
function resolveI18nExpressionPlaceholders(job) {
|
|
17475
17459
|
var _a2;
|
|
17476
17460
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -17523,7 +17507,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
17523
17507
|
}
|
|
17524
17508
|
}
|
|
17525
17509
|
|
|
17526
|
-
// bazel-out/
|
|
17510
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
17527
17511
|
function resolveNames(job) {
|
|
17528
17512
|
for (const unit of job.units) {
|
|
17529
17513
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -17588,7 +17572,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
17588
17572
|
}
|
|
17589
17573
|
}
|
|
17590
17574
|
|
|
17591
|
-
// bazel-out/
|
|
17575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
17592
17576
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
17593
17577
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
17594
17578
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -17658,7 +17642,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
17658
17642
|
return securityContext;
|
|
17659
17643
|
}
|
|
17660
17644
|
|
|
17661
|
-
// bazel-out/
|
|
17645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
17662
17646
|
function transformTwoWayBindingSet(job) {
|
|
17663
17647
|
for (const unit of job.units) {
|
|
17664
17648
|
for (const op of unit.create) {
|
|
@@ -17708,7 +17692,7 @@ function wrapAction(target, value) {
|
|
|
17708
17692
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
17709
17693
|
}
|
|
17710
17694
|
|
|
17711
|
-
// bazel-out/
|
|
17695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
17712
17696
|
function saveAndRestoreView(job) {
|
|
17713
17697
|
for (const unit of job.units) {
|
|
17714
17698
|
unit.create.prepend([
|
|
@@ -17753,7 +17737,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
17753
17737
|
}
|
|
17754
17738
|
}
|
|
17755
17739
|
|
|
17756
|
-
// bazel-out/
|
|
17740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
17757
17741
|
function allocateSlots(job) {
|
|
17758
17742
|
const slotMap = /* @__PURE__ */ new Map();
|
|
17759
17743
|
for (const unit of job.units) {
|
|
@@ -17778,7 +17762,7 @@ function allocateSlots(job) {
|
|
|
17778
17762
|
}
|
|
17779
17763
|
}
|
|
17780
17764
|
|
|
17781
|
-
// bazel-out/
|
|
17765
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
17782
17766
|
function specializeStyleBindings(job) {
|
|
17783
17767
|
for (const unit of job.units) {
|
|
17784
17768
|
for (const op of unit.update) {
|
|
@@ -17808,7 +17792,7 @@ function specializeStyleBindings(job) {
|
|
|
17808
17792
|
}
|
|
17809
17793
|
}
|
|
17810
17794
|
|
|
17811
|
-
// bazel-out/
|
|
17795
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
17812
17796
|
function generateTemporaryVariables(job) {
|
|
17813
17797
|
for (const unit of job.units) {
|
|
17814
17798
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -17866,7 +17850,7 @@ function assignName(names, expr) {
|
|
|
17866
17850
|
expr.name = name;
|
|
17867
17851
|
}
|
|
17868
17852
|
|
|
17869
|
-
// bazel-out/
|
|
17853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
17870
17854
|
function generateTrackFns(job) {
|
|
17871
17855
|
for (const unit of job.units) {
|
|
17872
17856
|
for (const op of unit.create) {
|
|
@@ -17899,7 +17883,7 @@ function generateTrackFns(job) {
|
|
|
17899
17883
|
}
|
|
17900
17884
|
}
|
|
17901
17885
|
|
|
17902
|
-
// bazel-out/
|
|
17886
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
17903
17887
|
function optimizeTrackFns(job) {
|
|
17904
17888
|
for (const unit of job.units) {
|
|
17905
17889
|
for (const op of unit.create) {
|
|
@@ -17947,7 +17931,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
17947
17931
|
return true;
|
|
17948
17932
|
}
|
|
17949
17933
|
|
|
17950
|
-
// bazel-out/
|
|
17934
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
17951
17935
|
function generateTrackVariables(job) {
|
|
17952
17936
|
for (const unit of job.units) {
|
|
17953
17937
|
for (const op of unit.create) {
|
|
@@ -17968,7 +17952,7 @@ function generateTrackVariables(job) {
|
|
|
17968
17952
|
}
|
|
17969
17953
|
}
|
|
17970
17954
|
|
|
17971
|
-
// bazel-out/
|
|
17955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
17972
17956
|
function countVariables(job) {
|
|
17973
17957
|
for (const unit of job.units) {
|
|
17974
17958
|
let varCount = 0;
|
|
@@ -18078,7 +18062,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18078
18062
|
return true;
|
|
18079
18063
|
}
|
|
18080
18064
|
|
|
18081
|
-
// bazel-out/
|
|
18065
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18082
18066
|
function optimizeVariables(job) {
|
|
18083
18067
|
for (const unit of job.units) {
|
|
18084
18068
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18327,7 +18311,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18327
18311
|
}
|
|
18328
18312
|
}
|
|
18329
18313
|
|
|
18330
|
-
// bazel-out/
|
|
18314
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18331
18315
|
function wrapI18nIcus(job) {
|
|
18332
18316
|
for (const unit of job.units) {
|
|
18333
18317
|
let currentI18nOp = null;
|
|
@@ -18357,7 +18341,7 @@ function wrapI18nIcus(job) {
|
|
|
18357
18341
|
}
|
|
18358
18342
|
}
|
|
18359
18343
|
|
|
18360
|
-
// bazel-out/
|
|
18344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
18361
18345
|
var phases = [
|
|
18362
18346
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
18363
18347
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -18523,7 +18507,7 @@ function emitHostBindingFunction(job) {
|
|
|
18523
18507
|
);
|
|
18524
18508
|
}
|
|
18525
18509
|
|
|
18526
|
-
// bazel-out/
|
|
18510
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
18527
18511
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
18528
18512
|
var domSchema = new DomElementSchemaRegistry();
|
|
18529
18513
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19268,7 +19252,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19268
19252
|
return null;
|
|
19269
19253
|
}
|
|
19270
19254
|
|
|
19271
|
-
// bazel-out/
|
|
19255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19272
19256
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19273
19257
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19274
19258
|
}
|
|
@@ -19388,7 +19372,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
19388
19372
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
19389
19373
|
}
|
|
19390
19374
|
|
|
19391
|
-
// bazel-out/
|
|
19375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
19392
19376
|
var HtmlParser = class extends Parser2 {
|
|
19393
19377
|
constructor() {
|
|
19394
19378
|
super(getHtmlTagDefinition);
|
|
@@ -19398,7 +19382,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
19398
19382
|
}
|
|
19399
19383
|
};
|
|
19400
19384
|
|
|
19401
|
-
// bazel-out/
|
|
19385
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
19402
19386
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
19403
19387
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
19404
19388
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -19464,7 +19448,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
19464
19448
|
return result;
|
|
19465
19449
|
}
|
|
19466
19450
|
|
|
19467
|
-
// bazel-out/
|
|
19451
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
19468
19452
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
19469
19453
|
var ATTRIBUTE_PREFIX = "attr";
|
|
19470
19454
|
var CLASS_PREFIX = "class";
|
|
@@ -19805,7 +19789,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
19805
19789
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
19806
19790
|
}
|
|
19807
19791
|
|
|
19808
|
-
// bazel-out/
|
|
19792
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
19809
19793
|
function isStyleUrlResolvable(url) {
|
|
19810
19794
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
19811
19795
|
return false;
|
|
@@ -19814,7 +19798,7 @@ function isStyleUrlResolvable(url) {
|
|
|
19814
19798
|
}
|
|
19815
19799
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
19816
19800
|
|
|
19817
|
-
// bazel-out/
|
|
19801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
19818
19802
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
19819
19803
|
var LINK_ELEMENT = "link";
|
|
19820
19804
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -19884,7 +19868,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
19884
19868
|
return selectAttr;
|
|
19885
19869
|
}
|
|
19886
19870
|
|
|
19887
|
-
// bazel-out/
|
|
19871
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
19888
19872
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
19889
19873
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
19890
19874
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20200,7 +20184,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20200
20184
|
return expression.slice(start, end);
|
|
20201
20185
|
}
|
|
20202
20186
|
|
|
20203
|
-
// bazel-out/
|
|
20187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20204
20188
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20205
20189
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20206
20190
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -20464,7 +20448,7 @@ function parseDeferredTime(value) {
|
|
|
20464
20448
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
20465
20449
|
}
|
|
20466
20450
|
|
|
20467
|
-
// bazel-out/
|
|
20451
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
20468
20452
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
20469
20453
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
20470
20454
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -20599,7 +20583,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
20599
20583
|
return { triggers, prefetchTriggers };
|
|
20600
20584
|
}
|
|
20601
20585
|
|
|
20602
|
-
// bazel-out/
|
|
20586
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
20603
20587
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
20604
20588
|
var KW_BIND_IDX = 1;
|
|
20605
20589
|
var KW_LET_IDX = 2;
|
|
@@ -21021,7 +21005,7 @@ function textContents(node) {
|
|
|
21021
21005
|
}
|
|
21022
21006
|
}
|
|
21023
21007
|
|
|
21024
|
-
// bazel-out/
|
|
21008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21025
21009
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21026
21010
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21027
21011
|
var _a2;
|
|
@@ -21095,7 +21079,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG) {
|
|
|
21095
21079
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, []);
|
|
21096
21080
|
}
|
|
21097
21081
|
|
|
21098
|
-
// bazel-out/
|
|
21082
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21099
21083
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21100
21084
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21101
21085
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -21457,7 +21441,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
21457
21441
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
21458
21442
|
}
|
|
21459
21443
|
|
|
21460
|
-
// bazel-out/
|
|
21444
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
21461
21445
|
var R3TargetBinder = class {
|
|
21462
21446
|
constructor(directiveMatcher) {
|
|
21463
21447
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22090,11 +22074,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22090
22074
|
return templateEntities;
|
|
22091
22075
|
}
|
|
22092
22076
|
|
|
22093
|
-
// bazel-out/
|
|
22077
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22094
22078
|
var ResourceLoader = class {
|
|
22095
22079
|
};
|
|
22096
22080
|
|
|
22097
|
-
// bazel-out/
|
|
22081
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22098
22082
|
var CompilerFacadeImpl = class {
|
|
22099
22083
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22100
22084
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -22655,17 +22639,17 @@ function publishFacade(global) {
|
|
|
22655
22639
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
22656
22640
|
}
|
|
22657
22641
|
|
|
22658
|
-
// bazel-out/
|
|
22659
|
-
var VERSION2 = new Version("18.0.0-next.
|
|
22642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
22643
|
+
var VERSION2 = new Version("18.0.0-next.4");
|
|
22660
22644
|
|
|
22661
|
-
// bazel-out/
|
|
22645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
22662
22646
|
var _VisitorMode;
|
|
22663
22647
|
(function(_VisitorMode2) {
|
|
22664
22648
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
22665
22649
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
22666
22650
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
22667
22651
|
|
|
22668
|
-
// bazel-out/
|
|
22652
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
22669
22653
|
var XmlTagDefinition = class {
|
|
22670
22654
|
constructor() {
|
|
22671
22655
|
this.closedByParent = false;
|
|
@@ -22687,7 +22671,7 @@ var XmlTagDefinition = class {
|
|
|
22687
22671
|
};
|
|
22688
22672
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
22689
22673
|
|
|
22690
|
-
// bazel-out/
|
|
22674
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
22691
22675
|
var FactoryTarget2;
|
|
22692
22676
|
(function(FactoryTarget3) {
|
|
22693
22677
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -22697,10 +22681,10 @@ var FactoryTarget2;
|
|
|
22697
22681
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
22698
22682
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
22699
22683
|
|
|
22700
|
-
// bazel-out/
|
|
22684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
22701
22685
|
publishFacade(_global);
|
|
22702
22686
|
|
|
22703
|
-
// bazel-out/
|
|
22687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/util.mjs
|
|
22704
22688
|
var import_path2 = require("path");
|
|
22705
22689
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
22706
22690
|
var REPLACEMENTS2 = {
|
|
@@ -22808,7 +22792,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
22808
22792
|
});
|
|
22809
22793
|
}
|
|
22810
22794
|
|
|
22811
|
-
// bazel-out/
|
|
22795
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/block-template-entities/index.mjs
|
|
22812
22796
|
function block_template_entities_default() {
|
|
22813
22797
|
return (tree) => __async(this, null, function* () {
|
|
22814
22798
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|