@angular/core 18.2.13 → 18.2.14
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/application/create_application.mjs +10 -4
- package/esm2022/src/platform/platform.mjs +25 -12
- package/esm2022/src/render3/component_ref.mjs +1 -1
- 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 +34 -16
- 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 +6 -2
- 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/add-bootstrap-context-to-server-main/bundle.js +27129 -0
- package/schematics/migrations/after-render-phase/bundle.js +267 -267
- package/schematics/migrations/http-providers/bundle.js +270 -270
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +161 -161
- package/schematics/migrations.json +5 -0
- package/schematics/ng-generate/control-flow-migration/bundle.js +270 -270
- package/schematics/ng-generate/inject-migration/bundle.js +273 -273
- package/schematics/ng-generate/route-lazy-loading/bundle.js +269 -269
- package/schematics/ng-generate/standalone-migration/bundle.js +451 -451
- 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/inject-migration/index.mjs
|
|
67
67
|
var inject_migration_exports = {};
|
|
68
68
|
__export(inject_migration_exports, {
|
|
69
69
|
default: () => inject_migration_default
|
|
@@ -72,10 +72,10 @@ module.exports = __toCommonJS(inject_migration_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path3 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
76
76
|
var import_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",
|
|
@@ -6086,7 +6086,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6086
6086
|
}
|
|
6087
6087
|
}
|
|
6088
6088
|
|
|
6089
|
-
// bazel-out/
|
|
6089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6090
6090
|
var OpKind;
|
|
6091
6091
|
(function(OpKind2) {
|
|
6092
6092
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6244,7 +6244,7 @@ var TemplateKind;
|
|
|
6244
6244
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6245
6245
|
})(TemplateKind || (TemplateKind = {}));
|
|
6246
6246
|
|
|
6247
|
-
// bazel-out/
|
|
6247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6248
6248
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6249
6249
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6250
6250
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6272,7 +6272,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6272
6272
|
return expr[UsesVarOffset] === true;
|
|
6273
6273
|
}
|
|
6274
6274
|
|
|
6275
|
-
// bazel-out/
|
|
6275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6276
6276
|
function createStatementOp(statement) {
|
|
6277
6277
|
return __spreadValues({
|
|
6278
6278
|
kind: OpKind.Statement,
|
|
@@ -6294,7 +6294,7 @@ var NEW_OP = {
|
|
|
6294
6294
|
next: null
|
|
6295
6295
|
};
|
|
6296
6296
|
|
|
6297
|
-
// bazel-out/
|
|
6297
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6298
6298
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6299
6299
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6300
6300
|
kind: OpKind.InterpolateText,
|
|
@@ -6483,7 +6483,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6483
6483
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6484
6484
|
}
|
|
6485
6485
|
|
|
6486
|
-
// bazel-out/
|
|
6486
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6487
6487
|
var _a;
|
|
6488
6488
|
var _b;
|
|
6489
6489
|
var _c;
|
|
@@ -7401,7 +7401,7 @@ function isStringLiteral(expr) {
|
|
|
7401
7401
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7402
7402
|
}
|
|
7403
7403
|
|
|
7404
|
-
// bazel-out/
|
|
7404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7405
7405
|
var _OpList = class {
|
|
7406
7406
|
constructor() {
|
|
7407
7407
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7592,14 +7592,14 @@ var OpList = _OpList;
|
|
|
7592
7592
|
_OpList.nextListId = 0;
|
|
7593
7593
|
})();
|
|
7594
7594
|
|
|
7595
|
-
// bazel-out/
|
|
7595
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7596
7596
|
var SlotHandle = class {
|
|
7597
7597
|
constructor() {
|
|
7598
7598
|
this.slot = null;
|
|
7599
7599
|
}
|
|
7600
7600
|
};
|
|
7601
7601
|
|
|
7602
|
-
// bazel-out/
|
|
7602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7603
7603
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7604
7604
|
OpKind.Element,
|
|
7605
7605
|
OpKind.ElementStart,
|
|
@@ -7912,7 +7912,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7912
7912
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7913
7913
|
}
|
|
7914
7914
|
|
|
7915
|
-
// bazel-out/
|
|
7915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7916
7916
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7917
7917
|
return __spreadValues(__spreadValues({
|
|
7918
7918
|
kind: OpKind.HostProperty,
|
|
@@ -7926,10 +7926,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7926
7926
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7927
7927
|
}
|
|
7928
7928
|
|
|
7929
|
-
// bazel-out/
|
|
7929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7930
7930
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7931
7931
|
|
|
7932
|
-
// bazel-out/
|
|
7932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7933
7933
|
var CompilationJobKind;
|
|
7934
7934
|
(function(CompilationJobKind2) {
|
|
7935
7935
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8037,7 +8037,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8037
8037
|
}
|
|
8038
8038
|
};
|
|
8039
8039
|
|
|
8040
|
-
// bazel-out/
|
|
8040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8041
8041
|
function deleteAnyCasts(job) {
|
|
8042
8042
|
for (const unit of job.units) {
|
|
8043
8043
|
for (const op of unit.ops()) {
|
|
@@ -8055,7 +8055,7 @@ function removeAnys(e) {
|
|
|
8055
8055
|
return e;
|
|
8056
8056
|
}
|
|
8057
8057
|
|
|
8058
|
-
// bazel-out/
|
|
8058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8059
8059
|
function applyI18nExpressions(job) {
|
|
8060
8060
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8061
8061
|
for (const unit of job.units) {
|
|
@@ -8098,7 +8098,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8098
8098
|
return false;
|
|
8099
8099
|
}
|
|
8100
8100
|
|
|
8101
|
-
// bazel-out/
|
|
8101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8102
8102
|
function assignI18nSlotDependencies(job) {
|
|
8103
8103
|
for (const unit of job.units) {
|
|
8104
8104
|
let updateOp = unit.update.head;
|
|
@@ -8143,7 +8143,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8143
8143
|
}
|
|
8144
8144
|
}
|
|
8145
8145
|
|
|
8146
|
-
// bazel-out/
|
|
8146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8147
8147
|
function createOpXrefMap(unit) {
|
|
8148
8148
|
const map = /* @__PURE__ */ new Map();
|
|
8149
8149
|
for (const op of unit.create) {
|
|
@@ -8158,7 +8158,7 @@ function createOpXrefMap(unit) {
|
|
|
8158
8158
|
return map;
|
|
8159
8159
|
}
|
|
8160
8160
|
|
|
8161
|
-
// bazel-out/
|
|
8161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8162
8162
|
function extractAttributes(job) {
|
|
8163
8163
|
for (const unit of job.units) {
|
|
8164
8164
|
const elements = createOpXrefMap(unit);
|
|
@@ -8287,7 +8287,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8287
8287
|
}
|
|
8288
8288
|
}
|
|
8289
8289
|
|
|
8290
|
-
// bazel-out/
|
|
8290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8291
8291
|
function lookupElement2(elements, xref) {
|
|
8292
8292
|
const el = elements.get(xref);
|
|
8293
8293
|
if (el === void 0) {
|
|
@@ -8344,7 +8344,7 @@ function specializeBindings(job) {
|
|
|
8344
8344
|
}
|
|
8345
8345
|
}
|
|
8346
8346
|
|
|
8347
|
-
// bazel-out/
|
|
8347
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8348
8348
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8349
8349
|
Identifiers.attribute,
|
|
8350
8350
|
Identifiers.classProp,
|
|
@@ -8416,7 +8416,7 @@ function chainOperationsInList(opList) {
|
|
|
8416
8416
|
}
|
|
8417
8417
|
}
|
|
8418
8418
|
|
|
8419
|
-
// bazel-out/
|
|
8419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8420
8420
|
function collapseSingletonInterpolations(job) {
|
|
8421
8421
|
for (const unit of job.units) {
|
|
8422
8422
|
for (const op of unit.update) {
|
|
@@ -8428,7 +8428,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8428
8428
|
}
|
|
8429
8429
|
}
|
|
8430
8430
|
|
|
8431
|
-
// bazel-out/
|
|
8431
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8432
8432
|
function generateConditionalExpressions(job) {
|
|
8433
8433
|
for (const unit of job.units) {
|
|
8434
8434
|
for (const op of unit.ops()) {
|
|
@@ -8465,7 +8465,7 @@ function generateConditionalExpressions(job) {
|
|
|
8465
8465
|
}
|
|
8466
8466
|
}
|
|
8467
8467
|
|
|
8468
|
-
// bazel-out/
|
|
8468
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8469
8469
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8470
8470
|
["&&", BinaryOperator.And],
|
|
8471
8471
|
[">", BinaryOperator.Bigger],
|
|
@@ -8522,7 +8522,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8522
8522
|
return literal(value);
|
|
8523
8523
|
}
|
|
8524
8524
|
|
|
8525
|
-
// bazel-out/
|
|
8525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8526
8526
|
function collectElementConsts(job) {
|
|
8527
8527
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8528
8528
|
for (const unit of job.units) {
|
|
@@ -8691,7 +8691,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8691
8691
|
return literalArr(attrArray);
|
|
8692
8692
|
}
|
|
8693
8693
|
|
|
8694
|
-
// bazel-out/
|
|
8694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8695
8695
|
function convertI18nBindings(job) {
|
|
8696
8696
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8697
8697
|
for (const unit of job.units) {
|
|
@@ -8732,7 +8732,7 @@ function convertI18nBindings(job) {
|
|
|
8732
8732
|
}
|
|
8733
8733
|
}
|
|
8734
8734
|
|
|
8735
|
-
// bazel-out/
|
|
8735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8736
8736
|
function resolveDeferDepsFns(job) {
|
|
8737
8737
|
var _a2;
|
|
8738
8738
|
for (const unit of job.units) {
|
|
@@ -8757,7 +8757,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8757
8757
|
}
|
|
8758
8758
|
}
|
|
8759
8759
|
|
|
8760
|
-
// bazel-out/
|
|
8760
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8761
8761
|
function createI18nContexts(job) {
|
|
8762
8762
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8763
8763
|
for (const unit of job.units) {
|
|
@@ -8835,7 +8835,7 @@ function createI18nContexts(job) {
|
|
|
8835
8835
|
}
|
|
8836
8836
|
}
|
|
8837
8837
|
|
|
8838
|
-
// bazel-out/
|
|
8838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8839
8839
|
function deduplicateTextBindings(job) {
|
|
8840
8840
|
const seen = /* @__PURE__ */ new Map();
|
|
8841
8841
|
for (const unit of job.units) {
|
|
@@ -8857,7 +8857,7 @@ function deduplicateTextBindings(job) {
|
|
|
8857
8857
|
}
|
|
8858
8858
|
}
|
|
8859
8859
|
|
|
8860
|
-
// bazel-out/
|
|
8860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8861
8861
|
function configureDeferInstructions(job) {
|
|
8862
8862
|
for (const unit of job.units) {
|
|
8863
8863
|
for (const op of unit.create) {
|
|
@@ -8874,7 +8874,7 @@ function configureDeferInstructions(job) {
|
|
|
8874
8874
|
}
|
|
8875
8875
|
}
|
|
8876
8876
|
|
|
8877
|
-
// bazel-out/
|
|
8877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8878
8878
|
function resolveDeferTargetNames(job) {
|
|
8879
8879
|
const scopes = /* @__PURE__ */ new Map();
|
|
8880
8880
|
function getScopeForView2(view) {
|
|
@@ -8968,7 +8968,7 @@ var Scope = class {
|
|
|
8968
8968
|
}
|
|
8969
8969
|
};
|
|
8970
8970
|
|
|
8971
|
-
// bazel-out/
|
|
8971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8972
8972
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8973
8973
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8974
8974
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -8995,7 +8995,7 @@ function collapseEmptyInstructions(job) {
|
|
|
8995
8995
|
}
|
|
8996
8996
|
}
|
|
8997
8997
|
|
|
8998
|
-
// bazel-out/
|
|
8998
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
8999
8999
|
function expandSafeReads(job) {
|
|
9000
9000
|
for (const unit of job.units) {
|
|
9001
9001
|
for (const op of unit.ops()) {
|
|
@@ -9131,7 +9131,7 @@ function ternaryTransform(e) {
|
|
|
9131
9131
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9132
9132
|
}
|
|
9133
9133
|
|
|
9134
|
-
// bazel-out/
|
|
9134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9135
9135
|
var ESCAPE = "\uFFFD";
|
|
9136
9136
|
var ELEMENT_MARKER = "#";
|
|
9137
9137
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9267,7 +9267,7 @@ function formatValue(value) {
|
|
|
9267
9267
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9268
9268
|
}
|
|
9269
9269
|
|
|
9270
|
-
// bazel-out/
|
|
9270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9271
9271
|
function generateAdvance(job) {
|
|
9272
9272
|
for (const unit of job.units) {
|
|
9273
9273
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9310,7 +9310,7 @@ function generateAdvance(job) {
|
|
|
9310
9310
|
}
|
|
9311
9311
|
}
|
|
9312
9312
|
|
|
9313
|
-
// bazel-out/
|
|
9313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9314
9314
|
function generateProjectionDefs(job) {
|
|
9315
9315
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9316
9316
|
const selectors = [];
|
|
@@ -9334,7 +9334,7 @@ function generateProjectionDefs(job) {
|
|
|
9334
9334
|
}
|
|
9335
9335
|
}
|
|
9336
9336
|
|
|
9337
|
-
// bazel-out/
|
|
9337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9338
9338
|
function generateVariables(job) {
|
|
9339
9339
|
recursivelyProcessView(job.root, null);
|
|
9340
9340
|
}
|
|
@@ -9452,7 +9452,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9452
9452
|
return newOps;
|
|
9453
9453
|
}
|
|
9454
9454
|
|
|
9455
|
-
// bazel-out/
|
|
9455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9456
9456
|
function collectConstExpressions(job) {
|
|
9457
9457
|
for (const unit of job.units) {
|
|
9458
9458
|
for (const op of unit.ops()) {
|
|
@@ -9466,7 +9466,7 @@ function collectConstExpressions(job) {
|
|
|
9466
9466
|
}
|
|
9467
9467
|
}
|
|
9468
9468
|
|
|
9469
|
-
// bazel-out/
|
|
9469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9470
9470
|
var STYLE_DOT = "style.";
|
|
9471
9471
|
var CLASS_DOT = "class.";
|
|
9472
9472
|
var STYLE_BANG = "style!";
|
|
@@ -9524,7 +9524,7 @@ function parseProperty(name) {
|
|
|
9524
9524
|
return { property: property2, suffix };
|
|
9525
9525
|
}
|
|
9526
9526
|
|
|
9527
|
-
// bazel-out/
|
|
9527
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9528
9528
|
function mapLiteral(obj, quoted = false) {
|
|
9529
9529
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9530
9530
|
key,
|
|
@@ -9533,7 +9533,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9533
9533
|
})));
|
|
9534
9534
|
}
|
|
9535
9535
|
|
|
9536
|
-
// bazel-out/
|
|
9536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9537
9537
|
var IcuSerializerVisitor = class {
|
|
9538
9538
|
visitText(text2) {
|
|
9539
9539
|
return text2.value;
|
|
@@ -9567,7 +9567,7 @@ function serializeIcuNode(icu) {
|
|
|
9567
9567
|
return icu.visit(serializer);
|
|
9568
9568
|
}
|
|
9569
9569
|
|
|
9570
|
-
// bazel-out/
|
|
9570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
9571
9571
|
var NodeWithI18n = class {
|
|
9572
9572
|
constructor(sourceSpan, i18n2) {
|
|
9573
9573
|
this.sourceSpan = sourceSpan;
|
|
@@ -9690,7 +9690,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
9690
9690
|
return result;
|
|
9691
9691
|
}
|
|
9692
9692
|
|
|
9693
|
-
// bazel-out/
|
|
9693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
9694
9694
|
var NAMED_ENTITIES = {
|
|
9695
9695
|
"AElig": "\xC6",
|
|
9696
9696
|
"AMP": "&",
|
|
@@ -11821,7 +11821,7 @@ var NAMED_ENTITIES = {
|
|
|
11821
11821
|
var NGSP_UNICODE = "\uE500";
|
|
11822
11822
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
11823
11823
|
|
|
11824
|
-
// bazel-out/
|
|
11824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
11825
11825
|
var TokenError = class extends ParseError {
|
|
11826
11826
|
constructor(errorMsg, tokenType, span) {
|
|
11827
11827
|
super(span, errorMsg);
|
|
@@ -12811,7 +12811,7 @@ var CursorError = class {
|
|
|
12811
12811
|
}
|
|
12812
12812
|
};
|
|
12813
12813
|
|
|
12814
|
-
// bazel-out/
|
|
12814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
12815
12815
|
var TreeError = class extends ParseError {
|
|
12816
12816
|
static create(elementName, span, msg) {
|
|
12817
12817
|
return new TreeError(elementName, span, msg);
|
|
@@ -13239,7 +13239,7 @@ function decodeEntity(match, entity) {
|
|
|
13239
13239
|
return match;
|
|
13240
13240
|
}
|
|
13241
13241
|
|
|
13242
|
-
// bazel-out/
|
|
13242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
13243
13243
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
13244
13244
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
13245
13245
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -13379,7 +13379,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
13379
13379
|
return result;
|
|
13380
13380
|
}
|
|
13381
13381
|
|
|
13382
|
-
// bazel-out/
|
|
13382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13383
13383
|
var TokenType;
|
|
13384
13384
|
(function(TokenType2) {
|
|
13385
13385
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13740,7 +13740,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13740
13740
|
return result;
|
|
13741
13741
|
}
|
|
13742
13742
|
|
|
13743
|
-
// bazel-out/
|
|
13743
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
13744
13744
|
var SplitInterpolation = class {
|
|
13745
13745
|
constructor(strings, expressions, offsets) {
|
|
13746
13746
|
this.strings = strings;
|
|
@@ -14624,7 +14624,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14624
14624
|
return offsetMap;
|
|
14625
14625
|
}
|
|
14626
14626
|
|
|
14627
|
-
// bazel-out/
|
|
14627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14628
14628
|
var _SECURITY_SCHEMA;
|
|
14629
14629
|
function SECURITY_SCHEMA() {
|
|
14630
14630
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14685,11 +14685,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14685
14685
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14686
14686
|
}
|
|
14687
14687
|
|
|
14688
|
-
// bazel-out/
|
|
14688
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14689
14689
|
var ElementSchemaRegistry = class {
|
|
14690
14690
|
};
|
|
14691
14691
|
|
|
14692
|
-
// bazel-out/
|
|
14692
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14693
14693
|
var BOOLEAN = "boolean";
|
|
14694
14694
|
var NUMBER = "number";
|
|
14695
14695
|
var STRING = "string";
|
|
@@ -15072,7 +15072,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15072
15072
|
}
|
|
15073
15073
|
}
|
|
15074
15074
|
|
|
15075
|
-
// bazel-out/
|
|
15075
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15076
15076
|
var HtmlTagDefinition = class {
|
|
15077
15077
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15078
15078
|
this.closedByChildren = {};
|
|
@@ -15208,7 +15208,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15208
15208
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15209
15209
|
}
|
|
15210
15210
|
|
|
15211
|
-
// bazel-out/
|
|
15211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15212
15212
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15213
15213
|
"A": "LINK",
|
|
15214
15214
|
"B": "BOLD_TEXT",
|
|
@@ -15330,7 +15330,7 @@ var PlaceholderRegistry = class {
|
|
|
15330
15330
|
}
|
|
15331
15331
|
};
|
|
15332
15332
|
|
|
15333
|
-
// bazel-out/
|
|
15333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15334
15334
|
var _expParser = new Parser2(new Lexer());
|
|
15335
15335
|
function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
|
|
15336
15336
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
|
|
@@ -15525,14 +15525,14 @@ function extractPlaceholderName(input) {
|
|
|
15525
15525
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15526
15526
|
}
|
|
15527
15527
|
|
|
15528
|
-
// bazel-out/
|
|
15528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15529
15529
|
var I18nError = class extends ParseError {
|
|
15530
15530
|
constructor(span, msg) {
|
|
15531
15531
|
super(span, msg);
|
|
15532
15532
|
}
|
|
15533
15533
|
};
|
|
15534
15534
|
|
|
15535
|
-
// bazel-out/
|
|
15535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15536
15536
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15537
15537
|
"iframe|srcdoc",
|
|
15538
15538
|
"*|innerhtml",
|
|
@@ -15547,7 +15547,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15547
15547
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15548
15548
|
}
|
|
15549
15549
|
|
|
15550
|
-
// bazel-out/
|
|
15550
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15551
15551
|
var setI18nRefs = (originalNodeMap) => {
|
|
15552
15552
|
return (trimmedNode, i18nNode) => {
|
|
15553
15553
|
var _a2;
|
|
@@ -15721,7 +15721,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15721
15721
|
return jsDocComment(tags);
|
|
15722
15722
|
}
|
|
15723
15723
|
|
|
15724
|
-
// bazel-out/
|
|
15724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15725
15725
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15726
15726
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15727
15727
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15772,7 +15772,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15772
15772
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15773
15773
|
}
|
|
15774
15774
|
|
|
15775
|
-
// bazel-out/
|
|
15775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15776
15776
|
function createLocalizeStatements(variable2, message, params) {
|
|
15777
15777
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15778
15778
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15861,7 +15861,7 @@ function createEmptyMessagePart(location) {
|
|
|
15861
15861
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15862
15862
|
}
|
|
15863
15863
|
|
|
15864
|
-
// bazel-out/
|
|
15864
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15865
15865
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15866
15866
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15867
15867
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16032,7 +16032,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16032
16032
|
return variable(name);
|
|
16033
16033
|
}
|
|
16034
16034
|
|
|
16035
|
-
// bazel-out/
|
|
16035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16036
16036
|
function convertI18nText(job) {
|
|
16037
16037
|
var _a2, _b2, _c2;
|
|
16038
16038
|
for (const unit of job.units) {
|
|
@@ -16102,7 +16102,7 @@ function convertI18nText(job) {
|
|
|
16102
16102
|
}
|
|
16103
16103
|
}
|
|
16104
16104
|
|
|
16105
|
-
// bazel-out/
|
|
16105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16106
16106
|
function liftLocalRefs(job) {
|
|
16107
16107
|
for (const unit of job.units) {
|
|
16108
16108
|
for (const op of unit.create) {
|
|
@@ -16132,7 +16132,7 @@ function serializeLocalRefs(refs) {
|
|
|
16132
16132
|
return literalArr(constRefs);
|
|
16133
16133
|
}
|
|
16134
16134
|
|
|
16135
|
-
// bazel-out/
|
|
16135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16136
16136
|
function emitNamespaceChanges(job) {
|
|
16137
16137
|
for (const unit of job.units) {
|
|
16138
16138
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16148,7 +16148,7 @@ function emitNamespaceChanges(job) {
|
|
|
16148
16148
|
}
|
|
16149
16149
|
}
|
|
16150
16150
|
|
|
16151
|
-
// bazel-out/
|
|
16151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16152
16152
|
function parse(value) {
|
|
16153
16153
|
const styles = [];
|
|
16154
16154
|
let i = 0;
|
|
@@ -16242,7 +16242,7 @@ function parseExtractedStyles(job) {
|
|
|
16242
16242
|
}
|
|
16243
16243
|
}
|
|
16244
16244
|
|
|
16245
|
-
// bazel-out/
|
|
16245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16246
16246
|
function nameFunctionsAndVariables(job) {
|
|
16247
16247
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16248
16248
|
}
|
|
@@ -16386,7 +16386,7 @@ function stripImportant(name) {
|
|
|
16386
16386
|
return name;
|
|
16387
16387
|
}
|
|
16388
16388
|
|
|
16389
|
-
// bazel-out/
|
|
16389
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16390
16390
|
function mergeNextContextExpressions(job) {
|
|
16391
16391
|
for (const unit of job.units) {
|
|
16392
16392
|
for (const op of unit.create) {
|
|
@@ -16433,7 +16433,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16433
16433
|
}
|
|
16434
16434
|
}
|
|
16435
16435
|
|
|
16436
|
-
// bazel-out/
|
|
16436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16437
16437
|
var CONTAINER_TAG = "ng-container";
|
|
16438
16438
|
function generateNgContainerOps(job) {
|
|
16439
16439
|
for (const unit of job.units) {
|
|
@@ -16450,7 +16450,7 @@ function generateNgContainerOps(job) {
|
|
|
16450
16450
|
}
|
|
16451
16451
|
}
|
|
16452
16452
|
|
|
16453
|
-
// bazel-out/
|
|
16453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16454
16454
|
function lookupElement3(elements, xref) {
|
|
16455
16455
|
const el = elements.get(xref);
|
|
16456
16456
|
if (el === void 0) {
|
|
@@ -16480,7 +16480,7 @@ function disableBindings(job) {
|
|
|
16480
16480
|
}
|
|
16481
16481
|
}
|
|
16482
16482
|
|
|
16483
|
-
// bazel-out/
|
|
16483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16484
16484
|
function generateNullishCoalesceExpressions(job) {
|
|
16485
16485
|
for (const unit of job.units) {
|
|
16486
16486
|
for (const op of unit.ops()) {
|
|
@@ -16496,7 +16496,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16496
16496
|
}
|
|
16497
16497
|
}
|
|
16498
16498
|
|
|
16499
|
-
// bazel-out/
|
|
16499
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16500
16500
|
function kindTest(kind) {
|
|
16501
16501
|
return (op) => op.kind === kind;
|
|
16502
16502
|
}
|
|
@@ -16586,7 +16586,7 @@ function keepLast(ops) {
|
|
|
16586
16586
|
return ops.slice(ops.length - 1);
|
|
16587
16587
|
}
|
|
16588
16588
|
|
|
16589
|
-
// bazel-out/
|
|
16589
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16590
16590
|
function removeContentSelectors(job) {
|
|
16591
16591
|
for (const unit of job.units) {
|
|
16592
16592
|
const elements = createOpXrefMap(unit);
|
|
@@ -16613,7 +16613,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16613
16613
|
return el;
|
|
16614
16614
|
}
|
|
16615
16615
|
|
|
16616
|
-
// bazel-out/
|
|
16616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16617
16617
|
function createPipes(job) {
|
|
16618
16618
|
for (const unit of job.units) {
|
|
16619
16619
|
processPipeBindingsInView(unit);
|
|
@@ -16661,7 +16661,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16661
16661
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16662
16662
|
}
|
|
16663
16663
|
|
|
16664
|
-
// bazel-out/
|
|
16664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16665
16665
|
function createVariadicPipes(job) {
|
|
16666
16666
|
for (const unit of job.units) {
|
|
16667
16667
|
for (const op of unit.update) {
|
|
@@ -16678,7 +16678,7 @@ function createVariadicPipes(job) {
|
|
|
16678
16678
|
}
|
|
16679
16679
|
}
|
|
16680
16680
|
|
|
16681
|
-
// bazel-out/
|
|
16681
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16682
16682
|
function propagateI18nBlocks(job) {
|
|
16683
16683
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16684
16684
|
}
|
|
@@ -16732,7 +16732,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16732
16732
|
}
|
|
16733
16733
|
}
|
|
16734
16734
|
|
|
16735
|
-
// bazel-out/
|
|
16735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16736
16736
|
function extractPureFunctions(job) {
|
|
16737
16737
|
for (const view of job.units) {
|
|
16738
16738
|
for (const op of view.ops()) {
|
|
@@ -16774,7 +16774,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16774
16774
|
}
|
|
16775
16775
|
};
|
|
16776
16776
|
|
|
16777
|
-
// bazel-out/
|
|
16777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16778
16778
|
function generatePureLiteralStructures(job) {
|
|
16779
16779
|
for (const unit of job.units) {
|
|
16780
16780
|
for (const op of unit.update) {
|
|
@@ -16821,7 +16821,7 @@ function transformLiteralMap(expr) {
|
|
|
16821
16821
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16822
16822
|
}
|
|
16823
16823
|
|
|
16824
|
-
// bazel-out/
|
|
16824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16825
16825
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16826
16826
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16827
16827
|
}
|
|
@@ -17353,7 +17353,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17353
17353
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17354
17354
|
}
|
|
17355
17355
|
|
|
17356
|
-
// bazel-out/
|
|
17356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17357
17357
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17358
17358
|
["window", Identifiers.resolveWindow],
|
|
17359
17359
|
["document", Identifiers.resolveDocument],
|
|
@@ -17718,7 +17718,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17718
17718
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17719
17719
|
}
|
|
17720
17720
|
|
|
17721
|
-
// bazel-out/
|
|
17721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17722
17722
|
function removeEmptyBindings(job) {
|
|
17723
17723
|
for (const unit of job.units) {
|
|
17724
17724
|
for (const op of unit.update) {
|
|
@@ -17739,7 +17739,7 @@ function removeEmptyBindings(job) {
|
|
|
17739
17739
|
}
|
|
17740
17740
|
}
|
|
17741
17741
|
|
|
17742
|
-
// bazel-out/
|
|
17742
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17743
17743
|
function removeI18nContexts(job) {
|
|
17744
17744
|
for (const unit of job.units) {
|
|
17745
17745
|
for (const op of unit.create) {
|
|
@@ -17755,7 +17755,7 @@ function removeI18nContexts(job) {
|
|
|
17755
17755
|
}
|
|
17756
17756
|
}
|
|
17757
17757
|
|
|
17758
|
-
// bazel-out/
|
|
17758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17759
17759
|
function removeUnusedI18nAttributesOps(job) {
|
|
17760
17760
|
for (const unit of job.units) {
|
|
17761
17761
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17777,7 +17777,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17777
17777
|
}
|
|
17778
17778
|
}
|
|
17779
17779
|
|
|
17780
|
-
// bazel-out/
|
|
17780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17781
17781
|
function resolveContexts(job) {
|
|
17782
17782
|
for (const unit of job.units) {
|
|
17783
17783
|
processLexicalScope(unit, unit.create);
|
|
@@ -17819,7 +17819,7 @@ function processLexicalScope(view, ops) {
|
|
|
17819
17819
|
}
|
|
17820
17820
|
}
|
|
17821
17821
|
|
|
17822
|
-
// bazel-out/
|
|
17822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17823
17823
|
function resolveDollarEvent(job) {
|
|
17824
17824
|
for (const unit of job.units) {
|
|
17825
17825
|
transformDollarEvent(unit.create);
|
|
@@ -17842,7 +17842,7 @@ function transformDollarEvent(ops) {
|
|
|
17842
17842
|
}
|
|
17843
17843
|
}
|
|
17844
17844
|
|
|
17845
|
-
// bazel-out/
|
|
17845
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17846
17846
|
function resolveI18nElementPlaceholders(job) {
|
|
17847
17847
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17848
17848
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18021,7 +18021,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18021
18021
|
params.set(placeholder, values);
|
|
18022
18022
|
}
|
|
18023
18023
|
|
|
18024
|
-
// bazel-out/
|
|
18024
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18025
18025
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18026
18026
|
var _a2;
|
|
18027
18027
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18074,7 +18074,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18074
18074
|
}
|
|
18075
18075
|
}
|
|
18076
18076
|
|
|
18077
|
-
// bazel-out/
|
|
18077
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18078
18078
|
function resolveNames(job) {
|
|
18079
18079
|
for (const unit of job.units) {
|
|
18080
18080
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18152,7 +18152,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18152
18152
|
}
|
|
18153
18153
|
}
|
|
18154
18154
|
|
|
18155
|
-
// bazel-out/
|
|
18155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18156
18156
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18157
18157
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18158
18158
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18222,7 +18222,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18222
18222
|
return securityContext;
|
|
18223
18223
|
}
|
|
18224
18224
|
|
|
18225
|
-
// bazel-out/
|
|
18225
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18226
18226
|
function transformTwoWayBindingSet(job) {
|
|
18227
18227
|
for (const unit of job.units) {
|
|
18228
18228
|
for (const op of unit.create) {
|
|
@@ -18245,7 +18245,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18245
18245
|
}
|
|
18246
18246
|
}
|
|
18247
18247
|
|
|
18248
|
-
// bazel-out/
|
|
18248
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18249
18249
|
function saveAndRestoreView(job) {
|
|
18250
18250
|
for (const unit of job.units) {
|
|
18251
18251
|
unit.create.prepend([
|
|
@@ -18290,7 +18290,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18290
18290
|
}
|
|
18291
18291
|
}
|
|
18292
18292
|
|
|
18293
|
-
// bazel-out/
|
|
18293
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18294
18294
|
function allocateSlots(job) {
|
|
18295
18295
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18296
18296
|
for (const unit of job.units) {
|
|
@@ -18315,7 +18315,7 @@ function allocateSlots(job) {
|
|
|
18315
18315
|
}
|
|
18316
18316
|
}
|
|
18317
18317
|
|
|
18318
|
-
// bazel-out/
|
|
18318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18319
18319
|
function specializeStyleBindings(job) {
|
|
18320
18320
|
for (const unit of job.units) {
|
|
18321
18321
|
for (const op of unit.update) {
|
|
@@ -18345,7 +18345,7 @@ function specializeStyleBindings(job) {
|
|
|
18345
18345
|
}
|
|
18346
18346
|
}
|
|
18347
18347
|
|
|
18348
|
-
// bazel-out/
|
|
18348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18349
18349
|
function generateTemporaryVariables(job) {
|
|
18350
18350
|
for (const unit of job.units) {
|
|
18351
18351
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18403,7 +18403,7 @@ function assignName(names, expr) {
|
|
|
18403
18403
|
expr.name = name;
|
|
18404
18404
|
}
|
|
18405
18405
|
|
|
18406
|
-
// bazel-out/
|
|
18406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18407
18407
|
function generateTrackFns(job) {
|
|
18408
18408
|
for (const unit of job.units) {
|
|
18409
18409
|
for (const op of unit.create) {
|
|
@@ -18436,7 +18436,7 @@ function generateTrackFns(job) {
|
|
|
18436
18436
|
}
|
|
18437
18437
|
}
|
|
18438
18438
|
|
|
18439
|
-
// bazel-out/
|
|
18439
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18440
18440
|
function optimizeTrackFns(job) {
|
|
18441
18441
|
for (const unit of job.units) {
|
|
18442
18442
|
for (const op of unit.create) {
|
|
@@ -18486,7 +18486,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18486
18486
|
return true;
|
|
18487
18487
|
}
|
|
18488
18488
|
|
|
18489
|
-
// bazel-out/
|
|
18489
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18490
18490
|
function generateTrackVariables(job) {
|
|
18491
18491
|
for (const unit of job.units) {
|
|
18492
18492
|
for (const op of unit.create) {
|
|
@@ -18507,7 +18507,7 @@ function generateTrackVariables(job) {
|
|
|
18507
18507
|
}
|
|
18508
18508
|
}
|
|
18509
18509
|
|
|
18510
|
-
// bazel-out/
|
|
18510
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18511
18511
|
function countVariables(job) {
|
|
18512
18512
|
for (const unit of job.units) {
|
|
18513
18513
|
let varCount = 0;
|
|
@@ -18620,7 +18620,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18620
18620
|
return true;
|
|
18621
18621
|
}
|
|
18622
18622
|
|
|
18623
|
-
// bazel-out/
|
|
18623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18624
18624
|
function optimizeVariables(job) {
|
|
18625
18625
|
for (const unit of job.units) {
|
|
18626
18626
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18872,7 +18872,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18872
18872
|
}
|
|
18873
18873
|
}
|
|
18874
18874
|
|
|
18875
|
-
// bazel-out/
|
|
18875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18876
18876
|
function wrapI18nIcus(job) {
|
|
18877
18877
|
for (const unit of job.units) {
|
|
18878
18878
|
let currentI18nOp = null;
|
|
@@ -18902,7 +18902,7 @@ function wrapI18nIcus(job) {
|
|
|
18902
18902
|
}
|
|
18903
18903
|
}
|
|
18904
18904
|
|
|
18905
|
-
// bazel-out/
|
|
18905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
18906
18906
|
function optimizeStoreLet(job) {
|
|
18907
18907
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
18908
18908
|
for (const unit of job.units) {
|
|
@@ -18921,7 +18921,7 @@ function optimizeStoreLet(job) {
|
|
|
18921
18921
|
}
|
|
18922
18922
|
}
|
|
18923
18923
|
|
|
18924
|
-
// bazel-out/
|
|
18924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
18925
18925
|
function removeIllegalLetReferences(job) {
|
|
18926
18926
|
for (const unit of job.units) {
|
|
18927
18927
|
for (const op of unit.update) {
|
|
@@ -18938,7 +18938,7 @@ function removeIllegalLetReferences(job) {
|
|
|
18938
18938
|
}
|
|
18939
18939
|
}
|
|
18940
18940
|
|
|
18941
|
-
// bazel-out/
|
|
18941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
18942
18942
|
function generateLocalLetReferences(job) {
|
|
18943
18943
|
for (const unit of job.units) {
|
|
18944
18944
|
for (const op of unit.update) {
|
|
@@ -18956,7 +18956,7 @@ function generateLocalLetReferences(job) {
|
|
|
18956
18956
|
}
|
|
18957
18957
|
}
|
|
18958
18958
|
|
|
18959
|
-
// bazel-out/
|
|
18959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
18960
18960
|
var phases = [
|
|
18961
18961
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
18962
18962
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19113,7 +19113,7 @@ function emitHostBindingFunction(job) {
|
|
|
19113
19113
|
);
|
|
19114
19114
|
}
|
|
19115
19115
|
|
|
19116
|
-
// bazel-out/
|
|
19116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19117
19117
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19118
19118
|
var domSchema = new DomElementSchemaRegistry();
|
|
19119
19119
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19871,7 +19871,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19871
19871
|
return null;
|
|
19872
19872
|
}
|
|
19873
19873
|
|
|
19874
|
-
// bazel-out/
|
|
19874
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19875
19875
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19876
19876
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19877
19877
|
}
|
|
@@ -19991,7 +19991,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
19991
19991
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
19992
19992
|
}
|
|
19993
19993
|
|
|
19994
|
-
// bazel-out/
|
|
19994
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
19995
19995
|
var HtmlParser = class extends Parser {
|
|
19996
19996
|
constructor() {
|
|
19997
19997
|
super(getHtmlTagDefinition);
|
|
@@ -20001,7 +20001,7 @@ var HtmlParser = class extends Parser {
|
|
|
20001
20001
|
}
|
|
20002
20002
|
};
|
|
20003
20003
|
|
|
20004
|
-
// bazel-out/
|
|
20004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20005
20005
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20006
20006
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20007
20007
|
var CLASS_PREFIX = "class";
|
|
@@ -20355,7 +20355,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20355
20355
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20356
20356
|
}
|
|
20357
20357
|
|
|
20358
|
-
// bazel-out/
|
|
20358
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20359
20359
|
function isStyleUrlResolvable(url) {
|
|
20360
20360
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20361
20361
|
return false;
|
|
@@ -20364,7 +20364,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20364
20364
|
}
|
|
20365
20365
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20366
20366
|
|
|
20367
|
-
// bazel-out/
|
|
20367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20368
20368
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20369
20369
|
var LINK_ELEMENT = "link";
|
|
20370
20370
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20434,7 +20434,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20434
20434
|
return selectAttr;
|
|
20435
20435
|
}
|
|
20436
20436
|
|
|
20437
|
-
// bazel-out/
|
|
20437
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20438
20438
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20439
20439
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20440
20440
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20757,7 +20757,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20757
20757
|
return expression.slice(start, end);
|
|
20758
20758
|
}
|
|
20759
20759
|
|
|
20760
|
-
// bazel-out/
|
|
20760
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20761
20761
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20762
20762
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20763
20763
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21021,7 +21021,7 @@ function parseDeferredTime(value) {
|
|
|
21021
21021
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21022
21022
|
}
|
|
21023
21023
|
|
|
21024
|
-
// bazel-out/
|
|
21024
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21025
21025
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21026
21026
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21027
21027
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21156,7 +21156,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21156
21156
|
return { triggers, prefetchTriggers };
|
|
21157
21157
|
}
|
|
21158
21158
|
|
|
21159
|
-
// bazel-out/
|
|
21159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21160
21160
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21161
21161
|
var KW_BIND_IDX = 1;
|
|
21162
21162
|
var KW_LET_IDX = 2;
|
|
@@ -21623,7 +21623,7 @@ function textContents(node) {
|
|
|
21623
21623
|
}
|
|
21624
21624
|
}
|
|
21625
21625
|
|
|
21626
|
-
// bazel-out/
|
|
21626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21627
21627
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21628
21628
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21629
21629
|
var _a2, _b2, _c2;
|
|
@@ -21717,7 +21717,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21717
21717
|
return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21718
21718
|
}
|
|
21719
21719
|
|
|
21720
|
-
// bazel-out/
|
|
21720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21721
21721
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21722
21722
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21723
21723
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22084,7 +22084,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22084
22084
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22085
22085
|
}
|
|
22086
22086
|
|
|
22087
|
-
// bazel-out/
|
|
22087
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22088
22088
|
var R3TargetBinder = class {
|
|
22089
22089
|
constructor(directiveMatcher) {
|
|
22090
22090
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22731,11 +22731,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22731
22731
|
return templateEntities;
|
|
22732
22732
|
}
|
|
22733
22733
|
|
|
22734
|
-
// bazel-out/
|
|
22734
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22735
22735
|
var ResourceLoader = class {
|
|
22736
22736
|
};
|
|
22737
22737
|
|
|
22738
|
-
// bazel-out/
|
|
22738
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22739
22739
|
var CompilerFacadeImpl = class {
|
|
22740
22740
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22741
22741
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23313,17 +23313,17 @@ function publishFacade(global) {
|
|
|
23313
23313
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23314
23314
|
}
|
|
23315
23315
|
|
|
23316
|
-
// bazel-out/
|
|
23317
|
-
var VERSION2 = new Version("18.2.
|
|
23316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23317
|
+
var VERSION2 = new Version("18.2.14");
|
|
23318
23318
|
|
|
23319
|
-
// bazel-out/
|
|
23319
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23320
23320
|
var _VisitorMode;
|
|
23321
23321
|
(function(_VisitorMode2) {
|
|
23322
23322
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23323
23323
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23324
23324
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23325
23325
|
|
|
23326
|
-
// bazel-out/
|
|
23326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23327
23327
|
var XmlTagDefinition = class {
|
|
23328
23328
|
constructor() {
|
|
23329
23329
|
this.closedByParent = false;
|
|
@@ -23345,7 +23345,7 @@ var XmlTagDefinition = class {
|
|
|
23345
23345
|
};
|
|
23346
23346
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23347
23347
|
|
|
23348
|
-
// bazel-out/
|
|
23348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23349
23349
|
var FactoryTarget2;
|
|
23350
23350
|
(function(FactoryTarget3) {
|
|
23351
23351
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23355,13 +23355,13 @@ var FactoryTarget2;
|
|
|
23355
23355
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23356
23356
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23357
23357
|
|
|
23358
|
-
// bazel-out/
|
|
23358
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23359
23359
|
publishFacade(_global);
|
|
23360
23360
|
|
|
23361
|
-
// bazel-out/
|
|
23361
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
23362
23362
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
23363
23363
|
|
|
23364
|
-
// bazel-out/
|
|
23364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
23365
23365
|
var ErrorCode;
|
|
23366
23366
|
(function(ErrorCode2) {
|
|
23367
23367
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -23456,7 +23456,7 @@ var ErrorCode;
|
|
|
23456
23456
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
23457
23457
|
})(ErrorCode || (ErrorCode = {}));
|
|
23458
23458
|
|
|
23459
|
-
// bazel-out/
|
|
23459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
23460
23460
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
23461
23461
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
23462
23462
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -23468,10 +23468,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
23468
23468
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
23469
23469
|
]);
|
|
23470
23470
|
|
|
23471
|
-
// bazel-out/
|
|
23471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
23472
23472
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
23473
23473
|
|
|
23474
|
-
// bazel-out/
|
|
23474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
23475
23475
|
var ExtendedTemplateDiagnosticName;
|
|
23476
23476
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
23477
23477
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -23488,16 +23488,16 @@ var ExtendedTemplateDiagnosticName;
|
|
|
23488
23488
|
ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
|
|
23489
23489
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
23490
23490
|
|
|
23491
|
-
// bazel-out/
|
|
23491
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
23492
23492
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
23493
23493
|
|
|
23494
|
-
// bazel-out/
|
|
23494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23495
23495
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
23496
23496
|
|
|
23497
|
-
// bazel-out/
|
|
23497
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
23498
23498
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
23499
23499
|
|
|
23500
|
-
// bazel-out/
|
|
23500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
23501
23501
|
var InvalidFileSystem = class {
|
|
23502
23502
|
exists(path2) {
|
|
23503
23503
|
throw makeError();
|
|
@@ -23585,18 +23585,18 @@ function makeError() {
|
|
|
23585
23585
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
23586
23586
|
}
|
|
23587
23587
|
|
|
23588
|
-
// bazel-out/
|
|
23588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
23589
23589
|
var fs = new InvalidFileSystem();
|
|
23590
23590
|
var ABSOLUTE_PATH = Symbol("AbsolutePath");
|
|
23591
23591
|
|
|
23592
|
-
// bazel-out/
|
|
23592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
23593
23593
|
var import_url = require("url");
|
|
23594
23594
|
var import_meta3 = {};
|
|
23595
23595
|
var isCommonJS = typeof __filename !== "undefined";
|
|
23596
23596
|
var currentFileUrl = isCommonJS ? null : import_meta3.url;
|
|
23597
23597
|
var currentFileName = isCommonJS ? __filename : (0, import_url.fileURLToPath)(currentFileUrl);
|
|
23598
23598
|
|
|
23599
|
-
// bazel-out/
|
|
23599
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
23600
23600
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
23601
23601
|
function identifierOfNode(decl) {
|
|
23602
23602
|
if (decl.name !== void 0 && import_typescript3.default.isIdentifier(decl.name)) {
|
|
@@ -23606,7 +23606,7 @@ function identifierOfNode(decl) {
|
|
|
23606
23606
|
}
|
|
23607
23607
|
}
|
|
23608
23608
|
|
|
23609
|
-
// bazel-out/
|
|
23609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23610
23610
|
var ImportFlags;
|
|
23611
23611
|
(function(ImportFlags2) {
|
|
23612
23612
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -23617,7 +23617,7 @@ var ImportFlags;
|
|
|
23617
23617
|
ImportFlags2[ImportFlags2["AllowAmbientReferences"] = 16] = "AllowAmbientReferences";
|
|
23618
23618
|
})(ImportFlags || (ImportFlags = {}));
|
|
23619
23619
|
|
|
23620
|
-
// bazel-out/
|
|
23620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
23621
23621
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
23622
23622
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
23623
23623
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -23652,16 +23652,16 @@ function throwIncompatibleTransformationContextError() {
|
|
|
23652
23652
|
throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
23653
23653
|
}
|
|
23654
23654
|
|
|
23655
|
-
// bazel-out/
|
|
23655
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
23656
23656
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
23657
23657
|
|
|
23658
|
-
// bazel-out/
|
|
23658
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
23659
23659
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
23660
23660
|
|
|
23661
|
-
// bazel-out/
|
|
23661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23662
23662
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
23663
23663
|
|
|
23664
|
-
// bazel-out/
|
|
23664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
23665
23665
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
23666
23666
|
var ClassMemberKind;
|
|
23667
23667
|
(function(ClassMemberKind2) {
|
|
@@ -23681,22 +23681,22 @@ var ClassMemberAccessLevel;
|
|
|
23681
23681
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
23682
23682
|
var AmbientImport = {};
|
|
23683
23683
|
|
|
23684
|
-
// bazel-out/
|
|
23684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
23685
23685
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
23686
23686
|
|
|
23687
|
-
// bazel-out/
|
|
23687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
23688
23688
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
23689
23689
|
|
|
23690
|
-
// bazel-out/
|
|
23690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23691
23691
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
23692
23692
|
|
|
23693
|
-
// bazel-out/
|
|
23693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
23694
23694
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
23695
23695
|
|
|
23696
|
-
// bazel-out/
|
|
23696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
23697
23697
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
23698
23698
|
|
|
23699
|
-
// bazel-out/
|
|
23699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
23700
23700
|
var Reference2 = class {
|
|
23701
23701
|
constructor(node, bestGuessOwningModule = null) {
|
|
23702
23702
|
this.node = node;
|
|
@@ -23765,10 +23765,10 @@ var Reference2 = class {
|
|
|
23765
23765
|
}
|
|
23766
23766
|
};
|
|
23767
23767
|
|
|
23768
|
-
// bazel-out/
|
|
23768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23769
23769
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
23770
23770
|
|
|
23771
|
-
// bazel-out/
|
|
23771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
23772
23772
|
var MetaKind;
|
|
23773
23773
|
(function(MetaKind2) {
|
|
23774
23774
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -23781,10 +23781,10 @@ var MatchSource;
|
|
|
23781
23781
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
23782
23782
|
})(MatchSource || (MatchSource = {}));
|
|
23783
23783
|
|
|
23784
|
-
// bazel-out/
|
|
23784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
23785
23785
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23786
23786
|
|
|
23787
|
-
// bazel-out/
|
|
23787
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
23788
23788
|
var ClassPropertyMapping = class {
|
|
23789
23789
|
constructor(forwardMap) {
|
|
23790
23790
|
this.forwardMap = forwardMap;
|
|
@@ -23864,13 +23864,13 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
23864
23864
|
return reverseMap;
|
|
23865
23865
|
}
|
|
23866
23866
|
|
|
23867
|
-
// bazel-out/
|
|
23867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
23868
23868
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
23869
23869
|
|
|
23870
|
-
// bazel-out/
|
|
23870
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23871
23871
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
23872
23872
|
|
|
23873
|
-
// bazel-out/
|
|
23873
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23874
23874
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
23875
23875
|
function literalBinaryOp(op) {
|
|
23876
23876
|
return { op, literal: true };
|
|
@@ -23909,7 +23909,7 @@ var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
23909
23909
|
[import_typescript28.default.SyntaxKind.ExclamationToken, (a) => !a]
|
|
23910
23910
|
]);
|
|
23911
23911
|
|
|
23912
|
-
// bazel-out/
|
|
23912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
23913
23913
|
var CompilationMode;
|
|
23914
23914
|
(function(CompilationMode2) {
|
|
23915
23915
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -23923,13 +23923,13 @@ var HandlerPrecedence;
|
|
|
23923
23923
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
23924
23924
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
23925
23925
|
|
|
23926
|
-
// bazel-out/
|
|
23926
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
23927
23927
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
23928
23928
|
|
|
23929
|
-
// bazel-out/
|
|
23929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
23930
23930
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
23931
23931
|
|
|
23932
|
-
// bazel-out/
|
|
23932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
23933
23933
|
var PerfPhase;
|
|
23934
23934
|
(function(PerfPhase2) {
|
|
23935
23935
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -23999,7 +23999,7 @@ var PerfCheckpoint;
|
|
|
23999
23999
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24000
24000
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24001
24001
|
|
|
24002
|
-
// bazel-out/
|
|
24002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24003
24003
|
var NoopPerfRecorder = class {
|
|
24004
24004
|
eventCount() {
|
|
24005
24005
|
}
|
|
@@ -24016,7 +24016,7 @@ var NoopPerfRecorder = class {
|
|
|
24016
24016
|
};
|
|
24017
24017
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24018
24018
|
|
|
24019
|
-
// bazel-out/
|
|
24019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
24020
24020
|
var TraitState;
|
|
24021
24021
|
(function(TraitState2) {
|
|
24022
24022
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -24025,13 +24025,13 @@ var TraitState;
|
|
|
24025
24025
|
TraitState2[TraitState2["Skipped"] = 3] = "Skipped";
|
|
24026
24026
|
})(TraitState || (TraitState = {}));
|
|
24027
24027
|
|
|
24028
|
-
// bazel-out/
|
|
24028
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
24029
24029
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
24030
24030
|
|
|
24031
|
-
// bazel-out/
|
|
24031
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24032
24032
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
24033
24033
|
|
|
24034
|
-
// bazel-out/
|
|
24034
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
24035
24035
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24036
24036
|
function createGenerateUniqueIdentifierHelper() {
|
|
24037
24037
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -24057,7 +24057,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
24057
24057
|
};
|
|
24058
24058
|
}
|
|
24059
24059
|
|
|
24060
|
-
// bazel-out/
|
|
24060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
24061
24061
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
24062
24062
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
24063
24063
|
return (ctx) => {
|
|
@@ -24124,7 +24124,7 @@ function isImportStatement(stmt) {
|
|
|
24124
24124
|
return import_typescript34.default.isImportDeclaration(stmt) || import_typescript34.default.isImportEqualsDeclaration(stmt) || import_typescript34.default.isNamespaceImport(stmt);
|
|
24125
24125
|
}
|
|
24126
24126
|
|
|
24127
|
-
// bazel-out/
|
|
24127
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
24128
24128
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
24129
24129
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
24130
24130
|
const requestHash = hashImportRequest(request);
|
|
@@ -24151,7 +24151,7 @@ function hashImportRequest(req) {
|
|
|
24151
24151
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
|
|
24152
24152
|
}
|
|
24153
24153
|
|
|
24154
|
-
// bazel-out/
|
|
24154
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
24155
24155
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
24156
24156
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
24157
24157
|
let candidateImportToBeUpdated = null;
|
|
@@ -24211,7 +24211,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
24211
24211
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
24212
24212
|
}
|
|
24213
24213
|
|
|
24214
|
-
// bazel-out/
|
|
24214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24215
24215
|
var ImportManager = class {
|
|
24216
24216
|
constructor(config = {}) {
|
|
24217
24217
|
var _a2, _b2, _c2, _d2, _e2, _f2;
|
|
@@ -24425,7 +24425,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
24425
24425
|
}
|
|
24426
24426
|
}
|
|
24427
24427
|
|
|
24428
|
-
// bazel-out/
|
|
24428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
24429
24429
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
24430
24430
|
[UnaryOperator.Minus, "-"],
|
|
24431
24431
|
[UnaryOperator.Plus, "+"]
|
|
@@ -24451,7 +24451,7 @@ var BINARY_OPERATORS3 = /* @__PURE__ */ new Map([
|
|
|
24451
24451
|
[BinaryOperator.NullishCoalesce, "??"]
|
|
24452
24452
|
]);
|
|
24453
24453
|
|
|
24454
|
-
// bazel-out/
|
|
24454
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
24455
24455
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
24456
24456
|
var INELIGIBLE = {};
|
|
24457
24457
|
function canEmitType(type, canEmit) {
|
|
@@ -24526,13 +24526,13 @@ var TypeEmitter = class {
|
|
|
24526
24526
|
}
|
|
24527
24527
|
};
|
|
24528
24528
|
|
|
24529
|
-
// bazel-out/
|
|
24529
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
24530
24530
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
24531
24531
|
|
|
24532
|
-
// bazel-out/
|
|
24532
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
24533
24533
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
24534
24534
|
|
|
24535
|
-
// bazel-out/
|
|
24535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
24536
24536
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
24537
24537
|
var PureAnnotation;
|
|
24538
24538
|
(function(PureAnnotation2) {
|
|
@@ -24570,50 +24570,50 @@ var VAR_TYPES = {
|
|
|
24570
24570
|
"var": import_typescript41.default.NodeFlags.None
|
|
24571
24571
|
};
|
|
24572
24572
|
|
|
24573
|
-
// bazel-out/
|
|
24573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
24574
24574
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
24575
24575
|
|
|
24576
|
-
// bazel-out/
|
|
24576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
24577
24577
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
24578
24578
|
|
|
24579
|
-
// bazel-out/
|
|
24579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24580
24580
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
24581
24581
|
|
|
24582
|
-
// bazel-out/
|
|
24582
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24583
24583
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
24584
24584
|
|
|
24585
|
-
// bazel-out/
|
|
24585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24586
24586
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
24587
24587
|
|
|
24588
|
-
// bazel-out/
|
|
24588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24589
24589
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
24590
24590
|
|
|
24591
|
-
// bazel-out/
|
|
24591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24592
24592
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
24593
24593
|
|
|
24594
|
-
// bazel-out/
|
|
24594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24595
24595
|
var ComponentScopeKind;
|
|
24596
24596
|
(function(ComponentScopeKind2) {
|
|
24597
24597
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24598
24598
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24599
24599
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24600
24600
|
|
|
24601
|
-
// bazel-out/
|
|
24601
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24602
24602
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24603
24603
|
|
|
24604
|
-
// bazel-out/
|
|
24604
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
24605
24605
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
24606
24606
|
|
|
24607
|
-
// bazel-out/
|
|
24607
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24608
24608
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
24609
24609
|
|
|
24610
|
-
// bazel-out/
|
|
24610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
24611
24611
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
24612
24612
|
|
|
24613
|
-
// bazel-out/
|
|
24613
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
24614
24614
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
24615
24615
|
|
|
24616
|
-
// bazel-out/
|
|
24616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
24617
24617
|
var INPUT_INITIALIZER_FN = {
|
|
24618
24618
|
functionName: "input",
|
|
24619
24619
|
owningModule: "@angular/core",
|
|
@@ -24624,7 +24624,7 @@ var INPUT_INITIALIZER_FN = {
|
|
|
24624
24624
|
]
|
|
24625
24625
|
};
|
|
24626
24626
|
|
|
24627
|
-
// bazel-out/
|
|
24627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
24628
24628
|
var MODEL_INITIALIZER_FN = {
|
|
24629
24629
|
functionName: "model",
|
|
24630
24630
|
owningModule: "@angular/core",
|
|
@@ -24635,14 +24635,14 @@ var MODEL_INITIALIZER_FN = {
|
|
|
24635
24635
|
]
|
|
24636
24636
|
};
|
|
24637
24637
|
|
|
24638
|
-
// bazel-out/
|
|
24638
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
24639
24639
|
var allowedAccessLevels = [
|
|
24640
24640
|
ClassMemberAccessLevel.PublicWritable,
|
|
24641
24641
|
ClassMemberAccessLevel.PublicReadonly,
|
|
24642
24642
|
ClassMemberAccessLevel.Protected
|
|
24643
24643
|
];
|
|
24644
24644
|
|
|
24645
|
-
// bazel-out/
|
|
24645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
24646
24646
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
24647
24647
|
var queryFunctionNames = [
|
|
24648
24648
|
"viewChild",
|
|
@@ -24661,7 +24661,7 @@ var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
|
|
|
24661
24661
|
]
|
|
24662
24662
|
}));
|
|
24663
24663
|
|
|
24664
|
-
// bazel-out/
|
|
24664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24665
24665
|
var queryDecoratorNames = [
|
|
24666
24666
|
"ViewChild",
|
|
24667
24667
|
"ViewChildren",
|
|
@@ -24670,16 +24670,16 @@ var queryDecoratorNames = [
|
|
|
24670
24670
|
];
|
|
24671
24671
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
24672
24672
|
|
|
24673
|
-
// bazel-out/
|
|
24673
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
24674
24674
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
24675
24675
|
|
|
24676
|
-
// bazel-out/
|
|
24676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
24677
24677
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
24678
24678
|
|
|
24679
|
-
// bazel-out/
|
|
24679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
24680
24680
|
var import_typescript61 = __toESM(require("typescript"), 1);
|
|
24681
24681
|
|
|
24682
|
-
// bazel-out/
|
|
24682
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
24683
24683
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
24684
24684
|
var UpdateMode;
|
|
24685
24685
|
(function(UpdateMode2) {
|
|
@@ -24687,23 +24687,23 @@ var UpdateMode;
|
|
|
24687
24687
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
24688
24688
|
})(UpdateMode || (UpdateMode = {}));
|
|
24689
24689
|
|
|
24690
|
-
// bazel-out/
|
|
24690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
24691
24691
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
24692
24692
|
|
|
24693
|
-
// bazel-out/
|
|
24693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
24694
24694
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
24695
24695
|
|
|
24696
|
-
// bazel-out/
|
|
24696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
24697
24697
|
var NgExtension = Symbol("NgExtension");
|
|
24698
24698
|
|
|
24699
|
-
// bazel-out/
|
|
24699
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
24700
24700
|
var OptimizeFor;
|
|
24701
24701
|
(function(OptimizeFor2) {
|
|
24702
24702
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
24703
24703
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
24704
24704
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
24705
24705
|
|
|
24706
|
-
// bazel-out/
|
|
24706
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
24707
24707
|
var CompletionKind;
|
|
24708
24708
|
(function(CompletionKind2) {
|
|
24709
24709
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -24711,7 +24711,7 @@ var CompletionKind;
|
|
|
24711
24711
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
24712
24712
|
})(CompletionKind || (CompletionKind = {}));
|
|
24713
24713
|
|
|
24714
|
-
// bazel-out/
|
|
24714
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
24715
24715
|
var PotentialImportKind;
|
|
24716
24716
|
(function(PotentialImportKind2) {
|
|
24717
24717
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -24723,7 +24723,7 @@ var PotentialImportMode;
|
|
|
24723
24723
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
24724
24724
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24725
24725
|
|
|
24726
|
-
// bazel-out/
|
|
24726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
24727
24727
|
var SymbolKind;
|
|
24728
24728
|
(function(SymbolKind2) {
|
|
24729
24729
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -24740,18 +24740,18 @@ var SymbolKind;
|
|
|
24740
24740
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
24741
24741
|
})(SymbolKind || (SymbolKind = {}));
|
|
24742
24742
|
|
|
24743
|
-
// bazel-out/
|
|
24743
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
24744
24744
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
24745
24745
|
var TemplateSourceFile = Symbol("TemplateSourceFile");
|
|
24746
24746
|
|
|
24747
|
-
// bazel-out/
|
|
24747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
24748
24748
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
24749
24749
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
24750
24750
|
|
|
24751
|
-
// bazel-out/
|
|
24751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
24752
24752
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
24753
24753
|
|
|
24754
|
-
// bazel-out/
|
|
24754
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
24755
24755
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
24756
24756
|
var CommentTriviaType;
|
|
24757
24757
|
(function(CommentTriviaType2) {
|
|
@@ -24796,17 +24796,17 @@ for (let i = 0; i < chars.length; i++) {
|
|
|
24796
24796
|
}
|
|
24797
24797
|
var bufLength = 1024 * 16;
|
|
24798
24798
|
|
|
24799
|
-
// bazel-out/
|
|
24799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
24800
24800
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
24801
24801
|
|
|
24802
|
-
// bazel-out/
|
|
24802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
24803
24803
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
24804
24804
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
24805
24805
|
|
|
24806
|
-
// bazel-out/
|
|
24806
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
24807
24807
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
24808
24808
|
|
|
24809
|
-
// bazel-out/
|
|
24809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
24810
24810
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
24811
24811
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
24812
24812
|
import_typescript71.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -24886,13 +24886,13 @@ function tsNumericExpression2(value) {
|
|
|
24886
24886
|
return import_typescript71.default.factory.createNumericLiteral(value);
|
|
24887
24887
|
}
|
|
24888
24888
|
|
|
24889
|
-
// bazel-out/
|
|
24889
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
24890
24890
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
24891
24891
|
|
|
24892
|
-
// bazel-out/
|
|
24892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
24893
24893
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
24894
24894
|
|
|
24895
|
-
// bazel-out/
|
|
24895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
24896
24896
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
24897
24897
|
var TypeParameterEmitter = class {
|
|
24898
24898
|
constructor(typeParameters, reflector) {
|
|
@@ -24970,7 +24970,7 @@ var TypeParameterEmitter = class {
|
|
|
24970
24970
|
}
|
|
24971
24971
|
};
|
|
24972
24972
|
|
|
24973
|
-
// bazel-out/
|
|
24973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
24974
24974
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
24975
24975
|
Identifiers.InputSignalBrandWriteType
|
|
24976
24976
|
];
|
|
@@ -24985,21 +24985,21 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
24985
24985
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
24986
24986
|
}
|
|
24987
24987
|
|
|
24988
|
-
// bazel-out/
|
|
24988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
24989
24989
|
function requiresInlineTypeCtor(node, host, env) {
|
|
24990
24990
|
return !checkIfGenericTypeBoundsCanBeEmitted(node, host, env);
|
|
24991
24991
|
}
|
|
24992
24992
|
|
|
24993
|
-
// bazel-out/
|
|
24993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
24994
24994
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
24995
24995
|
|
|
24996
|
-
// bazel-out/
|
|
24996
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
24997
24997
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
24998
24998
|
|
|
24999
|
-
// bazel-out/
|
|
24999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25000
25000
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
25001
25001
|
|
|
25002
|
-
// bazel-out/
|
|
25002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
25003
25003
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
25004
25004
|
function wrapForDiagnostics(expr) {
|
|
25005
25005
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -25022,7 +25022,7 @@ function addParseSpanInfo(node, span) {
|
|
|
25022
25022
|
);
|
|
25023
25023
|
}
|
|
25024
25024
|
|
|
25025
|
-
// bazel-out/
|
|
25025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
25026
25026
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
25027
25027
|
var ANY_EXPRESSION = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNumericLiteral("0"), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
25028
25028
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -25354,7 +25354,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
25354
25354
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
25355
25355
|
})();
|
|
25356
25356
|
|
|
25357
|
-
// bazel-out/
|
|
25357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25358
25358
|
var TcbGenericContextBehavior;
|
|
25359
25359
|
(function(TcbGenericContextBehavior2) {
|
|
25360
25360
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -26866,29 +26866,29 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
26866
26866
|
}
|
|
26867
26867
|
};
|
|
26868
26868
|
|
|
26869
|
-
// bazel-out/
|
|
26869
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
26870
26870
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
26871
26871
|
|
|
26872
|
-
// bazel-out/
|
|
26872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
26873
26873
|
var InliningMode;
|
|
26874
26874
|
(function(InliningMode2) {
|
|
26875
26875
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
26876
26876
|
InliningMode2[InliningMode2["Error"] = 1] = "Error";
|
|
26877
26877
|
})(InliningMode || (InliningMode = {}));
|
|
26878
26878
|
|
|
26879
|
-
// bazel-out/
|
|
26879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
26880
26880
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
26881
26881
|
|
|
26882
|
-
// bazel-out/
|
|
26882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
26883
26883
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
26884
26884
|
|
|
26885
|
-
// bazel-out/
|
|
26885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
26886
26886
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
26887
26887
|
|
|
26888
|
-
// bazel-out/
|
|
26888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
26889
26889
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
26890
26890
|
|
|
26891
|
-
// bazel-out/
|
|
26891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
26892
26892
|
var ChangeTracker = class {
|
|
26893
26893
|
constructor(_printer, _importRemapper) {
|
|
26894
26894
|
__publicField(this, "_printer");
|
|
@@ -27006,11 +27006,11 @@ function normalizePath(path2) {
|
|
|
27006
27006
|
return path2.replace(/\\/g, "/");
|
|
27007
27007
|
}
|
|
27008
27008
|
|
|
27009
|
-
// bazel-out/
|
|
27009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
27010
27010
|
var import_path2 = require("path");
|
|
27011
27011
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
27012
27012
|
|
|
27013
|
-
// bazel-out/
|
|
27013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
27014
27014
|
var path = __toESM(require("path"), 1);
|
|
27015
27015
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
27016
27016
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -27027,7 +27027,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
27027
27027
|
return import_typescript92.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
27028
27028
|
}
|
|
27029
27029
|
|
|
27030
|
-
// bazel-out/
|
|
27030
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
27031
27031
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
27032
27032
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
27033
27033
|
return import_typescript93.default.createProgram(rootNames, options, host);
|
|
@@ -27060,16 +27060,16 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
27060
27060
|
return !(0, import_path2.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
27061
27061
|
}
|
|
27062
27062
|
|
|
27063
|
-
// bazel-out/
|
|
27063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/migration.mjs
|
|
27064
27064
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
27065
27065
|
|
|
27066
|
-
// bazel-out/
|
|
27066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/analysis.mjs
|
|
27067
27067
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
27068
27068
|
|
|
27069
|
-
// bazel-out/
|
|
27069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
27070
27070
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
27071
27071
|
|
|
27072
|
-
// bazel-out/
|
|
27072
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
27073
27073
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
27074
27074
|
function getImportOfIdentifier(typeChecker, node) {
|
|
27075
27075
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -27104,7 +27104,7 @@ function getNamedImports(sourceFile, moduleName) {
|
|
|
27104
27104
|
return null;
|
|
27105
27105
|
}
|
|
27106
27106
|
|
|
27107
|
-
// bazel-out/
|
|
27107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
27108
27108
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
27109
27109
|
if (!import_typescript95.default.isCallExpression(decorator.expression) || !import_typescript95.default.isIdentifier(decorator.expression.expression)) {
|
|
27110
27110
|
return null;
|
|
@@ -27113,7 +27113,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
27113
27113
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
27114
27114
|
}
|
|
27115
27115
|
|
|
27116
|
-
// bazel-out/
|
|
27116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
27117
27117
|
function getAngularDecorators2(typeChecker, decorators) {
|
|
27118
27118
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
27119
27119
|
node,
|
|
@@ -27123,7 +27123,7 @@ function getAngularDecorators2(typeChecker, decorators) {
|
|
|
27123
27123
|
}));
|
|
27124
27124
|
}
|
|
27125
27125
|
|
|
27126
|
-
// bazel-out/
|
|
27126
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/analysis.mjs
|
|
27127
27127
|
var DECORATORS_SUPPORTING_DI = /* @__PURE__ */ new Set([
|
|
27128
27128
|
"Component",
|
|
27129
27129
|
"Directive",
|
|
@@ -27317,7 +27317,7 @@ function findSuperCall(root) {
|
|
|
27317
27317
|
return result;
|
|
27318
27318
|
}
|
|
27319
27319
|
|
|
27320
|
-
// bazel-out/
|
|
27320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
27321
27321
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
27322
27322
|
function closestNode(node, predicate) {
|
|
27323
27323
|
let current = node.parent;
|
|
@@ -27330,7 +27330,7 @@ function closestNode(node, predicate) {
|
|
|
27330
27330
|
return null;
|
|
27331
27331
|
}
|
|
27332
27332
|
|
|
27333
|
-
// bazel-out/
|
|
27333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/internal.mjs
|
|
27334
27334
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
27335
27335
|
function findUninitializedPropertiesToCombine(node, constructor, localTypeChecker) {
|
|
27336
27336
|
let result = null;
|
|
@@ -27412,7 +27412,7 @@ function isInsideInlineFunction(startNode, boundary) {
|
|
|
27412
27412
|
return false;
|
|
27413
27413
|
}
|
|
27414
27414
|
|
|
27415
|
-
// bazel-out/
|
|
27415
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/migration.mjs
|
|
27416
27416
|
var PLACEHOLDER = "\u0275\u0275ngGeneratePlaceholder\u0275\u0275";
|
|
27417
27417
|
function migrateFile(sourceFile, options) {
|
|
27418
27418
|
const localTypeChecker = getLocalTypeChecker(sourceFile);
|
|
@@ -27718,7 +27718,7 @@ function canRemoveConstructor(options, constructor, removedStatementCount, super
|
|
|
27718
27718
|
return statementCount === 0 || statementCount === 1 && superCall !== null && superCall.arguments.length === 0;
|
|
27719
27719
|
}
|
|
27720
27720
|
|
|
27721
|
-
// bazel-out/
|
|
27721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/inject-migration/index.mjs
|
|
27722
27722
|
function inject_migration_default(options) {
|
|
27723
27723
|
return (tree) => __async(this, null, function* () {
|
|
27724
27724
|
const basePath = process.cwd();
|