@angular/core 18.0.0-rc.1 → 18.0.0-rc.2
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/primitives/event-dispatch/contract_binary.mjs +3 -3
- package/esm2022/primitives/event-dispatch/index.mjs +2 -2
- package/esm2022/primitives/event-dispatch/src/action_resolver.mjs +5 -18
- package/esm2022/primitives/event-dispatch/src/attribute.mjs +63 -65
- package/esm2022/primitives/event-dispatch/src/cache.mjs +10 -10
- package/esm2022/primitives/event-dispatch/src/dispatcher.mjs +50 -181
- package/esm2022/primitives/event-dispatch/src/earlyeventcontract.mjs +4 -4
- package/esm2022/primitives/event-dispatch/src/event_contract_defines.mjs +1 -6
- package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +13 -30
- package/esm2022/primitives/event-dispatch/src/key_code.mjs +11 -13
- package/esm2022/primitives/event-dispatch/src/legacy_dispatcher.mjs +252 -2
- package/esm2022/primitives/event-dispatch/src/property.mjs +30 -27
- package/esm2022/primitives/event-dispatch/src/register_events.mjs +5 -25
- package/esm2022/primitives/event-dispatch/src/restriction.mjs +2 -2
- package/esm2022/src/application/create_application.mjs +11 -4
- package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +4 -16
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling.mjs +3 -1
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +5 -2
- package/esm2022/src/core_reactivity_export_internal.mjs +1 -3
- package/esm2022/src/core_render3_private_export.mjs +1 -3
- package/esm2022/src/hydration/event_replay.mjs +51 -83
- package/esm2022/src/hydration/utils.mjs +1 -2
- package/esm2022/src/metadata/directives.mjs +1 -1
- package/esm2022/src/platform/platform_ref.mjs +9 -10
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/index.mjs +1 -3
- package/esm2022/src/render3/instructions/listener.mjs +3 -3
- package/esm2022/src/render3/interfaces/public_definitions.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/component_fixture.mjs +2 -2
- package/esm2022/testing/src/logger.mjs +3 -3
- package/esm2022/testing/src/test_bed.mjs +1 -3
- package/esm2022/testing/src/test_bed_compiler.mjs +1 -3
- package/event-dispatch-contract.min.js +1 -1
- package/fesm2022/core.mjs +79 -117
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +246 -515
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +2 -4
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +83 -131
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/http-providers/bundle.js +46 -29
- package/schematics/migrations/http-providers/bundle.js.map +3 -3
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +159 -159
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/ng-generate/control-flow-migration/bundle.js +167 -167
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +443 -443
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +1 -1
- package/esm2022/primitives/event-dispatch/src/base_dispatcher.mjs +0 -94
- package/esm2022/primitives/event-dispatch/src/custom_events.mjs +0 -102
- package/esm2022/primitives/event-dispatch/src/replay.mjs +0 -389
|
@@ -2501,7 +2501,7 @@ var require_semver2 = __commonJS({
|
|
|
2501
2501
|
}
|
|
2502
2502
|
});
|
|
2503
2503
|
|
|
2504
|
-
// bazel-out/
|
|
2504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
2505
2505
|
var standalone_migration_exports = {};
|
|
2506
2506
|
__export(standalone_migration_exports, {
|
|
2507
2507
|
default: () => standalone_migration_default
|
|
@@ -2509,10 +2509,10 @@ __export(standalone_migration_exports, {
|
|
|
2509
2509
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
2510
2510
|
var import_schematics = require("@angular-devkit/schematics");
|
|
2511
2511
|
|
|
2512
|
-
// bazel-out/
|
|
2512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
2513
2513
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
2514
2514
|
|
|
2515
|
-
// bazel-out/
|
|
2515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
2516
2516
|
var InvalidFileSystem = class {
|
|
2517
2517
|
exists(path4) {
|
|
2518
2518
|
throw makeError();
|
|
@@ -2600,7 +2600,7 @@ function makeError() {
|
|
|
2600
2600
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
|
-
// bazel-out/
|
|
2603
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
2604
2604
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
2605
2605
|
function stripExtension(path4) {
|
|
2606
2606
|
return path4.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -2613,7 +2613,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
2613
2613
|
return sf;
|
|
2614
2614
|
}
|
|
2615
2615
|
|
|
2616
|
-
// bazel-out/
|
|
2616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
2617
2617
|
var fs = new InvalidFileSystem();
|
|
2618
2618
|
function getFileSystem() {
|
|
2619
2619
|
return fs;
|
|
@@ -2657,7 +2657,7 @@ function toRelativeImport(relativePath) {
|
|
|
2657
2657
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
// bazel-out/
|
|
2660
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
2661
2661
|
var LogicalProjectPath = {
|
|
2662
2662
|
relativePathBetween: function(from, to) {
|
|
2663
2663
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -2703,7 +2703,7 @@ function isWithinBasePath(base, path4) {
|
|
|
2703
2703
|
return isLocalRelativePath(relative(base, path4));
|
|
2704
2704
|
}
|
|
2705
2705
|
|
|
2706
|
-
// bazel-out/
|
|
2706
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
2707
2707
|
var import_fs = __toESM(require("fs"), 1);
|
|
2708
2708
|
var import_module = require("module");
|
|
2709
2709
|
var p = __toESM(require("path"), 1);
|
|
@@ -2811,7 +2811,7 @@ function toggleCase(str) {
|
|
|
2811
2811
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
2812
2812
|
}
|
|
2813
2813
|
|
|
2814
|
-
// bazel-out/
|
|
2814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
2815
2815
|
var _SELECTOR_REGEXP = new RegExp(
|
|
2816
2816
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
2817
2817
|
"g"
|
|
@@ -3119,7 +3119,7 @@ var SelectorContext = class {
|
|
|
3119
3119
|
}
|
|
3120
3120
|
};
|
|
3121
3121
|
|
|
3122
|
-
// bazel-out/
|
|
3122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
3123
3123
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
3124
3124
|
var ViewEncapsulation;
|
|
3125
3125
|
(function(ViewEncapsulation2) {
|
|
@@ -3188,7 +3188,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
3188
3188
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
-
// bazel-out/
|
|
3191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3192
3192
|
var output_ast_exports = {};
|
|
3193
3193
|
__export(output_ast_exports, {
|
|
3194
3194
|
ArrayType: () => ArrayType,
|
|
@@ -3276,7 +3276,7 @@ __export(output_ast_exports, {
|
|
|
3276
3276
|
variable: () => variable
|
|
3277
3277
|
});
|
|
3278
3278
|
|
|
3279
|
-
// bazel-out/
|
|
3279
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
3280
3280
|
var textEncoder;
|
|
3281
3281
|
function digest(message) {
|
|
3282
3282
|
return message.id || computeDigest(message);
|
|
@@ -3519,7 +3519,7 @@ function wordAt(bytes, index, endian) {
|
|
|
3519
3519
|
return word;
|
|
3520
3520
|
}
|
|
3521
3521
|
|
|
3522
|
-
// bazel-out/
|
|
3522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3523
3523
|
var TypeModifier;
|
|
3524
3524
|
(function(TypeModifier2) {
|
|
3525
3525
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -4714,7 +4714,7 @@ function serializeTags(tags) {
|
|
|
4714
4714
|
return out;
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
|
-
// bazel-out/
|
|
4717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
4718
4718
|
var CONSTANT_PREFIX = "_c";
|
|
4719
4719
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
4720
4720
|
var KEY_CONTEXT = {};
|
|
@@ -4902,7 +4902,7 @@ function isLongStringLiteral(expr) {
|
|
|
4902
4902
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
|
-
// bazel-out/
|
|
4905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
4906
4906
|
var CORE = "@angular/core";
|
|
4907
4907
|
var _Identifiers = class {
|
|
4908
4908
|
};
|
|
@@ -5790,7 +5790,7 @@ var Identifiers = _Identifiers;
|
|
|
5790
5790
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
5791
5791
|
})();
|
|
5792
5792
|
|
|
5793
|
-
// bazel-out/
|
|
5793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
5794
5794
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
5795
5795
|
function dashCaseToCamelCase(input) {
|
|
5796
5796
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -5867,7 +5867,7 @@ var Version = class {
|
|
|
5867
5867
|
};
|
|
5868
5868
|
var _global = globalThis;
|
|
5869
5869
|
|
|
5870
|
-
// bazel-out/
|
|
5870
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
5871
5871
|
var VERSION = 3;
|
|
5872
5872
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
5873
5873
|
var SourceMapGenerator = class {
|
|
@@ -5996,7 +5996,7 @@ function toBase64Digit(value) {
|
|
|
5996
5996
|
return B64_DIGITS[value];
|
|
5997
5997
|
}
|
|
5998
5998
|
|
|
5999
|
-
// bazel-out/
|
|
5999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
6000
6000
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
6001
6001
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
6002
6002
|
var _INDENT_WITH = " ";
|
|
@@ -6484,7 +6484,7 @@ function _createIndent(count) {
|
|
|
6484
6484
|
return res;
|
|
6485
6485
|
}
|
|
6486
6486
|
|
|
6487
|
-
// bazel-out/
|
|
6487
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
6488
6488
|
function typeWithParameters(type, numParams) {
|
|
6489
6489
|
if (numParams === 0) {
|
|
6490
6490
|
return expressionType(type);
|
|
@@ -6542,7 +6542,7 @@ function generateForwardRef(expr) {
|
|
|
6542
6542
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
6543
6543
|
}
|
|
6544
6544
|
|
|
6545
|
-
// bazel-out/
|
|
6545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
6546
6546
|
var R3FactoryDelegateType;
|
|
6547
6547
|
(function(R3FactoryDelegateType2) {
|
|
6548
6548
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -6687,7 +6687,7 @@ function getInjectFn(target) {
|
|
|
6687
6687
|
}
|
|
6688
6688
|
}
|
|
6689
6689
|
|
|
6690
|
-
// bazel-out/
|
|
6690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
6691
6691
|
var ParserError = class {
|
|
6692
6692
|
constructor(message, input, errLocation, ctxLocation) {
|
|
6693
6693
|
this.input = input;
|
|
@@ -7125,7 +7125,7 @@ var BoundElementProperty = class {
|
|
|
7125
7125
|
}
|
|
7126
7126
|
};
|
|
7127
7127
|
|
|
7128
|
-
// bazel-out/
|
|
7128
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7129
7129
|
var TagContentType;
|
|
7130
7130
|
(function(TagContentType2) {
|
|
7131
7131
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7162,7 +7162,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7162
7162
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7163
7163
|
}
|
|
7164
7164
|
|
|
7165
|
-
// bazel-out/
|
|
7165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
7166
7166
|
var Comment = class {
|
|
7167
7167
|
constructor(value, sourceSpan) {
|
|
7168
7168
|
this.value = value;
|
|
@@ -7618,7 +7618,7 @@ function visitAll(visitor, nodes) {
|
|
|
7618
7618
|
return result;
|
|
7619
7619
|
}
|
|
7620
7620
|
|
|
7621
|
-
// bazel-out/
|
|
7621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
7622
7622
|
var Message = class {
|
|
7623
7623
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
7624
7624
|
this.nodes = nodes;
|
|
@@ -7809,7 +7809,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
7809
7809
|
}
|
|
7810
7810
|
};
|
|
7811
7811
|
|
|
7812
|
-
// bazel-out/
|
|
7812
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
7813
7813
|
var Serializer = class {
|
|
7814
7814
|
createNameMapper(message) {
|
|
7815
7815
|
return null;
|
|
@@ -7866,7 +7866,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
7866
7866
|
}
|
|
7867
7867
|
};
|
|
7868
7868
|
|
|
7869
|
-
// bazel-out/
|
|
7869
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
7870
7870
|
var _Visitor = class {
|
|
7871
7871
|
visitTag(tag) {
|
|
7872
7872
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -7954,7 +7954,7 @@ function escapeXml(text2) {
|
|
|
7954
7954
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
7955
7955
|
}
|
|
7956
7956
|
|
|
7957
|
-
// bazel-out/
|
|
7957
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
7958
7958
|
var _XMB_HANDLER = "angular";
|
|
7959
7959
|
var _MESSAGES_TAG = "messagebundle";
|
|
7960
7960
|
var _MESSAGE_TAG = "msg";
|
|
@@ -8116,7 +8116,7 @@ function toPublicName(internalName) {
|
|
|
8116
8116
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
8117
8117
|
}
|
|
8118
8118
|
|
|
8119
|
-
// bazel-out/
|
|
8119
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
8120
8120
|
var I18N_ATTR = "i18n";
|
|
8121
8121
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
8122
8122
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -8156,7 +8156,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
8156
8156
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
8157
8157
|
}
|
|
8158
8158
|
|
|
8159
|
-
// bazel-out/
|
|
8159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
8160
8160
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
8161
8161
|
var TEMPORARY_NAME = "_t";
|
|
8162
8162
|
var CONTEXT_NAME = "ctx";
|
|
@@ -8283,7 +8283,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
8283
8283
|
return attributesMap;
|
|
8284
8284
|
}
|
|
8285
8285
|
|
|
8286
|
-
// bazel-out/
|
|
8286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
8287
8287
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
8288
8288
|
let result = null;
|
|
8289
8289
|
const factoryMeta = {
|
|
@@ -8370,7 +8370,7 @@ function createFactoryFunction(type) {
|
|
|
8370
8370
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
8371
8371
|
}
|
|
8372
8372
|
|
|
8373
|
-
// bazel-out/
|
|
8373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
8374
8374
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
8375
8375
|
/^\s*$/,
|
|
8376
8376
|
/[<>]/,
|
|
@@ -8392,7 +8392,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
8392
8392
|
}
|
|
8393
8393
|
}
|
|
8394
8394
|
|
|
8395
|
-
// bazel-out/
|
|
8395
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
8396
8396
|
var InterpolationConfig = class {
|
|
8397
8397
|
static fromArray(markers) {
|
|
8398
8398
|
if (!markers) {
|
|
@@ -8409,7 +8409,7 @@ var InterpolationConfig = class {
|
|
|
8409
8409
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
8410
8410
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
8411
8411
|
|
|
8412
|
-
// bazel-out/
|
|
8412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
8413
8413
|
var $EOF = 0;
|
|
8414
8414
|
var $BSPACE = 8;
|
|
8415
8415
|
var $TAB = 9;
|
|
@@ -8491,7 +8491,7 @@ function isQuote(code) {
|
|
|
8491
8491
|
return code === $SQ || code === $DQ || code === $BT;
|
|
8492
8492
|
}
|
|
8493
8493
|
|
|
8494
|
-
// bazel-out/
|
|
8494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
8495
8495
|
var ParseLocation = class {
|
|
8496
8496
|
constructor(file, offset, line, col) {
|
|
8497
8497
|
this.file = file;
|
|
@@ -8638,7 +8638,7 @@ function sanitizeIdentifier(name) {
|
|
|
8638
8638
|
return name.replace(/\W/g, "_");
|
|
8639
8639
|
}
|
|
8640
8640
|
|
|
8641
|
-
// bazel-out/
|
|
8641
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
8642
8642
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
8643
8643
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
8644
8644
|
constructor() {
|
|
@@ -8731,7 +8731,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
8731
8731
|
}
|
|
8732
8732
|
};
|
|
8733
8733
|
|
|
8734
|
-
// bazel-out/
|
|
8734
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
8735
8735
|
var policy;
|
|
8736
8736
|
function getPolicy() {
|
|
8737
8737
|
if (policy === void 0) {
|
|
@@ -8769,7 +8769,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
8769
8769
|
return fn2.bind(_global);
|
|
8770
8770
|
}
|
|
8771
8771
|
|
|
8772
|
-
// bazel-out/
|
|
8772
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
8773
8773
|
var JitEvaluator = class {
|
|
8774
8774
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
8775
8775
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -8857,7 +8857,7 @@ function isUseStrictStatement(statement) {
|
|
|
8857
8857
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
8858
8858
|
}
|
|
8859
8859
|
|
|
8860
|
-
// bazel-out/
|
|
8860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
8861
8861
|
function compileInjector(meta) {
|
|
8862
8862
|
const definitionMap = new DefinitionMap();
|
|
8863
8863
|
if (meta.providers !== null) {
|
|
@@ -8874,7 +8874,7 @@ function createInjectorType(meta) {
|
|
|
8874
8874
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
8875
8875
|
}
|
|
8876
8876
|
|
|
8877
|
-
// bazel-out/
|
|
8877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
8878
8878
|
var R3JitReflector = class {
|
|
8879
8879
|
constructor(context) {
|
|
8880
8880
|
this.context = context;
|
|
@@ -8890,7 +8890,7 @@ var R3JitReflector = class {
|
|
|
8890
8890
|
}
|
|
8891
8891
|
};
|
|
8892
8892
|
|
|
8893
|
-
// bazel-out/
|
|
8893
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
8894
8894
|
var R3SelectorScopeMode;
|
|
8895
8895
|
(function(R3SelectorScopeMode2) {
|
|
8896
8896
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -9025,7 +9025,7 @@ function tupleOfTypes(types) {
|
|
|
9025
9025
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
9026
9026
|
}
|
|
9027
9027
|
|
|
9028
|
-
// bazel-out/
|
|
9028
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
9029
9029
|
function compilePipeFromMetadata(metadata) {
|
|
9030
9030
|
const definitionMapValues = [];
|
|
9031
9031
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -9046,7 +9046,7 @@ function createPipeType(metadata) {
|
|
|
9046
9046
|
]));
|
|
9047
9047
|
}
|
|
9048
9048
|
|
|
9049
|
-
// bazel-out/
|
|
9049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
9050
9050
|
var R3TemplateDependencyKind;
|
|
9051
9051
|
(function(R3TemplateDependencyKind2) {
|
|
9052
9052
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -9054,7 +9054,7 @@ var R3TemplateDependencyKind;
|
|
|
9054
9054
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
9055
9055
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
9056
9056
|
|
|
9057
|
-
// bazel-out/
|
|
9057
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
9058
9058
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
9059
9059
|
"inherit",
|
|
9060
9060
|
"initial",
|
|
@@ -9534,7 +9534,7 @@ function repeatGroups(groups, multiples) {
|
|
|
9534
9534
|
}
|
|
9535
9535
|
}
|
|
9536
9536
|
|
|
9537
|
-
// bazel-out/
|
|
9537
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
9538
9538
|
var OpKind;
|
|
9539
9539
|
(function(OpKind2) {
|
|
9540
9540
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -9688,7 +9688,7 @@ var TemplateKind;
|
|
|
9688
9688
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
9689
9689
|
})(TemplateKind || (TemplateKind = {}));
|
|
9690
9690
|
|
|
9691
|
-
// bazel-out/
|
|
9691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
9692
9692
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
9693
9693
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
9694
9694
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -9716,7 +9716,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
9716
9716
|
return expr[UsesVarOffset] === true;
|
|
9717
9717
|
}
|
|
9718
9718
|
|
|
9719
|
-
// bazel-out/
|
|
9719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
9720
9720
|
function createStatementOp(statement) {
|
|
9721
9721
|
return __spreadValues({
|
|
9722
9722
|
kind: OpKind.Statement,
|
|
@@ -9738,7 +9738,7 @@ var NEW_OP = {
|
|
|
9738
9738
|
next: null
|
|
9739
9739
|
};
|
|
9740
9740
|
|
|
9741
|
-
// bazel-out/
|
|
9741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
9742
9742
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
9743
9743
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
9744
9744
|
kind: OpKind.InterpolateText,
|
|
@@ -9918,7 +9918,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
9918
9918
|
}, NEW_OP);
|
|
9919
9919
|
}
|
|
9920
9920
|
|
|
9921
|
-
// bazel-out/
|
|
9921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
9922
9922
|
var _a;
|
|
9923
9923
|
var _b;
|
|
9924
9924
|
var _c;
|
|
@@ -10780,7 +10780,7 @@ function isStringLiteral(expr) {
|
|
|
10780
10780
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
10781
10781
|
}
|
|
10782
10782
|
|
|
10783
|
-
// bazel-out/
|
|
10783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
10784
10784
|
var _OpList = class {
|
|
10785
10785
|
constructor() {
|
|
10786
10786
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -10971,14 +10971,14 @@ var OpList = _OpList;
|
|
|
10971
10971
|
_OpList.nextListId = 0;
|
|
10972
10972
|
})();
|
|
10973
10973
|
|
|
10974
|
-
// bazel-out/
|
|
10974
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
10975
10975
|
var SlotHandle = class {
|
|
10976
10976
|
constructor() {
|
|
10977
10977
|
this.slot = null;
|
|
10978
10978
|
}
|
|
10979
10979
|
};
|
|
10980
10980
|
|
|
10981
|
-
// bazel-out/
|
|
10981
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
10982
10982
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
10983
10983
|
OpKind.Element,
|
|
10984
10984
|
OpKind.ElementStart,
|
|
@@ -11282,7 +11282,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
11282
11282
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
11283
11283
|
}
|
|
11284
11284
|
|
|
11285
|
-
// bazel-out/
|
|
11285
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
11286
11286
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
11287
11287
|
return __spreadValues(__spreadValues({
|
|
11288
11288
|
kind: OpKind.HostProperty,
|
|
@@ -11296,10 +11296,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
11296
11296
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
11297
11297
|
}
|
|
11298
11298
|
|
|
11299
|
-
// bazel-out/
|
|
11299
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
11300
11300
|
var CTX_REF = "CTX_REF_MARKER";
|
|
11301
11301
|
|
|
11302
|
-
// bazel-out/
|
|
11302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
11303
11303
|
var CompilationJobKind;
|
|
11304
11304
|
(function(CompilationJobKind2) {
|
|
11305
11305
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -11407,7 +11407,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
11407
11407
|
}
|
|
11408
11408
|
};
|
|
11409
11409
|
|
|
11410
|
-
// bazel-out/
|
|
11410
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
11411
11411
|
function deleteAnyCasts(job) {
|
|
11412
11412
|
for (const unit of job.units) {
|
|
11413
11413
|
for (const op of unit.ops()) {
|
|
@@ -11425,7 +11425,7 @@ function removeAnys(e) {
|
|
|
11425
11425
|
return e;
|
|
11426
11426
|
}
|
|
11427
11427
|
|
|
11428
|
-
// bazel-out/
|
|
11428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
11429
11429
|
function applyI18nExpressions(job) {
|
|
11430
11430
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
11431
11431
|
for (const unit of job.units) {
|
|
@@ -11468,7 +11468,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
11468
11468
|
return false;
|
|
11469
11469
|
}
|
|
11470
11470
|
|
|
11471
|
-
// bazel-out/
|
|
11471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
11472
11472
|
function assignI18nSlotDependencies(job) {
|
|
11473
11473
|
for (const unit of job.units) {
|
|
11474
11474
|
let updateOp = unit.update.head;
|
|
@@ -11513,7 +11513,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
11513
11513
|
}
|
|
11514
11514
|
}
|
|
11515
11515
|
|
|
11516
|
-
// bazel-out/
|
|
11516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
11517
11517
|
function createOpXrefMap(unit) {
|
|
11518
11518
|
const map = /* @__PURE__ */ new Map();
|
|
11519
11519
|
for (const op of unit.create) {
|
|
@@ -11528,7 +11528,7 @@ function createOpXrefMap(unit) {
|
|
|
11528
11528
|
return map;
|
|
11529
11529
|
}
|
|
11530
11530
|
|
|
11531
|
-
// bazel-out/
|
|
11531
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
11532
11532
|
function extractAttributes(job) {
|
|
11533
11533
|
for (const unit of job.units) {
|
|
11534
11534
|
const elements = createOpXrefMap(unit);
|
|
@@ -11657,7 +11657,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
11657
11657
|
}
|
|
11658
11658
|
}
|
|
11659
11659
|
|
|
11660
|
-
// bazel-out/
|
|
11660
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
11661
11661
|
function lookupElement2(elements, xref) {
|
|
11662
11662
|
const el = elements.get(xref);
|
|
11663
11663
|
if (el === void 0) {
|
|
@@ -11714,7 +11714,7 @@ function specializeBindings(job) {
|
|
|
11714
11714
|
}
|
|
11715
11715
|
}
|
|
11716
11716
|
|
|
11717
|
-
// bazel-out/
|
|
11717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
11718
11718
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
11719
11719
|
Identifiers.attribute,
|
|
11720
11720
|
Identifiers.classProp,
|
|
@@ -11782,7 +11782,7 @@ function chainOperationsInList(opList) {
|
|
|
11782
11782
|
}
|
|
11783
11783
|
}
|
|
11784
11784
|
|
|
11785
|
-
// bazel-out/
|
|
11785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
11786
11786
|
function collapseSingletonInterpolations(job) {
|
|
11787
11787
|
for (const unit of job.units) {
|
|
11788
11788
|
for (const op of unit.update) {
|
|
@@ -11794,7 +11794,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
11794
11794
|
}
|
|
11795
11795
|
}
|
|
11796
11796
|
|
|
11797
|
-
// bazel-out/
|
|
11797
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
11798
11798
|
function generateConditionalExpressions(job) {
|
|
11799
11799
|
for (const unit of job.units) {
|
|
11800
11800
|
for (const op of unit.ops()) {
|
|
@@ -11831,7 +11831,7 @@ function generateConditionalExpressions(job) {
|
|
|
11831
11831
|
}
|
|
11832
11832
|
}
|
|
11833
11833
|
|
|
11834
|
-
// bazel-out/
|
|
11834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
11835
11835
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
11836
11836
|
["&&", BinaryOperator.And],
|
|
11837
11837
|
[">", BinaryOperator.Bigger],
|
|
@@ -11888,7 +11888,7 @@ function literalOrArrayLiteral(value) {
|
|
|
11888
11888
|
return literal(value);
|
|
11889
11889
|
}
|
|
11890
11890
|
|
|
11891
|
-
// bazel-out/
|
|
11891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
11892
11892
|
function collectElementConsts(job) {
|
|
11893
11893
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
11894
11894
|
for (const unit of job.units) {
|
|
@@ -12057,7 +12057,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
12057
12057
|
return literalArr(attrArray);
|
|
12058
12058
|
}
|
|
12059
12059
|
|
|
12060
|
-
// bazel-out/
|
|
12060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
12061
12061
|
function convertI18nBindings(job) {
|
|
12062
12062
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
12063
12063
|
for (const unit of job.units) {
|
|
@@ -12098,7 +12098,7 @@ function convertI18nBindings(job) {
|
|
|
12098
12098
|
}
|
|
12099
12099
|
}
|
|
12100
12100
|
|
|
12101
|
-
// bazel-out/
|
|
12101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
12102
12102
|
function resolveDeferDepsFns(job) {
|
|
12103
12103
|
var _a2;
|
|
12104
12104
|
for (const unit of job.units) {
|
|
@@ -12123,7 +12123,7 @@ function resolveDeferDepsFns(job) {
|
|
|
12123
12123
|
}
|
|
12124
12124
|
}
|
|
12125
12125
|
|
|
12126
|
-
// bazel-out/
|
|
12126
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
12127
12127
|
function createI18nContexts(job) {
|
|
12128
12128
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
12129
12129
|
for (const unit of job.units) {
|
|
@@ -12201,7 +12201,7 @@ function createI18nContexts(job) {
|
|
|
12201
12201
|
}
|
|
12202
12202
|
}
|
|
12203
12203
|
|
|
12204
|
-
// bazel-out/
|
|
12204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
12205
12205
|
function deduplicateTextBindings(job) {
|
|
12206
12206
|
const seen = /* @__PURE__ */ new Map();
|
|
12207
12207
|
for (const unit of job.units) {
|
|
@@ -12223,7 +12223,7 @@ function deduplicateTextBindings(job) {
|
|
|
12223
12223
|
}
|
|
12224
12224
|
}
|
|
12225
12225
|
|
|
12226
|
-
// bazel-out/
|
|
12226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
12227
12227
|
function configureDeferInstructions(job) {
|
|
12228
12228
|
for (const unit of job.units) {
|
|
12229
12229
|
for (const op of unit.create) {
|
|
@@ -12240,7 +12240,7 @@ function configureDeferInstructions(job) {
|
|
|
12240
12240
|
}
|
|
12241
12241
|
}
|
|
12242
12242
|
|
|
12243
|
-
// bazel-out/
|
|
12243
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
12244
12244
|
function resolveDeferTargetNames(job) {
|
|
12245
12245
|
const scopes = /* @__PURE__ */ new Map();
|
|
12246
12246
|
function getScopeForView2(view) {
|
|
@@ -12334,7 +12334,7 @@ var Scope = class {
|
|
|
12334
12334
|
}
|
|
12335
12335
|
};
|
|
12336
12336
|
|
|
12337
|
-
// bazel-out/
|
|
12337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
12338
12338
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
12339
12339
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
12340
12340
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -12361,7 +12361,7 @@ function collapseEmptyInstructions(job) {
|
|
|
12361
12361
|
}
|
|
12362
12362
|
}
|
|
12363
12363
|
|
|
12364
|
-
// bazel-out/
|
|
12364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
12365
12365
|
function expandSafeReads(job) {
|
|
12366
12366
|
for (const unit of job.units) {
|
|
12367
12367
|
for (const op of unit.ops()) {
|
|
@@ -12497,7 +12497,7 @@ function ternaryTransform(e) {
|
|
|
12497
12497
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
12498
12498
|
}
|
|
12499
12499
|
|
|
12500
|
-
// bazel-out/
|
|
12500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
12501
12501
|
var ESCAPE = "\uFFFD";
|
|
12502
12502
|
var ELEMENT_MARKER = "#";
|
|
12503
12503
|
var TEMPLATE_MARKER = "*";
|
|
@@ -12633,7 +12633,7 @@ function formatValue(value) {
|
|
|
12633
12633
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
12634
12634
|
}
|
|
12635
12635
|
|
|
12636
|
-
// bazel-out/
|
|
12636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
12637
12637
|
function generateAdvance(job) {
|
|
12638
12638
|
for (const unit of job.units) {
|
|
12639
12639
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -12665,7 +12665,7 @@ function generateAdvance(job) {
|
|
|
12665
12665
|
}
|
|
12666
12666
|
}
|
|
12667
12667
|
|
|
12668
|
-
// bazel-out/
|
|
12668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
12669
12669
|
function generateProjectionDefs(job) {
|
|
12670
12670
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
12671
12671
|
const selectors = [];
|
|
@@ -12689,7 +12689,7 @@ function generateProjectionDefs(job) {
|
|
|
12689
12689
|
}
|
|
12690
12690
|
}
|
|
12691
12691
|
|
|
12692
|
-
// bazel-out/
|
|
12692
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
12693
12693
|
function generateVariables(job) {
|
|
12694
12694
|
recursivelyProcessView(job.root, null);
|
|
12695
12695
|
}
|
|
@@ -12788,7 +12788,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
12788
12788
|
return newOps;
|
|
12789
12789
|
}
|
|
12790
12790
|
|
|
12791
|
-
// bazel-out/
|
|
12791
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
12792
12792
|
function collectConstExpressions(job) {
|
|
12793
12793
|
for (const unit of job.units) {
|
|
12794
12794
|
for (const op of unit.ops()) {
|
|
@@ -12802,7 +12802,7 @@ function collectConstExpressions(job) {
|
|
|
12802
12802
|
}
|
|
12803
12803
|
}
|
|
12804
12804
|
|
|
12805
|
-
// bazel-out/
|
|
12805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
12806
12806
|
var STYLE_DOT = "style.";
|
|
12807
12807
|
var CLASS_DOT = "class.";
|
|
12808
12808
|
var STYLE_BANG = "style!";
|
|
@@ -12860,7 +12860,7 @@ function parseProperty(name) {
|
|
|
12860
12860
|
return { property: property2, suffix };
|
|
12861
12861
|
}
|
|
12862
12862
|
|
|
12863
|
-
// bazel-out/
|
|
12863
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
12864
12864
|
function mapLiteral(obj, quoted = false) {
|
|
12865
12865
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
12866
12866
|
key,
|
|
@@ -12869,7 +12869,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
12869
12869
|
})));
|
|
12870
12870
|
}
|
|
12871
12871
|
|
|
12872
|
-
// bazel-out/
|
|
12872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
12873
12873
|
var IcuSerializerVisitor = class {
|
|
12874
12874
|
visitText(text2) {
|
|
12875
12875
|
return text2.value;
|
|
@@ -12903,7 +12903,7 @@ function serializeIcuNode(icu) {
|
|
|
12903
12903
|
return icu.visit(serializer);
|
|
12904
12904
|
}
|
|
12905
12905
|
|
|
12906
|
-
// bazel-out/
|
|
12906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
12907
12907
|
var TokenType;
|
|
12908
12908
|
(function(TokenType2) {
|
|
12909
12909
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13264,7 +13264,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13264
13264
|
return result;
|
|
13265
13265
|
}
|
|
13266
13266
|
|
|
13267
|
-
// bazel-out/
|
|
13267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
13268
13268
|
var SplitInterpolation = class {
|
|
13269
13269
|
constructor(strings, expressions, offsets) {
|
|
13270
13270
|
this.strings = strings;
|
|
@@ -14146,7 +14146,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14146
14146
|
return offsetMap;
|
|
14147
14147
|
}
|
|
14148
14148
|
|
|
14149
|
-
// bazel-out/
|
|
14149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
14150
14150
|
var NodeWithI18n = class {
|
|
14151
14151
|
constructor(sourceSpan, i18n2) {
|
|
14152
14152
|
this.sourceSpan = sourceSpan;
|
|
@@ -14257,7 +14257,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
14257
14257
|
return result;
|
|
14258
14258
|
}
|
|
14259
14259
|
|
|
14260
|
-
// bazel-out/
|
|
14260
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14261
14261
|
var _SECURITY_SCHEMA;
|
|
14262
14262
|
function SECURITY_SCHEMA() {
|
|
14263
14263
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14318,11 +14318,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14318
14318
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14319
14319
|
}
|
|
14320
14320
|
|
|
14321
|
-
// bazel-out/
|
|
14321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14322
14322
|
var ElementSchemaRegistry = class {
|
|
14323
14323
|
};
|
|
14324
14324
|
|
|
14325
|
-
// bazel-out/
|
|
14325
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14326
14326
|
var BOOLEAN = "boolean";
|
|
14327
14327
|
var NUMBER = "number";
|
|
14328
14328
|
var STRING = "string";
|
|
@@ -14705,7 +14705,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
14705
14705
|
}
|
|
14706
14706
|
}
|
|
14707
14707
|
|
|
14708
|
-
// bazel-out/
|
|
14708
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
14709
14709
|
var HtmlTagDefinition = class {
|
|
14710
14710
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
14711
14711
|
this.closedByChildren = {};
|
|
@@ -14841,7 +14841,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
14841
14841
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
14842
14842
|
}
|
|
14843
14843
|
|
|
14844
|
-
// bazel-out/
|
|
14844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
14845
14845
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
14846
14846
|
"A": "LINK",
|
|
14847
14847
|
"B": "BOLD_TEXT",
|
|
@@ -14963,7 +14963,7 @@ var PlaceholderRegistry = class {
|
|
|
14963
14963
|
}
|
|
14964
14964
|
};
|
|
14965
14965
|
|
|
14966
|
-
// bazel-out/
|
|
14966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
14967
14967
|
var _expParser = new Parser(new Lexer());
|
|
14968
14968
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
14969
14969
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -15142,14 +15142,14 @@ function extractPlaceholderName(input) {
|
|
|
15142
15142
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15143
15143
|
}
|
|
15144
15144
|
|
|
15145
|
-
// bazel-out/
|
|
15145
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15146
15146
|
var I18nError = class extends ParseError {
|
|
15147
15147
|
constructor(span, msg) {
|
|
15148
15148
|
super(span, msg);
|
|
15149
15149
|
}
|
|
15150
15150
|
};
|
|
15151
15151
|
|
|
15152
|
-
// bazel-out/
|
|
15152
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
15153
15153
|
var NAMED_ENTITIES = {
|
|
15154
15154
|
"AElig": "\xC6",
|
|
15155
15155
|
"AMP": "&",
|
|
@@ -17280,7 +17280,7 @@ var NAMED_ENTITIES = {
|
|
|
17280
17280
|
var NGSP_UNICODE = "\uE500";
|
|
17281
17281
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
17282
17282
|
|
|
17283
|
-
// bazel-out/
|
|
17283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
17284
17284
|
var TokenError = class extends ParseError {
|
|
17285
17285
|
constructor(errorMsg, tokenType, span) {
|
|
17286
17286
|
super(span, errorMsg);
|
|
@@ -18206,7 +18206,7 @@ var CursorError = class {
|
|
|
18206
18206
|
}
|
|
18207
18207
|
};
|
|
18208
18208
|
|
|
18209
|
-
// bazel-out/
|
|
18209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
18210
18210
|
var TreeError = class extends ParseError {
|
|
18211
18211
|
static create(elementName, span, msg) {
|
|
18212
18212
|
return new TreeError(elementName, span, msg);
|
|
@@ -18590,7 +18590,7 @@ function decodeEntity(match, entity) {
|
|
|
18590
18590
|
return match;
|
|
18591
18591
|
}
|
|
18592
18592
|
|
|
18593
|
-
// bazel-out/
|
|
18593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
18594
18594
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
18595
18595
|
"iframe|srcdoc",
|
|
18596
18596
|
"*|innerhtml",
|
|
@@ -18605,7 +18605,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
18605
18605
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
18606
18606
|
}
|
|
18607
18607
|
|
|
18608
|
-
// bazel-out/
|
|
18608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
18609
18609
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
18610
18610
|
if (htmlNode instanceof NodeWithI18n) {
|
|
18611
18611
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -18762,7 +18762,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
18762
18762
|
return jsDocComment(tags);
|
|
18763
18763
|
}
|
|
18764
18764
|
|
|
18765
|
-
// bazel-out/
|
|
18765
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
18766
18766
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
18767
18767
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
18768
18768
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -18813,7 +18813,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
18813
18813
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
18814
18814
|
}
|
|
18815
18815
|
|
|
18816
|
-
// bazel-out/
|
|
18816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
18817
18817
|
function createLocalizeStatements(variable2, message, params) {
|
|
18818
18818
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
18819
18819
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -18902,7 +18902,7 @@ function createEmptyMessagePart(location) {
|
|
|
18902
18902
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
18903
18903
|
}
|
|
18904
18904
|
|
|
18905
|
-
// bazel-out/
|
|
18905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
18906
18906
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
18907
18907
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
18908
18908
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -19073,7 +19073,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
19073
19073
|
return variable(name);
|
|
19074
19074
|
}
|
|
19075
19075
|
|
|
19076
|
-
// bazel-out/
|
|
19076
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
19077
19077
|
function convertI18nText(job) {
|
|
19078
19078
|
var _a2, _b2, _c2;
|
|
19079
19079
|
for (const unit of job.units) {
|
|
@@ -19143,7 +19143,7 @@ function convertI18nText(job) {
|
|
|
19143
19143
|
}
|
|
19144
19144
|
}
|
|
19145
19145
|
|
|
19146
|
-
// bazel-out/
|
|
19146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
19147
19147
|
function liftLocalRefs(job) {
|
|
19148
19148
|
for (const unit of job.units) {
|
|
19149
19149
|
for (const op of unit.create) {
|
|
@@ -19173,7 +19173,7 @@ function serializeLocalRefs(refs) {
|
|
|
19173
19173
|
return literalArr(constRefs);
|
|
19174
19174
|
}
|
|
19175
19175
|
|
|
19176
|
-
// bazel-out/
|
|
19176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
19177
19177
|
function emitNamespaceChanges(job) {
|
|
19178
19178
|
for (const unit of job.units) {
|
|
19179
19179
|
let activeNamespace = Namespace.HTML;
|
|
@@ -19189,7 +19189,7 @@ function emitNamespaceChanges(job) {
|
|
|
19189
19189
|
}
|
|
19190
19190
|
}
|
|
19191
19191
|
|
|
19192
|
-
// bazel-out/
|
|
19192
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
19193
19193
|
function parse(value) {
|
|
19194
19194
|
const styles = [];
|
|
19195
19195
|
let i = 0;
|
|
@@ -19283,7 +19283,7 @@ function parseExtractedStyles(job) {
|
|
|
19283
19283
|
}
|
|
19284
19284
|
}
|
|
19285
19285
|
|
|
19286
|
-
// bazel-out/
|
|
19286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
19287
19287
|
function nameFunctionsAndVariables(job) {
|
|
19288
19288
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
19289
19289
|
}
|
|
@@ -19427,7 +19427,7 @@ function stripImportant(name) {
|
|
|
19427
19427
|
return name;
|
|
19428
19428
|
}
|
|
19429
19429
|
|
|
19430
|
-
// bazel-out/
|
|
19430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
19431
19431
|
function mergeNextContextExpressions(job) {
|
|
19432
19432
|
for (const unit of job.units) {
|
|
19433
19433
|
for (const op of unit.create) {
|
|
@@ -19473,7 +19473,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
19473
19473
|
}
|
|
19474
19474
|
}
|
|
19475
19475
|
|
|
19476
|
-
// bazel-out/
|
|
19476
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
19477
19477
|
var CONTAINER_TAG = "ng-container";
|
|
19478
19478
|
function generateNgContainerOps(job) {
|
|
19479
19479
|
for (const unit of job.units) {
|
|
@@ -19490,7 +19490,7 @@ function generateNgContainerOps(job) {
|
|
|
19490
19490
|
}
|
|
19491
19491
|
}
|
|
19492
19492
|
|
|
19493
|
-
// bazel-out/
|
|
19493
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
19494
19494
|
function lookupElement3(elements, xref) {
|
|
19495
19495
|
const el = elements.get(xref);
|
|
19496
19496
|
if (el === void 0) {
|
|
@@ -19520,7 +19520,7 @@ function disableBindings(job) {
|
|
|
19520
19520
|
}
|
|
19521
19521
|
}
|
|
19522
19522
|
|
|
19523
|
-
// bazel-out/
|
|
19523
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
19524
19524
|
function generateNullishCoalesceExpressions(job) {
|
|
19525
19525
|
for (const unit of job.units) {
|
|
19526
19526
|
for (const op of unit.ops()) {
|
|
@@ -19536,7 +19536,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
19536
19536
|
}
|
|
19537
19537
|
}
|
|
19538
19538
|
|
|
19539
|
-
// bazel-out/
|
|
19539
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
19540
19540
|
function kindTest(kind) {
|
|
19541
19541
|
return (op) => op.kind === kind;
|
|
19542
19542
|
}
|
|
@@ -19626,7 +19626,7 @@ function keepLast(ops) {
|
|
|
19626
19626
|
return ops.slice(ops.length - 1);
|
|
19627
19627
|
}
|
|
19628
19628
|
|
|
19629
|
-
// bazel-out/
|
|
19629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
19630
19630
|
function removeContentSelectors(job) {
|
|
19631
19631
|
for (const unit of job.units) {
|
|
19632
19632
|
const elements = createOpXrefMap(unit);
|
|
@@ -19653,7 +19653,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
19653
19653
|
return el;
|
|
19654
19654
|
}
|
|
19655
19655
|
|
|
19656
|
-
// bazel-out/
|
|
19656
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
19657
19657
|
function createPipes(job) {
|
|
19658
19658
|
for (const unit of job.units) {
|
|
19659
19659
|
processPipeBindingsInView(unit);
|
|
@@ -19701,7 +19701,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
19701
19701
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
19702
19702
|
}
|
|
19703
19703
|
|
|
19704
|
-
// bazel-out/
|
|
19704
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
19705
19705
|
function createVariadicPipes(job) {
|
|
19706
19706
|
for (const unit of job.units) {
|
|
19707
19707
|
for (const op of unit.update) {
|
|
@@ -19718,7 +19718,7 @@ function createVariadicPipes(job) {
|
|
|
19718
19718
|
}
|
|
19719
19719
|
}
|
|
19720
19720
|
|
|
19721
|
-
// bazel-out/
|
|
19721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
19722
19722
|
function propagateI18nBlocks(job) {
|
|
19723
19723
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
19724
19724
|
}
|
|
@@ -19772,7 +19772,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
19772
19772
|
}
|
|
19773
19773
|
}
|
|
19774
19774
|
|
|
19775
|
-
// bazel-out/
|
|
19775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
19776
19776
|
function extractPureFunctions(job) {
|
|
19777
19777
|
for (const view of job.units) {
|
|
19778
19778
|
for (const op of view.ops()) {
|
|
@@ -19814,7 +19814,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
19814
19814
|
}
|
|
19815
19815
|
};
|
|
19816
19816
|
|
|
19817
|
-
// bazel-out/
|
|
19817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
19818
19818
|
function generatePureLiteralStructures(job) {
|
|
19819
19819
|
for (const unit of job.units) {
|
|
19820
19820
|
for (const op of unit.update) {
|
|
@@ -19861,7 +19861,7 @@ function transformLiteralMap(expr) {
|
|
|
19861
19861
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
19862
19862
|
}
|
|
19863
19863
|
|
|
19864
|
-
// bazel-out/
|
|
19864
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
19865
19865
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
19866
19866
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
19867
19867
|
}
|
|
@@ -20384,7 +20384,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
20384
20384
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
20385
20385
|
}
|
|
20386
20386
|
|
|
20387
|
-
// bazel-out/
|
|
20387
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
20388
20388
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
20389
20389
|
["window", Identifiers.resolveWindow],
|
|
20390
20390
|
["document", Identifiers.resolveDocument],
|
|
@@ -20740,7 +20740,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
20740
20740
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
20741
20741
|
}
|
|
20742
20742
|
|
|
20743
|
-
// bazel-out/
|
|
20743
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
20744
20744
|
function removeEmptyBindings(job) {
|
|
20745
20745
|
for (const unit of job.units) {
|
|
20746
20746
|
for (const op of unit.update) {
|
|
@@ -20761,7 +20761,7 @@ function removeEmptyBindings(job) {
|
|
|
20761
20761
|
}
|
|
20762
20762
|
}
|
|
20763
20763
|
|
|
20764
|
-
// bazel-out/
|
|
20764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
20765
20765
|
function removeI18nContexts(job) {
|
|
20766
20766
|
for (const unit of job.units) {
|
|
20767
20767
|
for (const op of unit.create) {
|
|
@@ -20777,7 +20777,7 @@ function removeI18nContexts(job) {
|
|
|
20777
20777
|
}
|
|
20778
20778
|
}
|
|
20779
20779
|
|
|
20780
|
-
// bazel-out/
|
|
20780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
20781
20781
|
function removeUnusedI18nAttributesOps(job) {
|
|
20782
20782
|
for (const unit of job.units) {
|
|
20783
20783
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -20799,7 +20799,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
20799
20799
|
}
|
|
20800
20800
|
}
|
|
20801
20801
|
|
|
20802
|
-
// bazel-out/
|
|
20802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
20803
20803
|
function resolveContexts(job) {
|
|
20804
20804
|
for (const unit of job.units) {
|
|
20805
20805
|
processLexicalScope(unit, unit.create);
|
|
@@ -20841,7 +20841,7 @@ function processLexicalScope(view, ops) {
|
|
|
20841
20841
|
}
|
|
20842
20842
|
}
|
|
20843
20843
|
|
|
20844
|
-
// bazel-out/
|
|
20844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
20845
20845
|
function resolveDollarEvent(job) {
|
|
20846
20846
|
for (const unit of job.units) {
|
|
20847
20847
|
transformDollarEvent(unit.create);
|
|
@@ -20864,7 +20864,7 @@ function transformDollarEvent(ops) {
|
|
|
20864
20864
|
}
|
|
20865
20865
|
}
|
|
20866
20866
|
|
|
20867
|
-
// bazel-out/
|
|
20867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
20868
20868
|
function resolveI18nElementPlaceholders(job) {
|
|
20869
20869
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
20870
20870
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -21043,7 +21043,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
21043
21043
|
params.set(placeholder, values);
|
|
21044
21044
|
}
|
|
21045
21045
|
|
|
21046
|
-
// bazel-out/
|
|
21046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
21047
21047
|
function resolveI18nExpressionPlaceholders(job) {
|
|
21048
21048
|
var _a2;
|
|
21049
21049
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -21096,7 +21096,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
21096
21096
|
}
|
|
21097
21097
|
}
|
|
21098
21098
|
|
|
21099
|
-
// bazel-out/
|
|
21099
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
21100
21100
|
function resolveNames(job) {
|
|
21101
21101
|
for (const unit of job.units) {
|
|
21102
21102
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -21161,7 +21161,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
21161
21161
|
}
|
|
21162
21162
|
}
|
|
21163
21163
|
|
|
21164
|
-
// bazel-out/
|
|
21164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
21165
21165
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
21166
21166
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
21167
21167
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -21231,7 +21231,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
21231
21231
|
return securityContext;
|
|
21232
21232
|
}
|
|
21233
21233
|
|
|
21234
|
-
// bazel-out/
|
|
21234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
21235
21235
|
function transformTwoWayBindingSet(job) {
|
|
21236
21236
|
for (const unit of job.units) {
|
|
21237
21237
|
for (const op of unit.create) {
|
|
@@ -21254,7 +21254,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
21254
21254
|
}
|
|
21255
21255
|
}
|
|
21256
21256
|
|
|
21257
|
-
// bazel-out/
|
|
21257
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
21258
21258
|
function saveAndRestoreView(job) {
|
|
21259
21259
|
for (const unit of job.units) {
|
|
21260
21260
|
unit.create.prepend([
|
|
@@ -21299,7 +21299,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
21299
21299
|
}
|
|
21300
21300
|
}
|
|
21301
21301
|
|
|
21302
|
-
// bazel-out/
|
|
21302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
21303
21303
|
function allocateSlots(job) {
|
|
21304
21304
|
const slotMap = /* @__PURE__ */ new Map();
|
|
21305
21305
|
for (const unit of job.units) {
|
|
@@ -21324,7 +21324,7 @@ function allocateSlots(job) {
|
|
|
21324
21324
|
}
|
|
21325
21325
|
}
|
|
21326
21326
|
|
|
21327
|
-
// bazel-out/
|
|
21327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
21328
21328
|
function specializeStyleBindings(job) {
|
|
21329
21329
|
for (const unit of job.units) {
|
|
21330
21330
|
for (const op of unit.update) {
|
|
@@ -21354,7 +21354,7 @@ function specializeStyleBindings(job) {
|
|
|
21354
21354
|
}
|
|
21355
21355
|
}
|
|
21356
21356
|
|
|
21357
|
-
// bazel-out/
|
|
21357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
21358
21358
|
function generateTemporaryVariables(job) {
|
|
21359
21359
|
for (const unit of job.units) {
|
|
21360
21360
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -21412,7 +21412,7 @@ function assignName(names, expr) {
|
|
|
21412
21412
|
expr.name = name;
|
|
21413
21413
|
}
|
|
21414
21414
|
|
|
21415
|
-
// bazel-out/
|
|
21415
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
21416
21416
|
function generateTrackFns(job) {
|
|
21417
21417
|
for (const unit of job.units) {
|
|
21418
21418
|
for (const op of unit.create) {
|
|
@@ -21445,7 +21445,7 @@ function generateTrackFns(job) {
|
|
|
21445
21445
|
}
|
|
21446
21446
|
}
|
|
21447
21447
|
|
|
21448
|
-
// bazel-out/
|
|
21448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
21449
21449
|
function optimizeTrackFns(job) {
|
|
21450
21450
|
for (const unit of job.units) {
|
|
21451
21451
|
for (const op of unit.create) {
|
|
@@ -21493,7 +21493,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
21493
21493
|
return true;
|
|
21494
21494
|
}
|
|
21495
21495
|
|
|
21496
|
-
// bazel-out/
|
|
21496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
21497
21497
|
function generateTrackVariables(job) {
|
|
21498
21498
|
for (const unit of job.units) {
|
|
21499
21499
|
for (const op of unit.create) {
|
|
@@ -21514,7 +21514,7 @@ function generateTrackVariables(job) {
|
|
|
21514
21514
|
}
|
|
21515
21515
|
}
|
|
21516
21516
|
|
|
21517
|
-
// bazel-out/
|
|
21517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
21518
21518
|
function countVariables(job) {
|
|
21519
21519
|
for (const unit of job.units) {
|
|
21520
21520
|
let varCount = 0;
|
|
@@ -21624,7 +21624,7 @@ function isSingletonInterpolation(expr) {
|
|
|
21624
21624
|
return true;
|
|
21625
21625
|
}
|
|
21626
21626
|
|
|
21627
|
-
// bazel-out/
|
|
21627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
21628
21628
|
function optimizeVariables(job) {
|
|
21629
21629
|
for (const unit of job.units) {
|
|
21630
21630
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -21873,7 +21873,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
21873
21873
|
}
|
|
21874
21874
|
}
|
|
21875
21875
|
|
|
21876
|
-
// bazel-out/
|
|
21876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
21877
21877
|
function wrapI18nIcus(job) {
|
|
21878
21878
|
for (const unit of job.units) {
|
|
21879
21879
|
let currentI18nOp = null;
|
|
@@ -21903,7 +21903,7 @@ function wrapI18nIcus(job) {
|
|
|
21903
21903
|
}
|
|
21904
21904
|
}
|
|
21905
21905
|
|
|
21906
|
-
// bazel-out/
|
|
21906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
21907
21907
|
var phases = [
|
|
21908
21908
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
21909
21909
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -21945,6 +21945,7 @@ var phases = [
|
|
|
21945
21945
|
{ kind: CompilationJobKind.Both, fn: generateNullishCoalesceExpressions },
|
|
21946
21946
|
{ kind: CompilationJobKind.Both, fn: expandSafeReads },
|
|
21947
21947
|
{ kind: CompilationJobKind.Both, fn: generateTemporaryVariables },
|
|
21948
|
+
{ kind: CompilationJobKind.Both, fn: optimizeVariables },
|
|
21948
21949
|
{ kind: CompilationJobKind.Tmpl, fn: allocateSlots },
|
|
21949
21950
|
{ kind: CompilationJobKind.Tmpl, fn: resolveI18nElementPlaceholders },
|
|
21950
21951
|
{ kind: CompilationJobKind.Tmpl, fn: resolveI18nExpressionPlaceholders },
|
|
@@ -21956,7 +21957,6 @@ var phases = [
|
|
|
21956
21957
|
{ kind: CompilationJobKind.Tmpl, fn: removeI18nContexts },
|
|
21957
21958
|
{ kind: CompilationJobKind.Both, fn: countVariables },
|
|
21958
21959
|
{ kind: CompilationJobKind.Tmpl, fn: generateAdvance },
|
|
21959
|
-
{ kind: CompilationJobKind.Both, fn: optimizeVariables },
|
|
21960
21960
|
{ kind: CompilationJobKind.Both, fn: nameFunctionsAndVariables },
|
|
21961
21961
|
{ kind: CompilationJobKind.Tmpl, fn: resolveDeferDepsFns },
|
|
21962
21962
|
{ kind: CompilationJobKind.Tmpl, fn: mergeNextContextExpressions },
|
|
@@ -22057,7 +22057,7 @@ function emitHostBindingFunction(job) {
|
|
|
22057
22057
|
);
|
|
22058
22058
|
}
|
|
22059
22059
|
|
|
22060
|
-
// bazel-out/
|
|
22060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
22061
22061
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
22062
22062
|
var domSchema = new DomElementSchemaRegistry();
|
|
22063
22063
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -22808,7 +22808,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
22808
22808
|
return null;
|
|
22809
22809
|
}
|
|
22810
22810
|
|
|
22811
|
-
// bazel-out/
|
|
22811
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
22812
22812
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
22813
22813
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
22814
22814
|
}
|
|
@@ -22928,7 +22928,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
22928
22928
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
22929
22929
|
}
|
|
22930
22930
|
|
|
22931
|
-
// bazel-out/
|
|
22931
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
22932
22932
|
var HtmlParser = class extends Parser2 {
|
|
22933
22933
|
constructor() {
|
|
22934
22934
|
super(getHtmlTagDefinition);
|
|
@@ -22938,7 +22938,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
22938
22938
|
}
|
|
22939
22939
|
};
|
|
22940
22940
|
|
|
22941
|
-
// bazel-out/
|
|
22941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
22942
22942
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
22943
22943
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
22944
22944
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -23004,7 +23004,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
23004
23004
|
return result;
|
|
23005
23005
|
}
|
|
23006
23006
|
|
|
23007
|
-
// bazel-out/
|
|
23007
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
23008
23008
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
23009
23009
|
var ATTRIBUTE_PREFIX = "attr";
|
|
23010
23010
|
var CLASS_PREFIX = "class";
|
|
@@ -23358,7 +23358,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
23358
23358
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
23359
23359
|
}
|
|
23360
23360
|
|
|
23361
|
-
// bazel-out/
|
|
23361
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
23362
23362
|
function isStyleUrlResolvable(url) {
|
|
23363
23363
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
23364
23364
|
return false;
|
|
@@ -23367,7 +23367,7 @@ function isStyleUrlResolvable(url) {
|
|
|
23367
23367
|
}
|
|
23368
23368
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
23369
23369
|
|
|
23370
|
-
// bazel-out/
|
|
23370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
23371
23371
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
23372
23372
|
var LINK_ELEMENT = "link";
|
|
23373
23373
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -23437,7 +23437,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
23437
23437
|
return selectAttr;
|
|
23438
23438
|
}
|
|
23439
23439
|
|
|
23440
|
-
// bazel-out/
|
|
23440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
23441
23441
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
23442
23442
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
23443
23443
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -23760,7 +23760,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
23760
23760
|
return expression.slice(start, end);
|
|
23761
23761
|
}
|
|
23762
23762
|
|
|
23763
|
-
// bazel-out/
|
|
23763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
23764
23764
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
23765
23765
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
23766
23766
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -24024,7 +24024,7 @@ function parseDeferredTime(value) {
|
|
|
24024
24024
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
24025
24025
|
}
|
|
24026
24026
|
|
|
24027
|
-
// bazel-out/
|
|
24027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
24028
24028
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
24029
24029
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
24030
24030
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -24159,7 +24159,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
24159
24159
|
return { triggers, prefetchTriggers };
|
|
24160
24160
|
}
|
|
24161
24161
|
|
|
24162
|
-
// bazel-out/
|
|
24162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
24163
24163
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
24164
24164
|
var KW_BIND_IDX = 1;
|
|
24165
24165
|
var KW_LET_IDX = 2;
|
|
@@ -24613,7 +24613,7 @@ function textContents(node) {
|
|
|
24613
24613
|
}
|
|
24614
24614
|
}
|
|
24615
24615
|
|
|
24616
|
-
// bazel-out/
|
|
24616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
24617
24617
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
24618
24618
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
24619
24619
|
var _a2;
|
|
@@ -24691,7 +24691,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
24691
24691
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
24692
24692
|
}
|
|
24693
24693
|
|
|
24694
|
-
// bazel-out/
|
|
24694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
24695
24695
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
24696
24696
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
24697
24697
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -25082,7 +25082,7 @@ function compileDeferResolverFunction(meta) {
|
|
|
25082
25082
|
return arrowFn([], literalArr(depExpressions));
|
|
25083
25083
|
}
|
|
25084
25084
|
|
|
25085
|
-
// bazel-out/
|
|
25085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
25086
25086
|
var R3TargetBinder = class {
|
|
25087
25087
|
constructor(directiveMatcher) {
|
|
25088
25088
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -25715,11 +25715,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
25715
25715
|
return templateEntities;
|
|
25716
25716
|
}
|
|
25717
25717
|
|
|
25718
|
-
// bazel-out/
|
|
25718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
25719
25719
|
var ResourceLoader = class {
|
|
25720
25720
|
};
|
|
25721
25721
|
|
|
25722
|
-
// bazel-out/
|
|
25722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
25723
25723
|
var CompilerFacadeImpl = class {
|
|
25724
25724
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
25725
25725
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -26285,10 +26285,10 @@ function publishFacade(global) {
|
|
|
26285
26285
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
26286
26286
|
}
|
|
26287
26287
|
|
|
26288
|
-
// bazel-out/
|
|
26289
|
-
var VERSION2 = new Version("18.0.0-rc.
|
|
26288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26289
|
+
var VERSION2 = new Version("18.0.0-rc.2");
|
|
26290
26290
|
|
|
26291
|
-
// bazel-out/
|
|
26291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26292
26292
|
var _I18N_ATTR = "i18n";
|
|
26293
26293
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
26294
26294
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -26597,7 +26597,7 @@ function _parseMessageMeta(i18n2) {
|
|
|
26597
26597
|
return { meaning, description, id: id.trim() };
|
|
26598
26598
|
}
|
|
26599
26599
|
|
|
26600
|
-
// bazel-out/
|
|
26600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
26601
26601
|
var XmlTagDefinition = class {
|
|
26602
26602
|
constructor() {
|
|
26603
26603
|
this.closedByParent = false;
|
|
@@ -26622,7 +26622,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
26622
26622
|
return _TAG_DEFINITION;
|
|
26623
26623
|
}
|
|
26624
26624
|
|
|
26625
|
-
// bazel-out/
|
|
26625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
26626
26626
|
var XmlParser = class extends Parser2 {
|
|
26627
26627
|
constructor() {
|
|
26628
26628
|
super(getXmlTagDefinition);
|
|
@@ -26632,7 +26632,7 @@ var XmlParser = class extends Parser2 {
|
|
|
26632
26632
|
}
|
|
26633
26633
|
};
|
|
26634
26634
|
|
|
26635
|
-
// bazel-out/
|
|
26635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
26636
26636
|
var _VERSION = "1.2";
|
|
26637
26637
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
26638
26638
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -26910,7 +26910,7 @@ function getCtypeForTag(tag) {
|
|
|
26910
26910
|
}
|
|
26911
26911
|
}
|
|
26912
26912
|
|
|
26913
|
-
// bazel-out/
|
|
26913
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
26914
26914
|
var _VERSION2 = "2.0";
|
|
26915
26915
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
26916
26916
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -27237,7 +27237,7 @@ function getTypeForTag(tag) {
|
|
|
27237
27237
|
}
|
|
27238
27238
|
}
|
|
27239
27239
|
|
|
27240
|
-
// bazel-out/
|
|
27240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
27241
27241
|
var MessageBundle = class {
|
|
27242
27242
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
27243
27243
|
this._htmlParser = _htmlParser;
|
|
@@ -27313,7 +27313,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
27313
27313
|
}
|
|
27314
27314
|
};
|
|
27315
27315
|
|
|
27316
|
-
// bazel-out/
|
|
27316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
27317
27317
|
var FactoryTarget2;
|
|
27318
27318
|
(function(FactoryTarget3) {
|
|
27319
27319
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -27323,7 +27323,7 @@ var FactoryTarget2;
|
|
|
27323
27323
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
27324
27324
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
27325
27325
|
|
|
27326
|
-
// bazel-out/
|
|
27326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
27327
27327
|
function compileClassMetadata(metadata) {
|
|
27328
27328
|
const fnCall = internalCompileClassMetadata(metadata);
|
|
27329
27329
|
return arrowFn([], [devOnlyGuardedExpression(fnCall).toStmt()]).callFn([]);
|
|
@@ -27357,7 +27357,7 @@ function compileComponentMetadataAsyncResolver(dependencies) {
|
|
|
27357
27357
|
return arrowFn([], literalArr(dynamicImports));
|
|
27358
27358
|
}
|
|
27359
27359
|
|
|
27360
|
-
// bazel-out/
|
|
27360
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
|
|
27361
27361
|
function compileClassDebugInfo(debugInfo) {
|
|
27362
27362
|
const debugInfoObject = {
|
|
27363
27363
|
className: debugInfo.className
|
|
@@ -27374,13 +27374,13 @@ function compileClassDebugInfo(debugInfo) {
|
|
|
27374
27374
|
return iife.callFn([]);
|
|
27375
27375
|
}
|
|
27376
27376
|
|
|
27377
|
-
// bazel-out/
|
|
27377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
27378
27378
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
27379
27379
|
var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
27380
27380
|
function compileDeclareClassMetadata(metadata) {
|
|
27381
27381
|
const definitionMap = new DefinitionMap();
|
|
27382
27382
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
27383
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27383
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27384
27384
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27385
27385
|
definitionMap.set("type", metadata.type);
|
|
27386
27386
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -27399,7 +27399,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
27399
27399
|
callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
|
|
27400
27400
|
callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
|
|
27401
27401
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
27402
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27402
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27403
27403
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27404
27404
|
definitionMap.set("type", metadata.type);
|
|
27405
27405
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -27407,7 +27407,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
27407
27407
|
return importExpr(Identifiers.declareClassMetadataAsync).callFn([definitionMap.toLiteralMap()]);
|
|
27408
27408
|
}
|
|
27409
27409
|
|
|
27410
|
-
// bazel-out/
|
|
27410
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
27411
27411
|
function toOptionalLiteralArray(values, mapper) {
|
|
27412
27412
|
if (values === null || values.length === 0) {
|
|
27413
27413
|
return null;
|
|
@@ -27455,7 +27455,7 @@ function compileDependency(dep) {
|
|
|
27455
27455
|
return depMeta.toLiteralMap();
|
|
27456
27456
|
}
|
|
27457
27457
|
|
|
27458
|
-
// bazel-out/
|
|
27458
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
27459
27459
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
27460
27460
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
27461
27461
|
const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -27467,7 +27467,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
27467
27467
|
const definitionMap = new DefinitionMap();
|
|
27468
27468
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
27469
27469
|
definitionMap.set("minVersion", literal(minVersion));
|
|
27470
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27470
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27471
27471
|
definitionMap.set("type", meta.type.value);
|
|
27472
27472
|
if (meta.isStandalone) {
|
|
27473
27473
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -27629,7 +27629,7 @@ function legacyInputsPartialMetadata(inputs) {
|
|
|
27629
27629
|
}));
|
|
27630
27630
|
}
|
|
27631
27631
|
|
|
27632
|
-
// bazel-out/
|
|
27632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
27633
27633
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
27634
27634
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
27635
27635
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -27780,12 +27780,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
|
|
|
27780
27780
|
}
|
|
27781
27781
|
};
|
|
27782
27782
|
|
|
27783
|
-
// bazel-out/
|
|
27783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
27784
27784
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
27785
27785
|
function compileDeclareFactoryFunction(meta) {
|
|
27786
27786
|
const definitionMap = new DefinitionMap();
|
|
27787
27787
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
27788
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27788
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27789
27789
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27790
27790
|
definitionMap.set("type", meta.type.value);
|
|
27791
27791
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -27797,7 +27797,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
27797
27797
|
};
|
|
27798
27798
|
}
|
|
27799
27799
|
|
|
27800
|
-
// bazel-out/
|
|
27800
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
27801
27801
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
27802
27802
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
27803
27803
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -27808,7 +27808,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
27808
27808
|
function createInjectableDefinitionMap(meta) {
|
|
27809
27809
|
const definitionMap = new DefinitionMap();
|
|
27810
27810
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
27811
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27811
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27812
27812
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27813
27813
|
definitionMap.set("type", meta.type.value);
|
|
27814
27814
|
if (meta.providedIn !== void 0) {
|
|
@@ -27835,7 +27835,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
27835
27835
|
return definitionMap;
|
|
27836
27836
|
}
|
|
27837
27837
|
|
|
27838
|
-
// bazel-out/
|
|
27838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
27839
27839
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
27840
27840
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
27841
27841
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -27846,7 +27846,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
27846
27846
|
function createInjectorDefinitionMap(meta) {
|
|
27847
27847
|
const definitionMap = new DefinitionMap();
|
|
27848
27848
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
27849
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27849
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27850
27850
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27851
27851
|
definitionMap.set("type", meta.type.value);
|
|
27852
27852
|
definitionMap.set("providers", meta.providers);
|
|
@@ -27856,7 +27856,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
27856
27856
|
return definitionMap;
|
|
27857
27857
|
}
|
|
27858
27858
|
|
|
27859
|
-
// bazel-out/
|
|
27859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
27860
27860
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
|
|
27861
27861
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
27862
27862
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -27870,7 +27870,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
27870
27870
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
27871
27871
|
}
|
|
27872
27872
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
27873
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27873
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27874
27874
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27875
27875
|
definitionMap.set("type", meta.type.value);
|
|
27876
27876
|
if (meta.bootstrap.length > 0) {
|
|
@@ -27894,7 +27894,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
27894
27894
|
return definitionMap;
|
|
27895
27895
|
}
|
|
27896
27896
|
|
|
27897
|
-
// bazel-out/
|
|
27897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
27898
27898
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
27899
27899
|
function compileDeclarePipeFromMetadata(meta) {
|
|
27900
27900
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -27905,7 +27905,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
27905
27905
|
function createPipeDefinitionMap(meta) {
|
|
27906
27906
|
const definitionMap = new DefinitionMap();
|
|
27907
27907
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
27908
|
-
definitionMap.set("version", literal("18.0.0-rc.
|
|
27908
|
+
definitionMap.set("version", literal("18.0.0-rc.2"));
|
|
27909
27909
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27910
27910
|
definitionMap.set("type", meta.type.value);
|
|
27911
27911
|
if (meta.isStandalone) {
|
|
@@ -27918,16 +27918,16 @@ function createPipeDefinitionMap(meta) {
|
|
|
27918
27918
|
return definitionMap;
|
|
27919
27919
|
}
|
|
27920
27920
|
|
|
27921
|
-
// bazel-out/
|
|
27921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
27922
27922
|
publishFacade(_global);
|
|
27923
27923
|
|
|
27924
|
-
// bazel-out/
|
|
27925
|
-
var VERSION3 = new Version("18.0.0-rc.
|
|
27924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
27925
|
+
var VERSION3 = new Version("18.0.0-rc.2");
|
|
27926
27926
|
|
|
27927
|
-
// bazel-out/
|
|
27927
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
27928
27928
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
27929
27929
|
|
|
27930
|
-
// bazel-out/
|
|
27930
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
27931
27931
|
var ErrorCode;
|
|
27932
27932
|
(function(ErrorCode2) {
|
|
27933
27933
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -28017,7 +28017,7 @@ var ErrorCode;
|
|
|
28017
28017
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
28018
28018
|
})(ErrorCode || (ErrorCode = {}));
|
|
28019
28019
|
|
|
28020
|
-
// bazel-out/
|
|
28020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
28021
28021
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
28022
28022
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
28023
28023
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -28029,15 +28029,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
28029
28029
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
28030
28030
|
]);
|
|
28031
28031
|
|
|
28032
|
-
// bazel-out/
|
|
28032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
28033
28033
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
28034
28034
|
|
|
28035
|
-
// bazel-out/
|
|
28035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
28036
28036
|
function ngErrorCode(code) {
|
|
28037
28037
|
return parseInt("-99" + code);
|
|
28038
28038
|
}
|
|
28039
28039
|
|
|
28040
|
-
// bazel-out/
|
|
28040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
28041
28041
|
var FatalDiagnosticError = class extends Error {
|
|
28042
28042
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
28043
28043
|
super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
|
|
@@ -28098,10 +28098,10 @@ function isFatalDiagnosticError(err) {
|
|
|
28098
28098
|
return err._isFatalDiagnosticError === true;
|
|
28099
28099
|
}
|
|
28100
28100
|
|
|
28101
|
-
// bazel-out/
|
|
28101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
28102
28102
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
28103
28103
|
|
|
28104
|
-
// bazel-out/
|
|
28104
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
28105
28105
|
var ExtendedTemplateDiagnosticName;
|
|
28106
28106
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
28107
28107
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -28116,7 +28116,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
28116
28116
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
28117
28117
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
28118
28118
|
|
|
28119
|
-
// bazel-out/
|
|
28119
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
28120
28120
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
28121
28121
|
var TS = /\.tsx?$/i;
|
|
28122
28122
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -28217,7 +28217,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
28217
28217
|
return redirectInfo.unredirected;
|
|
28218
28218
|
}
|
|
28219
28219
|
|
|
28220
|
-
// bazel-out/
|
|
28220
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
28221
28221
|
function findExportedNameOfNode(target, file, reflector) {
|
|
28222
28222
|
const exports = reflector.getExportsOfModule(file);
|
|
28223
28223
|
if (exports === null) {
|
|
@@ -28237,7 +28237,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
28237
28237
|
return foundExportName;
|
|
28238
28238
|
}
|
|
28239
28239
|
|
|
28240
|
-
// bazel-out/
|
|
28240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
28241
28241
|
var ImportFlags;
|
|
28242
28242
|
(function(ImportFlags2) {
|
|
28243
28243
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -28468,7 +28468,7 @@ var UnifiedModulesStrategy = class {
|
|
|
28468
28468
|
}
|
|
28469
28469
|
};
|
|
28470
28470
|
|
|
28471
|
-
// bazel-out/
|
|
28471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
28472
28472
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
28473
28473
|
var UnifiedModulesAliasingHost = class {
|
|
28474
28474
|
constructor(unifiedModulesHost) {
|
|
@@ -28535,7 +28535,7 @@ var AliasStrategy = class {
|
|
|
28535
28535
|
}
|
|
28536
28536
|
};
|
|
28537
28537
|
|
|
28538
|
-
// bazel-out/
|
|
28538
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
28539
28539
|
function relativePathBetween(from, to) {
|
|
28540
28540
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
28541
28541
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -28544,7 +28544,7 @@ function normalizeSeparators2(path4) {
|
|
|
28544
28544
|
return path4.replace(/\\/g, "/");
|
|
28545
28545
|
}
|
|
28546
28546
|
|
|
28547
|
-
// bazel-out/
|
|
28547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
28548
28548
|
var NoopImportRewriter = class {
|
|
28549
28549
|
rewriteSymbol(symbol, specifier) {
|
|
28550
28550
|
return symbol;
|
|
@@ -28597,7 +28597,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
28597
28597
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
28598
28598
|
}
|
|
28599
28599
|
|
|
28600
|
-
// bazel-out/
|
|
28600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
28601
28601
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
28602
28602
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28603
28603
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -28632,7 +28632,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
28632
28632
|
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.");
|
|
28633
28633
|
}
|
|
28634
28634
|
|
|
28635
|
-
// bazel-out/
|
|
28635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
28636
28636
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
28637
28637
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
28638
28638
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -28673,13 +28673,13 @@ var DefaultImportTracker = class {
|
|
|
28673
28673
|
}
|
|
28674
28674
|
};
|
|
28675
28675
|
|
|
28676
|
-
// bazel-out/
|
|
28676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
28677
28677
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
28678
28678
|
|
|
28679
|
-
// bazel-out/
|
|
28679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
28680
28680
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
28681
28681
|
|
|
28682
|
-
// bazel-out/
|
|
28682
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
28683
28683
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
28684
28684
|
function isDecoratorIdentifier(exp) {
|
|
28685
28685
|
return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
|
|
@@ -28702,7 +28702,7 @@ var ClassMemberAccessLevel;
|
|
|
28702
28702
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
28703
28703
|
var AmbientImport = {};
|
|
28704
28704
|
|
|
28705
|
-
// bazel-out/
|
|
28705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
28706
28706
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
28707
28707
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
28708
28708
|
var _a2, _b2;
|
|
@@ -28875,7 +28875,7 @@ function extractModuleName(node) {
|
|
|
28875
28875
|
return node.moduleSpecifier.text;
|
|
28876
28876
|
}
|
|
28877
28877
|
|
|
28878
|
-
// bazel-out/
|
|
28878
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
28879
28879
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
28880
28880
|
function isNamedClassDeclaration(node) {
|
|
28881
28881
|
return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -28899,7 +28899,7 @@ function classMemberAccessLevelToString(level) {
|
|
|
28899
28899
|
}
|
|
28900
28900
|
}
|
|
28901
28901
|
|
|
28902
|
-
// bazel-out/
|
|
28902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
28903
28903
|
var TypeScriptReflectionHost = class {
|
|
28904
28904
|
constructor(checker, isLocalCompilation = false) {
|
|
28905
28905
|
this.checker = checker;
|
|
@@ -29386,7 +29386,7 @@ function getExportedName(decl, originalId) {
|
|
|
29386
29386
|
}
|
|
29387
29387
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
29388
29388
|
|
|
29389
|
-
// bazel-out/
|
|
29389
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
29390
29390
|
var AssumeEager = "AssumeEager";
|
|
29391
29391
|
var DeferredSymbolTracker = class {
|
|
29392
29392
|
constructor(typeChecker, onlyExplicitDeferDependencyImports) {
|
|
@@ -29506,7 +29506,7 @@ var DeferredSymbolTracker = class {
|
|
|
29506
29506
|
}
|
|
29507
29507
|
};
|
|
29508
29508
|
|
|
29509
|
-
// bazel-out/
|
|
29509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
29510
29510
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
29511
29511
|
var ImportedSymbolsTracker = class {
|
|
29512
29512
|
constructor() {
|
|
@@ -29576,7 +29576,7 @@ var ImportedSymbolsTracker = class {
|
|
|
29576
29576
|
}
|
|
29577
29577
|
};
|
|
29578
29578
|
|
|
29579
|
-
// bazel-out/
|
|
29579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
29580
29580
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
29581
29581
|
var LocalCompilationExtraImportsTracker = class {
|
|
29582
29582
|
constructor(typeChecker) {
|
|
@@ -29620,7 +29620,7 @@ function removeQuotations(s) {
|
|
|
29620
29620
|
return s.substring(1, s.length - 1).trim();
|
|
29621
29621
|
}
|
|
29622
29622
|
|
|
29623
|
-
// bazel-out/
|
|
29623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
29624
29624
|
var Reference2 = class {
|
|
29625
29625
|
constructor(node, bestGuessOwningModule = null) {
|
|
29626
29626
|
this.node = node;
|
|
@@ -29689,7 +29689,7 @@ var Reference2 = class {
|
|
|
29689
29689
|
}
|
|
29690
29690
|
};
|
|
29691
29691
|
|
|
29692
|
-
// bazel-out/
|
|
29692
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
29693
29693
|
var ModuleResolver = class {
|
|
29694
29694
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
29695
29695
|
this.program = program;
|
|
@@ -29706,16 +29706,16 @@ var ModuleResolver = class {
|
|
|
29706
29706
|
}
|
|
29707
29707
|
};
|
|
29708
29708
|
|
|
29709
|
-
// bazel-out/
|
|
29709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
29710
29710
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
29711
29711
|
|
|
29712
|
-
// bazel-out/
|
|
29712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
29713
29713
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
29714
29714
|
|
|
29715
|
-
// bazel-out/
|
|
29715
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
29716
29716
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
29717
29717
|
|
|
29718
|
-
// bazel-out/
|
|
29718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
29719
29719
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
29720
29720
|
var CORE_MODULE2 = "@angular/core";
|
|
29721
29721
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -29973,7 +29973,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
29973
29973
|
return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
|
|
29974
29974
|
}
|
|
29975
29975
|
|
|
29976
|
-
// bazel-out/
|
|
29976
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
29977
29977
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
29978
29978
|
const deps = [];
|
|
29979
29979
|
const errors = [];
|
|
@@ -30117,10 +30117,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
30117
30117
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
|
|
30118
30118
|
}
|
|
30119
30119
|
|
|
30120
|
-
// bazel-out/
|
|
30120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
30121
30121
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
30122
30122
|
|
|
30123
|
-
// bazel-out/
|
|
30123
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
30124
30124
|
var MetaKind;
|
|
30125
30125
|
(function(MetaKind2) {
|
|
30126
30126
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -30133,10 +30133,10 @@ var MatchSource;
|
|
|
30133
30133
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
30134
30134
|
})(MatchSource || (MatchSource = {}));
|
|
30135
30135
|
|
|
30136
|
-
// bazel-out/
|
|
30136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
30137
30137
|
var import_typescript26 = __toESM(require("typescript"), 1);
|
|
30138
30138
|
|
|
30139
|
-
// bazel-out/
|
|
30139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
30140
30140
|
var ClassPropertyMapping = class {
|
|
30141
30141
|
constructor(forwardMap) {
|
|
30142
30142
|
this.forwardMap = forwardMap;
|
|
@@ -30216,7 +30216,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
30216
30216
|
return reverseMap;
|
|
30217
30217
|
}
|
|
30218
30218
|
|
|
30219
|
-
// bazel-out/
|
|
30219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
30220
30220
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
30221
30221
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
30222
30222
|
if (!import_typescript24.default.isTupleTypeNode(def)) {
|
|
@@ -30412,7 +30412,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
30412
30412
|
return hostDirectiveMeta.directive instanceof Reference2;
|
|
30413
30413
|
}
|
|
30414
30414
|
|
|
30415
|
-
// bazel-out/
|
|
30415
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
30416
30416
|
var DtsMetadataReader = class {
|
|
30417
30417
|
constructor(checker, reflector) {
|
|
30418
30418
|
this.checker = checker;
|
|
@@ -30595,7 +30595,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
30595
30595
|
return result.length > 0 ? result : null;
|
|
30596
30596
|
}
|
|
30597
30597
|
|
|
30598
|
-
// bazel-out/
|
|
30598
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
30599
30599
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
30600
30600
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
30601
30601
|
if (topMeta === null) {
|
|
@@ -30658,7 +30658,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
30658
30658
|
});
|
|
30659
30659
|
}
|
|
30660
30660
|
|
|
30661
|
-
// bazel-out/
|
|
30661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
30662
30662
|
var LocalMetadataRegistry = class {
|
|
30663
30663
|
constructor() {
|
|
30664
30664
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -30715,7 +30715,7 @@ var CompoundMetadataRegistry = class {
|
|
|
30715
30715
|
}
|
|
30716
30716
|
};
|
|
30717
30717
|
|
|
30718
|
-
// bazel-out/
|
|
30718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
30719
30719
|
var ResourceRegistry = class {
|
|
30720
30720
|
constructor() {
|
|
30721
30721
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -30780,7 +30780,7 @@ var ResourceRegistry = class {
|
|
|
30780
30780
|
}
|
|
30781
30781
|
};
|
|
30782
30782
|
|
|
30783
|
-
// bazel-out/
|
|
30783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
30784
30784
|
var ExportedProviderStatusResolver = class {
|
|
30785
30785
|
constructor(metaReader) {
|
|
30786
30786
|
this.metaReader = metaReader;
|
|
@@ -30824,7 +30824,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
30824
30824
|
}
|
|
30825
30825
|
};
|
|
30826
30826
|
|
|
30827
|
-
// bazel-out/
|
|
30827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
30828
30828
|
var EMPTY_ARRAY = [];
|
|
30829
30829
|
var HostDirectivesResolver = class {
|
|
30830
30830
|
constructor(metaReader) {
|
|
@@ -30889,10 +30889,10 @@ function resolveOutput(bindingName) {
|
|
|
30889
30889
|
return bindingName;
|
|
30890
30890
|
}
|
|
30891
30891
|
|
|
30892
|
-
// bazel-out/
|
|
30892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
30893
30893
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
30894
30894
|
|
|
30895
|
-
// bazel-out/
|
|
30895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
30896
30896
|
var DynamicValue = class {
|
|
30897
30897
|
constructor(node, reason, code) {
|
|
30898
30898
|
this.node = node;
|
|
@@ -30982,7 +30982,7 @@ var DynamicValue = class {
|
|
|
30982
30982
|
}
|
|
30983
30983
|
};
|
|
30984
30984
|
|
|
30985
|
-
// bazel-out/
|
|
30985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
30986
30986
|
var ResolvedModule = class {
|
|
30987
30987
|
constructor(exports, evaluate) {
|
|
30988
30988
|
this.exports = exports;
|
|
@@ -31012,7 +31012,7 @@ var EnumValue = class {
|
|
|
31012
31012
|
var KnownFn = class {
|
|
31013
31013
|
};
|
|
31014
31014
|
|
|
31015
|
-
// bazel-out/
|
|
31015
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
31016
31016
|
function describeResolvedType(value, maxDepth = 1) {
|
|
31017
31017
|
var _a2, _b2;
|
|
31018
31018
|
if (value === null) {
|
|
@@ -31145,10 +31145,10 @@ function getContainerNode(node) {
|
|
|
31145
31145
|
return node.getSourceFile();
|
|
31146
31146
|
}
|
|
31147
31147
|
|
|
31148
|
-
// bazel-out/
|
|
31148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
31149
31149
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
31150
31150
|
|
|
31151
|
-
// bazel-out/
|
|
31151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
31152
31152
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
31153
31153
|
constructor(lhs) {
|
|
31154
31154
|
super();
|
|
@@ -31200,14 +31200,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
31200
31200
|
}
|
|
31201
31201
|
};
|
|
31202
31202
|
|
|
31203
|
-
// bazel-out/
|
|
31203
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
31204
31204
|
var SyntheticValue = class {
|
|
31205
31205
|
constructor(value) {
|
|
31206
31206
|
this.value = value;
|
|
31207
31207
|
}
|
|
31208
31208
|
};
|
|
31209
31209
|
|
|
31210
|
-
// bazel-out/
|
|
31210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
31211
31211
|
function literalBinaryOp(op) {
|
|
31212
31212
|
return { op, literal: true };
|
|
31213
31213
|
}
|
|
@@ -31782,7 +31782,7 @@ function owningModule(context, override = null) {
|
|
|
31782
31782
|
}
|
|
31783
31783
|
}
|
|
31784
31784
|
|
|
31785
|
-
// bazel-out/
|
|
31785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
31786
31786
|
var PartialEvaluator = class {
|
|
31787
31787
|
constructor(host, checker, dependencyTracker) {
|
|
31788
31788
|
this.host = host;
|
|
@@ -31802,7 +31802,7 @@ var PartialEvaluator = class {
|
|
|
31802
31802
|
}
|
|
31803
31803
|
};
|
|
31804
31804
|
|
|
31805
|
-
// bazel-out/
|
|
31805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
31806
31806
|
var CompilationMode;
|
|
31807
31807
|
(function(CompilationMode2) {
|
|
31808
31808
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -31816,7 +31816,7 @@ var HandlerPrecedence;
|
|
|
31816
31816
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
31817
31817
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
31818
31818
|
|
|
31819
|
-
// bazel-out/
|
|
31819
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
31820
31820
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
31821
31821
|
function aliasTransformFactory(exportStatements) {
|
|
31822
31822
|
return () => {
|
|
@@ -31841,10 +31841,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
31841
31841
|
};
|
|
31842
31842
|
}
|
|
31843
31843
|
|
|
31844
|
-
// bazel-out/
|
|
31844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
31845
31845
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
31846
31846
|
|
|
31847
|
-
// bazel-out/
|
|
31847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
31848
31848
|
var PerfPhase;
|
|
31849
31849
|
(function(PerfPhase2) {
|
|
31850
31850
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -31912,7 +31912,7 @@ var PerfCheckpoint;
|
|
|
31912
31912
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
31913
31913
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
31914
31914
|
|
|
31915
|
-
// bazel-out/
|
|
31915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
31916
31916
|
var NoopPerfRecorder = class {
|
|
31917
31917
|
eventCount() {
|
|
31918
31918
|
}
|
|
@@ -31929,7 +31929,7 @@ var NoopPerfRecorder = class {
|
|
|
31929
31929
|
};
|
|
31930
31930
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
31931
31931
|
|
|
31932
|
-
// bazel-out/
|
|
31932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
31933
31933
|
function mark() {
|
|
31934
31934
|
return process.hrtime();
|
|
31935
31935
|
}
|
|
@@ -31938,7 +31938,7 @@ function timeSinceInMicros(mark2) {
|
|
|
31938
31938
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
31939
31939
|
}
|
|
31940
31940
|
|
|
31941
|
-
// bazel-out/
|
|
31941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
31942
31942
|
var ActivePerfRecorder = class {
|
|
31943
31943
|
static zeroedToNow() {
|
|
31944
31944
|
return new ActivePerfRecorder(mark());
|
|
@@ -32032,7 +32032,7 @@ var DelegatingPerfRecorder = class {
|
|
|
32032
32032
|
}
|
|
32033
32033
|
};
|
|
32034
32034
|
|
|
32035
|
-
// bazel-out/
|
|
32035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
32036
32036
|
var TraitState;
|
|
32037
32037
|
(function(TraitState2) {
|
|
32038
32038
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -32089,7 +32089,7 @@ var TraitImpl = class {
|
|
|
32089
32089
|
}
|
|
32090
32090
|
};
|
|
32091
32091
|
|
|
32092
|
-
// bazel-out/
|
|
32092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
32093
32093
|
var TraitCompiler = class {
|
|
32094
32094
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
32095
32095
|
this.handlers = handlers;
|
|
@@ -32548,10 +32548,10 @@ function containsErrors(diagnostics) {
|
|
|
32548
32548
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
|
|
32549
32549
|
}
|
|
32550
32550
|
|
|
32551
|
-
// bazel-out/
|
|
32551
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
32552
32552
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
32553
32553
|
|
|
32554
|
-
// bazel-out/
|
|
32554
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
32555
32555
|
var Context = class {
|
|
32556
32556
|
constructor(isStatement) {
|
|
32557
32557
|
this.isStatement = isStatement;
|
|
@@ -32564,10 +32564,10 @@ var Context = class {
|
|
|
32564
32564
|
}
|
|
32565
32565
|
};
|
|
32566
32566
|
|
|
32567
|
-
// bazel-out/
|
|
32567
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
32568
32568
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
32569
32569
|
|
|
32570
|
-
// bazel-out/
|
|
32570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
32571
32571
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
32572
32572
|
function createGenerateUniqueIdentifierHelper() {
|
|
32573
32573
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -32591,7 +32591,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
32591
32591
|
};
|
|
32592
32592
|
}
|
|
32593
32593
|
|
|
32594
|
-
// bazel-out/
|
|
32594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
32595
32595
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
32596
32596
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
32597
32597
|
return (ctx) => {
|
|
@@ -32652,7 +32652,7 @@ function isImportStatement(stmt) {
|
|
|
32652
32652
|
return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
|
|
32653
32653
|
}
|
|
32654
32654
|
|
|
32655
|
-
// bazel-out/
|
|
32655
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
32656
32656
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
32657
32657
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
32658
32658
|
const requestHash = hashImportRequest(request);
|
|
@@ -32679,7 +32679,7 @@ function hashImportRequest(req) {
|
|
|
32679
32679
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
|
|
32680
32680
|
}
|
|
32681
32681
|
|
|
32682
|
-
// bazel-out/
|
|
32682
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
32683
32683
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
32684
32684
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
32685
32685
|
let candidateImportToBeUpdated = null;
|
|
@@ -32732,7 +32732,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
32732
32732
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
32733
32733
|
}
|
|
32734
32734
|
|
|
32735
|
-
// bazel-out/
|
|
32735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
32736
32736
|
var presetImportManagerForceNamespaceImports = {
|
|
32737
32737
|
disableOriginalSourceFileReuse: true,
|
|
32738
32738
|
forceGenerateNamespacesForNewImports: true
|
|
@@ -32881,7 +32881,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
32881
32881
|
}
|
|
32882
32882
|
}
|
|
32883
32883
|
|
|
32884
|
-
// bazel-out/
|
|
32884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
32885
32885
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
32886
32886
|
[UnaryOperator.Minus, "-"],
|
|
32887
32887
|
[UnaryOperator.Plus, "+"]
|
|
@@ -33126,7 +33126,7 @@ function createRange(span) {
|
|
|
33126
33126
|
};
|
|
33127
33127
|
}
|
|
33128
33128
|
|
|
33129
|
-
// bazel-out/
|
|
33129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
33130
33130
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
33131
33131
|
var INELIGIBLE = {};
|
|
33132
33132
|
function canEmitType(type, canEmit) {
|
|
@@ -33201,10 +33201,10 @@ var TypeEmitter = class {
|
|
|
33201
33201
|
}
|
|
33202
33202
|
};
|
|
33203
33203
|
|
|
33204
|
-
// bazel-out/
|
|
33204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
33205
33205
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
33206
33206
|
|
|
33207
|
-
// bazel-out/
|
|
33207
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
33208
33208
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
33209
33209
|
function tsNumericExpression(value) {
|
|
33210
33210
|
if (value < 0) {
|
|
@@ -33214,7 +33214,7 @@ function tsNumericExpression(value) {
|
|
|
33214
33214
|
return import_typescript40.default.factory.createNumericLiteral(value);
|
|
33215
33215
|
}
|
|
33216
33216
|
|
|
33217
|
-
// bazel-out/
|
|
33217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
33218
33218
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
33219
33219
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
33220
33220
|
}
|
|
@@ -33431,7 +33431,7 @@ var TypeTranslatorVisitor = class {
|
|
|
33431
33431
|
}
|
|
33432
33432
|
};
|
|
33433
33433
|
|
|
33434
|
-
// bazel-out/
|
|
33434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
33435
33435
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
33436
33436
|
var PureAnnotation;
|
|
33437
33437
|
(function(PureAnnotation2) {
|
|
@@ -33634,7 +33634,7 @@ function attachComments(statement, leadingComments) {
|
|
|
33634
33634
|
}
|
|
33635
33635
|
}
|
|
33636
33636
|
|
|
33637
|
-
// bazel-out/
|
|
33637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
33638
33638
|
function translateExpression(contextFile, expression, imports, options = {}) {
|
|
33639
33639
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
|
|
33640
33640
|
}
|
|
@@ -33642,7 +33642,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
|
|
|
33642
33642
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
|
|
33643
33643
|
}
|
|
33644
33644
|
|
|
33645
|
-
// bazel-out/
|
|
33645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
33646
33646
|
var DtsTransformRegistry = class {
|
|
33647
33647
|
constructor() {
|
|
33648
33648
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -33790,10 +33790,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
33790
33790
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
33791
33791
|
}
|
|
33792
33792
|
|
|
33793
|
-
// bazel-out/
|
|
33793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
33794
33794
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
33795
33795
|
|
|
33796
|
-
// bazel-out/
|
|
33796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
33797
33797
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
33798
33798
|
function visit(node, visitor, context) {
|
|
33799
33799
|
return visitor._visit(node, context);
|
|
@@ -33854,7 +33854,7 @@ var Visitor = class {
|
|
|
33854
33854
|
}
|
|
33855
33855
|
};
|
|
33856
33856
|
|
|
33857
|
-
// bazel-out/
|
|
33857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
33858
33858
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
33859
33859
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
33860
33860
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -34089,7 +34089,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
34089
34089
|
return array;
|
|
34090
34090
|
}
|
|
34091
34091
|
|
|
34092
|
-
// bazel-out/
|
|
34092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
34093
34093
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
34094
34094
|
const context = [];
|
|
34095
34095
|
for (const decl of data) {
|
|
@@ -34298,7 +34298,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
34298
34298
|
}
|
|
34299
34299
|
}
|
|
34300
34300
|
|
|
34301
|
-
// bazel-out/
|
|
34301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
34302
34302
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
34303
34303
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
34304
34304
|
let resolved = null;
|
|
@@ -34348,7 +34348,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
34348
34348
|
return meta;
|
|
34349
34349
|
}
|
|
34350
34350
|
|
|
34351
|
-
// bazel-out/
|
|
34351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
34352
34352
|
function compileNgFactoryDefField(metadata) {
|
|
34353
34353
|
const res = compileFactoryFunction(metadata);
|
|
34354
34354
|
return {
|
|
@@ -34370,7 +34370,7 @@ function compileDeclareFactory(metadata) {
|
|
|
34370
34370
|
};
|
|
34371
34371
|
}
|
|
34372
34372
|
|
|
34373
|
-
// bazel-out/
|
|
34373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
34374
34374
|
var InjectableClassRegistry = class {
|
|
34375
34375
|
constructor(host, isCore) {
|
|
34376
34376
|
this.host = host;
|
|
@@ -34396,7 +34396,7 @@ var InjectableClassRegistry = class {
|
|
|
34396
34396
|
}
|
|
34397
34397
|
};
|
|
34398
34398
|
|
|
34399
|
-
// bazel-out/
|
|
34399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
34400
34400
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
34401
34401
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
34402
34402
|
if (!reflection.isClass(clazz)) {
|
|
@@ -34482,7 +34482,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
34482
34482
|
return result.transformed[0];
|
|
34483
34483
|
}
|
|
34484
34484
|
|
|
34485
|
-
// bazel-out/
|
|
34485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
34486
34486
|
var path = __toESM(require("path"), 1);
|
|
34487
34487
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
34488
34488
|
if (!reflection.isClass(clazz)) {
|
|
@@ -34508,13 +34508,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
34508
34508
|
return null;
|
|
34509
34509
|
}
|
|
34510
34510
|
|
|
34511
|
-
// bazel-out/
|
|
34511
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
34512
34512
|
var NoopReferencesRegistry = class {
|
|
34513
34513
|
add(source, ...references) {
|
|
34514
34514
|
}
|
|
34515
34515
|
};
|
|
34516
34516
|
|
|
34517
|
-
// bazel-out/
|
|
34517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
34518
34518
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
34519
34519
|
const schemas = [];
|
|
34520
34520
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -34543,7 +34543,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
34543
34543
|
return schemas;
|
|
34544
34544
|
}
|
|
34545
34545
|
|
|
34546
|
-
// bazel-out/
|
|
34546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
34547
34547
|
function compileInputTransformFields(inputs) {
|
|
34548
34548
|
const extraFields = [];
|
|
34549
34549
|
for (const input of inputs) {
|
|
@@ -34560,10 +34560,10 @@ function compileInputTransformFields(inputs) {
|
|
|
34560
34560
|
return extraFields;
|
|
34561
34561
|
}
|
|
34562
34562
|
|
|
34563
|
-
// bazel-out/
|
|
34563
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
34564
34564
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
34565
34565
|
|
|
34566
|
-
// bazel-out/
|
|
34566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
34567
34567
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
34568
34568
|
var SemanticSymbol = class {
|
|
34569
34569
|
constructor(decl) {
|
|
@@ -34579,7 +34579,7 @@ function getSymbolIdentifier(decl) {
|
|
|
34579
34579
|
return decl.name.text;
|
|
34580
34580
|
}
|
|
34581
34581
|
|
|
34582
|
-
// bazel-out/
|
|
34582
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
34583
34583
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
34584
34584
|
isPublicApiAffected() {
|
|
34585
34585
|
return false;
|
|
@@ -34721,10 +34721,10 @@ function getImportPath(expr) {
|
|
|
34721
34721
|
}
|
|
34722
34722
|
}
|
|
34723
34723
|
|
|
34724
|
-
// bazel-out/
|
|
34724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
34725
34725
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
34726
34726
|
|
|
34727
|
-
// bazel-out/
|
|
34727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
34728
34728
|
function isSymbolEqual(a, b) {
|
|
34729
34729
|
if (a.decl === b.decl) {
|
|
34730
34730
|
return true;
|
|
@@ -34774,7 +34774,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
34774
34774
|
return true;
|
|
34775
34775
|
}
|
|
34776
34776
|
|
|
34777
|
-
// bazel-out/
|
|
34777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
34778
34778
|
function extractSemanticTypeParameters(node) {
|
|
34779
34779
|
if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
34780
34780
|
return null;
|
|
@@ -34796,14 +34796,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
34796
34796
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
34797
34797
|
}
|
|
34798
34798
|
|
|
34799
|
-
// bazel-out/
|
|
34799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
34800
34800
|
var ComponentScopeKind;
|
|
34801
34801
|
(function(ComponentScopeKind2) {
|
|
34802
34802
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
34803
34803
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
34804
34804
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
34805
34805
|
|
|
34806
|
-
// bazel-out/
|
|
34806
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
34807
34807
|
var CompoundComponentScopeReader = class {
|
|
34808
34808
|
constructor(readers) {
|
|
34809
34809
|
this.readers = readers;
|
|
@@ -34828,7 +34828,7 @@ var CompoundComponentScopeReader = class {
|
|
|
34828
34828
|
}
|
|
34829
34829
|
};
|
|
34830
34830
|
|
|
34831
|
-
// bazel-out/
|
|
34831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
34832
34832
|
var MetadataDtsModuleScopeResolver = class {
|
|
34833
34833
|
constructor(dtsMetaReader, aliasingHost) {
|
|
34834
34834
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -34903,10 +34903,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
34903
34903
|
}
|
|
34904
34904
|
};
|
|
34905
34905
|
|
|
34906
|
-
// bazel-out/
|
|
34906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
34907
34907
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
34908
34908
|
|
|
34909
|
-
// bazel-out/
|
|
34909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
34910
34910
|
function getDiagnosticNode(ref, rawExpr) {
|
|
34911
34911
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
34912
34912
|
}
|
|
@@ -34932,7 +34932,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
34932
34932
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
34933
34933
|
}
|
|
34934
34934
|
|
|
34935
|
-
// bazel-out/
|
|
34935
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
34936
34936
|
var LocalModuleScopeRegistry = class {
|
|
34937
34937
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
34938
34938
|
this.localReader = localReader;
|
|
@@ -35273,7 +35273,7 @@ function reexportCollision(module2, refA, refB) {
|
|
|
35273
35273
|
]);
|
|
35274
35274
|
}
|
|
35275
35275
|
|
|
35276
|
-
// bazel-out/
|
|
35276
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
35277
35277
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
35278
35278
|
var TypeCheckScopeRegistry = class {
|
|
35279
35279
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -35353,10 +35353,10 @@ var TypeCheckScopeRegistry = class {
|
|
|
35353
35353
|
}
|
|
35354
35354
|
};
|
|
35355
35355
|
|
|
35356
|
-
// bazel-out/
|
|
35356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
35357
35357
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
35358
35358
|
|
|
35359
|
-
// bazel-out/
|
|
35359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
|
|
35360
35360
|
function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
35361
35361
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
35362
35362
|
throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call2, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [
|
|
@@ -35365,7 +35365,7 @@ function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
|
35365
35365
|
}
|
|
35366
35366
|
}
|
|
35367
35367
|
|
|
35368
|
-
// bazel-out/
|
|
35368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
35369
35369
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
35370
35370
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
35371
35371
|
if (!import_typescript55.default.isCallExpression(expression)) {
|
|
@@ -35434,7 +35434,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
|
|
|
35434
35434
|
return { api: matchingApi, apiReference, isRequired };
|
|
35435
35435
|
}
|
|
35436
35436
|
|
|
35437
|
-
// bazel-out/
|
|
35437
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
35438
35438
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
35439
35439
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
35440
35440
|
if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -35452,7 +35452,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
35452
35452
|
return { alias };
|
|
35453
35453
|
}
|
|
35454
35454
|
|
|
35455
|
-
// bazel-out/
|
|
35455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
35456
35456
|
var INPUT_INITIALIZER_FN = {
|
|
35457
35457
|
functionName: "input",
|
|
35458
35458
|
owningModule: "@angular/core",
|
|
@@ -35484,7 +35484,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
35484
35484
|
};
|
|
35485
35485
|
}
|
|
35486
35486
|
|
|
35487
|
-
// bazel-out/
|
|
35487
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
35488
35488
|
var MODEL_INITIALIZER_FN = {
|
|
35489
35489
|
functionName: "model",
|
|
35490
35490
|
owningModule: "@angular/core",
|
|
@@ -35525,7 +35525,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
35525
35525
|
};
|
|
35526
35526
|
}
|
|
35527
35527
|
|
|
35528
|
-
// bazel-out/
|
|
35528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
35529
35529
|
var allowedAccessLevels = [
|
|
35530
35530
|
ClassMemberAccessLevel.PublicWritable,
|
|
35531
35531
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -35569,7 +35569,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
35569
35569
|
};
|
|
35570
35570
|
}
|
|
35571
35571
|
|
|
35572
|
-
// bazel-out/
|
|
35572
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
35573
35573
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
35574
35574
|
var queryFunctionNames = [
|
|
35575
35575
|
"viewChild",
|
|
@@ -35653,7 +35653,7 @@ function parseDescendantsOption(value) {
|
|
|
35653
35653
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
35654
35654
|
}
|
|
35655
35655
|
|
|
35656
|
-
// bazel-out/
|
|
35656
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
35657
35657
|
var EMPTY_OBJECT = {};
|
|
35658
35658
|
var queryDecoratorNames = [
|
|
35659
35659
|
"ViewChild",
|
|
@@ -36451,7 +36451,7 @@ function toR3InputMetadata(mapping) {
|
|
|
36451
36451
|
};
|
|
36452
36452
|
}
|
|
36453
36453
|
|
|
36454
|
-
// bazel-out/
|
|
36454
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
36455
36455
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
36456
36456
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
36457
36457
|
super(decl);
|
|
@@ -36531,7 +36531,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
36531
36531
|
return isSymbolEqual(current, previous);
|
|
36532
36532
|
}
|
|
36533
36533
|
|
|
36534
|
-
// bazel-out/
|
|
36534
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
36535
36535
|
var FIELD_DECORATORS = [
|
|
36536
36536
|
"Input",
|
|
36537
36537
|
"Output",
|
|
@@ -36724,10 +36724,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
36724
36724
|
}
|
|
36725
36725
|
};
|
|
36726
36726
|
|
|
36727
|
-
// bazel-out/
|
|
36727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
36728
36728
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
36729
36729
|
|
|
36730
|
-
// bazel-out/
|
|
36730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
36731
36731
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
36732
36732
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
36733
36733
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -36799,7 +36799,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
36799
36799
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
36800
36800
|
}
|
|
36801
36801
|
|
|
36802
|
-
// bazel-out/
|
|
36802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
36803
36803
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
36804
36804
|
constructor(decl, hasProviders) {
|
|
36805
36805
|
super(decl);
|
|
@@ -37412,7 +37412,7 @@ function isSyntheticReference(ref) {
|
|
|
37412
37412
|
return ref.synthetic;
|
|
37413
37413
|
}
|
|
37414
37414
|
|
|
37415
|
-
// bazel-out/
|
|
37415
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
37416
37416
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
37417
37417
|
const name = ref.debugName || "(unknown)";
|
|
37418
37418
|
const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -37435,7 +37435,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
37435
37435
|
return null;
|
|
37436
37436
|
}
|
|
37437
37437
|
|
|
37438
|
-
// bazel-out/
|
|
37438
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
37439
37439
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
37440
37440
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
37441
37441
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -37791,7 +37791,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
37791
37791
|
}));
|
|
37792
37792
|
}
|
|
37793
37793
|
|
|
37794
|
-
// bazel-out/
|
|
37794
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
37795
37795
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
37796
37796
|
constructor() {
|
|
37797
37797
|
super(...arguments);
|
|
@@ -37826,7 +37826,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
37826
37826
|
}
|
|
37827
37827
|
};
|
|
37828
37828
|
|
|
37829
|
-
// bazel-out/
|
|
37829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
37830
37830
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
37831
37831
|
if (value instanceof Map) {
|
|
37832
37832
|
const name = value.get("name");
|
|
@@ -37903,7 +37903,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
37903
37903
|
return false;
|
|
37904
37904
|
}
|
|
37905
37905
|
|
|
37906
|
-
// bazel-out/
|
|
37906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
37907
37907
|
var EMPTY_ARRAY2 = [];
|
|
37908
37908
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
37909
37909
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -38909,7 +38909,7 @@ function isDefaultImport(node) {
|
|
|
38909
38909
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
38910
38910
|
}
|
|
38911
38911
|
|
|
38912
|
-
// bazel-out/
|
|
38912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
38913
38913
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
38914
38914
|
var InjectableDecoratorHandler = class {
|
|
38915
38915
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
|
|
@@ -39140,7 +39140,7 @@ function getDep(dep, reflector) {
|
|
|
39140
39140
|
return meta;
|
|
39141
39141
|
}
|
|
39142
39142
|
|
|
39143
|
-
// bazel-out/
|
|
39143
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
39144
39144
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
39145
39145
|
var PipeSymbol = class extends SemanticSymbol {
|
|
39146
39146
|
constructor(decl, name) {
|
|
@@ -39296,13 +39296,13 @@ var PipeDecoratorHandler = class {
|
|
|
39296
39296
|
}
|
|
39297
39297
|
};
|
|
39298
39298
|
|
|
39299
|
-
// bazel-out/
|
|
39299
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
|
|
39300
39300
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
39301
39301
|
|
|
39302
|
-
// bazel-out/
|
|
39302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
|
|
39303
39303
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
39304
39304
|
|
|
39305
|
-
// bazel-out/
|
|
39305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
39306
39306
|
var EmitFlags;
|
|
39307
39307
|
(function(EmitFlags2) {
|
|
39308
39308
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -39314,13 +39314,13 @@ var EmitFlags;
|
|
|
39314
39314
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
39315
39315
|
})(EmitFlags || (EmitFlags = {}));
|
|
39316
39316
|
|
|
39317
|
-
// bazel-out/
|
|
39317
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
39318
39318
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
39319
39319
|
|
|
39320
|
-
// bazel-out/
|
|
39320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
39321
39321
|
var import_typescript123 = __toESM(require("typescript"), 1);
|
|
39322
39322
|
|
|
39323
|
-
// bazel-out/
|
|
39323
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
39324
39324
|
var path2 = __toESM(require("path"), 1);
|
|
39325
39325
|
function i18nGetExtension(formatName) {
|
|
39326
39326
|
const format = formatName.toLowerCase();
|
|
@@ -39370,10 +39370,10 @@ function getPathNormalizer(basePath) {
|
|
|
39370
39370
|
};
|
|
39371
39371
|
}
|
|
39372
39372
|
|
|
39373
|
-
// bazel-out/
|
|
39373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
39374
39374
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
39375
39375
|
|
|
39376
|
-
// bazel-out/
|
|
39376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
39377
39377
|
function toNumbers(value) {
|
|
39378
39378
|
const suffixIndex = value.lastIndexOf("-");
|
|
39379
39379
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -39408,7 +39408,7 @@ function compareVersions(v1, v2) {
|
|
|
39408
39408
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
39409
39409
|
}
|
|
39410
39410
|
|
|
39411
|
-
// bazel-out/
|
|
39411
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
39412
39412
|
var MIN_TS_VERSION = "5.4.0";
|
|
39413
39413
|
var MAX_TS_VERSION = "5.5.0";
|
|
39414
39414
|
var tsVersion = import_typescript72.default.version;
|
|
@@ -39421,10 +39421,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
39421
39421
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
39422
39422
|
}
|
|
39423
39423
|
|
|
39424
|
-
// bazel-out/
|
|
39424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
39425
39425
|
var import_typescript119 = __toESM(require("typescript"), 1);
|
|
39426
39426
|
|
|
39427
|
-
// bazel-out/
|
|
39427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
39428
39428
|
var CycleAnalyzer = class {
|
|
39429
39429
|
constructor(importGraph) {
|
|
39430
39430
|
this.importGraph = importGraph;
|
|
@@ -39495,7 +39495,7 @@ var Cycle = class {
|
|
|
39495
39495
|
}
|
|
39496
39496
|
};
|
|
39497
39497
|
|
|
39498
|
-
// bazel-out/
|
|
39498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
39499
39499
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
39500
39500
|
var ImportGraph = class {
|
|
39501
39501
|
constructor(checker, perf) {
|
|
@@ -39587,13 +39587,13 @@ var Found = class {
|
|
|
39587
39587
|
}
|
|
39588
39588
|
};
|
|
39589
39589
|
|
|
39590
|
-
// bazel-out/
|
|
39590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
39591
39591
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
39592
39592
|
|
|
39593
|
-
// bazel-out/
|
|
39593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
39594
39594
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
39595
39595
|
|
|
39596
|
-
// bazel-out/
|
|
39596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
39597
39597
|
var EntryType;
|
|
39598
39598
|
(function(EntryType2) {
|
|
39599
39599
|
EntryType2["Block"] = "block";
|
|
@@ -39637,17 +39637,17 @@ var MemberTags;
|
|
|
39637
39637
|
MemberTags2["Inherited"] = "override";
|
|
39638
39638
|
})(MemberTags || (MemberTags = {}));
|
|
39639
39639
|
|
|
39640
|
-
// bazel-out/
|
|
39640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
39641
39641
|
function isAngularPrivateName(name) {
|
|
39642
39642
|
var _a2;
|
|
39643
39643
|
const firstChar = (_a2 = name[0]) != null ? _a2 : "";
|
|
39644
39644
|
return firstChar === "\u0275" || firstChar === "_";
|
|
39645
39645
|
}
|
|
39646
39646
|
|
|
39647
|
-
// bazel-out/
|
|
39647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
39648
39648
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
39649
39649
|
|
|
39650
|
-
// bazel-out/
|
|
39650
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
39651
39651
|
function extractGenerics(declaration) {
|
|
39652
39652
|
var _a2, _b2;
|
|
39653
39653
|
return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
|
|
@@ -39660,7 +39660,7 @@ function extractGenerics(declaration) {
|
|
|
39660
39660
|
})) != null ? _b2 : [];
|
|
39661
39661
|
}
|
|
39662
39662
|
|
|
39663
|
-
// bazel-out/
|
|
39663
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
39664
39664
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
39665
39665
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
39666
39666
|
function extractJsDocTags(node) {
|
|
@@ -39704,12 +39704,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
39704
39704
|
return comment.replace(/_NG_AT_/g, "@");
|
|
39705
39705
|
}
|
|
39706
39706
|
|
|
39707
|
-
// bazel-out/
|
|
39707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
39708
39708
|
function extractResolvedTypeString(node, checker) {
|
|
39709
39709
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
39710
39710
|
}
|
|
39711
39711
|
|
|
39712
|
-
// bazel-out/
|
|
39712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
39713
39713
|
var FunctionExtractor = class {
|
|
39714
39714
|
constructor(name, declaration, typeChecker) {
|
|
39715
39715
|
this.name = name;
|
|
@@ -39765,7 +39765,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
39765
39765
|
}));
|
|
39766
39766
|
}
|
|
39767
39767
|
|
|
39768
|
-
// bazel-out/
|
|
39768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
39769
39769
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
39770
39770
|
function isInternal(member) {
|
|
39771
39771
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -39784,7 +39784,7 @@ function hasLeadingInternalComment(member) {
|
|
|
39784
39784
|
)) != null ? _a2 : false;
|
|
39785
39785
|
}
|
|
39786
39786
|
|
|
39787
|
-
// bazel-out/
|
|
39787
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
39788
39788
|
var ClassExtractor = class {
|
|
39789
39789
|
constructor(declaration, typeChecker) {
|
|
39790
39790
|
this.declaration = declaration;
|
|
@@ -40036,7 +40036,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
40036
40036
|
return extractor.extract();
|
|
40037
40037
|
}
|
|
40038
40038
|
|
|
40039
|
-
// bazel-out/
|
|
40039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
40040
40040
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
40041
40041
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
40042
40042
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -40094,7 +40094,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
40094
40094
|
});
|
|
40095
40095
|
}
|
|
40096
40096
|
|
|
40097
|
-
// bazel-out/
|
|
40097
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
40098
40098
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
40099
40099
|
function extractorDecorator(declaration, typeChecker) {
|
|
40100
40100
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -40167,7 +40167,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
40167
40167
|
return callSignature;
|
|
40168
40168
|
}
|
|
40169
40169
|
|
|
40170
|
-
// bazel-out/
|
|
40170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
40171
40171
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
40172
40172
|
function extractEnum(declaration, typeChecker) {
|
|
40173
40173
|
return {
|
|
@@ -40198,7 +40198,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
40198
40198
|
return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
|
|
40199
40199
|
}
|
|
40200
40200
|
|
|
40201
|
-
// bazel-out/
|
|
40201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
40202
40202
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
40203
40203
|
var initializerApiTag = "initializerApiFunction";
|
|
40204
40204
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -40335,7 +40335,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
40335
40335
|
return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript81.default.isFunctionDeclaration(s) && s.body !== void 0);
|
|
40336
40336
|
}
|
|
40337
40337
|
|
|
40338
|
-
// bazel-out/
|
|
40338
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
40339
40339
|
function extractTypeAlias(declaration) {
|
|
40340
40340
|
return {
|
|
40341
40341
|
name: declaration.name.getText(),
|
|
@@ -40347,7 +40347,7 @@ function extractTypeAlias(declaration) {
|
|
|
40347
40347
|
};
|
|
40348
40348
|
}
|
|
40349
40349
|
|
|
40350
|
-
// bazel-out/
|
|
40350
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
40351
40351
|
var DocsExtractor = class {
|
|
40352
40352
|
constructor(typeChecker, metadataReader) {
|
|
40353
40353
|
this.typeChecker = typeChecker;
|
|
@@ -40431,7 +40431,7 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
40431
40431
|
return relativePath;
|
|
40432
40432
|
}
|
|
40433
40433
|
|
|
40434
|
-
// bazel-out/
|
|
40434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
40435
40435
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
40436
40436
|
var FlatIndexGenerator = class {
|
|
40437
40437
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -40456,7 +40456,7 @@ export * from '${relativeEntryPoint}';
|
|
|
40456
40456
|
}
|
|
40457
40457
|
};
|
|
40458
40458
|
|
|
40459
|
-
// bazel-out/
|
|
40459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
40460
40460
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
40461
40461
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
40462
40462
|
let resolvedEntryPoint = null;
|
|
@@ -40472,7 +40472,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
40472
40472
|
return resolvedEntryPoint;
|
|
40473
40473
|
}
|
|
40474
40474
|
|
|
40475
|
-
// bazel-out/
|
|
40475
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
40476
40476
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
40477
40477
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
40478
40478
|
const diagnostics = [];
|
|
@@ -40552,7 +40552,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
40552
40552
|
}
|
|
40553
40553
|
}
|
|
40554
40554
|
|
|
40555
|
-
// bazel-out/
|
|
40555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
40556
40556
|
var ReferenceGraph = class {
|
|
40557
40557
|
constructor() {
|
|
40558
40558
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -40606,7 +40606,7 @@ var ReferenceGraph = class {
|
|
|
40606
40606
|
}
|
|
40607
40607
|
};
|
|
40608
40608
|
|
|
40609
|
-
// bazel-out/
|
|
40609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
40610
40610
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
40611
40611
|
var UpdateMode;
|
|
40612
40612
|
(function(UpdateMode2) {
|
|
@@ -40614,13 +40614,13 @@ var UpdateMode;
|
|
|
40614
40614
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
40615
40615
|
})(UpdateMode || (UpdateMode = {}));
|
|
40616
40616
|
|
|
40617
|
-
// bazel-out/
|
|
40617
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
40618
40618
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
40619
40619
|
|
|
40620
|
-
// bazel-out/
|
|
40620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
40621
40621
|
var import_typescript86 = __toESM(require("typescript"), 1);
|
|
40622
40622
|
|
|
40623
|
-
// bazel-out/
|
|
40623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
40624
40624
|
var NgExtension = Symbol("NgExtension");
|
|
40625
40625
|
function isExtended(sf) {
|
|
40626
40626
|
return sf[NgExtension] !== void 0;
|
|
@@ -40680,13 +40680,13 @@ function retagTsFile(sf) {
|
|
|
40680
40680
|
}
|
|
40681
40681
|
}
|
|
40682
40682
|
|
|
40683
|
-
// bazel-out/
|
|
40683
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
40684
40684
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
40685
40685
|
function makeShimFileName(fileName, suffix) {
|
|
40686
40686
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
40687
40687
|
}
|
|
40688
40688
|
|
|
40689
|
-
// bazel-out/
|
|
40689
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
40690
40690
|
var ShimAdapter = class {
|
|
40691
40691
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
40692
40692
|
this.delegate = delegate;
|
|
@@ -40781,7 +40781,7 @@ var ShimAdapter = class {
|
|
|
40781
40781
|
}
|
|
40782
40782
|
};
|
|
40783
40783
|
|
|
40784
|
-
// bazel-out/
|
|
40784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
40785
40785
|
var ShimReferenceTagger = class {
|
|
40786
40786
|
constructor(shimExtensions) {
|
|
40787
40787
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -40815,7 +40815,7 @@ var ShimReferenceTagger = class {
|
|
|
40815
40815
|
}
|
|
40816
40816
|
};
|
|
40817
40817
|
|
|
40818
|
-
// bazel-out/
|
|
40818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
40819
40819
|
var DelegatingCompilerHost = class {
|
|
40820
40820
|
get jsDocParsingMode() {
|
|
40821
40821
|
return this.delegate.jsDocParsingMode;
|
|
@@ -40934,7 +40934,7 @@ var TsCreateProgramDriver = class {
|
|
|
40934
40934
|
}
|
|
40935
40935
|
};
|
|
40936
40936
|
|
|
40937
|
-
// bazel-out/
|
|
40937
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
40938
40938
|
var FileDependencyGraph = class {
|
|
40939
40939
|
constructor() {
|
|
40940
40940
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -41001,7 +41001,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
41001
41001
|
return false;
|
|
41002
41002
|
}
|
|
41003
41003
|
|
|
41004
|
-
// bazel-out/
|
|
41004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
41005
41005
|
var IncrementalStateKind;
|
|
41006
41006
|
(function(IncrementalStateKind2) {
|
|
41007
41007
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -41009,7 +41009,7 @@ var IncrementalStateKind;
|
|
|
41009
41009
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
41010
41010
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
41011
41011
|
|
|
41012
|
-
// bazel-out/
|
|
41012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
41013
41013
|
var PhaseKind;
|
|
41014
41014
|
(function(PhaseKind2) {
|
|
41015
41015
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -41210,7 +41210,7 @@ function toOriginalSourceFile(sf) {
|
|
|
41210
41210
|
}
|
|
41211
41211
|
}
|
|
41212
41212
|
|
|
41213
|
-
// bazel-out/
|
|
41213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
41214
41214
|
var TrackedIncrementalBuildStrategy = class {
|
|
41215
41215
|
constructor() {
|
|
41216
41216
|
this.state = null;
|
|
@@ -41231,7 +41231,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
41231
41231
|
};
|
|
41232
41232
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
41233
41233
|
|
|
41234
|
-
// bazel-out/
|
|
41234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
41235
41235
|
var IdentifierKind;
|
|
41236
41236
|
(function(IdentifierKind2) {
|
|
41237
41237
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -41249,7 +41249,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
41249
41249
|
}
|
|
41250
41250
|
};
|
|
41251
41251
|
|
|
41252
|
-
// bazel-out/
|
|
41252
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
41253
41253
|
var IndexingContext = class {
|
|
41254
41254
|
constructor() {
|
|
41255
41255
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -41259,7 +41259,7 @@ var IndexingContext = class {
|
|
|
41259
41259
|
}
|
|
41260
41260
|
};
|
|
41261
41261
|
|
|
41262
|
-
// bazel-out/
|
|
41262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
41263
41263
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
41264
41264
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
41265
41265
|
super();
|
|
@@ -41540,7 +41540,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
41540
41540
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
41541
41541
|
}
|
|
41542
41542
|
|
|
41543
|
-
// bazel-out/
|
|
41543
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
41544
41544
|
function generateAnalysis(context) {
|
|
41545
41545
|
const analysis = /* @__PURE__ */ new Map();
|
|
41546
41546
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -41576,7 +41576,7 @@ function generateAnalysis(context) {
|
|
|
41576
41576
|
return analysis;
|
|
41577
41577
|
}
|
|
41578
41578
|
|
|
41579
|
-
// bazel-out/
|
|
41579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
41580
41580
|
var NgModuleIndexImpl = class {
|
|
41581
41581
|
constructor(metaReader, localReader) {
|
|
41582
41582
|
this.metaReader = metaReader;
|
|
@@ -41665,7 +41665,7 @@ var NgModuleIndexImpl = class {
|
|
|
41665
41665
|
}
|
|
41666
41666
|
};
|
|
41667
41667
|
|
|
41668
|
-
// bazel-out/
|
|
41668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
41669
41669
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
41670
41670
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
41671
41671
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -41817,7 +41817,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
41817
41817
|
};
|
|
41818
41818
|
}
|
|
41819
41819
|
|
|
41820
|
-
// bazel-out/
|
|
41820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
41821
41821
|
var StandaloneComponentScopeReader = class {
|
|
41822
41822
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
41823
41823
|
this.metaReader = metaReader;
|
|
@@ -41913,21 +41913,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
41913
41913
|
}
|
|
41914
41914
|
};
|
|
41915
41915
|
|
|
41916
|
-
// bazel-out/
|
|
41916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
41917
41917
|
var OptimizeFor;
|
|
41918
41918
|
(function(OptimizeFor2) {
|
|
41919
41919
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
41920
41920
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
41921
41921
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
41922
41922
|
|
|
41923
|
-
// bazel-out/
|
|
41923
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
41924
41924
|
var CompletionKind;
|
|
41925
41925
|
(function(CompletionKind2) {
|
|
41926
41926
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
41927
41927
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
41928
41928
|
})(CompletionKind || (CompletionKind = {}));
|
|
41929
41929
|
|
|
41930
|
-
// bazel-out/
|
|
41930
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
41931
41931
|
var PotentialImportKind;
|
|
41932
41932
|
(function(PotentialImportKind2) {
|
|
41933
41933
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -41939,7 +41939,7 @@ var PotentialImportMode;
|
|
|
41939
41939
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
41940
41940
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
41941
41941
|
|
|
41942
|
-
// bazel-out/
|
|
41942
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
41943
41943
|
var SymbolKind;
|
|
41944
41944
|
(function(SymbolKind2) {
|
|
41945
41945
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -41955,7 +41955,7 @@ var SymbolKind;
|
|
|
41955
41955
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
41956
41956
|
})(SymbolKind || (SymbolKind = {}));
|
|
41957
41957
|
|
|
41958
|
-
// bazel-out/
|
|
41958
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
41959
41959
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
41960
41960
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
41961
41961
|
var _a2;
|
|
@@ -42066,7 +42066,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
42066
42066
|
);
|
|
42067
42067
|
}
|
|
42068
42068
|
|
|
42069
|
-
// bazel-out/
|
|
42069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
42070
42070
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
42071
42071
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
42072
42072
|
function getTemplateId(clazz) {
|
|
@@ -42083,10 +42083,10 @@ function allocateTemplateId(sf) {
|
|
|
42083
42083
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
42084
42084
|
}
|
|
42085
42085
|
|
|
42086
|
-
// bazel-out/
|
|
42086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
42087
42087
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
42088
42088
|
|
|
42089
|
-
// bazel-out/
|
|
42089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
42090
42090
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
42091
42091
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
42092
42092
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -42216,7 +42216,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
42216
42216
|
}) || false;
|
|
42217
42217
|
}
|
|
42218
42218
|
|
|
42219
|
-
// bazel-out/
|
|
42219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
42220
42220
|
var CompletionEngine = class {
|
|
42221
42221
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
42222
42222
|
this.tcb = tcb;
|
|
@@ -43474,10 +43474,10 @@ var MagicString = class {
|
|
|
43474
43474
|
}
|
|
43475
43475
|
};
|
|
43476
43476
|
|
|
43477
|
-
// bazel-out/
|
|
43477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
43478
43478
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
43479
43479
|
|
|
43480
|
-
// bazel-out/
|
|
43480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
43481
43481
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
43482
43482
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
43483
43483
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -43529,10 +43529,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
43529
43529
|
}
|
|
43530
43530
|
};
|
|
43531
43531
|
|
|
43532
|
-
// bazel-out/
|
|
43532
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
43533
43533
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
43534
43534
|
|
|
43535
|
-
// bazel-out/
|
|
43535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
43536
43536
|
var ReferenceEmitEnvironment = class {
|
|
43537
43537
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
43538
43538
|
this.importManager = importManager;
|
|
@@ -43562,7 +43562,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
43562
43562
|
}
|
|
43563
43563
|
};
|
|
43564
43564
|
|
|
43565
|
-
// bazel-out/
|
|
43565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
43566
43566
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
43567
43567
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
43568
43568
|
import_typescript97.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -43645,13 +43645,13 @@ function tsNumericExpression2(value) {
|
|
|
43645
43645
|
return import_typescript97.default.factory.createNumericLiteral(value);
|
|
43646
43646
|
}
|
|
43647
43647
|
|
|
43648
|
-
// bazel-out/
|
|
43648
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
43649
43649
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
43650
43650
|
|
|
43651
|
-
// bazel-out/
|
|
43651
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
43652
43652
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
43653
43653
|
|
|
43654
|
-
// bazel-out/
|
|
43654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
43655
43655
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
43656
43656
|
var TypeParameterEmitter = class {
|
|
43657
43657
|
constructor(typeParameters, reflector) {
|
|
@@ -43729,7 +43729,7 @@ var TypeParameterEmitter = class {
|
|
|
43729
43729
|
}
|
|
43730
43730
|
};
|
|
43731
43731
|
|
|
43732
|
-
// bazel-out/
|
|
43732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
43733
43733
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
43734
43734
|
Identifiers.InputSignalBrandWriteType
|
|
43735
43735
|
];
|
|
@@ -43821,7 +43821,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
43821
43821
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
43822
43822
|
}
|
|
43823
43823
|
|
|
43824
|
-
// bazel-out/
|
|
43824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
43825
43825
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
43826
43826
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
43827
43827
|
const rawType = import_typescript101.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -43944,7 +43944,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
43944
43944
|
});
|
|
43945
43945
|
}
|
|
43946
43946
|
|
|
43947
|
-
// bazel-out/
|
|
43947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
43948
43948
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
43949
43949
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
43950
43950
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -44016,7 +44016,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
44016
44016
|
}
|
|
44017
44017
|
};
|
|
44018
44018
|
|
|
44019
|
-
// bazel-out/
|
|
44019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
44020
44020
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
44021
44021
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
44022
44022
|
constructor(resolver) {
|
|
@@ -44197,7 +44197,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
44197
44197
|
});
|
|
44198
44198
|
}
|
|
44199
44199
|
|
|
44200
|
-
// bazel-out/
|
|
44200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
44201
44201
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
44202
44202
|
var TypeCheckShimGenerator = class {
|
|
44203
44203
|
constructor() {
|
|
@@ -44215,10 +44215,10 @@ var TypeCheckShimGenerator = class {
|
|
|
44215
44215
|
}
|
|
44216
44216
|
};
|
|
44217
44217
|
|
|
44218
|
-
// bazel-out/
|
|
44218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
44219
44219
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
44220
44220
|
|
|
44221
|
-
// bazel-out/
|
|
44221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
44222
44222
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
44223
44223
|
function wrapForDiagnostics(expr) {
|
|
44224
44224
|
return import_typescript105.default.factory.createParenthesizedExpression(expr);
|
|
@@ -44273,7 +44273,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
44273
44273
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
44274
44274
|
}
|
|
44275
44275
|
|
|
44276
|
-
// bazel-out/
|
|
44276
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
44277
44277
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
44278
44278
|
var NULL_AS_ANY = import_typescript106.default.factory.createAsExpression(import_typescript106.default.factory.createNull(), import_typescript106.default.factory.createKeywordTypeNode(import_typescript106.default.SyntaxKind.AnyKeyword));
|
|
44279
44279
|
var UNDEFINED = import_typescript106.default.factory.createIdentifier("undefined");
|
|
@@ -44605,7 +44605,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
44605
44605
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
44606
44606
|
})();
|
|
44607
44607
|
|
|
44608
|
-
// bazel-out/
|
|
44608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
44609
44609
|
var TcbGenericContextBehavior;
|
|
44610
44610
|
(function(TcbGenericContextBehavior2) {
|
|
44611
44611
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -46126,7 +46126,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
46126
46126
|
}
|
|
46127
46127
|
};
|
|
46128
46128
|
|
|
46129
|
-
// bazel-out/
|
|
46129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
46130
46130
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
46131
46131
|
var TypeCheckFile = class extends Environment {
|
|
46132
46132
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -46174,7 +46174,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
46174
46174
|
}
|
|
46175
46175
|
};
|
|
46176
46176
|
|
|
46177
|
-
// bazel-out/
|
|
46177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
46178
46178
|
var InliningMode;
|
|
46179
46179
|
(function(InliningMode2) {
|
|
46180
46180
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -46426,7 +46426,7 @@ var TypeCtorOp = class {
|
|
|
46426
46426
|
}
|
|
46427
46427
|
};
|
|
46428
46428
|
|
|
46429
|
-
// bazel-out/
|
|
46429
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
46430
46430
|
var LF_CHAR = 10;
|
|
46431
46431
|
var CR_CHAR = 13;
|
|
46432
46432
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -46467,7 +46467,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
46467
46467
|
return low - 1;
|
|
46468
46468
|
}
|
|
46469
46469
|
|
|
46470
|
-
// bazel-out/
|
|
46470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
46471
46471
|
var TemplateSource = class {
|
|
46472
46472
|
constructor(mapping, file) {
|
|
46473
46473
|
this.mapping = mapping;
|
|
@@ -46518,7 +46518,7 @@ var TemplateSourceManager = class {
|
|
|
46518
46518
|
}
|
|
46519
46519
|
};
|
|
46520
46520
|
|
|
46521
|
-
// bazel-out/
|
|
46521
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
46522
46522
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
46523
46523
|
var SymbolBuilder = class {
|
|
46524
46524
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -47053,7 +47053,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
47053
47053
|
};
|
|
47054
47054
|
}
|
|
47055
47055
|
|
|
47056
|
-
// bazel-out/
|
|
47056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
47057
47057
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
47058
47058
|
var TemplateTypeCheckerImpl = class {
|
|
47059
47059
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -47753,7 +47753,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
47753
47753
|
}
|
|
47754
47754
|
};
|
|
47755
47755
|
|
|
47756
|
-
// bazel-out/
|
|
47756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
47757
47757
|
var import_typescript113 = __toESM(require("typescript"), 1);
|
|
47758
47758
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
47759
47759
|
"WritableSignal",
|
|
@@ -47773,7 +47773,7 @@ function isSignalSymbol(symbol) {
|
|
|
47773
47773
|
});
|
|
47774
47774
|
}
|
|
47775
47775
|
|
|
47776
|
-
// bazel-out/
|
|
47776
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
47777
47777
|
var TemplateCheckWithVisitor = class {
|
|
47778
47778
|
run(ctx, component, template2) {
|
|
47779
47779
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -47897,7 +47897,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
47897
47897
|
}
|
|
47898
47898
|
};
|
|
47899
47899
|
|
|
47900
|
-
// bazel-out/
|
|
47900
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
47901
47901
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
47902
47902
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
47903
47903
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -47941,7 +47941,7 @@ var factory = {
|
|
|
47941
47941
|
create: () => new InterpolatedSignalCheck()
|
|
47942
47942
|
};
|
|
47943
47943
|
|
|
47944
|
-
// bazel-out/
|
|
47944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
47945
47945
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
47946
47946
|
constructor() {
|
|
47947
47947
|
super(...arguments);
|
|
@@ -47966,7 +47966,7 @@ var factory2 = {
|
|
|
47966
47966
|
create: () => new InvalidBananaInBoxCheck()
|
|
47967
47967
|
};
|
|
47968
47968
|
|
|
47969
|
-
// bazel-out/
|
|
47969
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
47970
47970
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
47971
47971
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
47972
47972
|
["ngFor", { directive: "NgFor", builtIn: "@for" }],
|
|
@@ -48010,7 +48010,7 @@ var factory3 = {
|
|
|
48010
48010
|
}
|
|
48011
48011
|
};
|
|
48012
48012
|
|
|
48013
|
-
// bazel-out/
|
|
48013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
48014
48014
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
48015
48015
|
constructor() {
|
|
48016
48016
|
super(...arguments);
|
|
@@ -48042,7 +48042,7 @@ var factory4 = {
|
|
|
48042
48042
|
create: () => new MissingNgForOfLetCheck()
|
|
48043
48043
|
};
|
|
48044
48044
|
|
|
48045
|
-
// bazel-out/
|
|
48045
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
48046
48046
|
var import_typescript114 = __toESM(require("typescript"), 1);
|
|
48047
48047
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
48048
48048
|
constructor() {
|
|
@@ -48086,7 +48086,7 @@ var factory5 = {
|
|
|
48086
48086
|
}
|
|
48087
48087
|
};
|
|
48088
48088
|
|
|
48089
|
-
// bazel-out/
|
|
48089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
48090
48090
|
var import_typescript115 = __toESM(require("typescript"), 1);
|
|
48091
48091
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
48092
48092
|
constructor() {
|
|
@@ -48131,7 +48131,7 @@ var factory6 = {
|
|
|
48131
48131
|
}
|
|
48132
48132
|
};
|
|
48133
48133
|
|
|
48134
|
-
// bazel-out/
|
|
48134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
48135
48135
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
48136
48136
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
48137
48137
|
constructor() {
|
|
@@ -48154,7 +48154,7 @@ var factory7 = {
|
|
|
48154
48154
|
create: () => new SuffixNotSupportedCheck()
|
|
48155
48155
|
};
|
|
48156
48156
|
|
|
48157
|
-
// bazel-out/
|
|
48157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
48158
48158
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
48159
48159
|
constructor() {
|
|
48160
48160
|
super(...arguments);
|
|
@@ -48192,10 +48192,10 @@ var factory8 = {
|
|
|
48192
48192
|
create: () => new TextAttributeNotBindingSpec()
|
|
48193
48193
|
};
|
|
48194
48194
|
|
|
48195
|
-
// bazel-out/
|
|
48195
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
48196
48196
|
var import_typescript116 = __toESM(require("typescript"), 1);
|
|
48197
48197
|
|
|
48198
|
-
// bazel-out/
|
|
48198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
48199
48199
|
var DiagnosticCategoryLabel;
|
|
48200
48200
|
(function(DiagnosticCategoryLabel2) {
|
|
48201
48201
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -48203,7 +48203,7 @@ var DiagnosticCategoryLabel;
|
|
|
48203
48203
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
48204
48204
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
48205
48205
|
|
|
48206
|
-
// bazel-out/
|
|
48206
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
48207
48207
|
var ExtendedTemplateCheckerImpl = class {
|
|
48208
48208
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
48209
48209
|
var _a2, _b2, _c2, _d2, _e2;
|
|
@@ -48255,7 +48255,7 @@ function assertNever(value) {
|
|
|
48255
48255
|
${value}`);
|
|
48256
48256
|
}
|
|
48257
48257
|
|
|
48258
|
-
// bazel-out/
|
|
48258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
48259
48259
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
48260
48260
|
factory2,
|
|
48261
48261
|
factory5,
|
|
@@ -48271,7 +48271,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
48271
48271
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
48272
48272
|
]);
|
|
48273
48273
|
|
|
48274
|
-
// bazel-out/
|
|
48274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
48275
48275
|
var import_typescript117 = __toESM(require("typescript"), 1);
|
|
48276
48276
|
var TemplateSemanticsCheckerImpl = class {
|
|
48277
48277
|
constructor(templateTypeChecker) {
|
|
@@ -48354,7 +48354,7 @@ function unwrapAstWithSource(ast) {
|
|
|
48354
48354
|
return ast instanceof ASTWithSource ? ast.ast : ast;
|
|
48355
48355
|
}
|
|
48356
48356
|
|
|
48357
|
-
// bazel-out/
|
|
48357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
48358
48358
|
var import_typescript118 = __toESM(require("typescript"), 1);
|
|
48359
48359
|
var APIS_TO_CHECK = [
|
|
48360
48360
|
INPUT_INITIALIZER_FN,
|
|
@@ -48405,7 +48405,7 @@ var InitializerApiUsageRule = class {
|
|
|
48405
48405
|
}
|
|
48406
48406
|
};
|
|
48407
48407
|
|
|
48408
|
-
// bazel-out/
|
|
48408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
48409
48409
|
var SourceFileValidator = class {
|
|
48410
48410
|
constructor(reflector, importedSymbolsTracker) {
|
|
48411
48411
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -48443,7 +48443,7 @@ var SourceFileValidator = class {
|
|
|
48443
48443
|
}
|
|
48444
48444
|
};
|
|
48445
48445
|
|
|
48446
|
-
// bazel-out/
|
|
48446
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
48447
48447
|
function coreHasSymbol(program, symbol) {
|
|
48448
48448
|
const checker = program.getTypeChecker();
|
|
48449
48449
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -48462,7 +48462,7 @@ function isMaybeCore(sf) {
|
|
|
48462
48462
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
48463
48463
|
}
|
|
48464
48464
|
|
|
48465
|
-
// bazel-out/
|
|
48465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
48466
48466
|
var import_semver = __toESM(require_semver2(), 1);
|
|
48467
48467
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
48468
48468
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -48471,7 +48471,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
48471
48471
|
return import_semver.default.satisfies(coreVersion, minVersion);
|
|
48472
48472
|
}
|
|
48473
48473
|
|
|
48474
|
-
// bazel-out/
|
|
48474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
48475
48475
|
var CompilationTicketKind;
|
|
48476
48476
|
(function(CompilationTicketKind2) {
|
|
48477
48477
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -49253,7 +49253,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
49253
49253
|
return versions;
|
|
49254
49254
|
}
|
|
49255
49255
|
|
|
49256
|
-
// bazel-out/
|
|
49256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
49257
49257
|
var import_typescript121 = __toESM(require("typescript"), 1);
|
|
49258
49258
|
var DelegatingCompilerHost2 = class {
|
|
49259
49259
|
get jsDocParsingMode() {
|
|
@@ -49392,7 +49392,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
49392
49392
|
}
|
|
49393
49393
|
};
|
|
49394
49394
|
|
|
49395
|
-
// bazel-out/
|
|
49395
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
49396
49396
|
var NgtscProgram = class {
|
|
49397
49397
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
49398
49398
|
this.options = options;
|
|
@@ -49619,18 +49619,18 @@ function mergeEmitResults(emitResults) {
|
|
|
49619
49619
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
49620
49620
|
}
|
|
49621
49621
|
|
|
49622
|
-
// bazel-out/
|
|
49622
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
49623
49623
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
49624
49624
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
49625
49625
|
}
|
|
49626
49626
|
|
|
49627
|
-
// bazel-out/
|
|
49627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
49628
49628
|
var import_typescript125 = __toESM(require("typescript"), 1);
|
|
49629
49629
|
|
|
49630
|
-
// bazel-out/
|
|
49630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
49631
49631
|
var import_typescript124 = __toESM(require("typescript"), 1);
|
|
49632
49632
|
|
|
49633
|
-
// bazel-out/
|
|
49633
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
49634
49634
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
49635
49635
|
ngDevMode: false,
|
|
49636
49636
|
ngI18nClosureMode: false
|
|
@@ -49639,7 +49639,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
49639
49639
|
ngJitMode: false
|
|
49640
49640
|
});
|
|
49641
49641
|
|
|
49642
|
-
// bazel-out/
|
|
49642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
49643
49643
|
var LogLevel;
|
|
49644
49644
|
(function(LogLevel2) {
|
|
49645
49645
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -49648,7 +49648,7 @@ var LogLevel;
|
|
|
49648
49648
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
49649
49649
|
})(LogLevel || (LogLevel = {}));
|
|
49650
49650
|
|
|
49651
|
-
// bazel-out/
|
|
49651
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
49652
49652
|
var RESET = "\x1B[0m";
|
|
49653
49653
|
var RED = "\x1B[31m";
|
|
49654
49654
|
var YELLOW = "\x1B[33m";
|
|
@@ -49657,18 +49657,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
49657
49657
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
49658
49658
|
var ERROR = `${RED}Error:${RESET}`;
|
|
49659
49659
|
|
|
49660
|
-
// bazel-out/
|
|
49660
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
49661
49661
|
setFileSystem(new NodeJSFileSystem());
|
|
49662
49662
|
|
|
49663
|
-
// bazel-out/
|
|
49663
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
49664
49664
|
var import_fs2 = require("fs");
|
|
49665
49665
|
var import_path8 = require("path");
|
|
49666
49666
|
var import_typescript138 = __toESM(require("typescript"), 1);
|
|
49667
49667
|
|
|
49668
|
-
// bazel-out/
|
|
49668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
49669
49669
|
var import_typescript127 = __toESM(require("typescript"), 1);
|
|
49670
49670
|
|
|
49671
|
-
// bazel-out/
|
|
49671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
49672
49672
|
var import_path4 = require("path");
|
|
49673
49673
|
var import_typescript126 = __toESM(require("typescript"), 1);
|
|
49674
49674
|
var ImportManager2 = class {
|
|
@@ -49852,7 +49852,7 @@ ${text2}`;
|
|
|
49852
49852
|
}
|
|
49853
49853
|
};
|
|
49854
49854
|
|
|
49855
|
-
// bazel-out/
|
|
49855
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
49856
49856
|
var ChangeTracker = class {
|
|
49857
49857
|
constructor(_printer, _importRemapper) {
|
|
49858
49858
|
__publicField(this, "_printer");
|
|
@@ -49915,7 +49915,7 @@ function normalizePath(path4) {
|
|
|
49915
49915
|
return path4.replace(/\\/g, "/");
|
|
49916
49916
|
}
|
|
49917
49917
|
|
|
49918
|
-
// bazel-out/
|
|
49918
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
49919
49919
|
var import_core19 = require("@angular-devkit/core");
|
|
49920
49920
|
function getProjectTsConfigPaths(tree) {
|
|
49921
49921
|
return __async(this, null, function* () {
|
|
@@ -49995,11 +49995,11 @@ function getWorkspace(tree) {
|
|
|
49995
49995
|
});
|
|
49996
49996
|
}
|
|
49997
49997
|
|
|
49998
|
-
// bazel-out/
|
|
49998
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
49999
49999
|
var import_path5 = require("path");
|
|
50000
50000
|
var import_typescript129 = __toESM(require("typescript"), 1);
|
|
50001
50001
|
|
|
50002
|
-
// bazel-out/
|
|
50002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
50003
50003
|
var path3 = __toESM(require("path"), 1);
|
|
50004
50004
|
var import_typescript128 = __toESM(require("typescript"), 1);
|
|
50005
50005
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -50016,7 +50016,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
50016
50016
|
return import_typescript128.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
50017
50017
|
}
|
|
50018
50018
|
|
|
50019
|
-
// bazel-out/
|
|
50019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
50020
50020
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
50021
50021
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
50022
50022
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -50045,13 +50045,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
50045
50045
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
50046
50046
|
}
|
|
50047
50047
|
|
|
50048
|
-
// bazel-out/
|
|
50048
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
50049
50049
|
var import_typescript134 = __toESM(require("typescript"), 1);
|
|
50050
50050
|
|
|
50051
|
-
// bazel-out/
|
|
50051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
50052
50052
|
var import_typescript131 = __toESM(require("typescript"), 1);
|
|
50053
50053
|
|
|
50054
|
-
// bazel-out/
|
|
50054
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
50055
50055
|
var import_typescript130 = __toESM(require("typescript"), 1);
|
|
50056
50056
|
function getImportOfIdentifier(typeChecker, node) {
|
|
50057
50057
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -50102,7 +50102,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
50102
50102
|
});
|
|
50103
50103
|
}
|
|
50104
50104
|
|
|
50105
|
-
// bazel-out/
|
|
50105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
50106
50106
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
50107
50107
|
if (!import_typescript131.default.isCallExpression(decorator.expression) || !import_typescript131.default.isIdentifier(decorator.expression.expression)) {
|
|
50108
50108
|
return null;
|
|
@@ -50111,7 +50111,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
50111
50111
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
50112
50112
|
}
|
|
50113
50113
|
|
|
50114
|
-
// bazel-out/
|
|
50114
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
50115
50115
|
function getAngularDecorators2(typeChecker, decorators) {
|
|
50116
50116
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
50117
50117
|
node,
|
|
@@ -50121,7 +50121,7 @@ function getAngularDecorators2(typeChecker, decorators) {
|
|
|
50121
50121
|
}));
|
|
50122
50122
|
}
|
|
50123
50123
|
|
|
50124
|
-
// bazel-out/
|
|
50124
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
50125
50125
|
var import_typescript132 = __toESM(require("typescript"), 1);
|
|
50126
50126
|
function closestNode(node, predicate) {
|
|
50127
50127
|
let current = node.parent;
|
|
@@ -50134,7 +50134,7 @@ function closestNode(node, predicate) {
|
|
|
50134
50134
|
return null;
|
|
50135
50135
|
}
|
|
50136
50136
|
|
|
50137
|
-
// bazel-out/
|
|
50137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
50138
50138
|
var import_path6 = require("path");
|
|
50139
50139
|
var import_typescript133 = __toESM(require("typescript"), 1);
|
|
50140
50140
|
var UniqueItemTracker = class {
|
|
@@ -50312,7 +50312,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
50312
50312
|
}));
|
|
50313
50313
|
}
|
|
50314
50314
|
|
|
50315
|
-
// bazel-out/
|
|
50315
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
50316
50316
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
50317
50317
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
50318
50318
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -50511,14 +50511,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
50511
50511
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
50512
50512
|
}
|
|
50513
50513
|
|
|
50514
|
-
// bazel-out/
|
|
50514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
50515
50515
|
var import_path7 = require("path");
|
|
50516
50516
|
var import_typescript137 = __toESM(require("typescript"), 1);
|
|
50517
50517
|
|
|
50518
|
-
// bazel-out/
|
|
50518
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
50519
50519
|
var import_typescript136 = __toESM(require("typescript"), 1);
|
|
50520
50520
|
|
|
50521
|
-
// bazel-out/
|
|
50521
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
50522
50522
|
var import_typescript135 = __toESM(require("typescript"), 1);
|
|
50523
50523
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
50524
50524
|
var _a2, _b2;
|
|
@@ -50527,7 +50527,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
50527
50527
|
return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b2 = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b2[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
|
|
50528
50528
|
}
|
|
50529
50529
|
|
|
50530
|
-
// bazel-out/
|
|
50530
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
50531
50531
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
50532
50532
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
50533
50533
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -50897,7 +50897,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
50897
50897
|
return metadata != null && metadata.isStandalone;
|
|
50898
50898
|
}
|
|
50899
50899
|
|
|
50900
|
-
// bazel-out/
|
|
50900
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
50901
50901
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
50902
50902
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
50903
50903
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -51274,7 +51274,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
51274
51274
|
return false;
|
|
51275
51275
|
}
|
|
51276
51276
|
|
|
51277
|
-
// bazel-out/
|
|
51277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
51278
51278
|
var MigrationMode;
|
|
51279
51279
|
(function(MigrationMode2) {
|
|
51280
51280
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|