@angular/core 18.2.9 → 18.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/util/change_detection_utils.mjs +1 -2
- package/esm2022/src/render3/util/discovery_utils.mjs +1 -10
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/application_error_handler.mjs +3 -3
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3 -13
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/index.d.ts +1 -11
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/after-render-phase/bundle.js +288 -330
- package/schematics/migrations/http-providers/bundle.js +291 -333
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +182 -224
- package/schematics/ng-generate/control-flow-migration/bundle.js +291 -333
- package/schematics/ng-generate/inject-migration/bundle.js +294 -336
- package/schematics/ng-generate/route-lazy-loading/bundle.js +290 -332
- package/schematics/ng-generate/standalone-migration/bundle.js +472 -514
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
67
67
|
var control_flow_migration_exports = {};
|
|
68
68
|
__export(control_flow_migration_exports, {
|
|
69
69
|
default: () => control_flow_migration_default
|
|
@@ -72,10 +72,10 @@ module.exports = __toCommonJS(control_flow_migration_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path4 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
76
76
|
var import_typescript91 = __toESM(require("typescript"), 1);
|
|
77
77
|
|
|
78
|
-
// bazel-out/
|
|
78
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
79
79
|
var _SELECTOR_REGEXP = new RegExp(
|
|
80
80
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
81
81
|
"g"
|
|
@@ -383,7 +383,7 @@ var SelectorContext = class {
|
|
|
383
383
|
}
|
|
384
384
|
};
|
|
385
385
|
|
|
386
|
-
// bazel-out/
|
|
386
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
387
387
|
var ViewEncapsulation;
|
|
388
388
|
(function(ViewEncapsulation2) {
|
|
389
389
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -451,7 +451,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
451
451
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
// bazel-out/
|
|
454
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
455
455
|
var textEncoder;
|
|
456
456
|
function computeDigest(message) {
|
|
457
457
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -698,7 +698,7 @@ function wordAt(bytes, index, endian) {
|
|
|
698
698
|
return word;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
// bazel-out/
|
|
701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
702
702
|
var TypeModifier;
|
|
703
703
|
(function(TypeModifier2) {
|
|
704
704
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1645,7 +1645,7 @@ function serializeTags(tags) {
|
|
|
1645
1645
|
return out;
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
1648
|
-
// bazel-out/
|
|
1648
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1649
1649
|
var CONSTANT_PREFIX = "_c";
|
|
1650
1650
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1651
1651
|
var KEY_CONTEXT = {};
|
|
@@ -1833,7 +1833,7 @@ function isLongStringLiteral(expr) {
|
|
|
1833
1833
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
-
// bazel-out/
|
|
1836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
1837
1837
|
var CORE = "@angular/core";
|
|
1838
1838
|
var _Identifiers = class {
|
|
1839
1839
|
};
|
|
@@ -2730,7 +2730,7 @@ var Identifiers = _Identifiers;
|
|
|
2730
2730
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2731
2731
|
})();
|
|
2732
2732
|
|
|
2733
|
-
// bazel-out/
|
|
2733
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2734
2734
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2735
2735
|
function dashCaseToCamelCase(input) {
|
|
2736
2736
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2807,7 +2807,7 @@ var Version = class {
|
|
|
2807
2807
|
};
|
|
2808
2808
|
var _global = globalThis;
|
|
2809
2809
|
|
|
2810
|
-
// bazel-out/
|
|
2810
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2811
2811
|
var VERSION = 3;
|
|
2812
2812
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2813
2813
|
var SourceMapGenerator = class {
|
|
@@ -2936,7 +2936,7 @@ function toBase64Digit(value) {
|
|
|
2936
2936
|
return B64_DIGITS[value];
|
|
2937
2937
|
}
|
|
2938
2938
|
|
|
2939
|
-
// bazel-out/
|
|
2939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2940
2940
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2941
2941
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2942
2942
|
var _INDENT_WITH = " ";
|
|
@@ -3424,7 +3424,7 @@ function _createIndent(count) {
|
|
|
3424
3424
|
return res;
|
|
3425
3425
|
}
|
|
3426
3426
|
|
|
3427
|
-
// bazel-out/
|
|
3427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3428
3428
|
function typeWithParameters(type, numParams) {
|
|
3429
3429
|
if (numParams === 0) {
|
|
3430
3430
|
return expressionType(type);
|
|
@@ -3479,7 +3479,7 @@ function generateForwardRef(expr) {
|
|
|
3479
3479
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3480
3480
|
}
|
|
3481
3481
|
|
|
3482
|
-
// bazel-out/
|
|
3482
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3483
3483
|
var R3FactoryDelegateType;
|
|
3484
3484
|
(function(R3FactoryDelegateType2) {
|
|
3485
3485
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3624,7 +3624,7 @@ function getInjectFn(target) {
|
|
|
3624
3624
|
}
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
3627
|
-
// bazel-out/
|
|
3627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3628
3628
|
var ParserError = class {
|
|
3629
3629
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3630
3630
|
this.input = input;
|
|
@@ -4062,7 +4062,7 @@ var BoundElementProperty = class {
|
|
|
4062
4062
|
}
|
|
4063
4063
|
};
|
|
4064
4064
|
|
|
4065
|
-
// bazel-out/
|
|
4065
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4066
4066
|
var TagContentType;
|
|
4067
4067
|
(function(TagContentType2) {
|
|
4068
4068
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4099,7 +4099,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4099
4099
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4100
4100
|
}
|
|
4101
4101
|
|
|
4102
|
-
// bazel-out/
|
|
4102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4103
4103
|
var Comment = class {
|
|
4104
4104
|
constructor(value, sourceSpan) {
|
|
4105
4105
|
this.value = value;
|
|
@@ -4493,7 +4493,7 @@ function visitAll(visitor, nodes) {
|
|
|
4493
4493
|
return result;
|
|
4494
4494
|
}
|
|
4495
4495
|
|
|
4496
|
-
// bazel-out/
|
|
4496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4497
4497
|
var Message = class {
|
|
4498
4498
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4499
4499
|
this.nodes = nodes;
|
|
@@ -4633,7 +4633,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4633
4633
|
}
|
|
4634
4634
|
};
|
|
4635
4635
|
|
|
4636
|
-
// bazel-out/
|
|
4636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4637
4637
|
var _Visitor = class {
|
|
4638
4638
|
visitTag(tag) {
|
|
4639
4639
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4661,12 +4661,12 @@ ${doctype.dtd}
|
|
|
4661
4661
|
};
|
|
4662
4662
|
var _visitor = new _Visitor();
|
|
4663
4663
|
|
|
4664
|
-
// bazel-out/
|
|
4664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4665
4665
|
function toPublicName(internalName) {
|
|
4666
4666
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4667
4667
|
}
|
|
4668
4668
|
|
|
4669
|
-
// bazel-out/
|
|
4669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4670
4670
|
var I18N_ATTR = "i18n";
|
|
4671
4671
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4672
4672
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4706,7 +4706,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4706
4706
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
|
-
// bazel-out/
|
|
4709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4710
4710
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4711
4711
|
var TEMPORARY_NAME = "_t";
|
|
4712
4712
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4833,7 +4833,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4833
4833
|
return attributesMap;
|
|
4834
4834
|
}
|
|
4835
4835
|
|
|
4836
|
-
// bazel-out/
|
|
4836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4837
4837
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4838
4838
|
let result = null;
|
|
4839
4839
|
const factoryMeta = {
|
|
@@ -4921,7 +4921,7 @@ function createFactoryFunction(type) {
|
|
|
4921
4921
|
return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
|
|
4922
4922
|
}
|
|
4923
4923
|
|
|
4924
|
-
// bazel-out/
|
|
4924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4925
4925
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4926
4926
|
/@/,
|
|
4927
4927
|
/^\s*$/,
|
|
@@ -4944,7 +4944,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4944
4944
|
}
|
|
4945
4945
|
}
|
|
4946
4946
|
|
|
4947
|
-
// bazel-out/
|
|
4947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4948
4948
|
var InterpolationConfig = class {
|
|
4949
4949
|
static fromArray(markers) {
|
|
4950
4950
|
if (!markers) {
|
|
@@ -4961,7 +4961,7 @@ var InterpolationConfig = class {
|
|
|
4961
4961
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4962
4962
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4963
4963
|
|
|
4964
|
-
// bazel-out/
|
|
4964
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4965
4965
|
var $EOF = 0;
|
|
4966
4966
|
var $BSPACE = 8;
|
|
4967
4967
|
var $TAB = 9;
|
|
@@ -5043,7 +5043,7 @@ function isQuote(code) {
|
|
|
5043
5043
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5044
5044
|
}
|
|
5045
5045
|
|
|
5046
|
-
// bazel-out/
|
|
5046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5047
5047
|
var ParseLocation = class {
|
|
5048
5048
|
constructor(file, offset, line, col) {
|
|
5049
5049
|
this.file = file;
|
|
@@ -5190,7 +5190,7 @@ function sanitizeIdentifier(name) {
|
|
|
5190
5190
|
return name.replace(/\W/g, "_");
|
|
5191
5191
|
}
|
|
5192
5192
|
|
|
5193
|
-
// bazel-out/
|
|
5193
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5194
5194
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5195
5195
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5196
5196
|
constructor() {
|
|
@@ -5283,7 +5283,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5283
5283
|
}
|
|
5284
5284
|
};
|
|
5285
5285
|
|
|
5286
|
-
// bazel-out/
|
|
5286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5287
5287
|
var policy;
|
|
5288
5288
|
function getPolicy() {
|
|
5289
5289
|
if (policy === void 0) {
|
|
@@ -5321,7 +5321,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5321
5321
|
return fn2.bind(_global);
|
|
5322
5322
|
}
|
|
5323
5323
|
|
|
5324
|
-
// bazel-out/
|
|
5324
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5325
5325
|
var JitEvaluator = class {
|
|
5326
5326
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5327
5327
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5409,7 +5409,7 @@ function isUseStrictStatement(statement) {
|
|
|
5409
5409
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5410
5410
|
}
|
|
5411
5411
|
|
|
5412
|
-
// bazel-out/
|
|
5412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5413
5413
|
function compileInjector(meta) {
|
|
5414
5414
|
const definitionMap = new DefinitionMap();
|
|
5415
5415
|
if (meta.providers !== null) {
|
|
@@ -5426,7 +5426,7 @@ function createInjectorType(meta) {
|
|
|
5426
5426
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5427
5427
|
}
|
|
5428
5428
|
|
|
5429
|
-
// bazel-out/
|
|
5429
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5430
5430
|
var R3JitReflector = class {
|
|
5431
5431
|
constructor(context) {
|
|
5432
5432
|
this.context = context;
|
|
@@ -5442,7 +5442,7 @@ var R3JitReflector = class {
|
|
|
5442
5442
|
}
|
|
5443
5443
|
};
|
|
5444
5444
|
|
|
5445
|
-
// bazel-out/
|
|
5445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5446
5446
|
var R3SelectorScopeMode;
|
|
5447
5447
|
(function(R3SelectorScopeMode2) {
|
|
5448
5448
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5577,7 +5577,7 @@ function tupleOfTypes(types) {
|
|
|
5577
5577
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5578
5578
|
}
|
|
5579
5579
|
|
|
5580
|
-
// bazel-out/
|
|
5580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5581
5581
|
function compilePipeFromMetadata(metadata) {
|
|
5582
5582
|
const definitionMapValues = [];
|
|
5583
5583
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5598,7 +5598,7 @@ function createPipeType(metadata) {
|
|
|
5598
5598
|
]));
|
|
5599
5599
|
}
|
|
5600
5600
|
|
|
5601
|
-
// bazel-out/
|
|
5601
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5602
5602
|
var R3TemplateDependencyKind;
|
|
5603
5603
|
(function(R3TemplateDependencyKind2) {
|
|
5604
5604
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5606,7 +5606,7 @@ var R3TemplateDependencyKind;
|
|
|
5606
5606
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5607
5607
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5608
5608
|
|
|
5609
|
-
// bazel-out/
|
|
5609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5610
5610
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5611
5611
|
"inherit",
|
|
5612
5612
|
"initial",
|
|
@@ -5752,7 +5752,7 @@ var ShadowCss = class {
|
|
|
5752
5752
|
});
|
|
5753
5753
|
}
|
|
5754
5754
|
_convertColonHostContext(cssText) {
|
|
5755
|
-
return cssText.replace(_cssColonHostContextReGlobal, (selectorText
|
|
5755
|
+
return cssText.replace(_cssColonHostContextReGlobal, (selectorText) => {
|
|
5756
5756
|
var _a2;
|
|
5757
5757
|
const contextSelectorGroups = [[]];
|
|
5758
5758
|
let match;
|
|
@@ -5767,7 +5767,7 @@ var ShadowCss = class {
|
|
|
5767
5767
|
}
|
|
5768
5768
|
selectorText = match[2];
|
|
5769
5769
|
}
|
|
5770
|
-
return contextSelectorGroups.map((contextSelectors) =>
|
|
5770
|
+
return contextSelectorGroups.map((contextSelectors) => combineHostContextSelectors(contextSelectors, selectorText)).join(", ");
|
|
5771
5771
|
});
|
|
5772
5772
|
}
|
|
5773
5773
|
_convertShadowDOMSelectors(cssText) {
|
|
@@ -5778,12 +5778,7 @@ var ShadowCss = class {
|
|
|
5778
5778
|
let selector = rule.selector;
|
|
5779
5779
|
let content = rule.content;
|
|
5780
5780
|
if (rule.selector[0] !== "@") {
|
|
5781
|
-
selector = this._scopeSelector(
|
|
5782
|
-
selector,
|
|
5783
|
-
scopeSelector,
|
|
5784
|
-
hostSelector,
|
|
5785
|
-
isParentSelector: true
|
|
5786
|
-
});
|
|
5781
|
+
selector = this._scopeSelector(rule.selector, scopeSelector, hostSelector);
|
|
5787
5782
|
} else if (scopedAtRuleIdentifiers.some((atRule) => rule.selector.startsWith(atRule))) {
|
|
5788
5783
|
content = this._scopeSelectors(rule.content, scopeSelector, hostSelector);
|
|
5789
5784
|
} else if (rule.selector.startsWith("@font-face") || rule.selector.startsWith("@page")) {
|
|
@@ -5798,18 +5793,12 @@ var ShadowCss = class {
|
|
|
5798
5793
|
return new CssRule(selector, rule.content);
|
|
5799
5794
|
});
|
|
5800
5795
|
}
|
|
5801
|
-
_scopeSelector(
|
|
5802
|
-
|
|
5803
|
-
return selector.split(selectorSplitRe).map((part) => part.split(_shadowDeepSelectors)).map((deepParts) => {
|
|
5796
|
+
_scopeSelector(selector, scopeSelector, hostSelector) {
|
|
5797
|
+
return selector.split(/ ?, ?/).map((part) => part.split(_shadowDeepSelectors)).map((deepParts) => {
|
|
5804
5798
|
const [shallowPart, ...otherParts] = deepParts;
|
|
5805
5799
|
const applyScope = (shallowPart2) => {
|
|
5806
5800
|
if (this._selectorNeedsScoping(shallowPart2, scopeSelector)) {
|
|
5807
|
-
return this._applySelectorScope(
|
|
5808
|
-
selector: shallowPart2,
|
|
5809
|
-
scopeSelector,
|
|
5810
|
-
hostSelector,
|
|
5811
|
-
isParentSelector
|
|
5812
|
-
});
|
|
5801
|
+
return this._applySelectorScope(shallowPart2, scopeSelector, hostSelector);
|
|
5813
5802
|
} else {
|
|
5814
5803
|
return shallowPart2;
|
|
5815
5804
|
}
|
|
@@ -5831,15 +5820,15 @@ var ShadowCss = class {
|
|
|
5831
5820
|
_polyfillHostRe.lastIndex = 0;
|
|
5832
5821
|
if (_polyfillHostRe.test(selector)) {
|
|
5833
5822
|
const replaceBy = `[${hostSelector}]`;
|
|
5834
|
-
return selector.replace(
|
|
5835
|
-
return selector2.replace(/([
|
|
5823
|
+
return selector.replace(_polyfillHostNoCombinatorRe, (hnc, selector2) => {
|
|
5824
|
+
return selector2.replace(/([^:]*)(:*)(.*)/, (_, before, colon, after) => {
|
|
5836
5825
|
return before + replaceBy + colon + after;
|
|
5837
5826
|
});
|
|
5838
5827
|
}).replace(_polyfillHostRe, replaceBy + " ");
|
|
5839
5828
|
}
|
|
5840
5829
|
return scopeSelector + " " + selector;
|
|
5841
5830
|
}
|
|
5842
|
-
_applySelectorScope(
|
|
5831
|
+
_applySelectorScope(selector, scopeSelector, hostSelector) {
|
|
5843
5832
|
var _a2;
|
|
5844
5833
|
const isRe = /\[is=([^\]]*)\]/g;
|
|
5845
5834
|
scopeSelector = scopeSelector.replace(isRe, (_, ...parts) => parts[0]);
|
|
@@ -5851,10 +5840,6 @@ var ShadowCss = class {
|
|
|
5851
5840
|
}
|
|
5852
5841
|
if (p.includes(_polyfillHostNoCombinator)) {
|
|
5853
5842
|
scopedP = this._applySimpleSelectorScope(p, scopeSelector, hostSelector);
|
|
5854
|
-
if (_polyfillHostNoCombinatorWithinPseudoFunction.test(p)) {
|
|
5855
|
-
const [_, before, colon, after] = scopedP.match(/([^:]*)(:*)(.*)/);
|
|
5856
|
-
scopedP = before + attrName + colon + after;
|
|
5857
|
-
}
|
|
5858
5843
|
} else {
|
|
5859
5844
|
const t = p.replace(_polyfillHostRe, "");
|
|
5860
5845
|
if (t.length > 0) {
|
|
@@ -5866,52 +5851,29 @@ var ShadowCss = class {
|
|
|
5866
5851
|
}
|
|
5867
5852
|
return scopedP;
|
|
5868
5853
|
};
|
|
5869
|
-
const
|
|
5870
|
-
|
|
5871
|
-
const cssPrefixWithPseudoSelectorFunctionMatch = selectorPart.match(_cssPrefixWithPseudoSelectorFunction);
|
|
5872
|
-
if (cssPrefixWithPseudoSelectorFunctionMatch) {
|
|
5873
|
-
const [cssPseudoSelectorFunction] = cssPrefixWithPseudoSelectorFunctionMatch;
|
|
5874
|
-
const selectorToScope = selectorPart.slice(cssPseudoSelectorFunction.length, -1);
|
|
5875
|
-
if (selectorToScope.includes(_polyfillHostNoCombinator)) {
|
|
5876
|
-
this._shouldScopeIndicator = true;
|
|
5877
|
-
}
|
|
5878
|
-
const scopedInnerPart = this._scopeSelector({
|
|
5879
|
-
selector: selectorToScope,
|
|
5880
|
-
scopeSelector,
|
|
5881
|
-
hostSelector
|
|
5882
|
-
});
|
|
5883
|
-
scopedPart = `${cssPseudoSelectorFunction}${scopedInnerPart})`;
|
|
5884
|
-
} else {
|
|
5885
|
-
this._shouldScopeIndicator = this._shouldScopeIndicator || selectorPart.includes(_polyfillHostNoCombinator);
|
|
5886
|
-
scopedPart = this._shouldScopeIndicator ? _scopeSelectorPart(selectorPart) : selectorPart;
|
|
5887
|
-
}
|
|
5888
|
-
return scopedPart;
|
|
5889
|
-
};
|
|
5890
|
-
if (isParentSelector) {
|
|
5891
|
-
this._safeSelector = new SafeSelector(selector);
|
|
5892
|
-
selector = this._safeSelector.content();
|
|
5893
|
-
}
|
|
5854
|
+
const safeContent = new SafeSelector(selector);
|
|
5855
|
+
selector = safeContent.content();
|
|
5894
5856
|
let scopedSelector = "";
|
|
5895
5857
|
let startIndex = 0;
|
|
5896
5858
|
let res;
|
|
5897
|
-
const sep = /( |>|\+|~(?!=))
|
|
5859
|
+
const sep = /( |>|\+|~(?!=))\s*/g;
|
|
5898
5860
|
const hasHost = selector.includes(_polyfillHostNoCombinator);
|
|
5899
|
-
|
|
5900
|
-
this._shouldScopeIndicator = !hasHost;
|
|
5901
|
-
}
|
|
5861
|
+
let shouldScope = !hasHost;
|
|
5902
5862
|
while ((res = sep.exec(selector)) !== null) {
|
|
5903
5863
|
const separator = res[1];
|
|
5904
5864
|
const part2 = selector.slice(startIndex, res.index);
|
|
5905
5865
|
if (part2.match(/__esc-ph-(\d+)__/) && ((_a2 = selector[res.index + 1]) == null ? void 0 : _a2.match(/[a-fA-F\d]/))) {
|
|
5906
5866
|
continue;
|
|
5907
5867
|
}
|
|
5908
|
-
|
|
5868
|
+
shouldScope = shouldScope || part2.includes(_polyfillHostNoCombinator);
|
|
5869
|
+
const scopedPart = shouldScope ? _scopeSelectorPart(part2) : part2;
|
|
5909
5870
|
scopedSelector += `${scopedPart} ${separator} `;
|
|
5910
5871
|
startIndex = sep.lastIndex;
|
|
5911
5872
|
}
|
|
5912
5873
|
const part = selector.substring(startIndex);
|
|
5913
|
-
|
|
5914
|
-
|
|
5874
|
+
shouldScope = shouldScope || part.includes(_polyfillHostNoCombinator);
|
|
5875
|
+
scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;
|
|
5876
|
+
return safeContent.restore(scopedSelector);
|
|
5915
5877
|
}
|
|
5916
5878
|
_insertPolyfillHostInCssText(selector) {
|
|
5917
5879
|
return selector.replace(_colonHostContextRe, _polyfillHostContext).replace(_colonHostRe, _polyfillHost);
|
|
@@ -5950,8 +5912,6 @@ var SafeSelector = class {
|
|
|
5950
5912
|
});
|
|
5951
5913
|
}
|
|
5952
5914
|
};
|
|
5953
|
-
var _cssScopedPseudoFunctionPrefix = "(:(where|is)\\()?";
|
|
5954
|
-
var _cssPrefixWithPseudoSelectorFunction = /^:(where|is)\(/i;
|
|
5955
5915
|
var _cssContentNextSelectorRe = /polyfill-next-selector[^}]*content:[\s]*?(['"])(.*?)\1[;\s]*}([^{]*?){/gim;
|
|
5956
5916
|
var _cssContentRuleRe = /(polyfill-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim;
|
|
5957
5917
|
var _cssContentUnscopedRuleRe = /(polyfill-unscoped-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim;
|
|
@@ -5959,12 +5919,10 @@ var _polyfillHost = "-shadowcsshost";
|
|
|
5959
5919
|
var _polyfillHostContext = "-shadowcsscontext";
|
|
5960
5920
|
var _parenSuffix = "(?:\\(((?:\\([^)(]*\\)|[^)(]*)+?)\\))?([^,{]*)";
|
|
5961
5921
|
var _cssColonHostRe = new RegExp(_polyfillHost + _parenSuffix, "gim");
|
|
5962
|
-
var _cssColonHostContextReGlobal = new RegExp(
|
|
5922
|
+
var _cssColonHostContextReGlobal = new RegExp(_polyfillHostContext + _parenSuffix, "gim");
|
|
5963
5923
|
var _cssColonHostContextRe = new RegExp(_polyfillHostContext + _parenSuffix, "im");
|
|
5964
5924
|
var _polyfillHostNoCombinator = _polyfillHost + "-no-combinator";
|
|
5965
|
-
var _polyfillHostNoCombinatorWithinPseudoFunction = new RegExp(`:.*\\(.*${_polyfillHostNoCombinator}.*\\)`);
|
|
5966
5925
|
var _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s]*)/;
|
|
5967
|
-
var _polyfillHostNoCombinatorReGlobal = new RegExp(_polyfillHostNoCombinatorRe, "g");
|
|
5968
5926
|
var _shadowDOMSelectorsRe = [
|
|
5969
5927
|
/::shadow/g,
|
|
5970
5928
|
/::content/g,
|
|
@@ -6099,7 +6057,7 @@ function unescapeInStrings(input) {
|
|
|
6099
6057
|
function unescapeQuotes(str, isQuoted) {
|
|
6100
6058
|
return !isQuoted ? str : str.replace(/((?:^|[^\\])(?:\\\\)*)\\(?=['"])/g, "$1");
|
|
6101
6059
|
}
|
|
6102
|
-
function
|
|
6060
|
+
function combineHostContextSelectors(contextSelectors, otherSelectors) {
|
|
6103
6061
|
const hostMarker = _polyfillHostNoCombinator;
|
|
6104
6062
|
_polyfillHostRe.lastIndex = 0;
|
|
6105
6063
|
const otherSelectorsHasHost = _polyfillHostRe.test(otherSelectors);
|
|
@@ -6117,7 +6075,7 @@ function _combineHostContextSelectors(contextSelectors, otherSelectors, pseudoPr
|
|
|
6117
6075
|
combined[i] = contextSelector + previousSelectors;
|
|
6118
6076
|
}
|
|
6119
6077
|
}
|
|
6120
|
-
return combined.map((s) => otherSelectorsHasHost ? `${
|
|
6078
|
+
return combined.map((s) => otherSelectorsHasHost ? `${s}${otherSelectors}` : `${s}${hostMarker}${otherSelectors}, ${s} ${hostMarker}${otherSelectors}`).join(",");
|
|
6121
6079
|
}
|
|
6122
6080
|
function repeatGroups(groups, multiples) {
|
|
6123
6081
|
const length = groups.length;
|
|
@@ -6128,7 +6086,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6128
6086
|
}
|
|
6129
6087
|
}
|
|
6130
6088
|
|
|
6131
|
-
// bazel-out/
|
|
6089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6132
6090
|
var OpKind;
|
|
6133
6091
|
(function(OpKind2) {
|
|
6134
6092
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6286,7 +6244,7 @@ var TemplateKind;
|
|
|
6286
6244
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6287
6245
|
})(TemplateKind || (TemplateKind = {}));
|
|
6288
6246
|
|
|
6289
|
-
// bazel-out/
|
|
6247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6290
6248
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6291
6249
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6292
6250
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6314,7 +6272,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6314
6272
|
return expr[UsesVarOffset] === true;
|
|
6315
6273
|
}
|
|
6316
6274
|
|
|
6317
|
-
// bazel-out/
|
|
6275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6318
6276
|
function createStatementOp(statement) {
|
|
6319
6277
|
return __spreadValues({
|
|
6320
6278
|
kind: OpKind.Statement,
|
|
@@ -6336,7 +6294,7 @@ var NEW_OP = {
|
|
|
6336
6294
|
next: null
|
|
6337
6295
|
};
|
|
6338
6296
|
|
|
6339
|
-
// bazel-out/
|
|
6297
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6340
6298
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6341
6299
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6342
6300
|
kind: OpKind.InterpolateText,
|
|
@@ -6525,7 +6483,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6525
6483
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6526
6484
|
}
|
|
6527
6485
|
|
|
6528
|
-
// bazel-out/
|
|
6486
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6529
6487
|
var _a;
|
|
6530
6488
|
var _b;
|
|
6531
6489
|
var _c;
|
|
@@ -7443,7 +7401,7 @@ function isStringLiteral(expr) {
|
|
|
7443
7401
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7444
7402
|
}
|
|
7445
7403
|
|
|
7446
|
-
// bazel-out/
|
|
7404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7447
7405
|
var _OpList = class {
|
|
7448
7406
|
constructor() {
|
|
7449
7407
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7634,14 +7592,14 @@ var OpList = _OpList;
|
|
|
7634
7592
|
_OpList.nextListId = 0;
|
|
7635
7593
|
})();
|
|
7636
7594
|
|
|
7637
|
-
// bazel-out/
|
|
7595
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7638
7596
|
var SlotHandle = class {
|
|
7639
7597
|
constructor() {
|
|
7640
7598
|
this.slot = null;
|
|
7641
7599
|
}
|
|
7642
7600
|
};
|
|
7643
7601
|
|
|
7644
|
-
// bazel-out/
|
|
7602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7645
7603
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7646
7604
|
OpKind.Element,
|
|
7647
7605
|
OpKind.ElementStart,
|
|
@@ -7954,7 +7912,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7954
7912
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7955
7913
|
}
|
|
7956
7914
|
|
|
7957
|
-
// bazel-out/
|
|
7915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7958
7916
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7959
7917
|
return __spreadValues(__spreadValues({
|
|
7960
7918
|
kind: OpKind.HostProperty,
|
|
@@ -7968,10 +7926,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7968
7926
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7969
7927
|
}
|
|
7970
7928
|
|
|
7971
|
-
// bazel-out/
|
|
7929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7972
7930
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7973
7931
|
|
|
7974
|
-
// bazel-out/
|
|
7932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7975
7933
|
var CompilationJobKind;
|
|
7976
7934
|
(function(CompilationJobKind2) {
|
|
7977
7935
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8079,7 +8037,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8079
8037
|
}
|
|
8080
8038
|
};
|
|
8081
8039
|
|
|
8082
|
-
// bazel-out/
|
|
8040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8083
8041
|
function deleteAnyCasts(job) {
|
|
8084
8042
|
for (const unit of job.units) {
|
|
8085
8043
|
for (const op of unit.ops()) {
|
|
@@ -8097,7 +8055,7 @@ function removeAnys(e) {
|
|
|
8097
8055
|
return e;
|
|
8098
8056
|
}
|
|
8099
8057
|
|
|
8100
|
-
// bazel-out/
|
|
8058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8101
8059
|
function applyI18nExpressions(job) {
|
|
8102
8060
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8103
8061
|
for (const unit of job.units) {
|
|
@@ -8140,7 +8098,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8140
8098
|
return false;
|
|
8141
8099
|
}
|
|
8142
8100
|
|
|
8143
|
-
// bazel-out/
|
|
8101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8144
8102
|
function assignI18nSlotDependencies(job) {
|
|
8145
8103
|
for (const unit of job.units) {
|
|
8146
8104
|
let updateOp = unit.update.head;
|
|
@@ -8185,7 +8143,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8185
8143
|
}
|
|
8186
8144
|
}
|
|
8187
8145
|
|
|
8188
|
-
// bazel-out/
|
|
8146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8189
8147
|
function createOpXrefMap(unit) {
|
|
8190
8148
|
const map = /* @__PURE__ */ new Map();
|
|
8191
8149
|
for (const op of unit.create) {
|
|
@@ -8200,7 +8158,7 @@ function createOpXrefMap(unit) {
|
|
|
8200
8158
|
return map;
|
|
8201
8159
|
}
|
|
8202
8160
|
|
|
8203
|
-
// bazel-out/
|
|
8161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8204
8162
|
function extractAttributes(job) {
|
|
8205
8163
|
for (const unit of job.units) {
|
|
8206
8164
|
const elements = createOpXrefMap(unit);
|
|
@@ -8329,7 +8287,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8329
8287
|
}
|
|
8330
8288
|
}
|
|
8331
8289
|
|
|
8332
|
-
// bazel-out/
|
|
8290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8333
8291
|
function lookupElement2(elements, xref) {
|
|
8334
8292
|
const el = elements.get(xref);
|
|
8335
8293
|
if (el === void 0) {
|
|
@@ -8386,7 +8344,7 @@ function specializeBindings(job) {
|
|
|
8386
8344
|
}
|
|
8387
8345
|
}
|
|
8388
8346
|
|
|
8389
|
-
// bazel-out/
|
|
8347
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8390
8348
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8391
8349
|
Identifiers.attribute,
|
|
8392
8350
|
Identifiers.classProp,
|
|
@@ -8458,7 +8416,7 @@ function chainOperationsInList(opList) {
|
|
|
8458
8416
|
}
|
|
8459
8417
|
}
|
|
8460
8418
|
|
|
8461
|
-
// bazel-out/
|
|
8419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8462
8420
|
function collapseSingletonInterpolations(job) {
|
|
8463
8421
|
for (const unit of job.units) {
|
|
8464
8422
|
for (const op of unit.update) {
|
|
@@ -8470,7 +8428,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8470
8428
|
}
|
|
8471
8429
|
}
|
|
8472
8430
|
|
|
8473
|
-
// bazel-out/
|
|
8431
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8474
8432
|
function generateConditionalExpressions(job) {
|
|
8475
8433
|
for (const unit of job.units) {
|
|
8476
8434
|
for (const op of unit.ops()) {
|
|
@@ -8507,7 +8465,7 @@ function generateConditionalExpressions(job) {
|
|
|
8507
8465
|
}
|
|
8508
8466
|
}
|
|
8509
8467
|
|
|
8510
|
-
// bazel-out/
|
|
8468
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8511
8469
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8512
8470
|
["&&", BinaryOperator.And],
|
|
8513
8471
|
[">", BinaryOperator.Bigger],
|
|
@@ -8564,7 +8522,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8564
8522
|
return literal(value);
|
|
8565
8523
|
}
|
|
8566
8524
|
|
|
8567
|
-
// bazel-out/
|
|
8525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8568
8526
|
function collectElementConsts(job) {
|
|
8569
8527
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8570
8528
|
for (const unit of job.units) {
|
|
@@ -8733,7 +8691,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8733
8691
|
return literalArr(attrArray);
|
|
8734
8692
|
}
|
|
8735
8693
|
|
|
8736
|
-
// bazel-out/
|
|
8694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8737
8695
|
function convertI18nBindings(job) {
|
|
8738
8696
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8739
8697
|
for (const unit of job.units) {
|
|
@@ -8774,7 +8732,7 @@ function convertI18nBindings(job) {
|
|
|
8774
8732
|
}
|
|
8775
8733
|
}
|
|
8776
8734
|
|
|
8777
|
-
// bazel-out/
|
|
8735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8778
8736
|
function resolveDeferDepsFns(job) {
|
|
8779
8737
|
var _a2;
|
|
8780
8738
|
for (const unit of job.units) {
|
|
@@ -8799,7 +8757,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8799
8757
|
}
|
|
8800
8758
|
}
|
|
8801
8759
|
|
|
8802
|
-
// bazel-out/
|
|
8760
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8803
8761
|
function createI18nContexts(job) {
|
|
8804
8762
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8805
8763
|
for (const unit of job.units) {
|
|
@@ -8877,7 +8835,7 @@ function createI18nContexts(job) {
|
|
|
8877
8835
|
}
|
|
8878
8836
|
}
|
|
8879
8837
|
|
|
8880
|
-
// bazel-out/
|
|
8838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8881
8839
|
function deduplicateTextBindings(job) {
|
|
8882
8840
|
const seen = /* @__PURE__ */ new Map();
|
|
8883
8841
|
for (const unit of job.units) {
|
|
@@ -8899,7 +8857,7 @@ function deduplicateTextBindings(job) {
|
|
|
8899
8857
|
}
|
|
8900
8858
|
}
|
|
8901
8859
|
|
|
8902
|
-
// bazel-out/
|
|
8860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8903
8861
|
function configureDeferInstructions(job) {
|
|
8904
8862
|
for (const unit of job.units) {
|
|
8905
8863
|
for (const op of unit.create) {
|
|
@@ -8916,7 +8874,7 @@ function configureDeferInstructions(job) {
|
|
|
8916
8874
|
}
|
|
8917
8875
|
}
|
|
8918
8876
|
|
|
8919
|
-
// bazel-out/
|
|
8877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8920
8878
|
function resolveDeferTargetNames(job) {
|
|
8921
8879
|
const scopes = /* @__PURE__ */ new Map();
|
|
8922
8880
|
function getScopeForView2(view) {
|
|
@@ -9010,7 +8968,7 @@ var Scope = class {
|
|
|
9010
8968
|
}
|
|
9011
8969
|
};
|
|
9012
8970
|
|
|
9013
|
-
// bazel-out/
|
|
8971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9014
8972
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9015
8973
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9016
8974
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9037,7 +8995,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9037
8995
|
}
|
|
9038
8996
|
}
|
|
9039
8997
|
|
|
9040
|
-
// bazel-out/
|
|
8998
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9041
8999
|
function expandSafeReads(job) {
|
|
9042
9000
|
for (const unit of job.units) {
|
|
9043
9001
|
for (const op of unit.ops()) {
|
|
@@ -9173,7 +9131,7 @@ function ternaryTransform(e) {
|
|
|
9173
9131
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9174
9132
|
}
|
|
9175
9133
|
|
|
9176
|
-
// bazel-out/
|
|
9134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9177
9135
|
var ESCAPE = "\uFFFD";
|
|
9178
9136
|
var ELEMENT_MARKER = "#";
|
|
9179
9137
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9309,7 +9267,7 @@ function formatValue(value) {
|
|
|
9309
9267
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9310
9268
|
}
|
|
9311
9269
|
|
|
9312
|
-
// bazel-out/
|
|
9270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9313
9271
|
function generateAdvance(job) {
|
|
9314
9272
|
for (const unit of job.units) {
|
|
9315
9273
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9352,7 +9310,7 @@ function generateAdvance(job) {
|
|
|
9352
9310
|
}
|
|
9353
9311
|
}
|
|
9354
9312
|
|
|
9355
|
-
// bazel-out/
|
|
9313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9356
9314
|
function generateProjectionDefs(job) {
|
|
9357
9315
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9358
9316
|
const selectors = [];
|
|
@@ -9376,7 +9334,7 @@ function generateProjectionDefs(job) {
|
|
|
9376
9334
|
}
|
|
9377
9335
|
}
|
|
9378
9336
|
|
|
9379
|
-
// bazel-out/
|
|
9337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9380
9338
|
function generateVariables(job) {
|
|
9381
9339
|
recursivelyProcessView(job.root, null);
|
|
9382
9340
|
}
|
|
@@ -9494,7 +9452,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9494
9452
|
return newOps;
|
|
9495
9453
|
}
|
|
9496
9454
|
|
|
9497
|
-
// bazel-out/
|
|
9455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9498
9456
|
function collectConstExpressions(job) {
|
|
9499
9457
|
for (const unit of job.units) {
|
|
9500
9458
|
for (const op of unit.ops()) {
|
|
@@ -9508,7 +9466,7 @@ function collectConstExpressions(job) {
|
|
|
9508
9466
|
}
|
|
9509
9467
|
}
|
|
9510
9468
|
|
|
9511
|
-
// bazel-out/
|
|
9469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9512
9470
|
var STYLE_DOT = "style.";
|
|
9513
9471
|
var CLASS_DOT = "class.";
|
|
9514
9472
|
var STYLE_BANG = "style!";
|
|
@@ -9566,7 +9524,7 @@ function parseProperty(name) {
|
|
|
9566
9524
|
return { property: property2, suffix };
|
|
9567
9525
|
}
|
|
9568
9526
|
|
|
9569
|
-
// bazel-out/
|
|
9527
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9570
9528
|
function mapLiteral(obj, quoted = false) {
|
|
9571
9529
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9572
9530
|
key,
|
|
@@ -9575,7 +9533,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9575
9533
|
})));
|
|
9576
9534
|
}
|
|
9577
9535
|
|
|
9578
|
-
// bazel-out/
|
|
9536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9579
9537
|
var IcuSerializerVisitor = class {
|
|
9580
9538
|
visitText(text2) {
|
|
9581
9539
|
return text2.value;
|
|
@@ -9609,7 +9567,7 @@ function serializeIcuNode(icu) {
|
|
|
9609
9567
|
return icu.visit(serializer);
|
|
9610
9568
|
}
|
|
9611
9569
|
|
|
9612
|
-
// bazel-out/
|
|
9570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
9613
9571
|
var NodeWithI18n = class {
|
|
9614
9572
|
constructor(sourceSpan, i18n2) {
|
|
9615
9573
|
this.sourceSpan = sourceSpan;
|
|
@@ -9775,7 +9733,7 @@ var RecursiveVisitor = class {
|
|
|
9775
9733
|
}
|
|
9776
9734
|
};
|
|
9777
9735
|
|
|
9778
|
-
// bazel-out/
|
|
9736
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
9779
9737
|
var NAMED_ENTITIES = {
|
|
9780
9738
|
"AElig": "\xC6",
|
|
9781
9739
|
"AMP": "&",
|
|
@@ -11906,7 +11864,7 @@ var NAMED_ENTITIES = {
|
|
|
11906
11864
|
var NGSP_UNICODE = "\uE500";
|
|
11907
11865
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
11908
11866
|
|
|
11909
|
-
// bazel-out/
|
|
11867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
11910
11868
|
var TokenError = class extends ParseError {
|
|
11911
11869
|
constructor(errorMsg, tokenType, span) {
|
|
11912
11870
|
super(span, errorMsg);
|
|
@@ -12896,7 +12854,7 @@ var CursorError = class {
|
|
|
12896
12854
|
}
|
|
12897
12855
|
};
|
|
12898
12856
|
|
|
12899
|
-
// bazel-out/
|
|
12857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
12900
12858
|
var TreeError = class extends ParseError {
|
|
12901
12859
|
static create(elementName, span, msg) {
|
|
12902
12860
|
return new TreeError(elementName, span, msg);
|
|
@@ -13324,7 +13282,7 @@ function decodeEntity(match, entity) {
|
|
|
13324
13282
|
return match;
|
|
13325
13283
|
}
|
|
13326
13284
|
|
|
13327
|
-
// bazel-out/
|
|
13285
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
13328
13286
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
13329
13287
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
13330
13288
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -13464,7 +13422,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
13464
13422
|
return result;
|
|
13465
13423
|
}
|
|
13466
13424
|
|
|
13467
|
-
// bazel-out/
|
|
13425
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13468
13426
|
var TokenType;
|
|
13469
13427
|
(function(TokenType2) {
|
|
13470
13428
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13825,7 +13783,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13825
13783
|
return result;
|
|
13826
13784
|
}
|
|
13827
13785
|
|
|
13828
|
-
// bazel-out/
|
|
13786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
13829
13787
|
var SplitInterpolation = class {
|
|
13830
13788
|
constructor(strings, expressions, offsets) {
|
|
13831
13789
|
this.strings = strings;
|
|
@@ -14709,7 +14667,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14709
14667
|
return offsetMap;
|
|
14710
14668
|
}
|
|
14711
14669
|
|
|
14712
|
-
// bazel-out/
|
|
14670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14713
14671
|
var _SECURITY_SCHEMA;
|
|
14714
14672
|
function SECURITY_SCHEMA() {
|
|
14715
14673
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14770,11 +14728,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14770
14728
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14771
14729
|
}
|
|
14772
14730
|
|
|
14773
|
-
// bazel-out/
|
|
14731
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14774
14732
|
var ElementSchemaRegistry = class {
|
|
14775
14733
|
};
|
|
14776
14734
|
|
|
14777
|
-
// bazel-out/
|
|
14735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14778
14736
|
var BOOLEAN = "boolean";
|
|
14779
14737
|
var NUMBER = "number";
|
|
14780
14738
|
var STRING = "string";
|
|
@@ -15157,7 +15115,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15157
15115
|
}
|
|
15158
15116
|
}
|
|
15159
15117
|
|
|
15160
|
-
// bazel-out/
|
|
15118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15161
15119
|
var HtmlTagDefinition = class {
|
|
15162
15120
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15163
15121
|
this.closedByChildren = {};
|
|
@@ -15293,7 +15251,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15293
15251
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15294
15252
|
}
|
|
15295
15253
|
|
|
15296
|
-
// bazel-out/
|
|
15254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15297
15255
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15298
15256
|
"A": "LINK",
|
|
15299
15257
|
"B": "BOLD_TEXT",
|
|
@@ -15415,7 +15373,7 @@ var PlaceholderRegistry = class {
|
|
|
15415
15373
|
}
|
|
15416
15374
|
};
|
|
15417
15375
|
|
|
15418
|
-
// bazel-out/
|
|
15376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15419
15377
|
var _expParser = new Parser2(new Lexer());
|
|
15420
15378
|
function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
|
|
15421
15379
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
|
|
@@ -15610,14 +15568,14 @@ function extractPlaceholderName(input) {
|
|
|
15610
15568
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15611
15569
|
}
|
|
15612
15570
|
|
|
15613
|
-
// bazel-out/
|
|
15571
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15614
15572
|
var I18nError = class extends ParseError {
|
|
15615
15573
|
constructor(span, msg) {
|
|
15616
15574
|
super(span, msg);
|
|
15617
15575
|
}
|
|
15618
15576
|
};
|
|
15619
15577
|
|
|
15620
|
-
// bazel-out/
|
|
15578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15621
15579
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15622
15580
|
"iframe|srcdoc",
|
|
15623
15581
|
"*|innerhtml",
|
|
@@ -15632,7 +15590,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15632
15590
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15633
15591
|
}
|
|
15634
15592
|
|
|
15635
|
-
// bazel-out/
|
|
15593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15636
15594
|
var setI18nRefs = (originalNodeMap) => {
|
|
15637
15595
|
return (trimmedNode, i18nNode) => {
|
|
15638
15596
|
var _a2;
|
|
@@ -15806,7 +15764,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15806
15764
|
return jsDocComment(tags);
|
|
15807
15765
|
}
|
|
15808
15766
|
|
|
15809
|
-
// bazel-out/
|
|
15767
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15810
15768
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15811
15769
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15812
15770
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15857,7 +15815,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15857
15815
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15858
15816
|
}
|
|
15859
15817
|
|
|
15860
|
-
// bazel-out/
|
|
15818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15861
15819
|
function createLocalizeStatements(variable2, message, params) {
|
|
15862
15820
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15863
15821
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15946,7 +15904,7 @@ function createEmptyMessagePart(location) {
|
|
|
15946
15904
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15947
15905
|
}
|
|
15948
15906
|
|
|
15949
|
-
// bazel-out/
|
|
15907
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15950
15908
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15951
15909
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15952
15910
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16117,7 +16075,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16117
16075
|
return variable(name);
|
|
16118
16076
|
}
|
|
16119
16077
|
|
|
16120
|
-
// bazel-out/
|
|
16078
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16121
16079
|
function convertI18nText(job) {
|
|
16122
16080
|
var _a2, _b2, _c2;
|
|
16123
16081
|
for (const unit of job.units) {
|
|
@@ -16187,7 +16145,7 @@ function convertI18nText(job) {
|
|
|
16187
16145
|
}
|
|
16188
16146
|
}
|
|
16189
16147
|
|
|
16190
|
-
// bazel-out/
|
|
16148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16191
16149
|
function liftLocalRefs(job) {
|
|
16192
16150
|
for (const unit of job.units) {
|
|
16193
16151
|
for (const op of unit.create) {
|
|
@@ -16217,7 +16175,7 @@ function serializeLocalRefs(refs) {
|
|
|
16217
16175
|
return literalArr(constRefs);
|
|
16218
16176
|
}
|
|
16219
16177
|
|
|
16220
|
-
// bazel-out/
|
|
16178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16221
16179
|
function emitNamespaceChanges(job) {
|
|
16222
16180
|
for (const unit of job.units) {
|
|
16223
16181
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16233,7 +16191,7 @@ function emitNamespaceChanges(job) {
|
|
|
16233
16191
|
}
|
|
16234
16192
|
}
|
|
16235
16193
|
|
|
16236
|
-
// bazel-out/
|
|
16194
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16237
16195
|
function parse(value) {
|
|
16238
16196
|
const styles = [];
|
|
16239
16197
|
let i = 0;
|
|
@@ -16327,7 +16285,7 @@ function parseExtractedStyles(job) {
|
|
|
16327
16285
|
}
|
|
16328
16286
|
}
|
|
16329
16287
|
|
|
16330
|
-
// bazel-out/
|
|
16288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16331
16289
|
function nameFunctionsAndVariables(job) {
|
|
16332
16290
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16333
16291
|
}
|
|
@@ -16471,7 +16429,7 @@ function stripImportant(name) {
|
|
|
16471
16429
|
return name;
|
|
16472
16430
|
}
|
|
16473
16431
|
|
|
16474
|
-
// bazel-out/
|
|
16432
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16475
16433
|
function mergeNextContextExpressions(job) {
|
|
16476
16434
|
for (const unit of job.units) {
|
|
16477
16435
|
for (const op of unit.create) {
|
|
@@ -16518,7 +16476,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16518
16476
|
}
|
|
16519
16477
|
}
|
|
16520
16478
|
|
|
16521
|
-
// bazel-out/
|
|
16479
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16522
16480
|
var CONTAINER_TAG = "ng-container";
|
|
16523
16481
|
function generateNgContainerOps(job) {
|
|
16524
16482
|
for (const unit of job.units) {
|
|
@@ -16535,7 +16493,7 @@ function generateNgContainerOps(job) {
|
|
|
16535
16493
|
}
|
|
16536
16494
|
}
|
|
16537
16495
|
|
|
16538
|
-
// bazel-out/
|
|
16496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16539
16497
|
function lookupElement3(elements, xref) {
|
|
16540
16498
|
const el = elements.get(xref);
|
|
16541
16499
|
if (el === void 0) {
|
|
@@ -16565,7 +16523,7 @@ function disableBindings(job) {
|
|
|
16565
16523
|
}
|
|
16566
16524
|
}
|
|
16567
16525
|
|
|
16568
|
-
// bazel-out/
|
|
16526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16569
16527
|
function generateNullishCoalesceExpressions(job) {
|
|
16570
16528
|
for (const unit of job.units) {
|
|
16571
16529
|
for (const op of unit.ops()) {
|
|
@@ -16581,7 +16539,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16581
16539
|
}
|
|
16582
16540
|
}
|
|
16583
16541
|
|
|
16584
|
-
// bazel-out/
|
|
16542
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16585
16543
|
function kindTest(kind) {
|
|
16586
16544
|
return (op) => op.kind === kind;
|
|
16587
16545
|
}
|
|
@@ -16671,7 +16629,7 @@ function keepLast(ops) {
|
|
|
16671
16629
|
return ops.slice(ops.length - 1);
|
|
16672
16630
|
}
|
|
16673
16631
|
|
|
16674
|
-
// bazel-out/
|
|
16632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16675
16633
|
function removeContentSelectors(job) {
|
|
16676
16634
|
for (const unit of job.units) {
|
|
16677
16635
|
const elements = createOpXrefMap(unit);
|
|
@@ -16698,7 +16656,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16698
16656
|
return el;
|
|
16699
16657
|
}
|
|
16700
16658
|
|
|
16701
|
-
// bazel-out/
|
|
16659
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16702
16660
|
function createPipes(job) {
|
|
16703
16661
|
for (const unit of job.units) {
|
|
16704
16662
|
processPipeBindingsInView(unit);
|
|
@@ -16746,7 +16704,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16746
16704
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16747
16705
|
}
|
|
16748
16706
|
|
|
16749
|
-
// bazel-out/
|
|
16707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16750
16708
|
function createVariadicPipes(job) {
|
|
16751
16709
|
for (const unit of job.units) {
|
|
16752
16710
|
for (const op of unit.update) {
|
|
@@ -16763,7 +16721,7 @@ function createVariadicPipes(job) {
|
|
|
16763
16721
|
}
|
|
16764
16722
|
}
|
|
16765
16723
|
|
|
16766
|
-
// bazel-out/
|
|
16724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16767
16725
|
function propagateI18nBlocks(job) {
|
|
16768
16726
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16769
16727
|
}
|
|
@@ -16817,7 +16775,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16817
16775
|
}
|
|
16818
16776
|
}
|
|
16819
16777
|
|
|
16820
|
-
// bazel-out/
|
|
16778
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16821
16779
|
function extractPureFunctions(job) {
|
|
16822
16780
|
for (const view of job.units) {
|
|
16823
16781
|
for (const op of view.ops()) {
|
|
@@ -16859,7 +16817,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16859
16817
|
}
|
|
16860
16818
|
};
|
|
16861
16819
|
|
|
16862
|
-
// bazel-out/
|
|
16820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16863
16821
|
function generatePureLiteralStructures(job) {
|
|
16864
16822
|
for (const unit of job.units) {
|
|
16865
16823
|
for (const op of unit.update) {
|
|
@@ -16906,7 +16864,7 @@ function transformLiteralMap(expr) {
|
|
|
16906
16864
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16907
16865
|
}
|
|
16908
16866
|
|
|
16909
|
-
// bazel-out/
|
|
16867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16910
16868
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16911
16869
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16912
16870
|
}
|
|
@@ -17438,7 +17396,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17438
17396
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17439
17397
|
}
|
|
17440
17398
|
|
|
17441
|
-
// bazel-out/
|
|
17399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17442
17400
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17443
17401
|
["window", Identifiers.resolveWindow],
|
|
17444
17402
|
["document", Identifiers.resolveDocument],
|
|
@@ -17803,7 +17761,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17803
17761
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17804
17762
|
}
|
|
17805
17763
|
|
|
17806
|
-
// bazel-out/
|
|
17764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17807
17765
|
function removeEmptyBindings(job) {
|
|
17808
17766
|
for (const unit of job.units) {
|
|
17809
17767
|
for (const op of unit.update) {
|
|
@@ -17824,7 +17782,7 @@ function removeEmptyBindings(job) {
|
|
|
17824
17782
|
}
|
|
17825
17783
|
}
|
|
17826
17784
|
|
|
17827
|
-
// bazel-out/
|
|
17785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17828
17786
|
function removeI18nContexts(job) {
|
|
17829
17787
|
for (const unit of job.units) {
|
|
17830
17788
|
for (const op of unit.create) {
|
|
@@ -17840,7 +17798,7 @@ function removeI18nContexts(job) {
|
|
|
17840
17798
|
}
|
|
17841
17799
|
}
|
|
17842
17800
|
|
|
17843
|
-
// bazel-out/
|
|
17801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17844
17802
|
function removeUnusedI18nAttributesOps(job) {
|
|
17845
17803
|
for (const unit of job.units) {
|
|
17846
17804
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17862,7 +17820,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17862
17820
|
}
|
|
17863
17821
|
}
|
|
17864
17822
|
|
|
17865
|
-
// bazel-out/
|
|
17823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17866
17824
|
function resolveContexts(job) {
|
|
17867
17825
|
for (const unit of job.units) {
|
|
17868
17826
|
processLexicalScope(unit, unit.create);
|
|
@@ -17904,7 +17862,7 @@ function processLexicalScope(view, ops) {
|
|
|
17904
17862
|
}
|
|
17905
17863
|
}
|
|
17906
17864
|
|
|
17907
|
-
// bazel-out/
|
|
17865
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17908
17866
|
function resolveDollarEvent(job) {
|
|
17909
17867
|
for (const unit of job.units) {
|
|
17910
17868
|
transformDollarEvent(unit.create);
|
|
@@ -17927,7 +17885,7 @@ function transformDollarEvent(ops) {
|
|
|
17927
17885
|
}
|
|
17928
17886
|
}
|
|
17929
17887
|
|
|
17930
|
-
// bazel-out/
|
|
17888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17931
17889
|
function resolveI18nElementPlaceholders(job) {
|
|
17932
17890
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17933
17891
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18106,7 +18064,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18106
18064
|
params.set(placeholder, values);
|
|
18107
18065
|
}
|
|
18108
18066
|
|
|
18109
|
-
// bazel-out/
|
|
18067
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18110
18068
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18111
18069
|
var _a2;
|
|
18112
18070
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18159,7 +18117,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18159
18117
|
}
|
|
18160
18118
|
}
|
|
18161
18119
|
|
|
18162
|
-
// bazel-out/
|
|
18120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18163
18121
|
function resolveNames(job) {
|
|
18164
18122
|
for (const unit of job.units) {
|
|
18165
18123
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18237,7 +18195,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18237
18195
|
}
|
|
18238
18196
|
}
|
|
18239
18197
|
|
|
18240
|
-
// bazel-out/
|
|
18198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18241
18199
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18242
18200
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18243
18201
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18307,7 +18265,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18307
18265
|
return securityContext;
|
|
18308
18266
|
}
|
|
18309
18267
|
|
|
18310
|
-
// bazel-out/
|
|
18268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18311
18269
|
function transformTwoWayBindingSet(job) {
|
|
18312
18270
|
for (const unit of job.units) {
|
|
18313
18271
|
for (const op of unit.create) {
|
|
@@ -18330,7 +18288,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18330
18288
|
}
|
|
18331
18289
|
}
|
|
18332
18290
|
|
|
18333
|
-
// bazel-out/
|
|
18291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18334
18292
|
function saveAndRestoreView(job) {
|
|
18335
18293
|
for (const unit of job.units) {
|
|
18336
18294
|
unit.create.prepend([
|
|
@@ -18375,7 +18333,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18375
18333
|
}
|
|
18376
18334
|
}
|
|
18377
18335
|
|
|
18378
|
-
// bazel-out/
|
|
18336
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18379
18337
|
function allocateSlots(job) {
|
|
18380
18338
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18381
18339
|
for (const unit of job.units) {
|
|
@@ -18400,7 +18358,7 @@ function allocateSlots(job) {
|
|
|
18400
18358
|
}
|
|
18401
18359
|
}
|
|
18402
18360
|
|
|
18403
|
-
// bazel-out/
|
|
18361
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18404
18362
|
function specializeStyleBindings(job) {
|
|
18405
18363
|
for (const unit of job.units) {
|
|
18406
18364
|
for (const op of unit.update) {
|
|
@@ -18430,7 +18388,7 @@ function specializeStyleBindings(job) {
|
|
|
18430
18388
|
}
|
|
18431
18389
|
}
|
|
18432
18390
|
|
|
18433
|
-
// bazel-out/
|
|
18391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18434
18392
|
function generateTemporaryVariables(job) {
|
|
18435
18393
|
for (const unit of job.units) {
|
|
18436
18394
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18488,7 +18446,7 @@ function assignName(names, expr) {
|
|
|
18488
18446
|
expr.name = name;
|
|
18489
18447
|
}
|
|
18490
18448
|
|
|
18491
|
-
// bazel-out/
|
|
18449
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18492
18450
|
function generateTrackFns(job) {
|
|
18493
18451
|
for (const unit of job.units) {
|
|
18494
18452
|
for (const op of unit.create) {
|
|
@@ -18521,7 +18479,7 @@ function generateTrackFns(job) {
|
|
|
18521
18479
|
}
|
|
18522
18480
|
}
|
|
18523
18481
|
|
|
18524
|
-
// bazel-out/
|
|
18482
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18525
18483
|
function optimizeTrackFns(job) {
|
|
18526
18484
|
for (const unit of job.units) {
|
|
18527
18485
|
for (const op of unit.create) {
|
|
@@ -18571,7 +18529,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18571
18529
|
return true;
|
|
18572
18530
|
}
|
|
18573
18531
|
|
|
18574
|
-
// bazel-out/
|
|
18532
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18575
18533
|
function generateTrackVariables(job) {
|
|
18576
18534
|
for (const unit of job.units) {
|
|
18577
18535
|
for (const op of unit.create) {
|
|
@@ -18592,7 +18550,7 @@ function generateTrackVariables(job) {
|
|
|
18592
18550
|
}
|
|
18593
18551
|
}
|
|
18594
18552
|
|
|
18595
|
-
// bazel-out/
|
|
18553
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18596
18554
|
function countVariables(job) {
|
|
18597
18555
|
for (const unit of job.units) {
|
|
18598
18556
|
let varCount = 0;
|
|
@@ -18705,7 +18663,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18705
18663
|
return true;
|
|
18706
18664
|
}
|
|
18707
18665
|
|
|
18708
|
-
// bazel-out/
|
|
18666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18709
18667
|
function optimizeVariables(job) {
|
|
18710
18668
|
for (const unit of job.units) {
|
|
18711
18669
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18957,7 +18915,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18957
18915
|
}
|
|
18958
18916
|
}
|
|
18959
18917
|
|
|
18960
|
-
// bazel-out/
|
|
18918
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18961
18919
|
function wrapI18nIcus(job) {
|
|
18962
18920
|
for (const unit of job.units) {
|
|
18963
18921
|
let currentI18nOp = null;
|
|
@@ -18987,7 +18945,7 @@ function wrapI18nIcus(job) {
|
|
|
18987
18945
|
}
|
|
18988
18946
|
}
|
|
18989
18947
|
|
|
18990
|
-
// bazel-out/
|
|
18948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
18991
18949
|
function optimizeStoreLet(job) {
|
|
18992
18950
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
18993
18951
|
for (const unit of job.units) {
|
|
@@ -19006,7 +18964,7 @@ function optimizeStoreLet(job) {
|
|
|
19006
18964
|
}
|
|
19007
18965
|
}
|
|
19008
18966
|
|
|
19009
|
-
// bazel-out/
|
|
18967
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
19010
18968
|
function removeIllegalLetReferences(job) {
|
|
19011
18969
|
for (const unit of job.units) {
|
|
19012
18970
|
for (const op of unit.update) {
|
|
@@ -19023,7 +18981,7 @@ function removeIllegalLetReferences(job) {
|
|
|
19023
18981
|
}
|
|
19024
18982
|
}
|
|
19025
18983
|
|
|
19026
|
-
// bazel-out/
|
|
18984
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
19027
18985
|
function generateLocalLetReferences(job) {
|
|
19028
18986
|
for (const unit of job.units) {
|
|
19029
18987
|
for (const op of unit.update) {
|
|
@@ -19041,7 +18999,7 @@ function generateLocalLetReferences(job) {
|
|
|
19041
18999
|
}
|
|
19042
19000
|
}
|
|
19043
19001
|
|
|
19044
|
-
// bazel-out/
|
|
19002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19045
19003
|
var phases = [
|
|
19046
19004
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19047
19005
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19198,7 +19156,7 @@ function emitHostBindingFunction(job) {
|
|
|
19198
19156
|
);
|
|
19199
19157
|
}
|
|
19200
19158
|
|
|
19201
|
-
// bazel-out/
|
|
19159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19202
19160
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19203
19161
|
var domSchema = new DomElementSchemaRegistry();
|
|
19204
19162
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19956,7 +19914,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19956
19914
|
return null;
|
|
19957
19915
|
}
|
|
19958
19916
|
|
|
19959
|
-
// bazel-out/
|
|
19917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19960
19918
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19961
19919
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19962
19920
|
}
|
|
@@ -20076,7 +20034,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
20076
20034
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
20077
20035
|
}
|
|
20078
20036
|
|
|
20079
|
-
// bazel-out/
|
|
20037
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20080
20038
|
var HtmlParser = class extends Parser {
|
|
20081
20039
|
constructor() {
|
|
20082
20040
|
super(getHtmlTagDefinition);
|
|
@@ -20086,7 +20044,7 @@ var HtmlParser = class extends Parser {
|
|
|
20086
20044
|
}
|
|
20087
20045
|
};
|
|
20088
20046
|
|
|
20089
|
-
// bazel-out/
|
|
20047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20090
20048
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20091
20049
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20092
20050
|
var CLASS_PREFIX = "class";
|
|
@@ -20440,7 +20398,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20440
20398
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20441
20399
|
}
|
|
20442
20400
|
|
|
20443
|
-
// bazel-out/
|
|
20401
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20444
20402
|
function isStyleUrlResolvable(url) {
|
|
20445
20403
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20446
20404
|
return false;
|
|
@@ -20449,7 +20407,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20449
20407
|
}
|
|
20450
20408
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20451
20409
|
|
|
20452
|
-
// bazel-out/
|
|
20410
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20453
20411
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20454
20412
|
var LINK_ELEMENT = "link";
|
|
20455
20413
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20519,7 +20477,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20519
20477
|
return selectAttr;
|
|
20520
20478
|
}
|
|
20521
20479
|
|
|
20522
|
-
// bazel-out/
|
|
20480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20523
20481
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20524
20482
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20525
20483
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20842,7 +20800,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20842
20800
|
return expression.slice(start, end);
|
|
20843
20801
|
}
|
|
20844
20802
|
|
|
20845
|
-
// bazel-out/
|
|
20803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20846
20804
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20847
20805
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20848
20806
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21106,7 +21064,7 @@ function parseDeferredTime(value) {
|
|
|
21106
21064
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21107
21065
|
}
|
|
21108
21066
|
|
|
21109
|
-
// bazel-out/
|
|
21067
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21110
21068
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21111
21069
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21112
21070
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21241,7 +21199,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21241
21199
|
return { triggers, prefetchTriggers };
|
|
21242
21200
|
}
|
|
21243
21201
|
|
|
21244
|
-
// bazel-out/
|
|
21202
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21245
21203
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21246
21204
|
var KW_BIND_IDX = 1;
|
|
21247
21205
|
var KW_LET_IDX = 2;
|
|
@@ -21708,7 +21666,7 @@ function textContents(node) {
|
|
|
21708
21666
|
}
|
|
21709
21667
|
}
|
|
21710
21668
|
|
|
21711
|
-
// bazel-out/
|
|
21669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21712
21670
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21713
21671
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21714
21672
|
var _a2, _b2, _c2;
|
|
@@ -21802,7 +21760,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21802
21760
|
return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21803
21761
|
}
|
|
21804
21762
|
|
|
21805
|
-
// bazel-out/
|
|
21763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21806
21764
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21807
21765
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21808
21766
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22169,7 +22127,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22169
22127
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22170
22128
|
}
|
|
22171
22129
|
|
|
22172
|
-
// bazel-out/
|
|
22130
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22173
22131
|
var R3TargetBinder = class {
|
|
22174
22132
|
constructor(directiveMatcher) {
|
|
22175
22133
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22816,11 +22774,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22816
22774
|
return templateEntities;
|
|
22817
22775
|
}
|
|
22818
22776
|
|
|
22819
|
-
// bazel-out/
|
|
22777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22820
22778
|
var ResourceLoader = class {
|
|
22821
22779
|
};
|
|
22822
22780
|
|
|
22823
|
-
// bazel-out/
|
|
22781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22824
22782
|
var CompilerFacadeImpl = class {
|
|
22825
22783
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22826
22784
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23398,17 +23356,17 @@ function publishFacade(global) {
|
|
|
23398
23356
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23399
23357
|
}
|
|
23400
23358
|
|
|
23401
|
-
// bazel-out/
|
|
23402
|
-
var VERSION2 = new Version("18.2.
|
|
23359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23360
|
+
var VERSION2 = new Version("18.2.10");
|
|
23403
23361
|
|
|
23404
|
-
// bazel-out/
|
|
23362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23405
23363
|
var _VisitorMode;
|
|
23406
23364
|
(function(_VisitorMode2) {
|
|
23407
23365
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23408
23366
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23409
23367
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23410
23368
|
|
|
23411
|
-
// bazel-out/
|
|
23369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23412
23370
|
var XmlTagDefinition = class {
|
|
23413
23371
|
constructor() {
|
|
23414
23372
|
this.closedByParent = false;
|
|
@@ -23430,7 +23388,7 @@ var XmlTagDefinition = class {
|
|
|
23430
23388
|
};
|
|
23431
23389
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23432
23390
|
|
|
23433
|
-
// bazel-out/
|
|
23391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23434
23392
|
var FactoryTarget2;
|
|
23435
23393
|
(function(FactoryTarget3) {
|
|
23436
23394
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23440,13 +23398,13 @@ var FactoryTarget2;
|
|
|
23440
23398
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23441
23399
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23442
23400
|
|
|
23443
|
-
// bazel-out/
|
|
23401
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23444
23402
|
publishFacade(_global);
|
|
23445
23403
|
|
|
23446
|
-
// bazel-out/
|
|
23404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
23447
23405
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
23448
23406
|
|
|
23449
|
-
// bazel-out/
|
|
23407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
23450
23408
|
var ErrorCode;
|
|
23451
23409
|
(function(ErrorCode2) {
|
|
23452
23410
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -23541,7 +23499,7 @@ var ErrorCode;
|
|
|
23541
23499
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
23542
23500
|
})(ErrorCode || (ErrorCode = {}));
|
|
23543
23501
|
|
|
23544
|
-
// bazel-out/
|
|
23502
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
23545
23503
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
23546
23504
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
23547
23505
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -23553,10 +23511,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
23553
23511
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
23554
23512
|
]);
|
|
23555
23513
|
|
|
23556
|
-
// bazel-out/
|
|
23514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
23557
23515
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
23558
23516
|
|
|
23559
|
-
// bazel-out/
|
|
23517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
23560
23518
|
var ExtendedTemplateDiagnosticName;
|
|
23561
23519
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
23562
23520
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -23573,16 +23531,16 @@ var ExtendedTemplateDiagnosticName;
|
|
|
23573
23531
|
ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
|
|
23574
23532
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
23575
23533
|
|
|
23576
|
-
// bazel-out/
|
|
23534
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
23577
23535
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
23578
23536
|
|
|
23579
|
-
// bazel-out/
|
|
23537
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23580
23538
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
23581
23539
|
|
|
23582
|
-
// bazel-out/
|
|
23540
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
23583
23541
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
23584
23542
|
|
|
23585
|
-
// bazel-out/
|
|
23543
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
23586
23544
|
var InvalidFileSystem = class {
|
|
23587
23545
|
exists(path2) {
|
|
23588
23546
|
throw makeError();
|
|
@@ -23670,18 +23628,18 @@ function makeError() {
|
|
|
23670
23628
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
23671
23629
|
}
|
|
23672
23630
|
|
|
23673
|
-
// bazel-out/
|
|
23631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
23674
23632
|
var fs = new InvalidFileSystem();
|
|
23675
23633
|
var ABSOLUTE_PATH = Symbol("AbsolutePath");
|
|
23676
23634
|
|
|
23677
|
-
// bazel-out/
|
|
23635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
23678
23636
|
var import_url = require("url");
|
|
23679
23637
|
var import_meta3 = {};
|
|
23680
23638
|
var isCommonJS = typeof __filename !== "undefined";
|
|
23681
23639
|
var currentFileUrl = isCommonJS ? null : import_meta3.url;
|
|
23682
23640
|
var currentFileName = isCommonJS ? __filename : (0, import_url.fileURLToPath)(currentFileUrl);
|
|
23683
23641
|
|
|
23684
|
-
// bazel-out/
|
|
23642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
23685
23643
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
23686
23644
|
function identifierOfNode(decl) {
|
|
23687
23645
|
if (decl.name !== void 0 && import_typescript3.default.isIdentifier(decl.name)) {
|
|
@@ -23691,7 +23649,7 @@ function identifierOfNode(decl) {
|
|
|
23691
23649
|
}
|
|
23692
23650
|
}
|
|
23693
23651
|
|
|
23694
|
-
// bazel-out/
|
|
23652
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23695
23653
|
var ImportFlags;
|
|
23696
23654
|
(function(ImportFlags2) {
|
|
23697
23655
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -23702,20 +23660,20 @@ var ImportFlags;
|
|
|
23702
23660
|
ImportFlags2[ImportFlags2["AllowAmbientReferences"] = 16] = "AllowAmbientReferences";
|
|
23703
23661
|
})(ImportFlags || (ImportFlags = {}));
|
|
23704
23662
|
|
|
23705
|
-
// bazel-out/
|
|
23663
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
23706
23664
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
23707
23665
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
23708
23666
|
|
|
23709
|
-
// bazel-out/
|
|
23667
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
23710
23668
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
23711
23669
|
|
|
23712
|
-
// bazel-out/
|
|
23670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
23713
23671
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
23714
23672
|
|
|
23715
|
-
// bazel-out/
|
|
23673
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23716
23674
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
23717
23675
|
|
|
23718
|
-
// bazel-out/
|
|
23676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
23719
23677
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
23720
23678
|
var ClassMemberKind;
|
|
23721
23679
|
(function(ClassMemberKind2) {
|
|
@@ -23735,22 +23693,22 @@ var ClassMemberAccessLevel;
|
|
|
23735
23693
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
23736
23694
|
var AmbientImport = {};
|
|
23737
23695
|
|
|
23738
|
-
// bazel-out/
|
|
23696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
23739
23697
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
23740
23698
|
|
|
23741
|
-
// bazel-out/
|
|
23699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
23742
23700
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
23743
23701
|
|
|
23744
|
-
// bazel-out/
|
|
23702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23745
23703
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
23746
23704
|
|
|
23747
|
-
// bazel-out/
|
|
23705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
23748
23706
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
23749
23707
|
|
|
23750
|
-
// bazel-out/
|
|
23708
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
23751
23709
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
23752
23710
|
|
|
23753
|
-
// bazel-out/
|
|
23711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
23754
23712
|
var Reference2 = class {
|
|
23755
23713
|
constructor(node, bestGuessOwningModule = null) {
|
|
23756
23714
|
this.node = node;
|
|
@@ -23819,10 +23777,10 @@ var Reference2 = class {
|
|
|
23819
23777
|
}
|
|
23820
23778
|
};
|
|
23821
23779
|
|
|
23822
|
-
// bazel-out/
|
|
23780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23823
23781
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
23824
23782
|
|
|
23825
|
-
// bazel-out/
|
|
23783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
23826
23784
|
var MetaKind;
|
|
23827
23785
|
(function(MetaKind2) {
|
|
23828
23786
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -23835,10 +23793,10 @@ var MatchSource;
|
|
|
23835
23793
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
23836
23794
|
})(MatchSource || (MatchSource = {}));
|
|
23837
23795
|
|
|
23838
|
-
// bazel-out/
|
|
23796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
23839
23797
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23840
23798
|
|
|
23841
|
-
// bazel-out/
|
|
23799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
23842
23800
|
var ClassPropertyMapping = class {
|
|
23843
23801
|
constructor(forwardMap) {
|
|
23844
23802
|
this.forwardMap = forwardMap;
|
|
@@ -23918,13 +23876,13 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
23918
23876
|
return reverseMap;
|
|
23919
23877
|
}
|
|
23920
23878
|
|
|
23921
|
-
// bazel-out/
|
|
23879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
23922
23880
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
23923
23881
|
|
|
23924
|
-
// bazel-out/
|
|
23882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23925
23883
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
23926
23884
|
|
|
23927
|
-
// bazel-out/
|
|
23885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23928
23886
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
23929
23887
|
function literalBinaryOp(op) {
|
|
23930
23888
|
return { op, literal: true };
|
|
@@ -23963,7 +23921,7 @@ var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
23963
23921
|
[import_typescript28.default.SyntaxKind.ExclamationToken, (a) => !a]
|
|
23964
23922
|
]);
|
|
23965
23923
|
|
|
23966
|
-
// bazel-out/
|
|
23924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
23967
23925
|
var CompilationMode;
|
|
23968
23926
|
(function(CompilationMode2) {
|
|
23969
23927
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -23977,13 +23935,13 @@ var HandlerPrecedence;
|
|
|
23977
23935
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
23978
23936
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
23979
23937
|
|
|
23980
|
-
// bazel-out/
|
|
23938
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
23981
23939
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
23982
23940
|
|
|
23983
|
-
// bazel-out/
|
|
23941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
23984
23942
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
23985
23943
|
|
|
23986
|
-
// bazel-out/
|
|
23944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
23987
23945
|
var PerfPhase;
|
|
23988
23946
|
(function(PerfPhase2) {
|
|
23989
23947
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24053,7 +24011,7 @@ var PerfCheckpoint;
|
|
|
24053
24011
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24054
24012
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24055
24013
|
|
|
24056
|
-
// bazel-out/
|
|
24014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24057
24015
|
var NoopPerfRecorder = class {
|
|
24058
24016
|
eventCount() {
|
|
24059
24017
|
}
|
|
@@ -24070,7 +24028,7 @@ var NoopPerfRecorder = class {
|
|
|
24070
24028
|
};
|
|
24071
24029
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24072
24030
|
|
|
24073
|
-
// bazel-out/
|
|
24031
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
24074
24032
|
var TraitState;
|
|
24075
24033
|
(function(TraitState2) {
|
|
24076
24034
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -24079,25 +24037,25 @@ var TraitState;
|
|
|
24079
24037
|
TraitState2[TraitState2["Skipped"] = 3] = "Skipped";
|
|
24080
24038
|
})(TraitState || (TraitState = {}));
|
|
24081
24039
|
|
|
24082
|
-
// bazel-out/
|
|
24040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
24083
24041
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
24084
24042
|
|
|
24085
|
-
// bazel-out/
|
|
24043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24086
24044
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
24087
24045
|
|
|
24088
|
-
// bazel-out/
|
|
24046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
24089
24047
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24090
24048
|
|
|
24091
|
-
// bazel-out/
|
|
24049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
24092
24050
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
24093
24051
|
|
|
24094
|
-
// bazel-out/
|
|
24052
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
24095
24053
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
24096
24054
|
|
|
24097
|
-
// bazel-out/
|
|
24055
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
24098
24056
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
24099
24057
|
|
|
24100
|
-
// bazel-out/
|
|
24058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
24101
24059
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
24102
24060
|
[UnaryOperator.Minus, "-"],
|
|
24103
24061
|
[UnaryOperator.Plus, "+"]
|
|
@@ -24123,7 +24081,7 @@ var BINARY_OPERATORS3 = /* @__PURE__ */ new Map([
|
|
|
24123
24081
|
[BinaryOperator.NullishCoalesce, "??"]
|
|
24124
24082
|
]);
|
|
24125
24083
|
|
|
24126
|
-
// bazel-out/
|
|
24084
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
24127
24085
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
24128
24086
|
var INELIGIBLE = {};
|
|
24129
24087
|
function canEmitType(type, canEmit) {
|
|
@@ -24198,13 +24156,13 @@ var TypeEmitter = class {
|
|
|
24198
24156
|
}
|
|
24199
24157
|
};
|
|
24200
24158
|
|
|
24201
|
-
// bazel-out/
|
|
24159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
24202
24160
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
24203
24161
|
|
|
24204
|
-
// bazel-out/
|
|
24162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
24205
24163
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
24206
24164
|
|
|
24207
|
-
// bazel-out/
|
|
24165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
24208
24166
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
24209
24167
|
var PureAnnotation;
|
|
24210
24168
|
(function(PureAnnotation2) {
|
|
@@ -24242,50 +24200,50 @@ var VAR_TYPES = {
|
|
|
24242
24200
|
"var": import_typescript41.default.NodeFlags.None
|
|
24243
24201
|
};
|
|
24244
24202
|
|
|
24245
|
-
// bazel-out/
|
|
24203
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
24246
24204
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
24247
24205
|
|
|
24248
|
-
// bazel-out/
|
|
24206
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
24249
24207
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
24250
24208
|
|
|
24251
|
-
// bazel-out/
|
|
24209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24252
24210
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
24253
24211
|
|
|
24254
|
-
// bazel-out/
|
|
24212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24255
24213
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
24256
24214
|
|
|
24257
|
-
// bazel-out/
|
|
24215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24258
24216
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
24259
24217
|
|
|
24260
|
-
// bazel-out/
|
|
24218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24261
24219
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
24262
24220
|
|
|
24263
|
-
// bazel-out/
|
|
24221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24264
24222
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
24265
24223
|
|
|
24266
|
-
// bazel-out/
|
|
24224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24267
24225
|
var ComponentScopeKind;
|
|
24268
24226
|
(function(ComponentScopeKind2) {
|
|
24269
24227
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24270
24228
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24271
24229
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24272
24230
|
|
|
24273
|
-
// bazel-out/
|
|
24231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24274
24232
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24275
24233
|
|
|
24276
|
-
// bazel-out/
|
|
24234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
24277
24235
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
24278
24236
|
|
|
24279
|
-
// bazel-out/
|
|
24237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24280
24238
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
24281
24239
|
|
|
24282
|
-
// bazel-out/
|
|
24240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
24283
24241
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
24284
24242
|
|
|
24285
|
-
// bazel-out/
|
|
24243
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
24286
24244
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
24287
24245
|
|
|
24288
|
-
// bazel-out/
|
|
24246
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
24289
24247
|
var INPUT_INITIALIZER_FN = {
|
|
24290
24248
|
functionName: "input",
|
|
24291
24249
|
owningModule: "@angular/core",
|
|
@@ -24296,7 +24254,7 @@ var INPUT_INITIALIZER_FN = {
|
|
|
24296
24254
|
]
|
|
24297
24255
|
};
|
|
24298
24256
|
|
|
24299
|
-
// bazel-out/
|
|
24257
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
24300
24258
|
var MODEL_INITIALIZER_FN = {
|
|
24301
24259
|
functionName: "model",
|
|
24302
24260
|
owningModule: "@angular/core",
|
|
@@ -24307,14 +24265,14 @@ var MODEL_INITIALIZER_FN = {
|
|
|
24307
24265
|
]
|
|
24308
24266
|
};
|
|
24309
24267
|
|
|
24310
|
-
// bazel-out/
|
|
24268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
24311
24269
|
var allowedAccessLevels = [
|
|
24312
24270
|
ClassMemberAccessLevel.PublicWritable,
|
|
24313
24271
|
ClassMemberAccessLevel.PublicReadonly,
|
|
24314
24272
|
ClassMemberAccessLevel.Protected
|
|
24315
24273
|
];
|
|
24316
24274
|
|
|
24317
|
-
// bazel-out/
|
|
24275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
24318
24276
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
24319
24277
|
var queryFunctionNames = [
|
|
24320
24278
|
"viewChild",
|
|
@@ -24333,7 +24291,7 @@ var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
|
|
|
24333
24291
|
]
|
|
24334
24292
|
}));
|
|
24335
24293
|
|
|
24336
|
-
// bazel-out/
|
|
24294
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24337
24295
|
var queryDecoratorNames = [
|
|
24338
24296
|
"ViewChild",
|
|
24339
24297
|
"ViewChildren",
|
|
@@ -24342,16 +24300,16 @@ var queryDecoratorNames = [
|
|
|
24342
24300
|
];
|
|
24343
24301
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
24344
24302
|
|
|
24345
|
-
// bazel-out/
|
|
24303
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
24346
24304
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
24347
24305
|
|
|
24348
|
-
// bazel-out/
|
|
24306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
24349
24307
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
24350
24308
|
|
|
24351
|
-
// bazel-out/
|
|
24309
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
24352
24310
|
var import_typescript61 = __toESM(require("typescript"), 1);
|
|
24353
24311
|
|
|
24354
|
-
// bazel-out/
|
|
24312
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
24355
24313
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
24356
24314
|
var UpdateMode;
|
|
24357
24315
|
(function(UpdateMode2) {
|
|
@@ -24359,23 +24317,23 @@ var UpdateMode;
|
|
|
24359
24317
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
24360
24318
|
})(UpdateMode || (UpdateMode = {}));
|
|
24361
24319
|
|
|
24362
|
-
// bazel-out/
|
|
24320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
24363
24321
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
24364
24322
|
|
|
24365
|
-
// bazel-out/
|
|
24323
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
24366
24324
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
24367
24325
|
|
|
24368
|
-
// bazel-out/
|
|
24326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
24369
24327
|
var NgExtension = Symbol("NgExtension");
|
|
24370
24328
|
|
|
24371
|
-
// bazel-out/
|
|
24329
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
24372
24330
|
var OptimizeFor;
|
|
24373
24331
|
(function(OptimizeFor2) {
|
|
24374
24332
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
24375
24333
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
24376
24334
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
24377
24335
|
|
|
24378
|
-
// bazel-out/
|
|
24336
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
24379
24337
|
var CompletionKind;
|
|
24380
24338
|
(function(CompletionKind2) {
|
|
24381
24339
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -24383,7 +24341,7 @@ var CompletionKind;
|
|
|
24383
24341
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
24384
24342
|
})(CompletionKind || (CompletionKind = {}));
|
|
24385
24343
|
|
|
24386
|
-
// bazel-out/
|
|
24344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
24387
24345
|
var PotentialImportKind;
|
|
24388
24346
|
(function(PotentialImportKind2) {
|
|
24389
24347
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -24395,7 +24353,7 @@ var PotentialImportMode;
|
|
|
24395
24353
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
24396
24354
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24397
24355
|
|
|
24398
|
-
// bazel-out/
|
|
24356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
24399
24357
|
var SymbolKind;
|
|
24400
24358
|
(function(SymbolKind2) {
|
|
24401
24359
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -24412,18 +24370,18 @@ var SymbolKind;
|
|
|
24412
24370
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
24413
24371
|
})(SymbolKind || (SymbolKind = {}));
|
|
24414
24372
|
|
|
24415
|
-
// bazel-out/
|
|
24373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
24416
24374
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
24417
24375
|
var TemplateSourceFile = Symbol("TemplateSourceFile");
|
|
24418
24376
|
|
|
24419
|
-
// bazel-out/
|
|
24377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
24420
24378
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
24421
24379
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
24422
24380
|
|
|
24423
|
-
// bazel-out/
|
|
24381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
24424
24382
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
24425
24383
|
|
|
24426
|
-
// bazel-out/
|
|
24384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
24427
24385
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
24428
24386
|
var CommentTriviaType;
|
|
24429
24387
|
(function(CommentTriviaType2) {
|
|
@@ -24468,17 +24426,17 @@ for (let i = 0; i < chars.length; i++) {
|
|
|
24468
24426
|
}
|
|
24469
24427
|
var bufLength = 1024 * 16;
|
|
24470
24428
|
|
|
24471
|
-
// bazel-out/
|
|
24429
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
24472
24430
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
24473
24431
|
|
|
24474
|
-
// bazel-out/
|
|
24432
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
24475
24433
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
24476
24434
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
24477
24435
|
|
|
24478
|
-
// bazel-out/
|
|
24436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
24479
24437
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
24480
24438
|
|
|
24481
|
-
// bazel-out/
|
|
24439
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
24482
24440
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
24483
24441
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
24484
24442
|
import_typescript71.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -24558,13 +24516,13 @@ function tsNumericExpression2(value) {
|
|
|
24558
24516
|
return import_typescript71.default.factory.createNumericLiteral(value);
|
|
24559
24517
|
}
|
|
24560
24518
|
|
|
24561
|
-
// bazel-out/
|
|
24519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
24562
24520
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
24563
24521
|
|
|
24564
|
-
// bazel-out/
|
|
24522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
24565
24523
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
24566
24524
|
|
|
24567
|
-
// bazel-out/
|
|
24525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
24568
24526
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
24569
24527
|
var TypeParameterEmitter = class {
|
|
24570
24528
|
constructor(typeParameters, reflector) {
|
|
@@ -24642,7 +24600,7 @@ var TypeParameterEmitter = class {
|
|
|
24642
24600
|
}
|
|
24643
24601
|
};
|
|
24644
24602
|
|
|
24645
|
-
// bazel-out/
|
|
24603
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
24646
24604
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
24647
24605
|
Identifiers.InputSignalBrandWriteType
|
|
24648
24606
|
];
|
|
@@ -24657,21 +24615,21 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
24657
24615
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
24658
24616
|
}
|
|
24659
24617
|
|
|
24660
|
-
// bazel-out/
|
|
24618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
24661
24619
|
function requiresInlineTypeCtor(node, host, env) {
|
|
24662
24620
|
return !checkIfGenericTypeBoundsCanBeEmitted(node, host, env);
|
|
24663
24621
|
}
|
|
24664
24622
|
|
|
24665
|
-
// bazel-out/
|
|
24623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
24666
24624
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
24667
24625
|
|
|
24668
|
-
// bazel-out/
|
|
24626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
24669
24627
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
24670
24628
|
|
|
24671
|
-
// bazel-out/
|
|
24629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
24672
24630
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
24673
24631
|
|
|
24674
|
-
// bazel-out/
|
|
24632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
24675
24633
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
24676
24634
|
function wrapForDiagnostics(expr) {
|
|
24677
24635
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -24694,7 +24652,7 @@ function addParseSpanInfo(node, span) {
|
|
|
24694
24652
|
);
|
|
24695
24653
|
}
|
|
24696
24654
|
|
|
24697
|
-
// bazel-out/
|
|
24655
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
24698
24656
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
24699
24657
|
var ANY_EXPRESSION = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNumericLiteral("0"), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
24700
24658
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -25026,7 +24984,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
25026
24984
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
25027
24985
|
})();
|
|
25028
24986
|
|
|
25029
|
-
// bazel-out/
|
|
24987
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25030
24988
|
var TcbGenericContextBehavior;
|
|
25031
24989
|
(function(TcbGenericContextBehavior2) {
|
|
25032
24990
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -26538,38 +26496,38 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
26538
26496
|
}
|
|
26539
26497
|
};
|
|
26540
26498
|
|
|
26541
|
-
// bazel-out/
|
|
26499
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
26542
26500
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
26543
26501
|
|
|
26544
|
-
// bazel-out/
|
|
26502
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
26545
26503
|
var InliningMode;
|
|
26546
26504
|
(function(InliningMode2) {
|
|
26547
26505
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
26548
26506
|
InliningMode2[InliningMode2["Error"] = 1] = "Error";
|
|
26549
26507
|
})(InliningMode || (InliningMode = {}));
|
|
26550
26508
|
|
|
26551
|
-
// bazel-out/
|
|
26509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
26552
26510
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
26553
26511
|
|
|
26554
|
-
// bazel-out/
|
|
26512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
26555
26513
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
26556
26514
|
|
|
26557
|
-
// bazel-out/
|
|
26515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
26558
26516
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
26559
26517
|
|
|
26560
|
-
// bazel-out/
|
|
26518
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
26561
26519
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
26562
26520
|
|
|
26563
|
-
// bazel-out/
|
|
26521
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
26564
26522
|
function normalizePath(path2) {
|
|
26565
26523
|
return path2.replace(/\\/g, "/");
|
|
26566
26524
|
}
|
|
26567
26525
|
|
|
26568
|
-
// bazel-out/
|
|
26526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
26569
26527
|
var import_path2 = require("path");
|
|
26570
26528
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
26571
26529
|
|
|
26572
|
-
// bazel-out/
|
|
26530
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
26573
26531
|
var path = __toESM(require("path"), 1);
|
|
26574
26532
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
26575
26533
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -26586,7 +26544,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
26586
26544
|
return import_typescript92.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
26587
26545
|
}
|
|
26588
26546
|
|
|
26589
|
-
// bazel-out/
|
|
26547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
26590
26548
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
26591
26549
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
26592
26550
|
return import_typescript93.default.createProgram(rootNames, options, host);
|
|
@@ -26619,7 +26577,7 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
26619
26577
|
return !(0, import_path2.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
26620
26578
|
}
|
|
26621
26579
|
|
|
26622
|
-
// bazel-out/
|
|
26580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/identifier-lookup.mjs
|
|
26623
26581
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
26624
26582
|
function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
26625
26583
|
const results = /* @__PURE__ */ new Set();
|
|
@@ -26633,7 +26591,7 @@ function lookupIdentifiersInSourceFile(sourceFile, names) {
|
|
|
26633
26591
|
return results;
|
|
26634
26592
|
}
|
|
26635
26593
|
|
|
26636
|
-
// bazel-out/
|
|
26594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/types.mjs
|
|
26637
26595
|
var ngtemplate = "ng-template";
|
|
26638
26596
|
var boundngifelse = "[ngIfElse]";
|
|
26639
26597
|
var boundngifthenelse = "[ngIfThenElse]";
|
|
@@ -26977,7 +26935,7 @@ var TemplateCollector = class extends RecursiveVisitor {
|
|
|
26977
26935
|
}
|
|
26978
26936
|
};
|
|
26979
26937
|
|
|
26980
|
-
// bazel-out/
|
|
26938
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/util.mjs
|
|
26981
26939
|
var import_path3 = require("path");
|
|
26982
26940
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
26983
26941
|
var startMarkerRegex = new RegExp(startMarker, "gm");
|
|
@@ -27497,7 +27455,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
27497
27455
|
});
|
|
27498
27456
|
}
|
|
27499
27457
|
|
|
27500
|
-
// bazel-out/
|
|
27458
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/cases.mjs
|
|
27501
27459
|
var boundcase = "[ngSwitchCase]";
|
|
27502
27460
|
var switchcase = "*ngSwitchCase";
|
|
27503
27461
|
var nakedcase = "ngSwitchCase";
|
|
@@ -27569,7 +27527,7 @@ function migrateNgSwitchDefault(etm, tmpl, offset) {
|
|
|
27569
27527
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27570
27528
|
}
|
|
27571
27529
|
|
|
27572
|
-
// bazel-out/
|
|
27530
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/fors.mjs
|
|
27573
27531
|
var ngfor = "*ngFor";
|
|
27574
27532
|
var nakedngfor2 = "ngFor";
|
|
27575
27533
|
var fors = [ngfor, nakedngfor2];
|
|
@@ -27748,7 +27706,7 @@ function getNgForParts(expression) {
|
|
|
27748
27706
|
return parts;
|
|
27749
27707
|
}
|
|
27750
27708
|
|
|
27751
|
-
// bazel-out/
|
|
27709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/ifs.mjs
|
|
27752
27710
|
var ngif = "*ngIf";
|
|
27753
27711
|
var boundngif = "[ngIf]";
|
|
27754
27712
|
var nakedngif = "ngIf";
|
|
@@ -27897,7 +27855,7 @@ function buildIfThenBlock(etm, tmpl, condition, thenPlaceholder, offset) {
|
|
|
27897
27855
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27898
27856
|
}
|
|
27899
27857
|
|
|
27900
|
-
// bazel-out/
|
|
27858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/switches.mjs
|
|
27901
27859
|
var ngswitch = "[ngSwitch]";
|
|
27902
27860
|
var switches = [ngswitch];
|
|
27903
27861
|
function migrateSwitch(template2) {
|
|
@@ -27963,7 +27921,7 @@ function migrateNgSwitch(etm, tmpl, offset) {
|
|
|
27963
27921
|
return { tmpl: updatedTmpl, offsets: { pre, post } };
|
|
27964
27922
|
}
|
|
27965
27923
|
|
|
27966
|
-
// bazel-out/
|
|
27924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/migration.mjs
|
|
27967
27925
|
function migrateTemplate(template2, templateType, node, file, format = true, analyzedFiles) {
|
|
27968
27926
|
let errors = [];
|
|
27969
27927
|
let migrated = template2;
|
|
@@ -28014,7 +27972,7 @@ function migrateTemplate(template2, templateType, node, file, format = true, ana
|
|
|
28014
27972
|
return { migrated, errors };
|
|
28015
27973
|
}
|
|
28016
27974
|
|
|
28017
|
-
// bazel-out/
|
|
27975
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/control-flow-migration/index.mjs
|
|
28018
27976
|
function control_flow_migration_default(options) {
|
|
28019
27977
|
return (tree, context) => __async(this, null, function* () {
|
|
28020
27978
|
const basePath = process.cwd();
|