@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/invalid-two-way-bindings/index.mjs
|
|
67
67
|
var invalid_two_way_bindings_exports = {};
|
|
68
68
|
__export(invalid_two_way_bindings_exports, {
|
|
69
69
|
default: () => invalid_two_way_bindings_default
|
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(invalid_two_way_bindings_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path3 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
76
76
|
var import_core = require("@angular-devkit/core");
|
|
77
77
|
function getProjectTsConfigPaths(tree) {
|
|
78
78
|
return __async(this, null, function* () {
|
|
@@ -152,11 +152,11 @@ function getWorkspace(tree) {
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
// bazel-out/
|
|
155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
156
156
|
var import_path = require("path");
|
|
157
157
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
158
158
|
|
|
159
|
-
// bazel-out/
|
|
159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
160
160
|
var path = __toESM(require("path"), 1);
|
|
161
161
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
162
162
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -173,7 +173,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
173
173
|
return import_typescript.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
177
177
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
178
178
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
179
179
|
return import_typescript2.default.createProgram(rootNames, options, host);
|
|
@@ -206,7 +206,7 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
206
206
|
return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
// bazel-out/
|
|
209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/analysis.mjs
|
|
210
210
|
var import_path2 = require("path");
|
|
211
211
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
212
212
|
var AnalyzedFile = class {
|
|
@@ -263,7 +263,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
263
263
|
});
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
267
267
|
var _SELECTOR_REGEXP = new RegExp(
|
|
268
268
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
269
269
|
"g"
|
|
@@ -571,7 +571,7 @@ var SelectorContext = class {
|
|
|
571
571
|
}
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
// bazel-out/
|
|
574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
575
575
|
var ViewEncapsulation;
|
|
576
576
|
(function(ViewEncapsulation2) {
|
|
577
577
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -639,7 +639,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
639
639
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
// bazel-out/
|
|
642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
643
643
|
var textEncoder;
|
|
644
644
|
function computeDigest(message) {
|
|
645
645
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -879,7 +879,7 @@ function wordAt(bytes, index, endian) {
|
|
|
879
879
|
return word;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
// bazel-out/
|
|
882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
883
883
|
var TypeModifier;
|
|
884
884
|
(function(TypeModifier2) {
|
|
885
885
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1817,7 +1817,7 @@ function serializeTags(tags) {
|
|
|
1817
1817
|
return out;
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
// bazel-out/
|
|
1820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1821
1821
|
var CONSTANT_PREFIX = "_c";
|
|
1822
1822
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1823
1823
|
var KEY_CONTEXT = {};
|
|
@@ -2005,7 +2005,7 @@ function isLongStringLiteral(expr) {
|
|
|
2005
2005
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2006
2006
|
}
|
|
2007
2007
|
|
|
2008
|
-
// bazel-out/
|
|
2008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2009
2009
|
var CORE = "@angular/core";
|
|
2010
2010
|
var _Identifiers = class {
|
|
2011
2011
|
};
|
|
@@ -2631,12 +2631,6 @@ var Identifiers = _Identifiers;
|
|
|
2631
2631
|
moduleName: CORE
|
|
2632
2632
|
};
|
|
2633
2633
|
})();
|
|
2634
|
-
(() => {
|
|
2635
|
-
_Identifiers.InputFlags = {
|
|
2636
|
-
name: "\u0275\u0275InputFlags",
|
|
2637
|
-
moduleName: CORE
|
|
2638
|
-
};
|
|
2639
|
-
})();
|
|
2640
2634
|
(() => {
|
|
2641
2635
|
_Identifiers.sanitizeHtml = { name: "\u0275\u0275sanitizeHtml", moduleName: CORE };
|
|
2642
2636
|
})();
|
|
@@ -2674,7 +2668,7 @@ var Identifiers = _Identifiers;
|
|
|
2674
2668
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2675
2669
|
})();
|
|
2676
2670
|
|
|
2677
|
-
// bazel-out/
|
|
2671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2678
2672
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2679
2673
|
function dashCaseToCamelCase(input) {
|
|
2680
2674
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2751,7 +2745,7 @@ var Version = class {
|
|
|
2751
2745
|
};
|
|
2752
2746
|
var _global = globalThis;
|
|
2753
2747
|
|
|
2754
|
-
// bazel-out/
|
|
2748
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2755
2749
|
var VERSION = 3;
|
|
2756
2750
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2757
2751
|
var SourceMapGenerator = class {
|
|
@@ -2880,7 +2874,7 @@ function toBase64Digit(value) {
|
|
|
2880
2874
|
return B64_DIGITS[value];
|
|
2881
2875
|
}
|
|
2882
2876
|
|
|
2883
|
-
// bazel-out/
|
|
2877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2884
2878
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2885
2879
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2886
2880
|
var _INDENT_WITH = " ";
|
|
@@ -3368,7 +3362,7 @@ function _createIndent(count) {
|
|
|
3368
3362
|
return res;
|
|
3369
3363
|
}
|
|
3370
3364
|
|
|
3371
|
-
// bazel-out/
|
|
3365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3372
3366
|
function typeWithParameters(type, numParams) {
|
|
3373
3367
|
if (numParams === 0) {
|
|
3374
3368
|
return expressionType(type);
|
|
@@ -3423,7 +3417,7 @@ function generateForwardRef(expr) {
|
|
|
3423
3417
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3424
3418
|
}
|
|
3425
3419
|
|
|
3426
|
-
// bazel-out/
|
|
3420
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3427
3421
|
var R3FactoryDelegateType;
|
|
3428
3422
|
(function(R3FactoryDelegateType2) {
|
|
3429
3423
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3568,7 +3562,7 @@ function getInjectFn(target) {
|
|
|
3568
3562
|
}
|
|
3569
3563
|
}
|
|
3570
3564
|
|
|
3571
|
-
// bazel-out/
|
|
3565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3572
3566
|
var ParserError = class {
|
|
3573
3567
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3574
3568
|
this.input = input;
|
|
@@ -4006,7 +4000,7 @@ var BoundElementProperty = class {
|
|
|
4006
4000
|
}
|
|
4007
4001
|
};
|
|
4008
4002
|
|
|
4009
|
-
// bazel-out/
|
|
4003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4010
4004
|
var TagContentType;
|
|
4011
4005
|
(function(TagContentType2) {
|
|
4012
4006
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4043,7 +4037,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4043
4037
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4044
4038
|
}
|
|
4045
4039
|
|
|
4046
|
-
// bazel-out/
|
|
4040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4047
4041
|
var Comment = class {
|
|
4048
4042
|
constructor(value, sourceSpan) {
|
|
4049
4043
|
this.value = value;
|
|
@@ -4499,7 +4493,7 @@ function visitAll(visitor, nodes) {
|
|
|
4499
4493
|
return result;
|
|
4500
4494
|
}
|
|
4501
4495
|
|
|
4502
|
-
// bazel-out/
|
|
4496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4503
4497
|
var Message = class {
|
|
4504
4498
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4505
4499
|
this.nodes = nodes;
|
|
@@ -4637,7 +4631,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4637
4631
|
}
|
|
4638
4632
|
};
|
|
4639
4633
|
|
|
4640
|
-
// bazel-out/
|
|
4634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4641
4635
|
var _Visitor = class {
|
|
4642
4636
|
visitTag(tag) {
|
|
4643
4637
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4665,12 +4659,12 @@ ${doctype.dtd}
|
|
|
4665
4659
|
};
|
|
4666
4660
|
var _visitor = new _Visitor();
|
|
4667
4661
|
|
|
4668
|
-
// bazel-out/
|
|
4662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4669
4663
|
function toPublicName(internalName) {
|
|
4670
4664
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4671
4665
|
}
|
|
4672
4666
|
|
|
4673
|
-
// bazel-out/
|
|
4667
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4674
4668
|
var I18N_ATTR = "i18n";
|
|
4675
4669
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4676
4670
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4710,7 +4704,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4710
4704
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4711
4705
|
}
|
|
4712
4706
|
|
|
4713
|
-
// bazel-out/
|
|
4707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4714
4708
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4715
4709
|
var TEMPORARY_NAME = "_t";
|
|
4716
4710
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4753,16 +4747,15 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4753
4747
|
publicName = value.bindingPropertyName;
|
|
4754
4748
|
const differentDeclaringName = publicName !== declaredName;
|
|
4755
4749
|
const hasDecoratorInputTransform = value.transformFunction !== null;
|
|
4756
|
-
let flags =
|
|
4750
|
+
let flags = InputFlags.None;
|
|
4757
4751
|
if (value.isSignal) {
|
|
4758
|
-
flags
|
|
4752
|
+
flags |= InputFlags.SignalBased;
|
|
4759
4753
|
}
|
|
4760
4754
|
if (hasDecoratorInputTransform) {
|
|
4761
|
-
flags
|
|
4755
|
+
flags |= InputFlags.HasDecoratorInputTransform;
|
|
4762
4756
|
}
|
|
4763
|
-
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !==
|
|
4764
|
-
const
|
|
4765
|
-
const result = [flagsExpr, asLiteral(publicName)];
|
|
4757
|
+
if (forInputs && (differentDeclaringName || hasDecoratorInputTransform || flags !== InputFlags.None)) {
|
|
4758
|
+
const result = [literal(flags), asLiteral(publicName)];
|
|
4766
4759
|
if (differentDeclaringName || hasDecoratorInputTransform) {
|
|
4767
4760
|
result.push(asLiteral(declaredName));
|
|
4768
4761
|
if (hasDecoratorInputTransform) {
|
|
@@ -4781,15 +4774,6 @@ function conditionallyCreateDirectiveBindingLiteral(map, forInputs) {
|
|
|
4781
4774
|
};
|
|
4782
4775
|
}));
|
|
4783
4776
|
}
|
|
4784
|
-
function getInputFlagExpr(flag) {
|
|
4785
|
-
return importExpr(Identifiers.InputFlags).prop(InputFlags[flag]);
|
|
4786
|
-
}
|
|
4787
|
-
function bitwiseOrInputFlagsExpr(flag, expr) {
|
|
4788
|
-
if (expr === null) {
|
|
4789
|
-
return getInputFlagExpr(flag);
|
|
4790
|
-
}
|
|
4791
|
-
return getInputFlagExpr(flag).bitwiseOr(expr);
|
|
4792
|
-
}
|
|
4793
4777
|
var DefinitionMap = class {
|
|
4794
4778
|
constructor() {
|
|
4795
4779
|
this.values = [];
|
|
@@ -4847,7 +4831,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4847
4831
|
return attributesMap;
|
|
4848
4832
|
}
|
|
4849
4833
|
|
|
4850
|
-
// bazel-out/
|
|
4834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4851
4835
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4852
4836
|
let result = null;
|
|
4853
4837
|
const factoryMeta = {
|
|
@@ -4932,7 +4916,7 @@ function createFactoryFunction(type) {
|
|
|
4932
4916
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4933
4917
|
}
|
|
4934
4918
|
|
|
4935
|
-
// bazel-out/
|
|
4919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4936
4920
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4937
4921
|
/^\s*$/,
|
|
4938
4922
|
/[<>]/,
|
|
@@ -4954,7 +4938,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4954
4938
|
}
|
|
4955
4939
|
}
|
|
4956
4940
|
|
|
4957
|
-
// bazel-out/
|
|
4941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4958
4942
|
var InterpolationConfig = class {
|
|
4959
4943
|
static fromArray(markers) {
|
|
4960
4944
|
if (!markers) {
|
|
@@ -4971,7 +4955,7 @@ var InterpolationConfig = class {
|
|
|
4971
4955
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4972
4956
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4973
4957
|
|
|
4974
|
-
// bazel-out/
|
|
4958
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4975
4959
|
var $EOF = 0;
|
|
4976
4960
|
var $BSPACE = 8;
|
|
4977
4961
|
var $TAB = 9;
|
|
@@ -5053,7 +5037,7 @@ function isQuote(code) {
|
|
|
5053
5037
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5054
5038
|
}
|
|
5055
5039
|
|
|
5056
|
-
// bazel-out/
|
|
5040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5057
5041
|
var ParseLocation = class {
|
|
5058
5042
|
constructor(file, offset, line, col) {
|
|
5059
5043
|
this.file = file;
|
|
@@ -5200,7 +5184,7 @@ function sanitizeIdentifier(name) {
|
|
|
5200
5184
|
return name.replace(/\W/g, "_");
|
|
5201
5185
|
}
|
|
5202
5186
|
|
|
5203
|
-
// bazel-out/
|
|
5187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5204
5188
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5205
5189
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5206
5190
|
constructor() {
|
|
@@ -5293,7 +5277,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5293
5277
|
}
|
|
5294
5278
|
};
|
|
5295
5279
|
|
|
5296
|
-
// bazel-out/
|
|
5280
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5297
5281
|
var policy;
|
|
5298
5282
|
function getPolicy() {
|
|
5299
5283
|
if (policy === void 0) {
|
|
@@ -5331,7 +5315,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5331
5315
|
return fn2.bind(_global);
|
|
5332
5316
|
}
|
|
5333
5317
|
|
|
5334
|
-
// bazel-out/
|
|
5318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5335
5319
|
var JitEvaluator = class {
|
|
5336
5320
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5337
5321
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5422,7 +5406,7 @@ function isUseStrictStatement(statement) {
|
|
|
5422
5406
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5423
5407
|
}
|
|
5424
5408
|
|
|
5425
|
-
// bazel-out/
|
|
5409
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5426
5410
|
function compileInjector(meta) {
|
|
5427
5411
|
const definitionMap = new DefinitionMap();
|
|
5428
5412
|
if (meta.providers !== null) {
|
|
@@ -5439,7 +5423,7 @@ function createInjectorType(meta) {
|
|
|
5439
5423
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5440
5424
|
}
|
|
5441
5425
|
|
|
5442
|
-
// bazel-out/
|
|
5426
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5443
5427
|
var R3JitReflector = class {
|
|
5444
5428
|
constructor(context) {
|
|
5445
5429
|
this.context = context;
|
|
@@ -5455,7 +5439,7 @@ var R3JitReflector = class {
|
|
|
5455
5439
|
}
|
|
5456
5440
|
};
|
|
5457
5441
|
|
|
5458
|
-
// bazel-out/
|
|
5442
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5459
5443
|
var R3SelectorScopeMode;
|
|
5460
5444
|
(function(R3SelectorScopeMode2) {
|
|
5461
5445
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5596,7 +5580,7 @@ function tupleOfTypes(types) {
|
|
|
5596
5580
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5597
5581
|
}
|
|
5598
5582
|
|
|
5599
|
-
// bazel-out/
|
|
5583
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5600
5584
|
function compilePipeFromMetadata(metadata) {
|
|
5601
5585
|
const definitionMapValues = [];
|
|
5602
5586
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5617,7 +5601,7 @@ function createPipeType(metadata) {
|
|
|
5617
5601
|
]));
|
|
5618
5602
|
}
|
|
5619
5603
|
|
|
5620
|
-
// bazel-out/
|
|
5604
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5621
5605
|
var R3TemplateDependencyKind;
|
|
5622
5606
|
(function(R3TemplateDependencyKind2) {
|
|
5623
5607
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5625,7 +5609,7 @@ var R3TemplateDependencyKind;
|
|
|
5625
5609
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5626
5610
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5627
5611
|
|
|
5628
|
-
// bazel-out/
|
|
5612
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5629
5613
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5630
5614
|
"inherit",
|
|
5631
5615
|
"initial",
|
|
@@ -6097,7 +6081,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6097
6081
|
}
|
|
6098
6082
|
}
|
|
6099
6083
|
|
|
6100
|
-
// bazel-out/
|
|
6084
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6101
6085
|
var OpKind;
|
|
6102
6086
|
(function(OpKind2) {
|
|
6103
6087
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6251,7 +6235,7 @@ var TemplateKind;
|
|
|
6251
6235
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6252
6236
|
})(TemplateKind || (TemplateKind = {}));
|
|
6253
6237
|
|
|
6254
|
-
// bazel-out/
|
|
6238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6255
6239
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6256
6240
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6257
6241
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6279,7 +6263,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6279
6263
|
return expr[UsesVarOffset] === true;
|
|
6280
6264
|
}
|
|
6281
6265
|
|
|
6282
|
-
// bazel-out/
|
|
6266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6283
6267
|
function createStatementOp(statement) {
|
|
6284
6268
|
return __spreadValues({
|
|
6285
6269
|
kind: OpKind.Statement,
|
|
@@ -6301,7 +6285,7 @@ var NEW_OP = {
|
|
|
6301
6285
|
next: null
|
|
6302
6286
|
};
|
|
6303
6287
|
|
|
6304
|
-
// bazel-out/
|
|
6288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6305
6289
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6306
6290
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6307
6291
|
kind: OpKind.InterpolateText,
|
|
@@ -6482,7 +6466,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
6482
6466
|
}, NEW_OP);
|
|
6483
6467
|
}
|
|
6484
6468
|
|
|
6485
|
-
// bazel-out/
|
|
6469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6486
6470
|
var _a;
|
|
6487
6471
|
var _b;
|
|
6488
6472
|
var _c;
|
|
@@ -7344,7 +7328,7 @@ function isStringLiteral(expr) {
|
|
|
7344
7328
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7345
7329
|
}
|
|
7346
7330
|
|
|
7347
|
-
// bazel-out/
|
|
7331
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7348
7332
|
var _OpList = class {
|
|
7349
7333
|
constructor() {
|
|
7350
7334
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7535,14 +7519,14 @@ var OpList = _OpList;
|
|
|
7535
7519
|
_OpList.nextListId = 0;
|
|
7536
7520
|
})();
|
|
7537
7521
|
|
|
7538
|
-
// bazel-out/
|
|
7522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7539
7523
|
var SlotHandle = class {
|
|
7540
7524
|
constructor() {
|
|
7541
7525
|
this.slot = null;
|
|
7542
7526
|
}
|
|
7543
7527
|
};
|
|
7544
7528
|
|
|
7545
|
-
// bazel-out/
|
|
7529
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7546
7530
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7547
7531
|
OpKind.Element,
|
|
7548
7532
|
OpKind.ElementStart,
|
|
@@ -7846,7 +7830,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7846
7830
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7847
7831
|
}
|
|
7848
7832
|
|
|
7849
|
-
// bazel-out/
|
|
7833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7850
7834
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7851
7835
|
return __spreadValues(__spreadValues({
|
|
7852
7836
|
kind: OpKind.HostProperty,
|
|
@@ -7860,10 +7844,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7860
7844
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7861
7845
|
}
|
|
7862
7846
|
|
|
7863
|
-
// bazel-out/
|
|
7847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7864
7848
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7865
7849
|
|
|
7866
|
-
// bazel-out/
|
|
7850
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7867
7851
|
var CompilationJobKind;
|
|
7868
7852
|
(function(CompilationJobKind2) {
|
|
7869
7853
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -7971,7 +7955,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
7971
7955
|
}
|
|
7972
7956
|
};
|
|
7973
7957
|
|
|
7974
|
-
// bazel-out/
|
|
7958
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
7975
7959
|
function deleteAnyCasts(job) {
|
|
7976
7960
|
for (const unit of job.units) {
|
|
7977
7961
|
for (const op of unit.ops()) {
|
|
@@ -7989,7 +7973,7 @@ function removeAnys(e) {
|
|
|
7989
7973
|
return e;
|
|
7990
7974
|
}
|
|
7991
7975
|
|
|
7992
|
-
// bazel-out/
|
|
7976
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
7993
7977
|
function applyI18nExpressions(job) {
|
|
7994
7978
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
7995
7979
|
for (const unit of job.units) {
|
|
@@ -8032,7 +8016,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8032
8016
|
return false;
|
|
8033
8017
|
}
|
|
8034
8018
|
|
|
8035
|
-
// bazel-out/
|
|
8019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8036
8020
|
function assignI18nSlotDependencies(job) {
|
|
8037
8021
|
for (const unit of job.units) {
|
|
8038
8022
|
let updateOp = unit.update.head;
|
|
@@ -8077,7 +8061,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8077
8061
|
}
|
|
8078
8062
|
}
|
|
8079
8063
|
|
|
8080
|
-
// bazel-out/
|
|
8064
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8081
8065
|
function createOpXrefMap(unit) {
|
|
8082
8066
|
const map = /* @__PURE__ */ new Map();
|
|
8083
8067
|
for (const op of unit.create) {
|
|
@@ -8092,7 +8076,7 @@ function createOpXrefMap(unit) {
|
|
|
8092
8076
|
return map;
|
|
8093
8077
|
}
|
|
8094
8078
|
|
|
8095
|
-
// bazel-out/
|
|
8079
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8096
8080
|
function extractAttributes(job) {
|
|
8097
8081
|
for (const unit of job.units) {
|
|
8098
8082
|
const elements = createOpXrefMap(unit);
|
|
@@ -8221,7 +8205,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8221
8205
|
}
|
|
8222
8206
|
}
|
|
8223
8207
|
|
|
8224
|
-
// bazel-out/
|
|
8208
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8225
8209
|
function lookupElement2(elements, xref) {
|
|
8226
8210
|
const el = elements.get(xref);
|
|
8227
8211
|
if (el === void 0) {
|
|
@@ -8278,7 +8262,7 @@ function specializeBindings(job) {
|
|
|
8278
8262
|
}
|
|
8279
8263
|
}
|
|
8280
8264
|
|
|
8281
|
-
// bazel-out/
|
|
8265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8282
8266
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8283
8267
|
Identifiers.attribute,
|
|
8284
8268
|
Identifiers.classProp,
|
|
@@ -8346,7 +8330,7 @@ function chainOperationsInList(opList) {
|
|
|
8346
8330
|
}
|
|
8347
8331
|
}
|
|
8348
8332
|
|
|
8349
|
-
// bazel-out/
|
|
8333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8350
8334
|
function collapseSingletonInterpolations(job) {
|
|
8351
8335
|
for (const unit of job.units) {
|
|
8352
8336
|
for (const op of unit.update) {
|
|
@@ -8358,7 +8342,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8358
8342
|
}
|
|
8359
8343
|
}
|
|
8360
8344
|
|
|
8361
|
-
// bazel-out/
|
|
8345
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8362
8346
|
function generateConditionalExpressions(job) {
|
|
8363
8347
|
for (const unit of job.units) {
|
|
8364
8348
|
for (const op of unit.ops()) {
|
|
@@ -8395,7 +8379,7 @@ function generateConditionalExpressions(job) {
|
|
|
8395
8379
|
}
|
|
8396
8380
|
}
|
|
8397
8381
|
|
|
8398
|
-
// bazel-out/
|
|
8382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8399
8383
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8400
8384
|
["&&", BinaryOperator.And],
|
|
8401
8385
|
[">", BinaryOperator.Bigger],
|
|
@@ -8446,7 +8430,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8446
8430
|
return literal(value);
|
|
8447
8431
|
}
|
|
8448
8432
|
|
|
8449
|
-
// bazel-out/
|
|
8433
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8450
8434
|
function collectElementConsts(job) {
|
|
8451
8435
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8452
8436
|
for (const unit of job.units) {
|
|
@@ -8615,7 +8599,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8615
8599
|
return literalArr(attrArray);
|
|
8616
8600
|
}
|
|
8617
8601
|
|
|
8618
|
-
// bazel-out/
|
|
8602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8619
8603
|
function convertI18nBindings(job) {
|
|
8620
8604
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8621
8605
|
for (const unit of job.units) {
|
|
@@ -8656,7 +8640,7 @@ function convertI18nBindings(job) {
|
|
|
8656
8640
|
}
|
|
8657
8641
|
}
|
|
8658
8642
|
|
|
8659
|
-
// bazel-out/
|
|
8643
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8660
8644
|
function resolveDeferDepsFns(job) {
|
|
8661
8645
|
var _a2;
|
|
8662
8646
|
for (const unit of job.units) {
|
|
@@ -8681,7 +8665,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8681
8665
|
}
|
|
8682
8666
|
}
|
|
8683
8667
|
|
|
8684
|
-
// bazel-out/
|
|
8668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8685
8669
|
function createI18nContexts(job) {
|
|
8686
8670
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8687
8671
|
for (const unit of job.units) {
|
|
@@ -8759,7 +8743,7 @@ function createI18nContexts(job) {
|
|
|
8759
8743
|
}
|
|
8760
8744
|
}
|
|
8761
8745
|
|
|
8762
|
-
// bazel-out/
|
|
8746
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8763
8747
|
function deduplicateTextBindings(job) {
|
|
8764
8748
|
const seen = /* @__PURE__ */ new Map();
|
|
8765
8749
|
for (const unit of job.units) {
|
|
@@ -8781,7 +8765,7 @@ function deduplicateTextBindings(job) {
|
|
|
8781
8765
|
}
|
|
8782
8766
|
}
|
|
8783
8767
|
|
|
8784
|
-
// bazel-out/
|
|
8768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8785
8769
|
function configureDeferInstructions(job) {
|
|
8786
8770
|
for (const unit of job.units) {
|
|
8787
8771
|
for (const op of unit.create) {
|
|
@@ -8798,7 +8782,7 @@ function configureDeferInstructions(job) {
|
|
|
8798
8782
|
}
|
|
8799
8783
|
}
|
|
8800
8784
|
|
|
8801
|
-
// bazel-out/
|
|
8785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8802
8786
|
function resolveDeferTargetNames(job) {
|
|
8803
8787
|
const scopes = /* @__PURE__ */ new Map();
|
|
8804
8788
|
function getScopeForView2(view) {
|
|
@@ -8892,7 +8876,7 @@ var Scope = class {
|
|
|
8892
8876
|
}
|
|
8893
8877
|
};
|
|
8894
8878
|
|
|
8895
|
-
// bazel-out/
|
|
8879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8896
8880
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8897
8881
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8898
8882
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -8919,7 +8903,7 @@ function collapseEmptyInstructions(job) {
|
|
|
8919
8903
|
}
|
|
8920
8904
|
}
|
|
8921
8905
|
|
|
8922
|
-
// bazel-out/
|
|
8906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
8923
8907
|
function expandSafeReads(job) {
|
|
8924
8908
|
for (const unit of job.units) {
|
|
8925
8909
|
for (const op of unit.ops()) {
|
|
@@ -9055,7 +9039,7 @@ function ternaryTransform(e) {
|
|
|
9055
9039
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9056
9040
|
}
|
|
9057
9041
|
|
|
9058
|
-
// bazel-out/
|
|
9042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9059
9043
|
var ESCAPE = "\uFFFD";
|
|
9060
9044
|
var ELEMENT_MARKER = "#";
|
|
9061
9045
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9191,7 +9175,7 @@ function formatValue(value) {
|
|
|
9191
9175
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9192
9176
|
}
|
|
9193
9177
|
|
|
9194
|
-
// bazel-out/
|
|
9178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9195
9179
|
function generateAdvance(job) {
|
|
9196
9180
|
for (const unit of job.units) {
|
|
9197
9181
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9223,7 +9207,7 @@ function generateAdvance(job) {
|
|
|
9223
9207
|
}
|
|
9224
9208
|
}
|
|
9225
9209
|
|
|
9226
|
-
// bazel-out/
|
|
9210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9227
9211
|
function generateProjectionDefs(job) {
|
|
9228
9212
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9229
9213
|
const selectors = [];
|
|
@@ -9247,7 +9231,7 @@ function generateProjectionDefs(job) {
|
|
|
9247
9231
|
}
|
|
9248
9232
|
}
|
|
9249
9233
|
|
|
9250
|
-
// bazel-out/
|
|
9234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9251
9235
|
function generateVariables(job) {
|
|
9252
9236
|
recursivelyProcessView(job.root, null);
|
|
9253
9237
|
}
|
|
@@ -9346,7 +9330,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
9346
9330
|
return newOps;
|
|
9347
9331
|
}
|
|
9348
9332
|
|
|
9349
|
-
// bazel-out/
|
|
9333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9350
9334
|
function collectConstExpressions(job) {
|
|
9351
9335
|
for (const unit of job.units) {
|
|
9352
9336
|
for (const op of unit.ops()) {
|
|
@@ -9360,7 +9344,7 @@ function collectConstExpressions(job) {
|
|
|
9360
9344
|
}
|
|
9361
9345
|
}
|
|
9362
9346
|
|
|
9363
|
-
// bazel-out/
|
|
9347
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9364
9348
|
var STYLE_DOT = "style.";
|
|
9365
9349
|
var CLASS_DOT = "class.";
|
|
9366
9350
|
var STYLE_BANG = "style!";
|
|
@@ -9418,7 +9402,7 @@ function parseProperty(name) {
|
|
|
9418
9402
|
return { property: property2, suffix };
|
|
9419
9403
|
}
|
|
9420
9404
|
|
|
9421
|
-
// bazel-out/
|
|
9405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9422
9406
|
function mapLiteral(obj, quoted = false) {
|
|
9423
9407
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9424
9408
|
key,
|
|
@@ -9427,7 +9411,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9427
9411
|
})));
|
|
9428
9412
|
}
|
|
9429
9413
|
|
|
9430
|
-
// bazel-out/
|
|
9414
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9431
9415
|
var IcuSerializerVisitor = class {
|
|
9432
9416
|
visitText(text2) {
|
|
9433
9417
|
return text2.value;
|
|
@@ -9461,7 +9445,7 @@ function serializeIcuNode(icu) {
|
|
|
9461
9445
|
return icu.visit(serializer);
|
|
9462
9446
|
}
|
|
9463
9447
|
|
|
9464
|
-
// bazel-out/
|
|
9448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9465
9449
|
var TokenType;
|
|
9466
9450
|
(function(TokenType2) {
|
|
9467
9451
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9822,7 +9806,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9822
9806
|
return result;
|
|
9823
9807
|
}
|
|
9824
9808
|
|
|
9825
|
-
// bazel-out/
|
|
9809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9826
9810
|
var SplitInterpolation = class {
|
|
9827
9811
|
constructor(strings, expressions, offsets) {
|
|
9828
9812
|
this.strings = strings;
|
|
@@ -10704,7 +10688,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10704
10688
|
return offsetMap;
|
|
10705
10689
|
}
|
|
10706
10690
|
|
|
10707
|
-
// bazel-out/
|
|
10691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10708
10692
|
var NodeWithI18n = class {
|
|
10709
10693
|
constructor(sourceSpan, i18n2) {
|
|
10710
10694
|
this.sourceSpan = sourceSpan;
|
|
@@ -10815,7 +10799,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
10815
10799
|
return result;
|
|
10816
10800
|
}
|
|
10817
10801
|
|
|
10818
|
-
// bazel-out/
|
|
10802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
10819
10803
|
var _SECURITY_SCHEMA;
|
|
10820
10804
|
function SECURITY_SCHEMA() {
|
|
10821
10805
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -10873,11 +10857,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
10873
10857
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
10874
10858
|
}
|
|
10875
10859
|
|
|
10876
|
-
// bazel-out/
|
|
10860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10877
10861
|
var ElementSchemaRegistry = class {
|
|
10878
10862
|
};
|
|
10879
10863
|
|
|
10880
|
-
// bazel-out/
|
|
10864
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10881
10865
|
var BOOLEAN = "boolean";
|
|
10882
10866
|
var NUMBER = "number";
|
|
10883
10867
|
var STRING = "string";
|
|
@@ -11230,7 +11214,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11230
11214
|
}
|
|
11231
11215
|
}
|
|
11232
11216
|
|
|
11233
|
-
// bazel-out/
|
|
11217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11234
11218
|
var HtmlTagDefinition = class {
|
|
11235
11219
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11236
11220
|
this.closedByChildren = {};
|
|
@@ -11348,7 +11332,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11348
11332
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
11349
11333
|
}
|
|
11350
11334
|
|
|
11351
|
-
// bazel-out/
|
|
11335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
11352
11336
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
11353
11337
|
"A": "LINK",
|
|
11354
11338
|
"B": "BOLD_TEXT",
|
|
@@ -11470,7 +11454,7 @@ var PlaceholderRegistry = class {
|
|
|
11470
11454
|
}
|
|
11471
11455
|
};
|
|
11472
11456
|
|
|
11473
|
-
// bazel-out/
|
|
11457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
11474
11458
|
var _expParser = new Parser(new Lexer());
|
|
11475
11459
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
11476
11460
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -11649,14 +11633,14 @@ function extractPlaceholderName(input) {
|
|
|
11649
11633
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
11650
11634
|
}
|
|
11651
11635
|
|
|
11652
|
-
// bazel-out/
|
|
11636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
11653
11637
|
var I18nError = class extends ParseError {
|
|
11654
11638
|
constructor(span, msg) {
|
|
11655
11639
|
super(span, msg);
|
|
11656
11640
|
}
|
|
11657
11641
|
};
|
|
11658
11642
|
|
|
11659
|
-
// bazel-out/
|
|
11643
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11660
11644
|
var NAMED_ENTITIES = {
|
|
11661
11645
|
"AElig": "\xC6",
|
|
11662
11646
|
"AMP": "&",
|
|
@@ -13787,7 +13771,7 @@ var NAMED_ENTITIES = {
|
|
|
13787
13771
|
var NGSP_UNICODE = "\uE500";
|
|
13788
13772
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13789
13773
|
|
|
13790
|
-
// bazel-out/
|
|
13774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13791
13775
|
var TokenError = class extends ParseError {
|
|
13792
13776
|
constructor(errorMsg, tokenType, span) {
|
|
13793
13777
|
super(span, errorMsg);
|
|
@@ -14708,7 +14692,7 @@ var CursorError = class {
|
|
|
14708
14692
|
}
|
|
14709
14693
|
};
|
|
14710
14694
|
|
|
14711
|
-
// bazel-out/
|
|
14695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14712
14696
|
var TreeError = class extends ParseError {
|
|
14713
14697
|
static create(elementName, span, msg) {
|
|
14714
14698
|
return new TreeError(elementName, span, msg);
|
|
@@ -15092,7 +15076,7 @@ function decodeEntity(match, entity) {
|
|
|
15092
15076
|
return match;
|
|
15093
15077
|
}
|
|
15094
15078
|
|
|
15095
|
-
// bazel-out/
|
|
15079
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15096
15080
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15097
15081
|
"iframe|srcdoc",
|
|
15098
15082
|
"*|innerhtml",
|
|
@@ -15107,7 +15091,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15107
15091
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15108
15092
|
}
|
|
15109
15093
|
|
|
15110
|
-
// bazel-out/
|
|
15094
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15111
15095
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15112
15096
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15113
15097
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -15264,7 +15248,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15264
15248
|
return jsDocComment(tags);
|
|
15265
15249
|
}
|
|
15266
15250
|
|
|
15267
|
-
// bazel-out/
|
|
15251
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15268
15252
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15269
15253
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15270
15254
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15315,7 +15299,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15315
15299
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15316
15300
|
}
|
|
15317
15301
|
|
|
15318
|
-
// bazel-out/
|
|
15302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15319
15303
|
function createLocalizeStatements(variable2, message, params) {
|
|
15320
15304
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15321
15305
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15404,7 +15388,7 @@ function createEmptyMessagePart(location) {
|
|
|
15404
15388
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15405
15389
|
}
|
|
15406
15390
|
|
|
15407
|
-
// bazel-out/
|
|
15391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15408
15392
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15409
15393
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15410
15394
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -15572,7 +15556,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
15572
15556
|
return variable(name);
|
|
15573
15557
|
}
|
|
15574
15558
|
|
|
15575
|
-
// bazel-out/
|
|
15559
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
15576
15560
|
function convertI18nText(job) {
|
|
15577
15561
|
var _a2, _b2, _c2;
|
|
15578
15562
|
for (const unit of job.units) {
|
|
@@ -15642,7 +15626,7 @@ function convertI18nText(job) {
|
|
|
15642
15626
|
}
|
|
15643
15627
|
}
|
|
15644
15628
|
|
|
15645
|
-
// bazel-out/
|
|
15629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
15646
15630
|
function liftLocalRefs(job) {
|
|
15647
15631
|
for (const unit of job.units) {
|
|
15648
15632
|
for (const op of unit.create) {
|
|
@@ -15672,7 +15656,7 @@ function serializeLocalRefs(refs) {
|
|
|
15672
15656
|
return literalArr(constRefs);
|
|
15673
15657
|
}
|
|
15674
15658
|
|
|
15675
|
-
// bazel-out/
|
|
15659
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
15676
15660
|
function emitNamespaceChanges(job) {
|
|
15677
15661
|
for (const unit of job.units) {
|
|
15678
15662
|
let activeNamespace = Namespace.HTML;
|
|
@@ -15688,7 +15672,7 @@ function emitNamespaceChanges(job) {
|
|
|
15688
15672
|
}
|
|
15689
15673
|
}
|
|
15690
15674
|
|
|
15691
|
-
// bazel-out/
|
|
15675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
15692
15676
|
function parse(value) {
|
|
15693
15677
|
const styles = [];
|
|
15694
15678
|
let i = 0;
|
|
@@ -15782,7 +15766,7 @@ function parseExtractedStyles(job) {
|
|
|
15782
15766
|
}
|
|
15783
15767
|
}
|
|
15784
15768
|
|
|
15785
|
-
// bazel-out/
|
|
15769
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
15786
15770
|
function nameFunctionsAndVariables(job) {
|
|
15787
15771
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
15788
15772
|
}
|
|
@@ -15923,7 +15907,7 @@ function stripImportant(name) {
|
|
|
15923
15907
|
return name;
|
|
15924
15908
|
}
|
|
15925
15909
|
|
|
15926
|
-
// bazel-out/
|
|
15910
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
15927
15911
|
function mergeNextContextExpressions(job) {
|
|
15928
15912
|
for (const unit of job.units) {
|
|
15929
15913
|
for (const op of unit.create) {
|
|
@@ -15969,7 +15953,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
15969
15953
|
}
|
|
15970
15954
|
}
|
|
15971
15955
|
|
|
15972
|
-
// bazel-out/
|
|
15956
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
15973
15957
|
var CONTAINER_TAG = "ng-container";
|
|
15974
15958
|
function generateNgContainerOps(job) {
|
|
15975
15959
|
for (const unit of job.units) {
|
|
@@ -15986,7 +15970,7 @@ function generateNgContainerOps(job) {
|
|
|
15986
15970
|
}
|
|
15987
15971
|
}
|
|
15988
15972
|
|
|
15989
|
-
// bazel-out/
|
|
15973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
15990
15974
|
function lookupElement3(elements, xref) {
|
|
15991
15975
|
const el = elements.get(xref);
|
|
15992
15976
|
if (el === void 0) {
|
|
@@ -16016,7 +16000,7 @@ function disableBindings(job) {
|
|
|
16016
16000
|
}
|
|
16017
16001
|
}
|
|
16018
16002
|
|
|
16019
|
-
// bazel-out/
|
|
16003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16020
16004
|
function generateNullishCoalesceExpressions(job) {
|
|
16021
16005
|
for (const unit of job.units) {
|
|
16022
16006
|
for (const op of unit.ops()) {
|
|
@@ -16032,7 +16016,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16032
16016
|
}
|
|
16033
16017
|
}
|
|
16034
16018
|
|
|
16035
|
-
// bazel-out/
|
|
16019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16036
16020
|
function kindTest(kind) {
|
|
16037
16021
|
return (op) => op.kind === kind;
|
|
16038
16022
|
}
|
|
@@ -16122,7 +16106,7 @@ function keepLast(ops) {
|
|
|
16122
16106
|
return ops.slice(ops.length - 1);
|
|
16123
16107
|
}
|
|
16124
16108
|
|
|
16125
|
-
// bazel-out/
|
|
16109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16126
16110
|
function removeContentSelectors(job) {
|
|
16127
16111
|
for (const unit of job.units) {
|
|
16128
16112
|
const elements = createOpXrefMap(unit);
|
|
@@ -16149,7 +16133,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16149
16133
|
return el;
|
|
16150
16134
|
}
|
|
16151
16135
|
|
|
16152
|
-
// bazel-out/
|
|
16136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16153
16137
|
function createPipes(job) {
|
|
16154
16138
|
for (const unit of job.units) {
|
|
16155
16139
|
processPipeBindingsInView(unit);
|
|
@@ -16197,7 +16181,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16197
16181
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16198
16182
|
}
|
|
16199
16183
|
|
|
16200
|
-
// bazel-out/
|
|
16184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16201
16185
|
function createVariadicPipes(job) {
|
|
16202
16186
|
for (const unit of job.units) {
|
|
16203
16187
|
for (const op of unit.update) {
|
|
@@ -16214,7 +16198,7 @@ function createVariadicPipes(job) {
|
|
|
16214
16198
|
}
|
|
16215
16199
|
}
|
|
16216
16200
|
|
|
16217
|
-
// bazel-out/
|
|
16201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16218
16202
|
function propagateI18nBlocks(job) {
|
|
16219
16203
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16220
16204
|
}
|
|
@@ -16268,7 +16252,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16268
16252
|
}
|
|
16269
16253
|
}
|
|
16270
16254
|
|
|
16271
|
-
// bazel-out/
|
|
16255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16272
16256
|
function extractPureFunctions(job) {
|
|
16273
16257
|
for (const view of job.units) {
|
|
16274
16258
|
for (const op of view.ops()) {
|
|
@@ -16310,7 +16294,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16310
16294
|
}
|
|
16311
16295
|
};
|
|
16312
16296
|
|
|
16313
|
-
// bazel-out/
|
|
16297
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16314
16298
|
function generatePureLiteralStructures(job) {
|
|
16315
16299
|
for (const unit of job.units) {
|
|
16316
16300
|
for (const op of unit.update) {
|
|
@@ -16357,7 +16341,7 @@ function transformLiteralMap(expr) {
|
|
|
16357
16341
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16358
16342
|
}
|
|
16359
16343
|
|
|
16360
|
-
// bazel-out/
|
|
16344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16361
16345
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16362
16346
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16363
16347
|
}
|
|
@@ -16898,7 +16882,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
16898
16882
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
16899
16883
|
}
|
|
16900
16884
|
|
|
16901
|
-
// bazel-out/
|
|
16885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
16902
16886
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
16903
16887
|
["window", Identifiers.resolveWindow],
|
|
16904
16888
|
["document", Identifiers.resolveDocument],
|
|
@@ -17257,7 +17241,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17257
17241
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17258
17242
|
}
|
|
17259
17243
|
|
|
17260
|
-
// bazel-out/
|
|
17244
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17261
17245
|
function removeEmptyBindings(job) {
|
|
17262
17246
|
for (const unit of job.units) {
|
|
17263
17247
|
for (const op of unit.update) {
|
|
@@ -17278,7 +17262,7 @@ function removeEmptyBindings(job) {
|
|
|
17278
17262
|
}
|
|
17279
17263
|
}
|
|
17280
17264
|
|
|
17281
|
-
// bazel-out/
|
|
17265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17282
17266
|
function removeI18nContexts(job) {
|
|
17283
17267
|
for (const unit of job.units) {
|
|
17284
17268
|
for (const op of unit.create) {
|
|
@@ -17294,7 +17278,7 @@ function removeI18nContexts(job) {
|
|
|
17294
17278
|
}
|
|
17295
17279
|
}
|
|
17296
17280
|
|
|
17297
|
-
// bazel-out/
|
|
17281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17298
17282
|
function removeUnusedI18nAttributesOps(job) {
|
|
17299
17283
|
for (const unit of job.units) {
|
|
17300
17284
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17316,7 +17300,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17316
17300
|
}
|
|
17317
17301
|
}
|
|
17318
17302
|
|
|
17319
|
-
// bazel-out/
|
|
17303
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17320
17304
|
function resolveContexts(job) {
|
|
17321
17305
|
for (const unit of job.units) {
|
|
17322
17306
|
processLexicalScope(unit, unit.create);
|
|
@@ -17358,7 +17342,7 @@ function processLexicalScope(view, ops) {
|
|
|
17358
17342
|
}
|
|
17359
17343
|
}
|
|
17360
17344
|
|
|
17361
|
-
// bazel-out/
|
|
17345
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17362
17346
|
function resolveDollarEvent(job) {
|
|
17363
17347
|
for (const unit of job.units) {
|
|
17364
17348
|
transformDollarEvent(unit.create);
|
|
@@ -17381,7 +17365,7 @@ function transformDollarEvent(ops) {
|
|
|
17381
17365
|
}
|
|
17382
17366
|
}
|
|
17383
17367
|
|
|
17384
|
-
// bazel-out/
|
|
17368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17385
17369
|
function resolveI18nElementPlaceholders(job) {
|
|
17386
17370
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17387
17371
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -17560,7 +17544,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
17560
17544
|
params.set(placeholder, values);
|
|
17561
17545
|
}
|
|
17562
17546
|
|
|
17563
|
-
// bazel-out/
|
|
17547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
17564
17548
|
function resolveI18nExpressionPlaceholders(job) {
|
|
17565
17549
|
var _a2;
|
|
17566
17550
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -17613,7 +17597,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
17613
17597
|
}
|
|
17614
17598
|
}
|
|
17615
17599
|
|
|
17616
|
-
// bazel-out/
|
|
17600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
17617
17601
|
function resolveNames(job) {
|
|
17618
17602
|
for (const unit of job.units) {
|
|
17619
17603
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -17678,7 +17662,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
17678
17662
|
}
|
|
17679
17663
|
}
|
|
17680
17664
|
|
|
17681
|
-
// bazel-out/
|
|
17665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
17682
17666
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
17683
17667
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
17684
17668
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -17748,7 +17732,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
17748
17732
|
return securityContext;
|
|
17749
17733
|
}
|
|
17750
17734
|
|
|
17751
|
-
// bazel-out/
|
|
17735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
17752
17736
|
function transformTwoWayBindingSet(job) {
|
|
17753
17737
|
for (const unit of job.units) {
|
|
17754
17738
|
for (const op of unit.create) {
|
|
@@ -17798,7 +17782,7 @@ function wrapAction(target, value) {
|
|
|
17798
17782
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
17799
17783
|
}
|
|
17800
17784
|
|
|
17801
|
-
// bazel-out/
|
|
17785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
17802
17786
|
function saveAndRestoreView(job) {
|
|
17803
17787
|
for (const unit of job.units) {
|
|
17804
17788
|
unit.create.prepend([
|
|
@@ -17843,7 +17827,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
17843
17827
|
}
|
|
17844
17828
|
}
|
|
17845
17829
|
|
|
17846
|
-
// bazel-out/
|
|
17830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
17847
17831
|
function allocateSlots(job) {
|
|
17848
17832
|
const slotMap = /* @__PURE__ */ new Map();
|
|
17849
17833
|
for (const unit of job.units) {
|
|
@@ -17868,7 +17852,7 @@ function allocateSlots(job) {
|
|
|
17868
17852
|
}
|
|
17869
17853
|
}
|
|
17870
17854
|
|
|
17871
|
-
// bazel-out/
|
|
17855
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
17872
17856
|
function specializeStyleBindings(job) {
|
|
17873
17857
|
for (const unit of job.units) {
|
|
17874
17858
|
for (const op of unit.update) {
|
|
@@ -17898,7 +17882,7 @@ function specializeStyleBindings(job) {
|
|
|
17898
17882
|
}
|
|
17899
17883
|
}
|
|
17900
17884
|
|
|
17901
|
-
// bazel-out/
|
|
17885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
17902
17886
|
function generateTemporaryVariables(job) {
|
|
17903
17887
|
for (const unit of job.units) {
|
|
17904
17888
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -17956,7 +17940,7 @@ function assignName(names, expr) {
|
|
|
17956
17940
|
expr.name = name;
|
|
17957
17941
|
}
|
|
17958
17942
|
|
|
17959
|
-
// bazel-out/
|
|
17943
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
17960
17944
|
function generateTrackFns(job) {
|
|
17961
17945
|
for (const unit of job.units) {
|
|
17962
17946
|
for (const op of unit.create) {
|
|
@@ -17989,7 +17973,7 @@ function generateTrackFns(job) {
|
|
|
17989
17973
|
}
|
|
17990
17974
|
}
|
|
17991
17975
|
|
|
17992
|
-
// bazel-out/
|
|
17976
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
17993
17977
|
function optimizeTrackFns(job) {
|
|
17994
17978
|
for (const unit of job.units) {
|
|
17995
17979
|
for (const op of unit.create) {
|
|
@@ -18037,7 +18021,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18037
18021
|
return true;
|
|
18038
18022
|
}
|
|
18039
18023
|
|
|
18040
|
-
// bazel-out/
|
|
18024
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18041
18025
|
function generateTrackVariables(job) {
|
|
18042
18026
|
for (const unit of job.units) {
|
|
18043
18027
|
for (const op of unit.create) {
|
|
@@ -18058,7 +18042,7 @@ function generateTrackVariables(job) {
|
|
|
18058
18042
|
}
|
|
18059
18043
|
}
|
|
18060
18044
|
|
|
18061
|
-
// bazel-out/
|
|
18045
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18062
18046
|
function countVariables(job) {
|
|
18063
18047
|
for (const unit of job.units) {
|
|
18064
18048
|
let varCount = 0;
|
|
@@ -18168,7 +18152,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18168
18152
|
return true;
|
|
18169
18153
|
}
|
|
18170
18154
|
|
|
18171
|
-
// bazel-out/
|
|
18155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18172
18156
|
function optimizeVariables(job) {
|
|
18173
18157
|
for (const unit of job.units) {
|
|
18174
18158
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18417,7 +18401,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18417
18401
|
}
|
|
18418
18402
|
}
|
|
18419
18403
|
|
|
18420
|
-
// bazel-out/
|
|
18404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18421
18405
|
function wrapI18nIcus(job) {
|
|
18422
18406
|
for (const unit of job.units) {
|
|
18423
18407
|
let currentI18nOp = null;
|
|
@@ -18447,7 +18431,7 @@ function wrapI18nIcus(job) {
|
|
|
18447
18431
|
}
|
|
18448
18432
|
}
|
|
18449
18433
|
|
|
18450
|
-
// bazel-out/
|
|
18434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
18451
18435
|
var phases = [
|
|
18452
18436
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
18453
18437
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -18613,7 +18597,7 @@ function emitHostBindingFunction(job) {
|
|
|
18613
18597
|
);
|
|
18614
18598
|
}
|
|
18615
18599
|
|
|
18616
|
-
// bazel-out/
|
|
18600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
18617
18601
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
18618
18602
|
var domSchema = new DomElementSchemaRegistry();
|
|
18619
18603
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19358,7 +19342,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19358
19342
|
return null;
|
|
19359
19343
|
}
|
|
19360
19344
|
|
|
19361
|
-
// bazel-out/
|
|
19345
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19362
19346
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19363
19347
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19364
19348
|
}
|
|
@@ -19478,7 +19462,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
19478
19462
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
19479
19463
|
}
|
|
19480
19464
|
|
|
19481
|
-
// bazel-out/
|
|
19465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
19482
19466
|
var HtmlParser = class extends Parser2 {
|
|
19483
19467
|
constructor() {
|
|
19484
19468
|
super(getHtmlTagDefinition);
|
|
@@ -19488,7 +19472,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
19488
19472
|
}
|
|
19489
19473
|
};
|
|
19490
19474
|
|
|
19491
|
-
// bazel-out/
|
|
19475
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
19492
19476
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
19493
19477
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
19494
19478
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -19554,7 +19538,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
19554
19538
|
return result;
|
|
19555
19539
|
}
|
|
19556
19540
|
|
|
19557
|
-
// bazel-out/
|
|
19541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
19558
19542
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
19559
19543
|
var ATTRIBUTE_PREFIX = "attr";
|
|
19560
19544
|
var CLASS_PREFIX = "class";
|
|
@@ -19895,7 +19879,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
19895
19879
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
19896
19880
|
}
|
|
19897
19881
|
|
|
19898
|
-
// bazel-out/
|
|
19882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
19899
19883
|
function isStyleUrlResolvable(url) {
|
|
19900
19884
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
19901
19885
|
return false;
|
|
@@ -19904,7 +19888,7 @@ function isStyleUrlResolvable(url) {
|
|
|
19904
19888
|
}
|
|
19905
19889
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
19906
19890
|
|
|
19907
|
-
// bazel-out/
|
|
19891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
19908
19892
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
19909
19893
|
var LINK_ELEMENT = "link";
|
|
19910
19894
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -19974,7 +19958,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
19974
19958
|
return selectAttr;
|
|
19975
19959
|
}
|
|
19976
19960
|
|
|
19977
|
-
// bazel-out/
|
|
19961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
19978
19962
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
19979
19963
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
19980
19964
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20290,7 +20274,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20290
20274
|
return expression.slice(start, end);
|
|
20291
20275
|
}
|
|
20292
20276
|
|
|
20293
|
-
// bazel-out/
|
|
20277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20294
20278
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20295
20279
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20296
20280
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -20554,7 +20538,7 @@ function parseDeferredTime(value) {
|
|
|
20554
20538
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
20555
20539
|
}
|
|
20556
20540
|
|
|
20557
|
-
// bazel-out/
|
|
20541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
20558
20542
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
20559
20543
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
20560
20544
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -20689,7 +20673,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
20689
20673
|
return { triggers, prefetchTriggers };
|
|
20690
20674
|
}
|
|
20691
20675
|
|
|
20692
|
-
// bazel-out/
|
|
20676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
20693
20677
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
20694
20678
|
var KW_BIND_IDX = 1;
|
|
20695
20679
|
var KW_LET_IDX = 2;
|
|
@@ -21111,7 +21095,7 @@ function textContents(node) {
|
|
|
21111
21095
|
}
|
|
21112
21096
|
}
|
|
21113
21097
|
|
|
21114
|
-
// bazel-out/
|
|
21098
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21115
21099
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21116
21100
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21117
21101
|
var _a2;
|
|
@@ -21185,7 +21169,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG) {
|
|
|
21185
21169
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, []);
|
|
21186
21170
|
}
|
|
21187
21171
|
|
|
21188
|
-
// bazel-out/
|
|
21172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21189
21173
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21190
21174
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21191
21175
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -21547,7 +21531,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
21547
21531
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
21548
21532
|
}
|
|
21549
21533
|
|
|
21550
|
-
// bazel-out/
|
|
21534
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
21551
21535
|
var R3TargetBinder = class {
|
|
21552
21536
|
constructor(directiveMatcher) {
|
|
21553
21537
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22180,11 +22164,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22180
22164
|
return templateEntities;
|
|
22181
22165
|
}
|
|
22182
22166
|
|
|
22183
|
-
// bazel-out/
|
|
22167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22184
22168
|
var ResourceLoader = class {
|
|
22185
22169
|
};
|
|
22186
22170
|
|
|
22187
|
-
// bazel-out/
|
|
22171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22188
22172
|
var CompilerFacadeImpl = class {
|
|
22189
22173
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22190
22174
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -22745,17 +22729,17 @@ function publishFacade(global) {
|
|
|
22745
22729
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
22746
22730
|
}
|
|
22747
22731
|
|
|
22748
|
-
// bazel-out/
|
|
22749
|
-
var VERSION2 = new Version("18.0.0-next.
|
|
22732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
22733
|
+
var VERSION2 = new Version("18.0.0-next.4");
|
|
22750
22734
|
|
|
22751
|
-
// bazel-out/
|
|
22735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
22752
22736
|
var _VisitorMode;
|
|
22753
22737
|
(function(_VisitorMode2) {
|
|
22754
22738
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
22755
22739
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
22756
22740
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
22757
22741
|
|
|
22758
|
-
// bazel-out/
|
|
22742
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
22759
22743
|
var XmlTagDefinition = class {
|
|
22760
22744
|
constructor() {
|
|
22761
22745
|
this.closedByParent = false;
|
|
@@ -22777,7 +22761,7 @@ var XmlTagDefinition = class {
|
|
|
22777
22761
|
};
|
|
22778
22762
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
22779
22763
|
|
|
22780
|
-
// bazel-out/
|
|
22764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
22781
22765
|
var FactoryTarget2;
|
|
22782
22766
|
(function(FactoryTarget3) {
|
|
22783
22767
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -22787,10 +22771,10 @@ var FactoryTarget2;
|
|
|
22787
22771
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
22788
22772
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
22789
22773
|
|
|
22790
|
-
// bazel-out/
|
|
22774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
22791
22775
|
publishFacade(_global);
|
|
22792
22776
|
|
|
22793
|
-
// bazel-out/
|
|
22777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
22794
22778
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
22795
22779
|
function migrateTemplate(template2) {
|
|
22796
22780
|
if (!template2.includes(")]=")) {
|
|
@@ -22915,7 +22899,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
22915
22899
|
}
|
|
22916
22900
|
};
|
|
22917
22901
|
|
|
22918
|
-
// bazel-out/
|
|
22902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
22919
22903
|
function invalid_two_way_bindings_default() {
|
|
22920
22904
|
return (tree) => __async(this, null, function* () {
|
|
22921
22905
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|