@angular/core 17.3.7 → 17.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/defer/instructions.mjs +20 -12
- package/esm2022/src/render3/after_render_hooks.mjs +4 -2
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3682 -3673
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +193 -163
- package/schematics/migrations/block-template-entities/bundle.js.map +2 -2
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +194 -164
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/ng-generate/control-flow-migration/bundle.js +202 -172
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +474 -444
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +1 -1
|
@@ -2492,7 +2492,7 @@ var require_semver2 = __commonJS({
|
|
|
2492
2492
|
}
|
|
2493
2493
|
});
|
|
2494
2494
|
|
|
2495
|
-
// bazel-out/
|
|
2495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
2496
2496
|
var standalone_migration_exports = {};
|
|
2497
2497
|
__export(standalone_migration_exports, {
|
|
2498
2498
|
default: () => standalone_migration_default
|
|
@@ -2500,10 +2500,10 @@ __export(standalone_migration_exports, {
|
|
|
2500
2500
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
2501
2501
|
var import_schematics = require("@angular-devkit/schematics");
|
|
2502
2502
|
|
|
2503
|
-
// bazel-out/
|
|
2503
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
2504
2504
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
2505
2505
|
|
|
2506
|
-
// bazel-out/
|
|
2506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
2507
2507
|
var InvalidFileSystem = class {
|
|
2508
2508
|
exists(path4) {
|
|
2509
2509
|
throw makeError();
|
|
@@ -2591,7 +2591,7 @@ function makeError() {
|
|
|
2591
2591
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
2592
2592
|
}
|
|
2593
2593
|
|
|
2594
|
-
// bazel-out/
|
|
2594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
2595
2595
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
2596
2596
|
function stripExtension(path4) {
|
|
2597
2597
|
return path4.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -2604,7 +2604,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
2604
2604
|
return sf;
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
|
-
// bazel-out/
|
|
2607
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
2608
2608
|
var fs = new InvalidFileSystem();
|
|
2609
2609
|
function getFileSystem() {
|
|
2610
2610
|
return fs;
|
|
@@ -2648,7 +2648,7 @@ function toRelativeImport(relativePath) {
|
|
|
2648
2648
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
// bazel-out/
|
|
2651
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
2652
2652
|
var LogicalProjectPath = {
|
|
2653
2653
|
relativePathBetween: function(from, to) {
|
|
2654
2654
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -2694,7 +2694,7 @@ function isWithinBasePath(base, path4) {
|
|
|
2694
2694
|
return isLocalRelativePath(relative(base, path4));
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
2697
|
-
// bazel-out/
|
|
2697
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
2698
2698
|
var import_fs = __toESM(require("fs"), 1);
|
|
2699
2699
|
var import_module = require("module");
|
|
2700
2700
|
var p = __toESM(require("path"), 1);
|
|
@@ -2802,7 +2802,7 @@ function toggleCase(str) {
|
|
|
2802
2802
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
// bazel-out/
|
|
2805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
2806
2806
|
var _SELECTOR_REGEXP = new RegExp(
|
|
2807
2807
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
2808
2808
|
"g"
|
|
@@ -3110,7 +3110,7 @@ var SelectorContext = class {
|
|
|
3110
3110
|
}
|
|
3111
3111
|
};
|
|
3112
3112
|
|
|
3113
|
-
// bazel-out/
|
|
3113
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
3114
3114
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
3115
3115
|
var ViewEncapsulation;
|
|
3116
3116
|
(function(ViewEncapsulation2) {
|
|
@@ -3179,7 +3179,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
3179
3179
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
3180
3180
|
}
|
|
3181
3181
|
|
|
3182
|
-
// bazel-out/
|
|
3182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3183
3183
|
var output_ast_exports = {};
|
|
3184
3184
|
__export(output_ast_exports, {
|
|
3185
3185
|
ArrayType: () => ArrayType,
|
|
@@ -3267,7 +3267,7 @@ __export(output_ast_exports, {
|
|
|
3267
3267
|
variable: () => variable
|
|
3268
3268
|
});
|
|
3269
3269
|
|
|
3270
|
-
// bazel-out/
|
|
3270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
3271
3271
|
var textEncoder;
|
|
3272
3272
|
function digest(message) {
|
|
3273
3273
|
return message.id || computeDigest(message);
|
|
@@ -3510,7 +3510,7 @@ function wordAt(bytes, index, endian) {
|
|
|
3510
3510
|
return word;
|
|
3511
3511
|
}
|
|
3512
3512
|
|
|
3513
|
-
// bazel-out/
|
|
3513
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
3514
3514
|
var TypeModifier;
|
|
3515
3515
|
(function(TypeModifier2) {
|
|
3516
3516
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -4705,7 +4705,7 @@ function serializeTags(tags) {
|
|
|
4705
4705
|
return out;
|
|
4706
4706
|
}
|
|
4707
4707
|
|
|
4708
|
-
// bazel-out/
|
|
4708
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
4709
4709
|
var CONSTANT_PREFIX = "_c";
|
|
4710
4710
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
4711
4711
|
var KEY_CONTEXT = {};
|
|
@@ -4893,7 +4893,7 @@ function isLongStringLiteral(expr) {
|
|
|
4893
4893
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
4894
4894
|
}
|
|
4895
4895
|
|
|
4896
|
-
// bazel-out/
|
|
4896
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
4897
4897
|
var CORE = "@angular/core";
|
|
4898
4898
|
var _Identifiers = class {
|
|
4899
4899
|
};
|
|
@@ -5559,7 +5559,7 @@ var Identifiers = _Identifiers;
|
|
|
5559
5559
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
5560
5560
|
})();
|
|
5561
5561
|
|
|
5562
|
-
// bazel-out/
|
|
5562
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
5563
5563
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
5564
5564
|
function dashCaseToCamelCase(input) {
|
|
5565
5565
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -5647,7 +5647,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
5647
5647
|
return [truthy, falsy];
|
|
5648
5648
|
}
|
|
5649
5649
|
|
|
5650
|
-
// bazel-out/
|
|
5650
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
5651
5651
|
var VERSION = 3;
|
|
5652
5652
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
5653
5653
|
var SourceMapGenerator = class {
|
|
@@ -5776,7 +5776,7 @@ function toBase64Digit(value) {
|
|
|
5776
5776
|
return B64_DIGITS[value];
|
|
5777
5777
|
}
|
|
5778
5778
|
|
|
5779
|
-
// bazel-out/
|
|
5779
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
5780
5780
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
5781
5781
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
5782
5782
|
var _INDENT_WITH = " ";
|
|
@@ -6264,7 +6264,7 @@ function _createIndent(count) {
|
|
|
6264
6264
|
return res;
|
|
6265
6265
|
}
|
|
6266
6266
|
|
|
6267
|
-
// bazel-out/
|
|
6267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
6268
6268
|
function typeWithParameters(type, numParams) {
|
|
6269
6269
|
if (numParams === 0) {
|
|
6270
6270
|
return expressionType(type);
|
|
@@ -6332,7 +6332,7 @@ function generateForwardRef(expr) {
|
|
|
6332
6332
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
6333
6333
|
}
|
|
6334
6334
|
|
|
6335
|
-
// bazel-out/
|
|
6335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
6336
6336
|
var R3FactoryDelegateType;
|
|
6337
6337
|
(function(R3FactoryDelegateType2) {
|
|
6338
6338
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -6477,7 +6477,7 @@ function getInjectFn(target) {
|
|
|
6477
6477
|
}
|
|
6478
6478
|
}
|
|
6479
6479
|
|
|
6480
|
-
// bazel-out/
|
|
6480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
6481
6481
|
var TagContentType;
|
|
6482
6482
|
(function(TagContentType2) {
|
|
6483
6483
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -6514,7 +6514,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
6514
6514
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
6515
6515
|
}
|
|
6516
6516
|
|
|
6517
|
-
// bazel-out/
|
|
6517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
6518
6518
|
var Comment = class {
|
|
6519
6519
|
constructor(value, sourceSpan) {
|
|
6520
6520
|
this.value = value;
|
|
@@ -6968,7 +6968,7 @@ function visitAll(visitor, nodes) {
|
|
|
6968
6968
|
return result;
|
|
6969
6969
|
}
|
|
6970
6970
|
|
|
6971
|
-
// bazel-out/
|
|
6971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
6972
6972
|
var Message = class {
|
|
6973
6973
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
6974
6974
|
this.nodes = nodes;
|
|
@@ -7157,7 +7157,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
7157
7157
|
}
|
|
7158
7158
|
};
|
|
7159
7159
|
|
|
7160
|
-
// bazel-out/
|
|
7160
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
7161
7161
|
var Serializer = class {
|
|
7162
7162
|
createNameMapper(message) {
|
|
7163
7163
|
return null;
|
|
@@ -7214,7 +7214,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
7214
7214
|
}
|
|
7215
7215
|
};
|
|
7216
7216
|
|
|
7217
|
-
// bazel-out/
|
|
7217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
7218
7218
|
var _Visitor = class {
|
|
7219
7219
|
visitTag(tag) {
|
|
7220
7220
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -7302,7 +7302,7 @@ function escapeXml(text2) {
|
|
|
7302
7302
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
7303
7303
|
}
|
|
7304
7304
|
|
|
7305
|
-
// bazel-out/
|
|
7305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
7306
7306
|
var _MESSAGES_TAG = "messagebundle";
|
|
7307
7307
|
var _MESSAGE_TAG = "msg";
|
|
7308
7308
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -7454,7 +7454,7 @@ function toPublicName(internalName) {
|
|
|
7454
7454
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
7455
7455
|
}
|
|
7456
7456
|
|
|
7457
|
-
// bazel-out/
|
|
7457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
7458
7458
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
7459
7459
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
7460
7460
|
var I18N_ATTR = "i18n";
|
|
@@ -7556,7 +7556,7 @@ function declareI18nVariable(variable2) {
|
|
|
7556
7556
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
7557
7557
|
}
|
|
7558
7558
|
|
|
7559
|
-
// bazel-out/
|
|
7559
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
7560
7560
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
7561
7561
|
var TEMPORARY_NAME = "_t";
|
|
7562
7562
|
var CONTEXT_NAME = "ctx";
|
|
@@ -7802,7 +7802,7 @@ function getInstructionStatements(instructions) {
|
|
|
7802
7802
|
return statements;
|
|
7803
7803
|
}
|
|
7804
7804
|
|
|
7805
|
-
// bazel-out/
|
|
7805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
7806
7806
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
7807
7807
|
let result = null;
|
|
7808
7808
|
const factoryMeta = {
|
|
@@ -7887,7 +7887,7 @@ function createFactoryFunction(type) {
|
|
|
7887
7887
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
7888
7888
|
}
|
|
7889
7889
|
|
|
7890
|
-
// bazel-out/
|
|
7890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
7891
7891
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
7892
7892
|
/^\s*$/,
|
|
7893
7893
|
/[<>]/,
|
|
@@ -7909,7 +7909,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
7909
7909
|
}
|
|
7910
7910
|
}
|
|
7911
7911
|
|
|
7912
|
-
// bazel-out/
|
|
7912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
7913
7913
|
var InterpolationConfig = class {
|
|
7914
7914
|
static fromArray(markers) {
|
|
7915
7915
|
if (!markers) {
|
|
@@ -7926,7 +7926,7 @@ var InterpolationConfig = class {
|
|
|
7926
7926
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
7927
7927
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
7928
7928
|
|
|
7929
|
-
// bazel-out/
|
|
7929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
7930
7930
|
var $EOF = 0;
|
|
7931
7931
|
var $BSPACE = 8;
|
|
7932
7932
|
var $TAB = 9;
|
|
@@ -8008,7 +8008,7 @@ function isQuote(code) {
|
|
|
8008
8008
|
return code === $SQ || code === $DQ || code === $BT;
|
|
8009
8009
|
}
|
|
8010
8010
|
|
|
8011
|
-
// bazel-out/
|
|
8011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
8012
8012
|
var ParseLocation = class {
|
|
8013
8013
|
constructor(file, offset, line, col) {
|
|
8014
8014
|
this.file = file;
|
|
@@ -8155,7 +8155,7 @@ function sanitizeIdentifier(name) {
|
|
|
8155
8155
|
return name.replace(/\W/g, "_");
|
|
8156
8156
|
}
|
|
8157
8157
|
|
|
8158
|
-
// bazel-out/
|
|
8158
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
8159
8159
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
8160
8160
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
8161
8161
|
constructor() {
|
|
@@ -8248,7 +8248,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
8248
8248
|
}
|
|
8249
8249
|
};
|
|
8250
8250
|
|
|
8251
|
-
// bazel-out/
|
|
8251
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
8252
8252
|
var policy;
|
|
8253
8253
|
function getPolicy() {
|
|
8254
8254
|
if (policy === void 0) {
|
|
@@ -8286,7 +8286,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
8286
8286
|
return fn2.bind(_global);
|
|
8287
8287
|
}
|
|
8288
8288
|
|
|
8289
|
-
// bazel-out/
|
|
8289
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
8290
8290
|
var JitEvaluator = class {
|
|
8291
8291
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
8292
8292
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -8377,7 +8377,7 @@ function isUseStrictStatement(statement) {
|
|
|
8377
8377
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
8378
8378
|
}
|
|
8379
8379
|
|
|
8380
|
-
// bazel-out/
|
|
8380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
8381
8381
|
function compileInjector(meta) {
|
|
8382
8382
|
const definitionMap = new DefinitionMap();
|
|
8383
8383
|
if (meta.providers !== null) {
|
|
@@ -8394,7 +8394,7 @@ function createInjectorType(meta) {
|
|
|
8394
8394
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
8395
8395
|
}
|
|
8396
8396
|
|
|
8397
|
-
// bazel-out/
|
|
8397
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
8398
8398
|
var R3JitReflector = class {
|
|
8399
8399
|
constructor(context) {
|
|
8400
8400
|
this.context = context;
|
|
@@ -8410,7 +8410,7 @@ var R3JitReflector = class {
|
|
|
8410
8410
|
}
|
|
8411
8411
|
};
|
|
8412
8412
|
|
|
8413
|
-
// bazel-out/
|
|
8413
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
8414
8414
|
var R3SelectorScopeMode;
|
|
8415
8415
|
(function(R3SelectorScopeMode2) {
|
|
8416
8416
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -8551,7 +8551,7 @@ function tupleOfTypes(types) {
|
|
|
8551
8551
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
8552
8552
|
}
|
|
8553
8553
|
|
|
8554
|
-
// bazel-out/
|
|
8554
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
8555
8555
|
function compilePipeFromMetadata(metadata) {
|
|
8556
8556
|
const definitionMapValues = [];
|
|
8557
8557
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -8572,7 +8572,7 @@ function createPipeType(metadata) {
|
|
|
8572
8572
|
]));
|
|
8573
8573
|
}
|
|
8574
8574
|
|
|
8575
|
-
// bazel-out/
|
|
8575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
8576
8576
|
var R3TemplateDependencyKind;
|
|
8577
8577
|
(function(R3TemplateDependencyKind2) {
|
|
8578
8578
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -8580,7 +8580,7 @@ var R3TemplateDependencyKind;
|
|
|
8580
8580
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
8581
8581
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
8582
8582
|
|
|
8583
|
-
// bazel-out/
|
|
8583
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
8584
8584
|
var ParserError = class {
|
|
8585
8585
|
constructor(message, input, errLocation, ctxLocation) {
|
|
8586
8586
|
this.input = input;
|
|
@@ -9247,7 +9247,7 @@ var BoundElementProperty = class {
|
|
|
9247
9247
|
}
|
|
9248
9248
|
};
|
|
9249
9249
|
|
|
9250
|
-
// bazel-out/
|
|
9250
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
9251
9251
|
var _EventHandlerVars = class {
|
|
9252
9252
|
};
|
|
9253
9253
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -9938,7 +9938,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
9938
9938
|
}
|
|
9939
9939
|
};
|
|
9940
9940
|
|
|
9941
|
-
// bazel-out/
|
|
9941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
9942
9942
|
var _SECURITY_SCHEMA;
|
|
9943
9943
|
function SECURITY_SCHEMA() {
|
|
9944
9944
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -9996,7 +9996,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
9996
9996
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
9997
9997
|
}
|
|
9998
9998
|
|
|
9999
|
-
// bazel-out/
|
|
9999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
10000
10000
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
10001
10001
|
"inherit",
|
|
10002
10002
|
"initial",
|
|
@@ -10468,7 +10468,7 @@ function repeatGroups(groups, multiples) {
|
|
|
10468
10468
|
}
|
|
10469
10469
|
}
|
|
10470
10470
|
|
|
10471
|
-
// bazel-out/
|
|
10471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
10472
10472
|
var OpKind;
|
|
10473
10473
|
(function(OpKind2) {
|
|
10474
10474
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -10622,7 +10622,7 @@ var TemplateKind;
|
|
|
10622
10622
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
10623
10623
|
})(TemplateKind || (TemplateKind = {}));
|
|
10624
10624
|
|
|
10625
|
-
// bazel-out/
|
|
10625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
10626
10626
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
10627
10627
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
10628
10628
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -10650,7 +10650,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
10650
10650
|
return expr[UsesVarOffset] === true;
|
|
10651
10651
|
}
|
|
10652
10652
|
|
|
10653
|
-
// bazel-out/
|
|
10653
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
10654
10654
|
function createStatementOp(statement) {
|
|
10655
10655
|
return __spreadValues({
|
|
10656
10656
|
kind: OpKind.Statement,
|
|
@@ -10672,7 +10672,7 @@ var NEW_OP = {
|
|
|
10672
10672
|
next: null
|
|
10673
10673
|
};
|
|
10674
10674
|
|
|
10675
|
-
// bazel-out/
|
|
10675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
10676
10676
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
10677
10677
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
10678
10678
|
kind: OpKind.InterpolateText,
|
|
@@ -10853,7 +10853,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
10853
10853
|
}, NEW_OP);
|
|
10854
10854
|
}
|
|
10855
10855
|
|
|
10856
|
-
// bazel-out/
|
|
10856
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
10857
10857
|
var _a;
|
|
10858
10858
|
var _b;
|
|
10859
10859
|
var _c;
|
|
@@ -11715,7 +11715,7 @@ function isStringLiteral(expr) {
|
|
|
11715
11715
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
11716
11716
|
}
|
|
11717
11717
|
|
|
11718
|
-
// bazel-out/
|
|
11718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
11719
11719
|
var _OpList = class {
|
|
11720
11720
|
constructor() {
|
|
11721
11721
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -11906,14 +11906,14 @@ var OpList = _OpList;
|
|
|
11906
11906
|
_OpList.nextListId = 0;
|
|
11907
11907
|
})();
|
|
11908
11908
|
|
|
11909
|
-
// bazel-out/
|
|
11909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
11910
11910
|
var SlotHandle = class {
|
|
11911
11911
|
constructor() {
|
|
11912
11912
|
this.slot = null;
|
|
11913
11913
|
}
|
|
11914
11914
|
};
|
|
11915
11915
|
|
|
11916
|
-
// bazel-out/
|
|
11916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
11917
11917
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
11918
11918
|
OpKind.Element,
|
|
11919
11919
|
OpKind.ElementStart,
|
|
@@ -12214,7 +12214,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
12214
12214
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
12215
12215
|
}
|
|
12216
12216
|
|
|
12217
|
-
// bazel-out/
|
|
12217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
12218
12218
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
12219
12219
|
return __spreadValues(__spreadValues({
|
|
12220
12220
|
kind: OpKind.HostProperty,
|
|
@@ -12228,10 +12228,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
12228
12228
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
12229
12229
|
}
|
|
12230
12230
|
|
|
12231
|
-
// bazel-out/
|
|
12231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
12232
12232
|
var CTX_REF = "CTX_REF_MARKER";
|
|
12233
12233
|
|
|
12234
|
-
// bazel-out/
|
|
12234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
12235
12235
|
var CompilationJobKind;
|
|
12236
12236
|
(function(CompilationJobKind2) {
|
|
12237
12237
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -12339,7 +12339,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
12339
12339
|
}
|
|
12340
12340
|
};
|
|
12341
12341
|
|
|
12342
|
-
// bazel-out/
|
|
12342
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
12343
12343
|
function deleteAnyCasts(job) {
|
|
12344
12344
|
for (const unit of job.units) {
|
|
12345
12345
|
for (const op of unit.ops()) {
|
|
@@ -12357,7 +12357,7 @@ function removeAnys(e) {
|
|
|
12357
12357
|
return e;
|
|
12358
12358
|
}
|
|
12359
12359
|
|
|
12360
|
-
// bazel-out/
|
|
12360
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
12361
12361
|
function applyI18nExpressions(job) {
|
|
12362
12362
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
12363
12363
|
for (const unit of job.units) {
|
|
@@ -12400,7 +12400,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
12400
12400
|
return false;
|
|
12401
12401
|
}
|
|
12402
12402
|
|
|
12403
|
-
// bazel-out/
|
|
12403
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
12404
12404
|
function assignI18nSlotDependencies(job) {
|
|
12405
12405
|
for (const unit of job.units) {
|
|
12406
12406
|
let updateOp = unit.update.head;
|
|
@@ -12445,7 +12445,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
12445
12445
|
}
|
|
12446
12446
|
}
|
|
12447
12447
|
|
|
12448
|
-
// bazel-out/
|
|
12448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
12449
12449
|
function createOpXrefMap(unit) {
|
|
12450
12450
|
const map = /* @__PURE__ */ new Map();
|
|
12451
12451
|
for (const op of unit.create) {
|
|
@@ -12460,7 +12460,7 @@ function createOpXrefMap(unit) {
|
|
|
12460
12460
|
return map;
|
|
12461
12461
|
}
|
|
12462
12462
|
|
|
12463
|
-
// bazel-out/
|
|
12463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
12464
12464
|
function extractAttributes(job) {
|
|
12465
12465
|
for (const unit of job.units) {
|
|
12466
12466
|
const elements = createOpXrefMap(unit);
|
|
@@ -12589,7 +12589,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
12589
12589
|
}
|
|
12590
12590
|
}
|
|
12591
12591
|
|
|
12592
|
-
// bazel-out/
|
|
12592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
12593
12593
|
function lookupElement2(elements, xref) {
|
|
12594
12594
|
const el = elements.get(xref);
|
|
12595
12595
|
if (el === void 0) {
|
|
@@ -12646,7 +12646,7 @@ function specializeBindings(job) {
|
|
|
12646
12646
|
}
|
|
12647
12647
|
}
|
|
12648
12648
|
|
|
12649
|
-
// bazel-out/
|
|
12649
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
12650
12650
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
12651
12651
|
Identifiers.attribute,
|
|
12652
12652
|
Identifiers.classProp,
|
|
@@ -12714,7 +12714,7 @@ function chainOperationsInList(opList) {
|
|
|
12714
12714
|
}
|
|
12715
12715
|
}
|
|
12716
12716
|
|
|
12717
|
-
// bazel-out/
|
|
12717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
12718
12718
|
function collapseSingletonInterpolations(job) {
|
|
12719
12719
|
for (const unit of job.units) {
|
|
12720
12720
|
for (const op of unit.update) {
|
|
@@ -12726,7 +12726,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
12726
12726
|
}
|
|
12727
12727
|
}
|
|
12728
12728
|
|
|
12729
|
-
// bazel-out/
|
|
12729
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
12730
12730
|
function generateConditionalExpressions(job) {
|
|
12731
12731
|
for (const unit of job.units) {
|
|
12732
12732
|
for (const op of unit.ops()) {
|
|
@@ -12763,7 +12763,7 @@ function generateConditionalExpressions(job) {
|
|
|
12763
12763
|
}
|
|
12764
12764
|
}
|
|
12765
12765
|
|
|
12766
|
-
// bazel-out/
|
|
12766
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
12767
12767
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
12768
12768
|
["&&", BinaryOperator.And],
|
|
12769
12769
|
[">", BinaryOperator.Bigger],
|
|
@@ -12814,7 +12814,7 @@ function literalOrArrayLiteral(value) {
|
|
|
12814
12814
|
return literal(value);
|
|
12815
12815
|
}
|
|
12816
12816
|
|
|
12817
|
-
// bazel-out/
|
|
12817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
12818
12818
|
function collectElementConsts(job) {
|
|
12819
12819
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
12820
12820
|
for (const unit of job.units) {
|
|
@@ -12983,7 +12983,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
12983
12983
|
return literalArr(attrArray);
|
|
12984
12984
|
}
|
|
12985
12985
|
|
|
12986
|
-
// bazel-out/
|
|
12986
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
12987
12987
|
function convertI18nBindings(job) {
|
|
12988
12988
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
12989
12989
|
for (const unit of job.units) {
|
|
@@ -13024,7 +13024,7 @@ function convertI18nBindings(job) {
|
|
|
13024
13024
|
}
|
|
13025
13025
|
}
|
|
13026
13026
|
|
|
13027
|
-
// bazel-out/
|
|
13027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_defer_deps_fns.mjs
|
|
13028
13028
|
function createDeferDepsFns(job) {
|
|
13029
13029
|
var _a2;
|
|
13030
13030
|
for (const unit of job.units) {
|
|
@@ -13064,7 +13064,7 @@ function createDeferDepsFns(job) {
|
|
|
13064
13064
|
}
|
|
13065
13065
|
}
|
|
13066
13066
|
|
|
13067
|
-
// bazel-out/
|
|
13067
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
13068
13068
|
function createI18nContexts(job) {
|
|
13069
13069
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
13070
13070
|
for (const unit of job.units) {
|
|
@@ -13142,7 +13142,7 @@ function createI18nContexts(job) {
|
|
|
13142
13142
|
}
|
|
13143
13143
|
}
|
|
13144
13144
|
|
|
13145
|
-
// bazel-out/
|
|
13145
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
13146
13146
|
function deduplicateTextBindings(job) {
|
|
13147
13147
|
const seen = /* @__PURE__ */ new Map();
|
|
13148
13148
|
for (const unit of job.units) {
|
|
@@ -13164,7 +13164,7 @@ function deduplicateTextBindings(job) {
|
|
|
13164
13164
|
}
|
|
13165
13165
|
}
|
|
13166
13166
|
|
|
13167
|
-
// bazel-out/
|
|
13167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
13168
13168
|
function configureDeferInstructions(job) {
|
|
13169
13169
|
for (const unit of job.units) {
|
|
13170
13170
|
for (const op of unit.create) {
|
|
@@ -13181,7 +13181,7 @@ function configureDeferInstructions(job) {
|
|
|
13181
13181
|
}
|
|
13182
13182
|
}
|
|
13183
13183
|
|
|
13184
|
-
// bazel-out/
|
|
13184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
13185
13185
|
function resolveDeferTargetNames(job) {
|
|
13186
13186
|
const scopes = /* @__PURE__ */ new Map();
|
|
13187
13187
|
function getScopeForView2(view) {
|
|
@@ -13275,7 +13275,7 @@ var Scope = class {
|
|
|
13275
13275
|
}
|
|
13276
13276
|
};
|
|
13277
13277
|
|
|
13278
|
-
// bazel-out/
|
|
13278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
13279
13279
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
13280
13280
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
13281
13281
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -13302,7 +13302,7 @@ function collapseEmptyInstructions(job) {
|
|
|
13302
13302
|
}
|
|
13303
13303
|
}
|
|
13304
13304
|
|
|
13305
|
-
// bazel-out/
|
|
13305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
13306
13306
|
function expandSafeReads(job) {
|
|
13307
13307
|
for (const unit of job.units) {
|
|
13308
13308
|
for (const op of unit.ops()) {
|
|
@@ -13438,7 +13438,7 @@ function ternaryTransform(e) {
|
|
|
13438
13438
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
13439
13439
|
}
|
|
13440
13440
|
|
|
13441
|
-
// bazel-out/
|
|
13441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
13442
13442
|
var ESCAPE = "\uFFFD";
|
|
13443
13443
|
var ELEMENT_MARKER = "#";
|
|
13444
13444
|
var TEMPLATE_MARKER = "*";
|
|
@@ -13574,7 +13574,7 @@ function formatValue(value) {
|
|
|
13574
13574
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
13575
13575
|
}
|
|
13576
13576
|
|
|
13577
|
-
// bazel-out/
|
|
13577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
13578
13578
|
function generateAdvance(job) {
|
|
13579
13579
|
for (const unit of job.units) {
|
|
13580
13580
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -13606,7 +13606,7 @@ function generateAdvance(job) {
|
|
|
13606
13606
|
}
|
|
13607
13607
|
}
|
|
13608
13608
|
|
|
13609
|
-
// bazel-out/
|
|
13609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
13610
13610
|
function generateProjectionDefs(job) {
|
|
13611
13611
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
13612
13612
|
const selectors = [];
|
|
@@ -13630,7 +13630,7 @@ function generateProjectionDefs(job) {
|
|
|
13630
13630
|
}
|
|
13631
13631
|
}
|
|
13632
13632
|
|
|
13633
|
-
// bazel-out/
|
|
13633
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
13634
13634
|
function generateVariables(job) {
|
|
13635
13635
|
recursivelyProcessView(job.root, null);
|
|
13636
13636
|
}
|
|
@@ -13724,7 +13724,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
13724
13724
|
return newOps;
|
|
13725
13725
|
}
|
|
13726
13726
|
|
|
13727
|
-
// bazel-out/
|
|
13727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
13728
13728
|
function collectConstExpressions(job) {
|
|
13729
13729
|
for (const unit of job.units) {
|
|
13730
13730
|
for (const op of unit.ops()) {
|
|
@@ -13738,7 +13738,7 @@ function collectConstExpressions(job) {
|
|
|
13738
13738
|
}
|
|
13739
13739
|
}
|
|
13740
13740
|
|
|
13741
|
-
// bazel-out/
|
|
13741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
13742
13742
|
var STYLE_DOT = "style.";
|
|
13743
13743
|
var CLASS_DOT = "class.";
|
|
13744
13744
|
var STYLE_BANG = "style!";
|
|
@@ -13796,7 +13796,7 @@ function parseProperty(name) {
|
|
|
13796
13796
|
return { property: property2, suffix };
|
|
13797
13797
|
}
|
|
13798
13798
|
|
|
13799
|
-
// bazel-out/
|
|
13799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
13800
13800
|
function mapLiteral(obj, quoted = false) {
|
|
13801
13801
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
13802
13802
|
key,
|
|
@@ -13805,7 +13805,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
13805
13805
|
})));
|
|
13806
13806
|
}
|
|
13807
13807
|
|
|
13808
|
-
// bazel-out/
|
|
13808
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
13809
13809
|
var IcuSerializerVisitor = class {
|
|
13810
13810
|
visitText(text2) {
|
|
13811
13811
|
return text2.value;
|
|
@@ -13839,7 +13839,7 @@ function serializeIcuNode(icu) {
|
|
|
13839
13839
|
return icu.visit(serializer);
|
|
13840
13840
|
}
|
|
13841
13841
|
|
|
13842
|
-
// bazel-out/
|
|
13842
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13843
13843
|
var TokenType;
|
|
13844
13844
|
(function(TokenType2) {
|
|
13845
13845
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -14200,7 +14200,7 @@ function parseIntAutoRadix(text2) {
|
|
|
14200
14200
|
return result;
|
|
14201
14201
|
}
|
|
14202
14202
|
|
|
14203
|
-
// bazel-out/
|
|
14203
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
14204
14204
|
var SplitInterpolation = class {
|
|
14205
14205
|
constructor(strings, expressions, offsets) {
|
|
14206
14206
|
this.strings = strings;
|
|
@@ -15082,7 +15082,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
15082
15082
|
return offsetMap;
|
|
15083
15083
|
}
|
|
15084
15084
|
|
|
15085
|
-
// bazel-out/
|
|
15085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
15086
15086
|
var NodeWithI18n = class {
|
|
15087
15087
|
constructor(sourceSpan, i18n2) {
|
|
15088
15088
|
this.sourceSpan = sourceSpan;
|
|
@@ -15193,11 +15193,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
15193
15193
|
return result;
|
|
15194
15194
|
}
|
|
15195
15195
|
|
|
15196
|
-
// bazel-out/
|
|
15196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
15197
15197
|
var ElementSchemaRegistry = class {
|
|
15198
15198
|
};
|
|
15199
15199
|
|
|
15200
|
-
// bazel-out/
|
|
15200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
15201
15201
|
var BOOLEAN = "boolean";
|
|
15202
15202
|
var NUMBER = "number";
|
|
15203
15203
|
var STRING = "string";
|
|
@@ -15354,7 +15354,37 @@ var SCHEMA = [
|
|
|
15354
15354
|
"menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default",
|
|
15355
15355
|
"summary^[HTMLElement]|",
|
|
15356
15356
|
"time^[HTMLElement]|dateTime",
|
|
15357
|
-
":svg:cursor^:svg:|"
|
|
15357
|
+
":svg:cursor^:svg:|",
|
|
15358
|
+
":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",
|
|
15359
|
+
":math:math^:math:|",
|
|
15360
|
+
":math:maction^:math:|",
|
|
15361
|
+
":math:menclose^:math:|",
|
|
15362
|
+
":math:merror^:math:|",
|
|
15363
|
+
":math:mfenced^:math:|",
|
|
15364
|
+
":math:mfrac^:math:|",
|
|
15365
|
+
":math:mi^:math:|",
|
|
15366
|
+
":math:mmultiscripts^:math:|",
|
|
15367
|
+
":math:mn^:math:|",
|
|
15368
|
+
":math:mo^:math:|",
|
|
15369
|
+
":math:mover^:math:|",
|
|
15370
|
+
":math:mpadded^:math:|",
|
|
15371
|
+
":math:mphantom^:math:|",
|
|
15372
|
+
":math:mroot^:math:|",
|
|
15373
|
+
":math:mrow^:math:|",
|
|
15374
|
+
":math:ms^:math:|",
|
|
15375
|
+
":math:mspace^:math:|",
|
|
15376
|
+
":math:msqrt^:math:|",
|
|
15377
|
+
":math:mstyle^:math:|",
|
|
15378
|
+
":math:msub^:math:|",
|
|
15379
|
+
":math:msubsup^:math:|",
|
|
15380
|
+
":math:msup^:math:|",
|
|
15381
|
+
":math:mtable^:math:|",
|
|
15382
|
+
":math:mtd^:math:|",
|
|
15383
|
+
":math:mtext^:math:|",
|
|
15384
|
+
":math:mtr^:math:|",
|
|
15385
|
+
":math:munder^:math:|",
|
|
15386
|
+
":math:munderover^:math:|",
|
|
15387
|
+
":math:semantics^:math:|"
|
|
15358
15388
|
];
|
|
15359
15389
|
var _ATTR_TO_PROP = new Map(Object.entries({
|
|
15360
15390
|
"class": "className",
|
|
@@ -15550,7 +15580,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15550
15580
|
}
|
|
15551
15581
|
}
|
|
15552
15582
|
|
|
15553
|
-
// bazel-out/
|
|
15583
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15554
15584
|
var HtmlTagDefinition = class {
|
|
15555
15585
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15556
15586
|
this.closedByChildren = {};
|
|
@@ -15668,7 +15698,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15668
15698
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15669
15699
|
}
|
|
15670
15700
|
|
|
15671
|
-
// bazel-out/
|
|
15701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15672
15702
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15673
15703
|
"A": "LINK",
|
|
15674
15704
|
"B": "BOLD_TEXT",
|
|
@@ -15790,7 +15820,7 @@ var PlaceholderRegistry = class {
|
|
|
15790
15820
|
}
|
|
15791
15821
|
};
|
|
15792
15822
|
|
|
15793
|
-
// bazel-out/
|
|
15823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15794
15824
|
var _expParser = new Parser(new Lexer());
|
|
15795
15825
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
15796
15826
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -15969,14 +15999,14 @@ function extractPlaceholderName(input) {
|
|
|
15969
15999
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15970
16000
|
}
|
|
15971
16001
|
|
|
15972
|
-
// bazel-out/
|
|
16002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15973
16003
|
var I18nError = class extends ParseError {
|
|
15974
16004
|
constructor(span, msg) {
|
|
15975
16005
|
super(span, msg);
|
|
15976
16006
|
}
|
|
15977
16007
|
};
|
|
15978
16008
|
|
|
15979
|
-
// bazel-out/
|
|
16009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
15980
16010
|
var NAMED_ENTITIES = {
|
|
15981
16011
|
"AElig": "\xC6",
|
|
15982
16012
|
"AMP": "&",
|
|
@@ -18107,7 +18137,7 @@ var NAMED_ENTITIES = {
|
|
|
18107
18137
|
var NGSP_UNICODE = "\uE500";
|
|
18108
18138
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
18109
18139
|
|
|
18110
|
-
// bazel-out/
|
|
18140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
18111
18141
|
var TokenError = class extends ParseError {
|
|
18112
18142
|
constructor(errorMsg, tokenType, span) {
|
|
18113
18143
|
super(span, errorMsg);
|
|
@@ -19028,7 +19058,7 @@ var CursorError = class {
|
|
|
19028
19058
|
}
|
|
19029
19059
|
};
|
|
19030
19060
|
|
|
19031
|
-
// bazel-out/
|
|
19061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
19032
19062
|
var TreeError = class extends ParseError {
|
|
19033
19063
|
static create(elementName, span, msg) {
|
|
19034
19064
|
return new TreeError(elementName, span, msg);
|
|
@@ -19412,7 +19442,7 @@ function decodeEntity(match, entity) {
|
|
|
19412
19442
|
return match;
|
|
19413
19443
|
}
|
|
19414
19444
|
|
|
19415
|
-
// bazel-out/
|
|
19445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
19416
19446
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
19417
19447
|
"iframe|srcdoc",
|
|
19418
19448
|
"*|innerhtml",
|
|
@@ -19427,7 +19457,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
19427
19457
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
19428
19458
|
}
|
|
19429
19459
|
|
|
19430
|
-
// bazel-out/
|
|
19460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
19431
19461
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
19432
19462
|
if (htmlNode instanceof NodeWithI18n) {
|
|
19433
19463
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -19584,7 +19614,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
19584
19614
|
return jsDocComment(tags);
|
|
19585
19615
|
}
|
|
19586
19616
|
|
|
19587
|
-
// bazel-out/
|
|
19617
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
19588
19618
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
19589
19619
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
19590
19620
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -19635,7 +19665,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
19635
19665
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
19636
19666
|
}
|
|
19637
19667
|
|
|
19638
|
-
// bazel-out/
|
|
19668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
19639
19669
|
function createLocalizeStatements(variable2, message, params) {
|
|
19640
19670
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
19641
19671
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -19724,7 +19754,7 @@ function createEmptyMessagePart(location) {
|
|
|
19724
19754
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
19725
19755
|
}
|
|
19726
19756
|
|
|
19727
|
-
// bazel-out/
|
|
19757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
19728
19758
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
19729
19759
|
var TRANSLATION_VAR_PREFIX2 = "i18n_";
|
|
19730
19760
|
var I18N_ICU_MAPPING_PREFIX2 = "I18N_EXP_";
|
|
@@ -19885,7 +19915,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
19885
19915
|
return variable(name);
|
|
19886
19916
|
}
|
|
19887
19917
|
|
|
19888
|
-
// bazel-out/
|
|
19918
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
19889
19919
|
function convertI18nText(job) {
|
|
19890
19920
|
var _a2, _b2, _c2;
|
|
19891
19921
|
for (const unit of job.units) {
|
|
@@ -19955,7 +19985,7 @@ function convertI18nText(job) {
|
|
|
19955
19985
|
}
|
|
19956
19986
|
}
|
|
19957
19987
|
|
|
19958
|
-
// bazel-out/
|
|
19988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
19959
19989
|
function liftLocalRefs(job) {
|
|
19960
19990
|
for (const unit of job.units) {
|
|
19961
19991
|
for (const op of unit.create) {
|
|
@@ -19985,7 +20015,7 @@ function serializeLocalRefs(refs) {
|
|
|
19985
20015
|
return literalArr(constRefs);
|
|
19986
20016
|
}
|
|
19987
20017
|
|
|
19988
|
-
// bazel-out/
|
|
20018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
19989
20019
|
function emitNamespaceChanges(job) {
|
|
19990
20020
|
for (const unit of job.units) {
|
|
19991
20021
|
let activeNamespace = Namespace.HTML;
|
|
@@ -20001,7 +20031,7 @@ function emitNamespaceChanges(job) {
|
|
|
20001
20031
|
}
|
|
20002
20032
|
}
|
|
20003
20033
|
|
|
20004
|
-
// bazel-out/
|
|
20034
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
20005
20035
|
function parse(value) {
|
|
20006
20036
|
const styles = [];
|
|
20007
20037
|
let i = 0;
|
|
@@ -20062,7 +20092,7 @@ function hyphenate2(value) {
|
|
|
20062
20092
|
}).toLowerCase();
|
|
20063
20093
|
}
|
|
20064
20094
|
|
|
20065
|
-
// bazel-out/
|
|
20095
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
20066
20096
|
function nameFunctionsAndVariables(job) {
|
|
20067
20097
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
20068
20098
|
}
|
|
@@ -20191,7 +20221,7 @@ function stripImportant(name) {
|
|
|
20191
20221
|
return name;
|
|
20192
20222
|
}
|
|
20193
20223
|
|
|
20194
|
-
// bazel-out/
|
|
20224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
20195
20225
|
function mergeNextContextExpressions(job) {
|
|
20196
20226
|
for (const unit of job.units) {
|
|
20197
20227
|
for (const op of unit.create) {
|
|
@@ -20237,7 +20267,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
20237
20267
|
}
|
|
20238
20268
|
}
|
|
20239
20269
|
|
|
20240
|
-
// bazel-out/
|
|
20270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
20241
20271
|
var CONTAINER_TAG = "ng-container";
|
|
20242
20272
|
function generateNgContainerOps(job) {
|
|
20243
20273
|
for (const unit of job.units) {
|
|
@@ -20254,7 +20284,7 @@ function generateNgContainerOps(job) {
|
|
|
20254
20284
|
}
|
|
20255
20285
|
}
|
|
20256
20286
|
|
|
20257
|
-
// bazel-out/
|
|
20287
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
20258
20288
|
function lookupElement3(elements, xref) {
|
|
20259
20289
|
const el = elements.get(xref);
|
|
20260
20290
|
if (el === void 0) {
|
|
@@ -20284,7 +20314,7 @@ function disableBindings(job) {
|
|
|
20284
20314
|
}
|
|
20285
20315
|
}
|
|
20286
20316
|
|
|
20287
|
-
// bazel-out/
|
|
20317
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
20288
20318
|
function generateNullishCoalesceExpressions(job) {
|
|
20289
20319
|
for (const unit of job.units) {
|
|
20290
20320
|
for (const op of unit.ops()) {
|
|
@@ -20300,7 +20330,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
20300
20330
|
}
|
|
20301
20331
|
}
|
|
20302
20332
|
|
|
20303
|
-
// bazel-out/
|
|
20333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
20304
20334
|
function kindTest(kind) {
|
|
20305
20335
|
return (op) => op.kind === kind;
|
|
20306
20336
|
}
|
|
@@ -20390,7 +20420,7 @@ function keepLast(ops) {
|
|
|
20390
20420
|
return ops.slice(ops.length - 1);
|
|
20391
20421
|
}
|
|
20392
20422
|
|
|
20393
|
-
// bazel-out/
|
|
20423
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
20394
20424
|
function parseExtractedStyles(job) {
|
|
20395
20425
|
const elements = /* @__PURE__ */ new Map();
|
|
20396
20426
|
for (const unit of job.units) {
|
|
@@ -20425,7 +20455,7 @@ function parseExtractedStyles(job) {
|
|
|
20425
20455
|
}
|
|
20426
20456
|
}
|
|
20427
20457
|
|
|
20428
|
-
// bazel-out/
|
|
20458
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
20429
20459
|
function removeContentSelectors(job) {
|
|
20430
20460
|
for (const unit of job.units) {
|
|
20431
20461
|
const elements = createOpXrefMap(unit);
|
|
@@ -20452,7 +20482,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
20452
20482
|
return el;
|
|
20453
20483
|
}
|
|
20454
20484
|
|
|
20455
|
-
// bazel-out/
|
|
20485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
20456
20486
|
function createPipes(job) {
|
|
20457
20487
|
for (const unit of job.units) {
|
|
20458
20488
|
processPipeBindingsInView(unit);
|
|
@@ -20500,7 +20530,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
20500
20530
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
20501
20531
|
}
|
|
20502
20532
|
|
|
20503
|
-
// bazel-out/
|
|
20533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
20504
20534
|
function createVariadicPipes(job) {
|
|
20505
20535
|
for (const unit of job.units) {
|
|
20506
20536
|
for (const op of unit.update) {
|
|
@@ -20517,7 +20547,7 @@ function createVariadicPipes(job) {
|
|
|
20517
20547
|
}
|
|
20518
20548
|
}
|
|
20519
20549
|
|
|
20520
|
-
// bazel-out/
|
|
20550
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
20521
20551
|
function propagateI18nBlocks(job) {
|
|
20522
20552
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
20523
20553
|
}
|
|
@@ -20571,7 +20601,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
20571
20601
|
}
|
|
20572
20602
|
}
|
|
20573
20603
|
|
|
20574
|
-
// bazel-out/
|
|
20604
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
20575
20605
|
function extractPureFunctions(job) {
|
|
20576
20606
|
for (const view of job.units) {
|
|
20577
20607
|
for (const op of view.ops()) {
|
|
@@ -20613,7 +20643,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
20613
20643
|
}
|
|
20614
20644
|
};
|
|
20615
20645
|
|
|
20616
|
-
// bazel-out/
|
|
20646
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
20617
20647
|
function generatePureLiteralStructures(job) {
|
|
20618
20648
|
for (const unit of job.units) {
|
|
20619
20649
|
for (const op of unit.update) {
|
|
@@ -20660,7 +20690,7 @@ function transformLiteralMap(expr) {
|
|
|
20660
20690
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
20661
20691
|
}
|
|
20662
20692
|
|
|
20663
|
-
// bazel-out/
|
|
20693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
20664
20694
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
20665
20695
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
20666
20696
|
}
|
|
@@ -21195,7 +21225,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
21195
21225
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
21196
21226
|
}
|
|
21197
21227
|
|
|
21198
|
-
// bazel-out/
|
|
21228
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
21199
21229
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
21200
21230
|
["window", Identifiers.resolveWindow],
|
|
21201
21231
|
["document", Identifiers.resolveDocument],
|
|
@@ -21536,7 +21566,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
21536
21566
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
21537
21567
|
}
|
|
21538
21568
|
|
|
21539
|
-
// bazel-out/
|
|
21569
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
21540
21570
|
function removeEmptyBindings(job) {
|
|
21541
21571
|
for (const unit of job.units) {
|
|
21542
21572
|
for (const op of unit.update) {
|
|
@@ -21557,7 +21587,7 @@ function removeEmptyBindings(job) {
|
|
|
21557
21587
|
}
|
|
21558
21588
|
}
|
|
21559
21589
|
|
|
21560
|
-
// bazel-out/
|
|
21590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
21561
21591
|
function removeI18nContexts(job) {
|
|
21562
21592
|
for (const unit of job.units) {
|
|
21563
21593
|
for (const op of unit.create) {
|
|
@@ -21573,7 +21603,7 @@ function removeI18nContexts(job) {
|
|
|
21573
21603
|
}
|
|
21574
21604
|
}
|
|
21575
21605
|
|
|
21576
|
-
// bazel-out/
|
|
21606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
21577
21607
|
function removeUnusedI18nAttributesOps(job) {
|
|
21578
21608
|
for (const unit of job.units) {
|
|
21579
21609
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -21595,7 +21625,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
21595
21625
|
}
|
|
21596
21626
|
}
|
|
21597
21627
|
|
|
21598
|
-
// bazel-out/
|
|
21628
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
21599
21629
|
function resolveContexts(job) {
|
|
21600
21630
|
for (const unit of job.units) {
|
|
21601
21631
|
processLexicalScope(unit, unit.create);
|
|
@@ -21637,7 +21667,7 @@ function processLexicalScope(view, ops) {
|
|
|
21637
21667
|
}
|
|
21638
21668
|
}
|
|
21639
21669
|
|
|
21640
|
-
// bazel-out/
|
|
21670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
21641
21671
|
function resolveDollarEvent(job) {
|
|
21642
21672
|
for (const unit of job.units) {
|
|
21643
21673
|
transformDollarEvent(unit.create);
|
|
@@ -21660,7 +21690,7 @@ function transformDollarEvent(ops) {
|
|
|
21660
21690
|
}
|
|
21661
21691
|
}
|
|
21662
21692
|
|
|
21663
|
-
// bazel-out/
|
|
21693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
21664
21694
|
function resolveI18nElementPlaceholders(job) {
|
|
21665
21695
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
21666
21696
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -21839,7 +21869,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
21839
21869
|
params.set(placeholder, values);
|
|
21840
21870
|
}
|
|
21841
21871
|
|
|
21842
|
-
// bazel-out/
|
|
21872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
21843
21873
|
function resolveI18nExpressionPlaceholders(job) {
|
|
21844
21874
|
var _a2;
|
|
21845
21875
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -21892,7 +21922,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
21892
21922
|
}
|
|
21893
21923
|
}
|
|
21894
21924
|
|
|
21895
|
-
// bazel-out/
|
|
21925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
21896
21926
|
function resolveNames(job) {
|
|
21897
21927
|
for (const unit of job.units) {
|
|
21898
21928
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -21957,7 +21987,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
21957
21987
|
}
|
|
21958
21988
|
}
|
|
21959
21989
|
|
|
21960
|
-
// bazel-out/
|
|
21990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
21961
21991
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
21962
21992
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
21963
21993
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -22027,7 +22057,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
22027
22057
|
return securityContext;
|
|
22028
22058
|
}
|
|
22029
22059
|
|
|
22030
|
-
// bazel-out/
|
|
22060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
22031
22061
|
function transformTwoWayBindingSet(job) {
|
|
22032
22062
|
for (const unit of job.units) {
|
|
22033
22063
|
for (const op of unit.create) {
|
|
@@ -22077,7 +22107,7 @@ function wrapAction(target, value) {
|
|
|
22077
22107
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
22078
22108
|
}
|
|
22079
22109
|
|
|
22080
|
-
// bazel-out/
|
|
22110
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
22081
22111
|
function saveAndRestoreView(job) {
|
|
22082
22112
|
for (const unit of job.units) {
|
|
22083
22113
|
unit.create.prepend([
|
|
@@ -22122,7 +22152,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
22122
22152
|
}
|
|
22123
22153
|
}
|
|
22124
22154
|
|
|
22125
|
-
// bazel-out/
|
|
22155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
22126
22156
|
function allocateSlots(job) {
|
|
22127
22157
|
const slotMap = /* @__PURE__ */ new Map();
|
|
22128
22158
|
for (const unit of job.units) {
|
|
@@ -22147,7 +22177,7 @@ function allocateSlots(job) {
|
|
|
22147
22177
|
}
|
|
22148
22178
|
}
|
|
22149
22179
|
|
|
22150
|
-
// bazel-out/
|
|
22180
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
22151
22181
|
function specializeStyleBindings(job) {
|
|
22152
22182
|
for (const unit of job.units) {
|
|
22153
22183
|
for (const op of unit.update) {
|
|
@@ -22177,7 +22207,7 @@ function specializeStyleBindings(job) {
|
|
|
22177
22207
|
}
|
|
22178
22208
|
}
|
|
22179
22209
|
|
|
22180
|
-
// bazel-out/
|
|
22210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
22181
22211
|
function generateTemporaryVariables(job) {
|
|
22182
22212
|
for (const unit of job.units) {
|
|
22183
22213
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -22235,7 +22265,7 @@ function assignName(names, expr) {
|
|
|
22235
22265
|
expr.name = name;
|
|
22236
22266
|
}
|
|
22237
22267
|
|
|
22238
|
-
// bazel-out/
|
|
22268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
22239
22269
|
function generateTrackFns(job) {
|
|
22240
22270
|
for (const unit of job.units) {
|
|
22241
22271
|
for (const op of unit.create) {
|
|
@@ -22268,7 +22298,7 @@ function generateTrackFns(job) {
|
|
|
22268
22298
|
}
|
|
22269
22299
|
}
|
|
22270
22300
|
|
|
22271
|
-
// bazel-out/
|
|
22301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
22272
22302
|
function optimizeTrackFns(job) {
|
|
22273
22303
|
for (const unit of job.units) {
|
|
22274
22304
|
for (const op of unit.create) {
|
|
@@ -22316,7 +22346,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
22316
22346
|
return true;
|
|
22317
22347
|
}
|
|
22318
22348
|
|
|
22319
|
-
// bazel-out/
|
|
22349
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
22320
22350
|
function generateTrackVariables(job) {
|
|
22321
22351
|
for (const unit of job.units) {
|
|
22322
22352
|
for (const op of unit.create) {
|
|
@@ -22337,7 +22367,7 @@ function generateTrackVariables(job) {
|
|
|
22337
22367
|
}
|
|
22338
22368
|
}
|
|
22339
22369
|
|
|
22340
|
-
// bazel-out/
|
|
22370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
22341
22371
|
function countVariables(job) {
|
|
22342
22372
|
for (const unit of job.units) {
|
|
22343
22373
|
let varCount = 0;
|
|
@@ -22447,7 +22477,7 @@ function isSingletonInterpolation(expr) {
|
|
|
22447
22477
|
return true;
|
|
22448
22478
|
}
|
|
22449
22479
|
|
|
22450
|
-
// bazel-out/
|
|
22480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
22451
22481
|
function optimizeVariables(job) {
|
|
22452
22482
|
for (const unit of job.units) {
|
|
22453
22483
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -22696,7 +22726,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
22696
22726
|
}
|
|
22697
22727
|
}
|
|
22698
22728
|
|
|
22699
|
-
// bazel-out/
|
|
22729
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
22700
22730
|
function wrapI18nIcus(job) {
|
|
22701
22731
|
for (const unit of job.units) {
|
|
22702
22732
|
let currentI18nOp = null;
|
|
@@ -22726,7 +22756,7 @@ function wrapI18nIcus(job) {
|
|
|
22726
22756
|
}
|
|
22727
22757
|
}
|
|
22728
22758
|
|
|
22729
|
-
// bazel-out/
|
|
22759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
22730
22760
|
var phases = [
|
|
22731
22761
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
22732
22762
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -22892,7 +22922,7 @@ function emitHostBindingFunction(job) {
|
|
|
22892
22922
|
);
|
|
22893
22923
|
}
|
|
22894
22924
|
|
|
22895
|
-
// bazel-out/
|
|
22925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
22896
22926
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
22897
22927
|
var domSchema = new DomElementSchemaRegistry();
|
|
22898
22928
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -23620,10 +23650,10 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
23620
23650
|
return null;
|
|
23621
23651
|
}
|
|
23622
23652
|
|
|
23623
|
-
// bazel-out/
|
|
23653
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
23624
23654
|
var USE_TEMPLATE_PIPELINE = false;
|
|
23625
23655
|
|
|
23626
|
-
// bazel-out/
|
|
23656
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
23627
23657
|
var HtmlParser = class extends Parser2 {
|
|
23628
23658
|
constructor() {
|
|
23629
23659
|
super(getHtmlTagDefinition);
|
|
@@ -23633,7 +23663,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
23633
23663
|
}
|
|
23634
23664
|
};
|
|
23635
23665
|
|
|
23636
|
-
// bazel-out/
|
|
23666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
23637
23667
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
23638
23668
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
23639
23669
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -23699,7 +23729,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
23699
23729
|
return result;
|
|
23700
23730
|
}
|
|
23701
23731
|
|
|
23702
|
-
// bazel-out/
|
|
23732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
23703
23733
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
23704
23734
|
var ATTRIBUTE_PREFIX = "attr";
|
|
23705
23735
|
var CLASS_PREFIX = "class";
|
|
@@ -24040,7 +24070,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
24040
24070
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
24041
24071
|
}
|
|
24042
24072
|
|
|
24043
|
-
// bazel-out/
|
|
24073
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
24044
24074
|
function isStyleUrlResolvable(url) {
|
|
24045
24075
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
24046
24076
|
return false;
|
|
@@ -24049,7 +24079,7 @@ function isStyleUrlResolvable(url) {
|
|
|
24049
24079
|
}
|
|
24050
24080
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
24051
24081
|
|
|
24052
|
-
// bazel-out/
|
|
24082
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
24053
24083
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
24054
24084
|
var LINK_ELEMENT = "link";
|
|
24055
24085
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -24119,7 +24149,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
24119
24149
|
return selectAttr;
|
|
24120
24150
|
}
|
|
24121
24151
|
|
|
24122
|
-
// bazel-out/
|
|
24152
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
24123
24153
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
24124
24154
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
24125
24155
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -24433,7 +24463,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
24433
24463
|
return expression.slice(start, end);
|
|
24434
24464
|
}
|
|
24435
24465
|
|
|
24436
|
-
// bazel-out/
|
|
24466
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
24437
24467
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
24438
24468
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
24439
24469
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -24697,7 +24727,7 @@ function parseDeferredTime(value) {
|
|
|
24697
24727
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
24698
24728
|
}
|
|
24699
24729
|
|
|
24700
|
-
// bazel-out/
|
|
24730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
24701
24731
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
24702
24732
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
24703
24733
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -24832,7 +24862,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
24832
24862
|
return { triggers, prefetchTriggers };
|
|
24833
24863
|
}
|
|
24834
24864
|
|
|
24835
|
-
// bazel-out/
|
|
24865
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
24836
24866
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
24837
24867
|
var KW_BIND_IDX = 1;
|
|
24838
24868
|
var KW_LET_IDX = 2;
|
|
@@ -25263,7 +25293,7 @@ function textContents(node) {
|
|
|
25263
25293
|
}
|
|
25264
25294
|
}
|
|
25265
25295
|
|
|
25266
|
-
// bazel-out/
|
|
25296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
25267
25297
|
var TagType;
|
|
25268
25298
|
(function(TagType2) {
|
|
25269
25299
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -25408,7 +25438,7 @@ function serializePlaceholderValue(value) {
|
|
|
25408
25438
|
}
|
|
25409
25439
|
}
|
|
25410
25440
|
|
|
25411
|
-
// bazel-out/
|
|
25441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
25412
25442
|
var IMPORTANT_FLAG = "!important";
|
|
25413
25443
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
25414
25444
|
var StylingBuilder = class {
|
|
@@ -25741,7 +25771,7 @@ function isEmptyExpression(ast) {
|
|
|
25741
25771
|
return ast instanceof EmptyExpr;
|
|
25742
25772
|
}
|
|
25743
25773
|
|
|
25744
|
-
// bazel-out/
|
|
25774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
25745
25775
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
25746
25776
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
25747
25777
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -27433,7 +27463,7 @@ function createClosureModeGuard2() {
|
|
|
27433
27463
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE2)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE2));
|
|
27434
27464
|
}
|
|
27435
27465
|
|
|
27436
|
-
// bazel-out/
|
|
27466
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
27437
27467
|
function toQueryFlags(query) {
|
|
27438
27468
|
return (query.descendants ? 1 : 0) | (query.static ? 2 : 0) | (query.emitDistinctChangesOnly ? 4 : 0);
|
|
27439
27469
|
}
|
|
@@ -27550,7 +27580,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
27550
27580
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
27551
27581
|
}
|
|
27552
27582
|
|
|
27553
|
-
// bazel-out/
|
|
27583
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
27554
27584
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
27555
27585
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
27556
27586
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -28130,7 +28160,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
28130
28160
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
28131
28161
|
}
|
|
28132
28162
|
|
|
28133
|
-
// bazel-out/
|
|
28163
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
28134
28164
|
var R3TargetBinder = class {
|
|
28135
28165
|
constructor(directiveMatcher) {
|
|
28136
28166
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -28756,11 +28786,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
28756
28786
|
return templateEntities;
|
|
28757
28787
|
}
|
|
28758
28788
|
|
|
28759
|
-
// bazel-out/
|
|
28789
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
28760
28790
|
var ResourceLoader = class {
|
|
28761
28791
|
};
|
|
28762
28792
|
|
|
28763
|
-
// bazel-out/
|
|
28793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
28764
28794
|
var SHOULD_USE_TEMPLATE_PIPELINE_FOR_JIT = true;
|
|
28765
28795
|
var CompilerFacadeImpl = class {
|
|
28766
28796
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
@@ -29341,10 +29371,10 @@ function publishFacade(global) {
|
|
|
29341
29371
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
29342
29372
|
}
|
|
29343
29373
|
|
|
29344
|
-
// bazel-out/
|
|
29345
|
-
var VERSION2 = new Version("17.3.
|
|
29374
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
29375
|
+
var VERSION2 = new Version("17.3.9");
|
|
29346
29376
|
|
|
29347
|
-
// bazel-out/
|
|
29377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
29348
29378
|
var _I18N_ATTR = "i18n";
|
|
29349
29379
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
29350
29380
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -29653,7 +29683,7 @@ function _parseMessageMeta(i18n2) {
|
|
|
29653
29683
|
return { meaning, description, id: id.trim() };
|
|
29654
29684
|
}
|
|
29655
29685
|
|
|
29656
|
-
// bazel-out/
|
|
29686
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
29657
29687
|
var XmlTagDefinition = class {
|
|
29658
29688
|
constructor() {
|
|
29659
29689
|
this.closedByParent = false;
|
|
@@ -29678,7 +29708,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
29678
29708
|
return _TAG_DEFINITION;
|
|
29679
29709
|
}
|
|
29680
29710
|
|
|
29681
|
-
// bazel-out/
|
|
29711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
29682
29712
|
var XmlParser = class extends Parser2 {
|
|
29683
29713
|
constructor() {
|
|
29684
29714
|
super(getXmlTagDefinition);
|
|
@@ -29688,7 +29718,7 @@ var XmlParser = class extends Parser2 {
|
|
|
29688
29718
|
}
|
|
29689
29719
|
};
|
|
29690
29720
|
|
|
29691
|
-
// bazel-out/
|
|
29721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
29692
29722
|
var _VERSION = "1.2";
|
|
29693
29723
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
29694
29724
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -29942,7 +29972,7 @@ function getCtypeForTag(tag) {
|
|
|
29942
29972
|
}
|
|
29943
29973
|
}
|
|
29944
29974
|
|
|
29945
|
-
// bazel-out/
|
|
29975
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
29946
29976
|
var _VERSION2 = "2.0";
|
|
29947
29977
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
29948
29978
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -30258,7 +30288,7 @@ function getTypeForTag(tag) {
|
|
|
30258
30288
|
}
|
|
30259
30289
|
}
|
|
30260
30290
|
|
|
30261
|
-
// bazel-out/
|
|
30291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
30262
30292
|
var MessageBundle = class {
|
|
30263
30293
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
30264
30294
|
this._htmlParser = _htmlParser;
|
|
@@ -30331,7 +30361,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
30331
30361
|
}
|
|
30332
30362
|
};
|
|
30333
30363
|
|
|
30334
|
-
// bazel-out/
|
|
30364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
30335
30365
|
var FactoryTarget2;
|
|
30336
30366
|
(function(FactoryTarget3) {
|
|
30337
30367
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -30341,7 +30371,7 @@ var FactoryTarget2;
|
|
|
30341
30371
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
30342
30372
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
30343
30373
|
|
|
30344
|
-
// bazel-out/
|
|
30374
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
30345
30375
|
function compileClassMetadata(metadata) {
|
|
30346
30376
|
var _a2, _b2;
|
|
30347
30377
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -30383,7 +30413,7 @@ function compileComponentClassMetadata(metadata, deferrableTypes) {
|
|
|
30383
30413
|
return iife.callFn([]);
|
|
30384
30414
|
}
|
|
30385
30415
|
|
|
30386
|
-
// bazel-out/
|
|
30416
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
|
|
30387
30417
|
function compileClassDebugInfo(debugInfo) {
|
|
30388
30418
|
const debugInfoObject = {
|
|
30389
30419
|
className: debugInfo.className
|
|
@@ -30403,12 +30433,12 @@ function compileClassDebugInfo(debugInfo) {
|
|
|
30403
30433
|
return iife.callFn([]);
|
|
30404
30434
|
}
|
|
30405
30435
|
|
|
30406
|
-
// bazel-out/
|
|
30436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
30407
30437
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
30408
30438
|
function compileDeclareClassMetadata(metadata) {
|
|
30409
30439
|
const definitionMap = new DefinitionMap();
|
|
30410
30440
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30411
|
-
definitionMap.set("version", literal("17.3.
|
|
30441
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30412
30442
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30413
30443
|
definitionMap.set("type", metadata.type);
|
|
30414
30444
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30417,7 +30447,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
30417
30447
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
30418
30448
|
}
|
|
30419
30449
|
|
|
30420
|
-
// bazel-out/
|
|
30450
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
30421
30451
|
function toOptionalLiteralArray(values, mapper) {
|
|
30422
30452
|
if (values === null || values.length === 0) {
|
|
30423
30453
|
return null;
|
|
@@ -30465,7 +30495,7 @@ function compileDependency(dep) {
|
|
|
30465
30495
|
return depMeta.toLiteralMap();
|
|
30466
30496
|
}
|
|
30467
30497
|
|
|
30468
|
-
// bazel-out/
|
|
30498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
30469
30499
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
30470
30500
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
30471
30501
|
const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -30477,7 +30507,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30477
30507
|
const definitionMap = new DefinitionMap();
|
|
30478
30508
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30479
30509
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30480
|
-
definitionMap.set("version", literal("17.3.
|
|
30510
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30481
30511
|
definitionMap.set("type", meta.type.value);
|
|
30482
30512
|
if (meta.isStandalone) {
|
|
30483
30513
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30637,7 +30667,7 @@ function legacyInputsPartialMetadata(inputs) {
|
|
|
30637
30667
|
}));
|
|
30638
30668
|
}
|
|
30639
30669
|
|
|
30640
|
-
// bazel-out/
|
|
30670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
30641
30671
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
30642
30672
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
30643
30673
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -30771,12 +30801,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
|
|
|
30771
30801
|
}
|
|
30772
30802
|
};
|
|
30773
30803
|
|
|
30774
|
-
// bazel-out/
|
|
30804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
30775
30805
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
30776
30806
|
function compileDeclareFactoryFunction(meta) {
|
|
30777
30807
|
const definitionMap = new DefinitionMap();
|
|
30778
30808
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
30779
|
-
definitionMap.set("version", literal("17.3.
|
|
30809
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30780
30810
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30781
30811
|
definitionMap.set("type", meta.type.value);
|
|
30782
30812
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30788,7 +30818,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
30788
30818
|
};
|
|
30789
30819
|
}
|
|
30790
30820
|
|
|
30791
|
-
// bazel-out/
|
|
30821
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
30792
30822
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
30793
30823
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
30794
30824
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -30799,7 +30829,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
30799
30829
|
function createInjectableDefinitionMap(meta) {
|
|
30800
30830
|
const definitionMap = new DefinitionMap();
|
|
30801
30831
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
30802
|
-
definitionMap.set("version", literal("17.3.
|
|
30832
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30803
30833
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30804
30834
|
definitionMap.set("type", meta.type.value);
|
|
30805
30835
|
if (meta.providedIn !== void 0) {
|
|
@@ -30826,7 +30856,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
30826
30856
|
return definitionMap;
|
|
30827
30857
|
}
|
|
30828
30858
|
|
|
30829
|
-
// bazel-out/
|
|
30859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
30830
30860
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
30831
30861
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
30832
30862
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -30837,7 +30867,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
30837
30867
|
function createInjectorDefinitionMap(meta) {
|
|
30838
30868
|
const definitionMap = new DefinitionMap();
|
|
30839
30869
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
30840
|
-
definitionMap.set("version", literal("17.3.
|
|
30870
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30841
30871
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30842
30872
|
definitionMap.set("type", meta.type.value);
|
|
30843
30873
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30847,7 +30877,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
30847
30877
|
return definitionMap;
|
|
30848
30878
|
}
|
|
30849
30879
|
|
|
30850
|
-
// bazel-out/
|
|
30880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
30851
30881
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
|
|
30852
30882
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
30853
30883
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -30861,7 +30891,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30861
30891
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30862
30892
|
}
|
|
30863
30893
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
30864
|
-
definitionMap.set("version", literal("17.3.
|
|
30894
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30865
30895
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30866
30896
|
definitionMap.set("type", meta.type.value);
|
|
30867
30897
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30885,7 +30915,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30885
30915
|
return definitionMap;
|
|
30886
30916
|
}
|
|
30887
30917
|
|
|
30888
|
-
// bazel-out/
|
|
30918
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
30889
30919
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
30890
30920
|
function compileDeclarePipeFromMetadata(meta) {
|
|
30891
30921
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -30896,7 +30926,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
30896
30926
|
function createPipeDefinitionMap(meta) {
|
|
30897
30927
|
const definitionMap = new DefinitionMap();
|
|
30898
30928
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
30899
|
-
definitionMap.set("version", literal("17.3.
|
|
30929
|
+
definitionMap.set("version", literal("17.3.9"));
|
|
30900
30930
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30901
30931
|
definitionMap.set("type", meta.type.value);
|
|
30902
30932
|
if (meta.isStandalone) {
|
|
@@ -30909,16 +30939,16 @@ function createPipeDefinitionMap(meta) {
|
|
|
30909
30939
|
return definitionMap;
|
|
30910
30940
|
}
|
|
30911
30941
|
|
|
30912
|
-
// bazel-out/
|
|
30942
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
30913
30943
|
publishFacade(_global);
|
|
30914
30944
|
|
|
30915
|
-
// bazel-out/
|
|
30916
|
-
var VERSION3 = new Version("17.3.
|
|
30945
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
30946
|
+
var VERSION3 = new Version("17.3.9");
|
|
30917
30947
|
|
|
30918
|
-
// bazel-out/
|
|
30948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
30919
30949
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
30920
30950
|
|
|
30921
|
-
// bazel-out/
|
|
30951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
30922
30952
|
var ErrorCode;
|
|
30923
30953
|
(function(ErrorCode2) {
|
|
30924
30954
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -31007,7 +31037,7 @@ var ErrorCode;
|
|
|
31007
31037
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
31008
31038
|
})(ErrorCode || (ErrorCode = {}));
|
|
31009
31039
|
|
|
31010
|
-
// bazel-out/
|
|
31040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
31011
31041
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
31012
31042
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
31013
31043
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -31019,15 +31049,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
31019
31049
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
31020
31050
|
]);
|
|
31021
31051
|
|
|
31022
|
-
// bazel-out/
|
|
31052
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
31023
31053
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
31024
31054
|
|
|
31025
|
-
// bazel-out/
|
|
31055
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
31026
31056
|
function ngErrorCode(code) {
|
|
31027
31057
|
return parseInt("-99" + code);
|
|
31028
31058
|
}
|
|
31029
31059
|
|
|
31030
|
-
// bazel-out/
|
|
31060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
31031
31061
|
var FatalDiagnosticError = class extends Error {
|
|
31032
31062
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
31033
31063
|
super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
|
|
@@ -31089,10 +31119,10 @@ function isFatalDiagnosticError(err) {
|
|
|
31089
31119
|
return err._isFatalDiagnosticError === true;
|
|
31090
31120
|
}
|
|
31091
31121
|
|
|
31092
|
-
// bazel-out/
|
|
31122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
31093
31123
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
31094
31124
|
|
|
31095
|
-
// bazel-out/
|
|
31125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
31096
31126
|
var ExtendedTemplateDiagnosticName;
|
|
31097
31127
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
31098
31128
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -31107,7 +31137,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
31107
31137
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
31108
31138
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
31109
31139
|
|
|
31110
|
-
// bazel-out/
|
|
31140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
31111
31141
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
31112
31142
|
var TS = /\.tsx?$/i;
|
|
31113
31143
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -31208,7 +31238,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
31208
31238
|
return redirectInfo.unredirected;
|
|
31209
31239
|
}
|
|
31210
31240
|
|
|
31211
|
-
// bazel-out/
|
|
31241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
31212
31242
|
function findExportedNameOfNode(target, file, reflector) {
|
|
31213
31243
|
const exports = reflector.getExportsOfModule(file);
|
|
31214
31244
|
if (exports === null) {
|
|
@@ -31228,7 +31258,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
31228
31258
|
return foundExportName;
|
|
31229
31259
|
}
|
|
31230
31260
|
|
|
31231
|
-
// bazel-out/
|
|
31261
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
31232
31262
|
var ImportFlags;
|
|
31233
31263
|
(function(ImportFlags2) {
|
|
31234
31264
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -31457,7 +31487,7 @@ var UnifiedModulesStrategy = class {
|
|
|
31457
31487
|
}
|
|
31458
31488
|
};
|
|
31459
31489
|
|
|
31460
|
-
// bazel-out/
|
|
31490
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
31461
31491
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
31462
31492
|
var UnifiedModulesAliasingHost = class {
|
|
31463
31493
|
constructor(unifiedModulesHost) {
|
|
@@ -31524,7 +31554,7 @@ var AliasStrategy = class {
|
|
|
31524
31554
|
}
|
|
31525
31555
|
};
|
|
31526
31556
|
|
|
31527
|
-
// bazel-out/
|
|
31557
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
31528
31558
|
function relativePathBetween(from, to) {
|
|
31529
31559
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
31530
31560
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -31533,7 +31563,7 @@ function normalizeSeparators2(path4) {
|
|
|
31533
31563
|
return path4.replace(/\\/g, "/");
|
|
31534
31564
|
}
|
|
31535
31565
|
|
|
31536
|
-
// bazel-out/
|
|
31566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
31537
31567
|
var NoopImportRewriter = class {
|
|
31538
31568
|
rewriteSymbol(symbol, specifier) {
|
|
31539
31569
|
return symbol;
|
|
@@ -31586,7 +31616,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
31586
31616
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
31587
31617
|
}
|
|
31588
31618
|
|
|
31589
|
-
// bazel-out/
|
|
31619
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
31590
31620
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
31591
31621
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
31592
31622
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -31621,7 +31651,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
31621
31651
|
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.");
|
|
31622
31652
|
}
|
|
31623
31653
|
|
|
31624
|
-
// bazel-out/
|
|
31654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
31625
31655
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
31626
31656
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
31627
31657
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -31662,13 +31692,13 @@ var DefaultImportTracker = class {
|
|
|
31662
31692
|
}
|
|
31663
31693
|
};
|
|
31664
31694
|
|
|
31665
|
-
// bazel-out/
|
|
31695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
31666
31696
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
31667
31697
|
|
|
31668
|
-
// bazel-out/
|
|
31698
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
31669
31699
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
31670
31700
|
|
|
31671
|
-
// bazel-out/
|
|
31701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
31672
31702
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
31673
31703
|
function isDecoratorIdentifier(exp) {
|
|
31674
31704
|
return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
|
|
@@ -31691,7 +31721,7 @@ var ClassMemberAccessLevel;
|
|
|
31691
31721
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
31692
31722
|
var AmbientImport = {};
|
|
31693
31723
|
|
|
31694
|
-
// bazel-out/
|
|
31724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
31695
31725
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
31696
31726
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
31697
31727
|
var _a2, _b2;
|
|
@@ -31864,7 +31894,7 @@ function extractModuleName(node) {
|
|
|
31864
31894
|
return node.moduleSpecifier.text;
|
|
31865
31895
|
}
|
|
31866
31896
|
|
|
31867
|
-
// bazel-out/
|
|
31897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
31868
31898
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
31869
31899
|
function isNamedClassDeclaration(node) {
|
|
31870
31900
|
return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -31888,7 +31918,7 @@ function classMemberAccessLevelToString(level) {
|
|
|
31888
31918
|
}
|
|
31889
31919
|
}
|
|
31890
31920
|
|
|
31891
|
-
// bazel-out/
|
|
31921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
31892
31922
|
var TypeScriptReflectionHost = class {
|
|
31893
31923
|
constructor(checker, isLocalCompilation = false) {
|
|
31894
31924
|
this.checker = checker;
|
|
@@ -32375,7 +32405,7 @@ function getExportedName(decl, originalId) {
|
|
|
32375
32405
|
}
|
|
32376
32406
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
32377
32407
|
|
|
32378
|
-
// bazel-out/
|
|
32408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
32379
32409
|
var AssumeEager = "AssumeEager";
|
|
32380
32410
|
var DeferredSymbolTracker = class {
|
|
32381
32411
|
constructor(typeChecker, onlyExplicitDeferDependencyImports) {
|
|
@@ -32495,7 +32525,7 @@ var DeferredSymbolTracker = class {
|
|
|
32495
32525
|
}
|
|
32496
32526
|
};
|
|
32497
32527
|
|
|
32498
|
-
// bazel-out/
|
|
32528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
32499
32529
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
32500
32530
|
var ImportedSymbolsTracker = class {
|
|
32501
32531
|
constructor() {
|
|
@@ -32554,7 +32584,7 @@ var ImportedSymbolsTracker = class {
|
|
|
32554
32584
|
}
|
|
32555
32585
|
};
|
|
32556
32586
|
|
|
32557
|
-
// bazel-out/
|
|
32587
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
32558
32588
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
32559
32589
|
var LocalCompilationExtraImportsTracker = class {
|
|
32560
32590
|
constructor(typeChecker) {
|
|
@@ -32601,7 +32631,7 @@ function removeQuotations(s) {
|
|
|
32601
32631
|
return s.substring(1, s.length - 1).trim();
|
|
32602
32632
|
}
|
|
32603
32633
|
|
|
32604
|
-
// bazel-out/
|
|
32634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
32605
32635
|
var Reference2 = class {
|
|
32606
32636
|
constructor(node, bestGuessOwningModule = null) {
|
|
32607
32637
|
this.node = node;
|
|
@@ -32670,7 +32700,7 @@ var Reference2 = class {
|
|
|
32670
32700
|
}
|
|
32671
32701
|
};
|
|
32672
32702
|
|
|
32673
|
-
// bazel-out/
|
|
32703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
32674
32704
|
var ModuleResolver = class {
|
|
32675
32705
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
32676
32706
|
this.program = program;
|
|
@@ -32687,16 +32717,16 @@ var ModuleResolver = class {
|
|
|
32687
32717
|
}
|
|
32688
32718
|
};
|
|
32689
32719
|
|
|
32690
|
-
// bazel-out/
|
|
32720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
32691
32721
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
32692
32722
|
|
|
32693
|
-
// bazel-out/
|
|
32723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
32694
32724
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
32695
32725
|
|
|
32696
|
-
// bazel-out/
|
|
32726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
32697
32727
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
32698
32728
|
|
|
32699
|
-
// bazel-out/
|
|
32729
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
32700
32730
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
32701
32731
|
var CORE_MODULE2 = "@angular/core";
|
|
32702
32732
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -32951,7 +32981,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
32951
32981
|
return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
|
|
32952
32982
|
}
|
|
32953
32983
|
|
|
32954
|
-
// bazel-out/
|
|
32984
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
32955
32985
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
32956
32986
|
const deps = [];
|
|
32957
32987
|
const errors = [];
|
|
@@ -33093,10 +33123,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
33093
33123
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
|
|
33094
33124
|
}
|
|
33095
33125
|
|
|
33096
|
-
// bazel-out/
|
|
33126
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
33097
33127
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
33098
33128
|
|
|
33099
|
-
// bazel-out/
|
|
33129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
33100
33130
|
var MetaKind;
|
|
33101
33131
|
(function(MetaKind2) {
|
|
33102
33132
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -33109,10 +33139,10 @@ var MatchSource;
|
|
|
33109
33139
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
33110
33140
|
})(MatchSource || (MatchSource = {}));
|
|
33111
33141
|
|
|
33112
|
-
// bazel-out/
|
|
33142
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
33113
33143
|
var import_typescript26 = __toESM(require("typescript"), 1);
|
|
33114
33144
|
|
|
33115
|
-
// bazel-out/
|
|
33145
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
33116
33146
|
var ClassPropertyMapping = class {
|
|
33117
33147
|
constructor(forwardMap) {
|
|
33118
33148
|
this.forwardMap = forwardMap;
|
|
@@ -33192,7 +33222,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
33192
33222
|
return reverseMap;
|
|
33193
33223
|
}
|
|
33194
33224
|
|
|
33195
|
-
// bazel-out/
|
|
33225
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
33196
33226
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
33197
33227
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
33198
33228
|
if (!import_typescript24.default.isTupleTypeNode(def)) {
|
|
@@ -33385,7 +33415,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
33385
33415
|
return hostDirectiveMeta.directive instanceof Reference2;
|
|
33386
33416
|
}
|
|
33387
33417
|
|
|
33388
|
-
// bazel-out/
|
|
33418
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
33389
33419
|
var DtsMetadataReader = class {
|
|
33390
33420
|
constructor(checker, reflector) {
|
|
33391
33421
|
this.checker = checker;
|
|
@@ -33568,7 +33598,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
33568
33598
|
return result.length > 0 ? result : null;
|
|
33569
33599
|
}
|
|
33570
33600
|
|
|
33571
|
-
// bazel-out/
|
|
33601
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
33572
33602
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
33573
33603
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
33574
33604
|
if (topMeta === null) {
|
|
@@ -33631,7 +33661,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
33631
33661
|
});
|
|
33632
33662
|
}
|
|
33633
33663
|
|
|
33634
|
-
// bazel-out/
|
|
33664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
33635
33665
|
var LocalMetadataRegistry = class {
|
|
33636
33666
|
constructor() {
|
|
33637
33667
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -33688,7 +33718,7 @@ var CompoundMetadataRegistry = class {
|
|
|
33688
33718
|
}
|
|
33689
33719
|
};
|
|
33690
33720
|
|
|
33691
|
-
// bazel-out/
|
|
33721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
33692
33722
|
var ResourceRegistry = class {
|
|
33693
33723
|
constructor() {
|
|
33694
33724
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -33753,7 +33783,7 @@ var ResourceRegistry = class {
|
|
|
33753
33783
|
}
|
|
33754
33784
|
};
|
|
33755
33785
|
|
|
33756
|
-
// bazel-out/
|
|
33786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
33757
33787
|
var ExportedProviderStatusResolver = class {
|
|
33758
33788
|
constructor(metaReader) {
|
|
33759
33789
|
this.metaReader = metaReader;
|
|
@@ -33797,7 +33827,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
33797
33827
|
}
|
|
33798
33828
|
};
|
|
33799
33829
|
|
|
33800
|
-
// bazel-out/
|
|
33830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
33801
33831
|
var EMPTY_ARRAY = [];
|
|
33802
33832
|
var HostDirectivesResolver = class {
|
|
33803
33833
|
constructor(metaReader) {
|
|
@@ -33862,10 +33892,10 @@ function resolveOutput(bindingName) {
|
|
|
33862
33892
|
return bindingName;
|
|
33863
33893
|
}
|
|
33864
33894
|
|
|
33865
|
-
// bazel-out/
|
|
33895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
33866
33896
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
33867
33897
|
|
|
33868
|
-
// bazel-out/
|
|
33898
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
33869
33899
|
var DynamicValue = class {
|
|
33870
33900
|
constructor(node, reason, code) {
|
|
33871
33901
|
this.node = node;
|
|
@@ -33955,7 +33985,7 @@ var DynamicValue = class {
|
|
|
33955
33985
|
}
|
|
33956
33986
|
};
|
|
33957
33987
|
|
|
33958
|
-
// bazel-out/
|
|
33988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
33959
33989
|
var ResolvedModule = class {
|
|
33960
33990
|
constructor(exports, evaluate) {
|
|
33961
33991
|
this.exports = exports;
|
|
@@ -33985,7 +34015,7 @@ var EnumValue = class {
|
|
|
33985
34015
|
var KnownFn = class {
|
|
33986
34016
|
};
|
|
33987
34017
|
|
|
33988
|
-
// bazel-out/
|
|
34018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
33989
34019
|
function describeResolvedType(value, maxDepth = 1) {
|
|
33990
34020
|
var _a2, _b2;
|
|
33991
34021
|
if (value === null) {
|
|
@@ -34114,10 +34144,10 @@ function getContainerNode(node) {
|
|
|
34114
34144
|
return node.getSourceFile();
|
|
34115
34145
|
}
|
|
34116
34146
|
|
|
34117
|
-
// bazel-out/
|
|
34147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
34118
34148
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
34119
34149
|
|
|
34120
|
-
// bazel-out/
|
|
34150
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
34121
34151
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
34122
34152
|
constructor(lhs) {
|
|
34123
34153
|
super();
|
|
@@ -34169,14 +34199,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
34169
34199
|
}
|
|
34170
34200
|
};
|
|
34171
34201
|
|
|
34172
|
-
// bazel-out/
|
|
34202
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
34173
34203
|
var SyntheticValue = class {
|
|
34174
34204
|
constructor(value) {
|
|
34175
34205
|
this.value = value;
|
|
34176
34206
|
}
|
|
34177
34207
|
};
|
|
34178
34208
|
|
|
34179
|
-
// bazel-out/
|
|
34209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
34180
34210
|
function literalBinaryOp(op) {
|
|
34181
34211
|
return { op, literal: true };
|
|
34182
34212
|
}
|
|
@@ -34751,7 +34781,7 @@ function owningModule(context, override = null) {
|
|
|
34751
34781
|
}
|
|
34752
34782
|
}
|
|
34753
34783
|
|
|
34754
|
-
// bazel-out/
|
|
34784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
34755
34785
|
var PartialEvaluator = class {
|
|
34756
34786
|
constructor(host, checker, dependencyTracker) {
|
|
34757
34787
|
this.host = host;
|
|
@@ -34771,7 +34801,7 @@ var PartialEvaluator = class {
|
|
|
34771
34801
|
}
|
|
34772
34802
|
};
|
|
34773
34803
|
|
|
34774
|
-
// bazel-out/
|
|
34804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
34775
34805
|
var CompilationMode;
|
|
34776
34806
|
(function(CompilationMode2) {
|
|
34777
34807
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -34785,7 +34815,7 @@ var HandlerPrecedence;
|
|
|
34785
34815
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
34786
34816
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
34787
34817
|
|
|
34788
|
-
// bazel-out/
|
|
34818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
34789
34819
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
34790
34820
|
function aliasTransformFactory(exportStatements) {
|
|
34791
34821
|
return () => {
|
|
@@ -34808,10 +34838,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
34808
34838
|
};
|
|
34809
34839
|
}
|
|
34810
34840
|
|
|
34811
|
-
// bazel-out/
|
|
34841
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
34812
34842
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
34813
34843
|
|
|
34814
|
-
// bazel-out/
|
|
34844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
34815
34845
|
var PerfPhase;
|
|
34816
34846
|
(function(PerfPhase2) {
|
|
34817
34847
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -34879,7 +34909,7 @@ var PerfCheckpoint;
|
|
|
34879
34909
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
34880
34910
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
34881
34911
|
|
|
34882
|
-
// bazel-out/
|
|
34912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
34883
34913
|
var NoopPerfRecorder = class {
|
|
34884
34914
|
eventCount() {
|
|
34885
34915
|
}
|
|
@@ -34896,7 +34926,7 @@ var NoopPerfRecorder = class {
|
|
|
34896
34926
|
};
|
|
34897
34927
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
34898
34928
|
|
|
34899
|
-
// bazel-out/
|
|
34929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
34900
34930
|
function mark() {
|
|
34901
34931
|
return process.hrtime();
|
|
34902
34932
|
}
|
|
@@ -34905,7 +34935,7 @@ function timeSinceInMicros(mark2) {
|
|
|
34905
34935
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
34906
34936
|
}
|
|
34907
34937
|
|
|
34908
|
-
// bazel-out/
|
|
34938
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
34909
34939
|
var ActivePerfRecorder = class {
|
|
34910
34940
|
static zeroedToNow() {
|
|
34911
34941
|
return new ActivePerfRecorder(mark());
|
|
@@ -34999,7 +35029,7 @@ var DelegatingPerfRecorder = class {
|
|
|
34999
35029
|
}
|
|
35000
35030
|
};
|
|
35001
35031
|
|
|
35002
|
-
// bazel-out/
|
|
35032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
35003
35033
|
var TraitState;
|
|
35004
35034
|
(function(TraitState2) {
|
|
35005
35035
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -35056,7 +35086,7 @@ var TraitImpl = class {
|
|
|
35056
35086
|
}
|
|
35057
35087
|
};
|
|
35058
35088
|
|
|
35059
|
-
// bazel-out/
|
|
35089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
35060
35090
|
var TraitCompiler = class {
|
|
35061
35091
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
35062
35092
|
this.handlers = handlers;
|
|
@@ -35513,10 +35543,10 @@ function containsErrors(diagnostics) {
|
|
|
35513
35543
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
|
|
35514
35544
|
}
|
|
35515
35545
|
|
|
35516
|
-
// bazel-out/
|
|
35546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
35517
35547
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
35518
35548
|
|
|
35519
|
-
// bazel-out/
|
|
35549
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
35520
35550
|
var Context = class {
|
|
35521
35551
|
constructor(isStatement) {
|
|
35522
35552
|
this.isStatement = isStatement;
|
|
@@ -35529,10 +35559,10 @@ var Context = class {
|
|
|
35529
35559
|
}
|
|
35530
35560
|
};
|
|
35531
35561
|
|
|
35532
|
-
// bazel-out/
|
|
35562
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
35533
35563
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
35534
35564
|
|
|
35535
|
-
// bazel-out/
|
|
35565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
35536
35566
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
35537
35567
|
function createGenerateUniqueIdentifierHelper() {
|
|
35538
35568
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -35556,7 +35586,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
35556
35586
|
};
|
|
35557
35587
|
}
|
|
35558
35588
|
|
|
35559
|
-
// bazel-out/
|
|
35589
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
35560
35590
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
35561
35591
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
35562
35592
|
return (ctx) => {
|
|
@@ -35614,7 +35644,7 @@ function isImportStatement(stmt) {
|
|
|
35614
35644
|
return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
|
|
35615
35645
|
}
|
|
35616
35646
|
|
|
35617
|
-
// bazel-out/
|
|
35647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
35618
35648
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
35619
35649
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
35620
35650
|
const requestHash = hashImportRequest(request);
|
|
@@ -35641,7 +35671,7 @@ function hashImportRequest(req) {
|
|
|
35641
35671
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
|
|
35642
35672
|
}
|
|
35643
35673
|
|
|
35644
|
-
// bazel-out/
|
|
35674
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
35645
35675
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
35646
35676
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
35647
35677
|
let candidateImportToBeUpdated = null;
|
|
@@ -35694,7 +35724,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
35694
35724
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
35695
35725
|
}
|
|
35696
35726
|
|
|
35697
|
-
// bazel-out/
|
|
35727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
35698
35728
|
var presetImportManagerForceNamespaceImports = {
|
|
35699
35729
|
disableOriginalSourceFileReuse: true,
|
|
35700
35730
|
forceGenerateNamespacesForNewImports: true
|
|
@@ -35843,7 +35873,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
35843
35873
|
}
|
|
35844
35874
|
}
|
|
35845
35875
|
|
|
35846
|
-
// bazel-out/
|
|
35876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
35847
35877
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
35848
35878
|
[UnaryOperator.Minus, "-"],
|
|
35849
35879
|
[UnaryOperator.Plus, "+"]
|
|
@@ -36088,7 +36118,7 @@ function createRange(span) {
|
|
|
36088
36118
|
};
|
|
36089
36119
|
}
|
|
36090
36120
|
|
|
36091
|
-
// bazel-out/
|
|
36121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
36092
36122
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
36093
36123
|
var INELIGIBLE = {};
|
|
36094
36124
|
function canEmitType(type, canEmit) {
|
|
@@ -36163,10 +36193,10 @@ var TypeEmitter = class {
|
|
|
36163
36193
|
}
|
|
36164
36194
|
};
|
|
36165
36195
|
|
|
36166
|
-
// bazel-out/
|
|
36196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
36167
36197
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
36168
36198
|
|
|
36169
|
-
// bazel-out/
|
|
36199
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
36170
36200
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
36171
36201
|
function tsNumericExpression(value) {
|
|
36172
36202
|
if (value < 0) {
|
|
@@ -36176,7 +36206,7 @@ function tsNumericExpression(value) {
|
|
|
36176
36206
|
return import_typescript40.default.factory.createNumericLiteral(value);
|
|
36177
36207
|
}
|
|
36178
36208
|
|
|
36179
|
-
// bazel-out/
|
|
36209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
36180
36210
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
36181
36211
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
36182
36212
|
}
|
|
@@ -36393,7 +36423,7 @@ var TypeTranslatorVisitor = class {
|
|
|
36393
36423
|
}
|
|
36394
36424
|
};
|
|
36395
36425
|
|
|
36396
|
-
// bazel-out/
|
|
36426
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
36397
36427
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
36398
36428
|
var PureAnnotation;
|
|
36399
36429
|
(function(PureAnnotation2) {
|
|
@@ -36590,7 +36620,7 @@ function attachComments(statement, leadingComments) {
|
|
|
36590
36620
|
}
|
|
36591
36621
|
}
|
|
36592
36622
|
|
|
36593
|
-
// bazel-out/
|
|
36623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
36594
36624
|
function translateExpression(contextFile, expression, imports, options = {}) {
|
|
36595
36625
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
|
|
36596
36626
|
}
|
|
@@ -36598,7 +36628,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
|
|
|
36598
36628
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
|
|
36599
36629
|
}
|
|
36600
36630
|
|
|
36601
|
-
// bazel-out/
|
|
36631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
36602
36632
|
var DtsTransformRegistry = class {
|
|
36603
36633
|
constructor() {
|
|
36604
36634
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -36744,10 +36774,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
36744
36774
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
36745
36775
|
}
|
|
36746
36776
|
|
|
36747
|
-
// bazel-out/
|
|
36777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
36748
36778
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
36749
36779
|
|
|
36750
|
-
// bazel-out/
|
|
36780
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
36751
36781
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
36752
36782
|
function visit(node, visitor, context) {
|
|
36753
36783
|
return visitor._visit(node, context);
|
|
@@ -36808,7 +36838,7 @@ var Visitor = class {
|
|
|
36808
36838
|
}
|
|
36809
36839
|
};
|
|
36810
36840
|
|
|
36811
|
-
// bazel-out/
|
|
36841
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
36812
36842
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
36813
36843
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
36814
36844
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -37041,7 +37071,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
37041
37071
|
return array;
|
|
37042
37072
|
}
|
|
37043
37073
|
|
|
37044
|
-
// bazel-out/
|
|
37074
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
37045
37075
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
37046
37076
|
const context = [];
|
|
37047
37077
|
for (const decl of data) {
|
|
@@ -37248,7 +37278,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
37248
37278
|
}
|
|
37249
37279
|
}
|
|
37250
37280
|
|
|
37251
|
-
// bazel-out/
|
|
37281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
37252
37282
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
37253
37283
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
37254
37284
|
let resolved = null;
|
|
@@ -37298,7 +37328,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
37298
37328
|
return meta;
|
|
37299
37329
|
}
|
|
37300
37330
|
|
|
37301
|
-
// bazel-out/
|
|
37331
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
37302
37332
|
function compileNgFactoryDefField(metadata) {
|
|
37303
37333
|
const res = compileFactoryFunction(metadata);
|
|
37304
37334
|
return {
|
|
@@ -37320,7 +37350,7 @@ function compileDeclareFactory(metadata) {
|
|
|
37320
37350
|
};
|
|
37321
37351
|
}
|
|
37322
37352
|
|
|
37323
|
-
// bazel-out/
|
|
37353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
37324
37354
|
var InjectableClassRegistry = class {
|
|
37325
37355
|
constructor(host, isCore) {
|
|
37326
37356
|
this.host = host;
|
|
@@ -37346,7 +37376,7 @@ var InjectableClassRegistry = class {
|
|
|
37346
37376
|
}
|
|
37347
37377
|
};
|
|
37348
37378
|
|
|
37349
|
-
// bazel-out/
|
|
37379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
37350
37380
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
37351
37381
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
37352
37382
|
if (!reflection.isClass(clazz)) {
|
|
@@ -37430,7 +37460,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
37430
37460
|
return result.transformed[0];
|
|
37431
37461
|
}
|
|
37432
37462
|
|
|
37433
|
-
// bazel-out/
|
|
37463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
37434
37464
|
var path = __toESM(require("path"), 1);
|
|
37435
37465
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
37436
37466
|
if (!reflection.isClass(clazz)) {
|
|
@@ -37456,13 +37486,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
37456
37486
|
return null;
|
|
37457
37487
|
}
|
|
37458
37488
|
|
|
37459
|
-
// bazel-out/
|
|
37489
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
37460
37490
|
var NoopReferencesRegistry = class {
|
|
37461
37491
|
add(source, ...references) {
|
|
37462
37492
|
}
|
|
37463
37493
|
};
|
|
37464
37494
|
|
|
37465
|
-
// bazel-out/
|
|
37495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
37466
37496
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
37467
37497
|
const schemas = [];
|
|
37468
37498
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -37491,7 +37521,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
37491
37521
|
return schemas;
|
|
37492
37522
|
}
|
|
37493
37523
|
|
|
37494
|
-
// bazel-out/
|
|
37524
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
37495
37525
|
function compileInputTransformFields(inputs) {
|
|
37496
37526
|
const extraFields = [];
|
|
37497
37527
|
for (const input of inputs) {
|
|
@@ -37508,10 +37538,10 @@ function compileInputTransformFields(inputs) {
|
|
|
37508
37538
|
return extraFields;
|
|
37509
37539
|
}
|
|
37510
37540
|
|
|
37511
|
-
// bazel-out/
|
|
37541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
37512
37542
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
37513
37543
|
|
|
37514
|
-
// bazel-out/
|
|
37544
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
37515
37545
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
37516
37546
|
var SemanticSymbol = class {
|
|
37517
37547
|
constructor(decl) {
|
|
@@ -37527,7 +37557,7 @@ function getSymbolIdentifier(decl) {
|
|
|
37527
37557
|
return decl.name.text;
|
|
37528
37558
|
}
|
|
37529
37559
|
|
|
37530
|
-
// bazel-out/
|
|
37560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
37531
37561
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
37532
37562
|
isPublicApiAffected() {
|
|
37533
37563
|
return false;
|
|
@@ -37669,10 +37699,10 @@ function getImportPath(expr) {
|
|
|
37669
37699
|
}
|
|
37670
37700
|
}
|
|
37671
37701
|
|
|
37672
|
-
// bazel-out/
|
|
37702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
37673
37703
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
37674
37704
|
|
|
37675
|
-
// bazel-out/
|
|
37705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
37676
37706
|
function isSymbolEqual(a, b) {
|
|
37677
37707
|
if (a.decl === b.decl) {
|
|
37678
37708
|
return true;
|
|
@@ -37722,7 +37752,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
37722
37752
|
return true;
|
|
37723
37753
|
}
|
|
37724
37754
|
|
|
37725
|
-
// bazel-out/
|
|
37755
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
37726
37756
|
function extractSemanticTypeParameters(node) {
|
|
37727
37757
|
if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
37728
37758
|
return null;
|
|
@@ -37742,14 +37772,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
37742
37772
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
37743
37773
|
}
|
|
37744
37774
|
|
|
37745
|
-
// bazel-out/
|
|
37775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
37746
37776
|
var ComponentScopeKind;
|
|
37747
37777
|
(function(ComponentScopeKind2) {
|
|
37748
37778
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
37749
37779
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
37750
37780
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
37751
37781
|
|
|
37752
|
-
// bazel-out/
|
|
37782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
37753
37783
|
var CompoundComponentScopeReader = class {
|
|
37754
37784
|
constructor(readers) {
|
|
37755
37785
|
this.readers = readers;
|
|
@@ -37774,7 +37804,7 @@ var CompoundComponentScopeReader = class {
|
|
|
37774
37804
|
}
|
|
37775
37805
|
};
|
|
37776
37806
|
|
|
37777
|
-
// bazel-out/
|
|
37807
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
37778
37808
|
var MetadataDtsModuleScopeResolver = class {
|
|
37779
37809
|
constructor(dtsMetaReader, aliasingHost) {
|
|
37780
37810
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -37849,10 +37879,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
37849
37879
|
}
|
|
37850
37880
|
};
|
|
37851
37881
|
|
|
37852
|
-
// bazel-out/
|
|
37882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
37853
37883
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
37854
37884
|
|
|
37855
|
-
// bazel-out/
|
|
37885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
37856
37886
|
function getDiagnosticNode(ref, rawExpr) {
|
|
37857
37887
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
37858
37888
|
}
|
|
@@ -37878,7 +37908,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
37878
37908
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
37879
37909
|
}
|
|
37880
37910
|
|
|
37881
|
-
// bazel-out/
|
|
37911
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
37882
37912
|
var LocalModuleScopeRegistry = class {
|
|
37883
37913
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
37884
37914
|
this.localReader = localReader;
|
|
@@ -38217,7 +38247,7 @@ function reexportCollision(module2, refA, refB) {
|
|
|
38217
38247
|
]);
|
|
38218
38248
|
}
|
|
38219
38249
|
|
|
38220
|
-
// bazel-out/
|
|
38250
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
38221
38251
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
38222
38252
|
var TypeCheckScopeRegistry = class {
|
|
38223
38253
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -38294,17 +38324,17 @@ var TypeCheckScopeRegistry = class {
|
|
|
38294
38324
|
}
|
|
38295
38325
|
};
|
|
38296
38326
|
|
|
38297
|
-
// bazel-out/
|
|
38327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
38298
38328
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
38299
38329
|
|
|
38300
|
-
// bazel-out/
|
|
38330
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
|
|
38301
38331
|
function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
38302
38332
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
38303
38333
|
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)}.`, [makeDiagnosticChain(`Update the class field to be either: ` + api.allowedAccessLevels.map((l) => classMemberAccessLevelToString(l)).join(", "))]));
|
|
38304
38334
|
}
|
|
38305
38335
|
}
|
|
38306
38336
|
|
|
38307
|
-
// bazel-out/
|
|
38337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
38308
38338
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
38309
38339
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
38310
38340
|
if (!import_typescript55.default.isCallExpression(expression)) {
|
|
@@ -38373,7 +38403,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
|
|
|
38373
38403
|
return { api: matchingApi, apiReference, isRequired };
|
|
38374
38404
|
}
|
|
38375
38405
|
|
|
38376
|
-
// bazel-out/
|
|
38406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
38377
38407
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
38378
38408
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
38379
38409
|
if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -38391,7 +38421,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
38391
38421
|
return { alias };
|
|
38392
38422
|
}
|
|
38393
38423
|
|
|
38394
|
-
// bazel-out/
|
|
38424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
38395
38425
|
function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
38396
38426
|
var _a2;
|
|
38397
38427
|
if (member.value === null) {
|
|
@@ -38422,7 +38452,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
38422
38452
|
};
|
|
38423
38453
|
}
|
|
38424
38454
|
|
|
38425
|
-
// bazel-out/
|
|
38455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
38426
38456
|
function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
38427
38457
|
var _a2;
|
|
38428
38458
|
if (member.value === null) {
|
|
@@ -38462,7 +38492,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
38462
38492
|
};
|
|
38463
38493
|
}
|
|
38464
38494
|
|
|
38465
|
-
// bazel-out/
|
|
38495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
38466
38496
|
var allowedAccessLevels = [
|
|
38467
38497
|
ClassMemberAccessLevel.PublicWritable,
|
|
38468
38498
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -38505,7 +38535,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
38505
38535
|
};
|
|
38506
38536
|
}
|
|
38507
38537
|
|
|
38508
|
-
// bazel-out/
|
|
38538
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
38509
38539
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
38510
38540
|
var queryFunctionNames = ["viewChild", "viewChildren", "contentChild", "contentChildren"];
|
|
38511
38541
|
var initializerFns = queryFunctionNames.map((fnName) => ({
|
|
@@ -38584,7 +38614,7 @@ function parseDescendantsOption(value) {
|
|
|
38584
38614
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
38585
38615
|
}
|
|
38586
38616
|
|
|
38587
|
-
// bazel-out/
|
|
38617
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
38588
38618
|
var EMPTY_OBJECT = {};
|
|
38589
38619
|
var queryDecoratorNames = ["ViewChild", "ViewChildren", "ContentChild", "ContentChildren"];
|
|
38590
38620
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
@@ -39379,7 +39409,7 @@ function toR3InputMetadata(mapping) {
|
|
|
39379
39409
|
};
|
|
39380
39410
|
}
|
|
39381
39411
|
|
|
39382
|
-
// bazel-out/
|
|
39412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
39383
39413
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
39384
39414
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
39385
39415
|
super(decl);
|
|
@@ -39459,7 +39489,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
39459
39489
|
return isSymbolEqual(current, previous);
|
|
39460
39490
|
}
|
|
39461
39491
|
|
|
39462
|
-
// bazel-out/
|
|
39492
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
39463
39493
|
var FIELD_DECORATORS = [
|
|
39464
39494
|
"Input",
|
|
39465
39495
|
"Output",
|
|
@@ -39654,10 +39684,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
39654
39684
|
}
|
|
39655
39685
|
};
|
|
39656
39686
|
|
|
39657
|
-
// bazel-out/
|
|
39687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
39658
39688
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
39659
39689
|
|
|
39660
|
-
// bazel-out/
|
|
39690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
39661
39691
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
39662
39692
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
39663
39693
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -39729,7 +39759,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
39729
39759
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
39730
39760
|
}
|
|
39731
39761
|
|
|
39732
|
-
// bazel-out/
|
|
39762
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
39733
39763
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
39734
39764
|
constructor(decl, hasProviders) {
|
|
39735
39765
|
super(decl);
|
|
@@ -40336,7 +40366,7 @@ function isSyntheticReference(ref) {
|
|
|
40336
40366
|
return ref.synthetic;
|
|
40337
40367
|
}
|
|
40338
40368
|
|
|
40339
|
-
// bazel-out/
|
|
40369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
40340
40370
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
40341
40371
|
const name = ref.debugName || "(unknown)";
|
|
40342
40372
|
const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -40359,7 +40389,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
40359
40389
|
return null;
|
|
40360
40390
|
}
|
|
40361
40391
|
|
|
40362
|
-
// bazel-out/
|
|
40392
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
40363
40393
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
40364
40394
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
40365
40395
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -40706,7 +40736,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
40706
40736
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
40707
40737
|
}
|
|
40708
40738
|
|
|
40709
|
-
// bazel-out/
|
|
40739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
40710
40740
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
40711
40741
|
constructor() {
|
|
40712
40742
|
super(...arguments);
|
|
@@ -40741,7 +40771,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
40741
40771
|
}
|
|
40742
40772
|
};
|
|
40743
40773
|
|
|
40744
|
-
// bazel-out/
|
|
40774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
40745
40775
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
40746
40776
|
if (value instanceof Map) {
|
|
40747
40777
|
const name = value.get("name");
|
|
@@ -40818,7 +40848,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
40818
40848
|
return false;
|
|
40819
40849
|
}
|
|
40820
40850
|
|
|
40821
|
-
// bazel-out/
|
|
40851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
40822
40852
|
var EMPTY_ARRAY2 = [];
|
|
40823
40853
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
40824
40854
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -41811,7 +41841,7 @@ function isDefaultImport(node) {
|
|
|
41811
41841
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
41812
41842
|
}
|
|
41813
41843
|
|
|
41814
|
-
// bazel-out/
|
|
41844
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
41815
41845
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
41816
41846
|
var InjectableDecoratorHandler = class {
|
|
41817
41847
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
|
|
@@ -42042,7 +42072,7 @@ function getDep(dep, reflector) {
|
|
|
42042
42072
|
return meta;
|
|
42043
42073
|
}
|
|
42044
42074
|
|
|
42045
|
-
// bazel-out/
|
|
42075
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
42046
42076
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
42047
42077
|
var PipeSymbol = class extends SemanticSymbol {
|
|
42048
42078
|
constructor(decl, name) {
|
|
@@ -42198,13 +42228,13 @@ var PipeDecoratorHandler = class {
|
|
|
42198
42228
|
}
|
|
42199
42229
|
};
|
|
42200
42230
|
|
|
42201
|
-
// bazel-out/
|
|
42231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
|
|
42202
42232
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
42203
42233
|
|
|
42204
|
-
// bazel-out/
|
|
42234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
|
|
42205
42235
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
42206
42236
|
|
|
42207
|
-
// bazel-out/
|
|
42237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
42208
42238
|
var EmitFlags;
|
|
42209
42239
|
(function(EmitFlags2) {
|
|
42210
42240
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -42216,13 +42246,13 @@ var EmitFlags;
|
|
|
42216
42246
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
42217
42247
|
})(EmitFlags || (EmitFlags = {}));
|
|
42218
42248
|
|
|
42219
|
-
// bazel-out/
|
|
42249
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
42220
42250
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
42221
42251
|
|
|
42222
|
-
// bazel-out/
|
|
42252
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
42223
42253
|
var import_typescript121 = __toESM(require("typescript"), 1);
|
|
42224
42254
|
|
|
42225
|
-
// bazel-out/
|
|
42255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
42226
42256
|
var path2 = __toESM(require("path"), 1);
|
|
42227
42257
|
function i18nGetExtension(formatName) {
|
|
42228
42258
|
const format = formatName.toLowerCase();
|
|
@@ -42272,10 +42302,10 @@ function getPathNormalizer(basePath) {
|
|
|
42272
42302
|
};
|
|
42273
42303
|
}
|
|
42274
42304
|
|
|
42275
|
-
// bazel-out/
|
|
42305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
42276
42306
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
42277
42307
|
|
|
42278
|
-
// bazel-out/
|
|
42308
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
42279
42309
|
function toNumbers(value) {
|
|
42280
42310
|
const suffixIndex = value.lastIndexOf("-");
|
|
42281
42311
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -42310,7 +42340,7 @@ function compareVersions(v1, v2) {
|
|
|
42310
42340
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
42311
42341
|
}
|
|
42312
42342
|
|
|
42313
|
-
// bazel-out/
|
|
42343
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
42314
42344
|
var MIN_TS_VERSION = "5.2.0";
|
|
42315
42345
|
var MAX_TS_VERSION = "5.5.0";
|
|
42316
42346
|
var tsVersion = import_typescript72.default.version;
|
|
@@ -42323,10 +42353,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
42323
42353
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
42324
42354
|
}
|
|
42325
42355
|
|
|
42326
|
-
// bazel-out/
|
|
42356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
42327
42357
|
var import_typescript117 = __toESM(require("typescript"), 1);
|
|
42328
42358
|
|
|
42329
|
-
// bazel-out/
|
|
42359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
42330
42360
|
var CycleAnalyzer = class {
|
|
42331
42361
|
constructor(importGraph) {
|
|
42332
42362
|
this.importGraph = importGraph;
|
|
@@ -42397,7 +42427,7 @@ var Cycle = class {
|
|
|
42397
42427
|
}
|
|
42398
42428
|
};
|
|
42399
42429
|
|
|
42400
|
-
// bazel-out/
|
|
42430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
42401
42431
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
42402
42432
|
var ImportGraph = class {
|
|
42403
42433
|
constructor(checker, perf) {
|
|
@@ -42489,13 +42519,13 @@ var Found = class {
|
|
|
42489
42519
|
}
|
|
42490
42520
|
};
|
|
42491
42521
|
|
|
42492
|
-
// bazel-out/
|
|
42522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
42493
42523
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
42494
42524
|
|
|
42495
|
-
// bazel-out/
|
|
42525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
42496
42526
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
42497
42527
|
|
|
42498
|
-
// bazel-out/
|
|
42528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
42499
42529
|
var EntryType;
|
|
42500
42530
|
(function(EntryType2) {
|
|
42501
42531
|
EntryType2["Block"] = "block";
|
|
@@ -42539,17 +42569,17 @@ var MemberTags;
|
|
|
42539
42569
|
MemberTags2["Inherited"] = "override";
|
|
42540
42570
|
})(MemberTags || (MemberTags = {}));
|
|
42541
42571
|
|
|
42542
|
-
// bazel-out/
|
|
42572
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
42543
42573
|
function isAngularPrivateName(name) {
|
|
42544
42574
|
var _a2;
|
|
42545
42575
|
const firstChar = (_a2 = name[0]) != null ? _a2 : "";
|
|
42546
42576
|
return firstChar === "\u0275" || firstChar === "_";
|
|
42547
42577
|
}
|
|
42548
42578
|
|
|
42549
|
-
// bazel-out/
|
|
42579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
42550
42580
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
42551
42581
|
|
|
42552
|
-
// bazel-out/
|
|
42582
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
42553
42583
|
function extractGenerics(declaration) {
|
|
42554
42584
|
var _a2, _b2;
|
|
42555
42585
|
return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
|
|
@@ -42562,7 +42592,7 @@ function extractGenerics(declaration) {
|
|
|
42562
42592
|
})) != null ? _b2 : [];
|
|
42563
42593
|
}
|
|
42564
42594
|
|
|
42565
|
-
// bazel-out/
|
|
42595
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
42566
42596
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
42567
42597
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
42568
42598
|
function extractJsDocTags(node) {
|
|
@@ -42606,12 +42636,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
42606
42636
|
return comment.replace(/_NG_AT_/g, "@");
|
|
42607
42637
|
}
|
|
42608
42638
|
|
|
42609
|
-
// bazel-out/
|
|
42639
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
42610
42640
|
function extractResolvedTypeString(node, checker) {
|
|
42611
42641
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
42612
42642
|
}
|
|
42613
42643
|
|
|
42614
|
-
// bazel-out/
|
|
42644
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
42615
42645
|
var FunctionExtractor = class {
|
|
42616
42646
|
constructor(name, declaration, typeChecker) {
|
|
42617
42647
|
this.name = name;
|
|
@@ -42667,7 +42697,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
42667
42697
|
}));
|
|
42668
42698
|
}
|
|
42669
42699
|
|
|
42670
|
-
// bazel-out/
|
|
42700
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
42671
42701
|
var ClassExtractor = class {
|
|
42672
42702
|
constructor(declaration, typeChecker) {
|
|
42673
42703
|
this.declaration = declaration;
|
|
@@ -42922,7 +42952,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
42922
42952
|
return extractor.extract();
|
|
42923
42953
|
}
|
|
42924
42954
|
|
|
42925
|
-
// bazel-out/
|
|
42955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
42926
42956
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
42927
42957
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
42928
42958
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -42980,7 +43010,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
42980
43010
|
});
|
|
42981
43011
|
}
|
|
42982
43012
|
|
|
42983
|
-
// bazel-out/
|
|
43013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
42984
43014
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
42985
43015
|
function extractorDecorator(declaration, typeChecker) {
|
|
42986
43016
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -43053,7 +43083,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
43053
43083
|
return callSignature;
|
|
43054
43084
|
}
|
|
43055
43085
|
|
|
43056
|
-
// bazel-out/
|
|
43086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
43057
43087
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
43058
43088
|
function extractEnum(declaration, typeChecker) {
|
|
43059
43089
|
return {
|
|
@@ -43084,7 +43114,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
43084
43114
|
return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
|
|
43085
43115
|
}
|
|
43086
43116
|
|
|
43087
|
-
// bazel-out/
|
|
43117
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
43088
43118
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
43089
43119
|
var initializerApiTag = "initializerApiFunction";
|
|
43090
43120
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -43221,7 +43251,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
43221
43251
|
return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript80.default.isFunctionDeclaration(s) && s.body !== void 0);
|
|
43222
43252
|
}
|
|
43223
43253
|
|
|
43224
|
-
// bazel-out/
|
|
43254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
43225
43255
|
function extractTypeAlias(declaration) {
|
|
43226
43256
|
return {
|
|
43227
43257
|
name: declaration.name.getText(),
|
|
@@ -43233,7 +43263,7 @@ function extractTypeAlias(declaration) {
|
|
|
43233
43263
|
};
|
|
43234
43264
|
}
|
|
43235
43265
|
|
|
43236
|
-
// bazel-out/
|
|
43266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
43237
43267
|
var DocsExtractor = class {
|
|
43238
43268
|
constructor(typeChecker, metadataReader) {
|
|
43239
43269
|
this.typeChecker = typeChecker;
|
|
@@ -43306,7 +43336,7 @@ function isIgnoredDocEntry(entry) {
|
|
|
43306
43336
|
return isDocsPrivate !== void 0;
|
|
43307
43337
|
}
|
|
43308
43338
|
|
|
43309
|
-
// bazel-out/
|
|
43339
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
43310
43340
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
43311
43341
|
var FlatIndexGenerator = class {
|
|
43312
43342
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -43331,7 +43361,7 @@ export * from '${relativeEntryPoint}';
|
|
|
43331
43361
|
}
|
|
43332
43362
|
};
|
|
43333
43363
|
|
|
43334
|
-
// bazel-out/
|
|
43364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
43335
43365
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
43336
43366
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
43337
43367
|
let resolvedEntryPoint = null;
|
|
@@ -43347,7 +43377,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
43347
43377
|
return resolvedEntryPoint;
|
|
43348
43378
|
}
|
|
43349
43379
|
|
|
43350
|
-
// bazel-out/
|
|
43380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
43351
43381
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
43352
43382
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
43353
43383
|
const diagnostics = [];
|
|
@@ -43427,7 +43457,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
43427
43457
|
}
|
|
43428
43458
|
}
|
|
43429
43459
|
|
|
43430
|
-
// bazel-out/
|
|
43460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
43431
43461
|
var ReferenceGraph = class {
|
|
43432
43462
|
constructor() {
|
|
43433
43463
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -43481,7 +43511,7 @@ var ReferenceGraph = class {
|
|
|
43481
43511
|
}
|
|
43482
43512
|
};
|
|
43483
43513
|
|
|
43484
|
-
// bazel-out/
|
|
43514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
43485
43515
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
43486
43516
|
var UpdateMode;
|
|
43487
43517
|
(function(UpdateMode2) {
|
|
@@ -43489,13 +43519,13 @@ var UpdateMode;
|
|
|
43489
43519
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
43490
43520
|
})(UpdateMode || (UpdateMode = {}));
|
|
43491
43521
|
|
|
43492
|
-
// bazel-out/
|
|
43522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
43493
43523
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
43494
43524
|
|
|
43495
|
-
// bazel-out/
|
|
43525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
43496
43526
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
43497
43527
|
|
|
43498
|
-
// bazel-out/
|
|
43528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
43499
43529
|
var NgExtension = Symbol("NgExtension");
|
|
43500
43530
|
function isExtended(sf) {
|
|
43501
43531
|
return sf[NgExtension] !== void 0;
|
|
@@ -43555,13 +43585,13 @@ function retagTsFile(sf) {
|
|
|
43555
43585
|
}
|
|
43556
43586
|
}
|
|
43557
43587
|
|
|
43558
|
-
// bazel-out/
|
|
43588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
43559
43589
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
43560
43590
|
function makeShimFileName(fileName, suffix) {
|
|
43561
43591
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
43562
43592
|
}
|
|
43563
43593
|
|
|
43564
|
-
// bazel-out/
|
|
43594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
43565
43595
|
var ShimAdapter = class {
|
|
43566
43596
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
43567
43597
|
this.delegate = delegate;
|
|
@@ -43656,7 +43686,7 @@ var ShimAdapter = class {
|
|
|
43656
43686
|
}
|
|
43657
43687
|
};
|
|
43658
43688
|
|
|
43659
|
-
// bazel-out/
|
|
43689
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
43660
43690
|
var ShimReferenceTagger = class {
|
|
43661
43691
|
constructor(shimExtensions) {
|
|
43662
43692
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -43690,7 +43720,7 @@ var ShimReferenceTagger = class {
|
|
|
43690
43720
|
}
|
|
43691
43721
|
};
|
|
43692
43722
|
|
|
43693
|
-
// bazel-out/
|
|
43723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
43694
43724
|
var DelegatingCompilerHost = class {
|
|
43695
43725
|
get jsDocParsingMode() {
|
|
43696
43726
|
return this.delegate.jsDocParsingMode;
|
|
@@ -43809,7 +43839,7 @@ var TsCreateProgramDriver = class {
|
|
|
43809
43839
|
}
|
|
43810
43840
|
};
|
|
43811
43841
|
|
|
43812
|
-
// bazel-out/
|
|
43842
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
43813
43843
|
var FileDependencyGraph = class {
|
|
43814
43844
|
constructor() {
|
|
43815
43845
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -43876,7 +43906,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
43876
43906
|
return false;
|
|
43877
43907
|
}
|
|
43878
43908
|
|
|
43879
|
-
// bazel-out/
|
|
43909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
43880
43910
|
var IncrementalStateKind;
|
|
43881
43911
|
(function(IncrementalStateKind2) {
|
|
43882
43912
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -43884,7 +43914,7 @@ var IncrementalStateKind;
|
|
|
43884
43914
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
43885
43915
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
43886
43916
|
|
|
43887
|
-
// bazel-out/
|
|
43917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
43888
43918
|
var PhaseKind;
|
|
43889
43919
|
(function(PhaseKind2) {
|
|
43890
43920
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -44085,7 +44115,7 @@ function toOriginalSourceFile(sf) {
|
|
|
44085
44115
|
}
|
|
44086
44116
|
}
|
|
44087
44117
|
|
|
44088
|
-
// bazel-out/
|
|
44118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
44089
44119
|
var TrackedIncrementalBuildStrategy = class {
|
|
44090
44120
|
constructor() {
|
|
44091
44121
|
this.state = null;
|
|
@@ -44106,7 +44136,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
44106
44136
|
};
|
|
44107
44137
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
44108
44138
|
|
|
44109
|
-
// bazel-out/
|
|
44139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
44110
44140
|
var IdentifierKind;
|
|
44111
44141
|
(function(IdentifierKind2) {
|
|
44112
44142
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -44124,7 +44154,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
44124
44154
|
}
|
|
44125
44155
|
};
|
|
44126
44156
|
|
|
44127
|
-
// bazel-out/
|
|
44157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
44128
44158
|
var IndexingContext = class {
|
|
44129
44159
|
constructor() {
|
|
44130
44160
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -44134,7 +44164,7 @@ var IndexingContext = class {
|
|
|
44134
44164
|
}
|
|
44135
44165
|
};
|
|
44136
44166
|
|
|
44137
|
-
// bazel-out/
|
|
44167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
44138
44168
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
44139
44169
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
44140
44170
|
super();
|
|
@@ -44415,7 +44445,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
44415
44445
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
44416
44446
|
}
|
|
44417
44447
|
|
|
44418
|
-
// bazel-out/
|
|
44448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
44419
44449
|
function generateAnalysis(context) {
|
|
44420
44450
|
const analysis = /* @__PURE__ */ new Map();
|
|
44421
44451
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -44451,7 +44481,7 @@ function generateAnalysis(context) {
|
|
|
44451
44481
|
return analysis;
|
|
44452
44482
|
}
|
|
44453
44483
|
|
|
44454
|
-
// bazel-out/
|
|
44484
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
44455
44485
|
var NgModuleIndexImpl = class {
|
|
44456
44486
|
constructor(metaReader, localReader) {
|
|
44457
44487
|
this.metaReader = metaReader;
|
|
@@ -44540,7 +44570,7 @@ var NgModuleIndexImpl = class {
|
|
|
44540
44570
|
}
|
|
44541
44571
|
};
|
|
44542
44572
|
|
|
44543
|
-
// bazel-out/
|
|
44573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
44544
44574
|
var import_typescript91 = __toESM(require("typescript"), 1);
|
|
44545
44575
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
44546
44576
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -44688,7 +44718,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
44688
44718
|
};
|
|
44689
44719
|
}
|
|
44690
44720
|
|
|
44691
|
-
// bazel-out/
|
|
44721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
44692
44722
|
var StandaloneComponentScopeReader = class {
|
|
44693
44723
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
44694
44724
|
this.metaReader = metaReader;
|
|
@@ -44784,21 +44814,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
44784
44814
|
}
|
|
44785
44815
|
};
|
|
44786
44816
|
|
|
44787
|
-
// bazel-out/
|
|
44817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
44788
44818
|
var OptimizeFor;
|
|
44789
44819
|
(function(OptimizeFor2) {
|
|
44790
44820
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
44791
44821
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
44792
44822
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
44793
44823
|
|
|
44794
|
-
// bazel-out/
|
|
44824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
44795
44825
|
var CompletionKind;
|
|
44796
44826
|
(function(CompletionKind2) {
|
|
44797
44827
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
44798
44828
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
44799
44829
|
})(CompletionKind || (CompletionKind = {}));
|
|
44800
44830
|
|
|
44801
|
-
// bazel-out/
|
|
44831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
44802
44832
|
var PotentialImportKind;
|
|
44803
44833
|
(function(PotentialImportKind2) {
|
|
44804
44834
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -44810,7 +44840,7 @@ var PotentialImportMode;
|
|
|
44810
44840
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
44811
44841
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
44812
44842
|
|
|
44813
|
-
// bazel-out/
|
|
44843
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
44814
44844
|
var SymbolKind;
|
|
44815
44845
|
(function(SymbolKind2) {
|
|
44816
44846
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -44826,7 +44856,7 @@ var SymbolKind;
|
|
|
44826
44856
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
44827
44857
|
})(SymbolKind || (SymbolKind = {}));
|
|
44828
44858
|
|
|
44829
|
-
// bazel-out/
|
|
44859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
44830
44860
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
44831
44861
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
44832
44862
|
var _a2;
|
|
@@ -44933,7 +44963,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
44933
44963
|
return import_typescript92.default.createSourceFile(fileName, template2, import_typescript92.default.ScriptTarget.Latest, false, import_typescript92.default.ScriptKind.JSX);
|
|
44934
44964
|
}
|
|
44935
44965
|
|
|
44936
|
-
// bazel-out/
|
|
44966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
44937
44967
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
44938
44968
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
44939
44969
|
function getTemplateId(clazz) {
|
|
@@ -44950,10 +44980,10 @@ function allocateTemplateId(sf) {
|
|
|
44950
44980
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
44951
44981
|
}
|
|
44952
44982
|
|
|
44953
|
-
// bazel-out/
|
|
44983
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
44954
44984
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
44955
44985
|
|
|
44956
|
-
// bazel-out/
|
|
44986
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
44957
44987
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
44958
44988
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
44959
44989
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -45083,7 +45113,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
45083
45113
|
}) || false;
|
|
45084
45114
|
}
|
|
45085
45115
|
|
|
45086
|
-
// bazel-out/
|
|
45116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
45087
45117
|
var CompletionEngine = class {
|
|
45088
45118
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
45089
45119
|
this.tcb = tcb;
|
|
@@ -46331,10 +46361,10 @@ var MagicString = class {
|
|
|
46331
46361
|
}
|
|
46332
46362
|
};
|
|
46333
46363
|
|
|
46334
|
-
// bazel-out/
|
|
46364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
46335
46365
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
46336
46366
|
|
|
46337
|
-
// bazel-out/
|
|
46367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
46338
46368
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
46339
46369
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
46340
46370
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -46386,10 +46416,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
46386
46416
|
}
|
|
46387
46417
|
};
|
|
46388
46418
|
|
|
46389
|
-
// bazel-out/
|
|
46419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
46390
46420
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
46391
46421
|
|
|
46392
|
-
// bazel-out/
|
|
46422
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
46393
46423
|
var ReferenceEmitEnvironment = class {
|
|
46394
46424
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
46395
46425
|
this.importManager = importManager;
|
|
@@ -46419,7 +46449,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
46419
46449
|
}
|
|
46420
46450
|
};
|
|
46421
46451
|
|
|
46422
|
-
// bazel-out/
|
|
46452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
46423
46453
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
46424
46454
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
46425
46455
|
import_typescript96.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -46502,13 +46532,13 @@ function tsNumericExpression2(value) {
|
|
|
46502
46532
|
return import_typescript96.default.factory.createNumericLiteral(value);
|
|
46503
46533
|
}
|
|
46504
46534
|
|
|
46505
|
-
// bazel-out/
|
|
46535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
46506
46536
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
46507
46537
|
|
|
46508
|
-
// bazel-out/
|
|
46538
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
46509
46539
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
46510
46540
|
|
|
46511
|
-
// bazel-out/
|
|
46541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
46512
46542
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
46513
46543
|
var TypeParameterEmitter = class {
|
|
46514
46544
|
constructor(typeParameters, reflector) {
|
|
@@ -46586,7 +46616,7 @@ var TypeParameterEmitter = class {
|
|
|
46586
46616
|
}
|
|
46587
46617
|
};
|
|
46588
46618
|
|
|
46589
|
-
// bazel-out/
|
|
46619
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
46590
46620
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
46591
46621
|
Identifiers.InputSignalBrandWriteType
|
|
46592
46622
|
];
|
|
@@ -46678,7 +46708,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
46678
46708
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
46679
46709
|
}
|
|
46680
46710
|
|
|
46681
|
-
// bazel-out/
|
|
46711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
46682
46712
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
46683
46713
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
46684
46714
|
const rawType = import_typescript100.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -46801,7 +46831,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
46801
46831
|
});
|
|
46802
46832
|
}
|
|
46803
46833
|
|
|
46804
|
-
// bazel-out/
|
|
46834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
46805
46835
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
46806
46836
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
46807
46837
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -46876,7 +46906,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
46876
46906
|
}
|
|
46877
46907
|
};
|
|
46878
46908
|
|
|
46879
|
-
// bazel-out/
|
|
46909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
46880
46910
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
46881
46911
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
46882
46912
|
constructor(resolver) {
|
|
@@ -47061,7 +47091,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
47061
47091
|
});
|
|
47062
47092
|
}
|
|
47063
47093
|
|
|
47064
|
-
// bazel-out/
|
|
47094
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
47065
47095
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
47066
47096
|
var TypeCheckShimGenerator = class {
|
|
47067
47097
|
constructor() {
|
|
@@ -47079,10 +47109,10 @@ var TypeCheckShimGenerator = class {
|
|
|
47079
47109
|
}
|
|
47080
47110
|
};
|
|
47081
47111
|
|
|
47082
|
-
// bazel-out/
|
|
47112
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
47083
47113
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
47084
47114
|
|
|
47085
|
-
// bazel-out/
|
|
47115
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
47086
47116
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
47087
47117
|
function wrapForDiagnostics(expr) {
|
|
47088
47118
|
return import_typescript104.default.factory.createParenthesizedExpression(expr);
|
|
@@ -47127,7 +47157,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
47127
47157
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
47128
47158
|
}
|
|
47129
47159
|
|
|
47130
|
-
// bazel-out/
|
|
47160
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
47131
47161
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
47132
47162
|
var NULL_AS_ANY = import_typescript105.default.factory.createAsExpression(import_typescript105.default.factory.createNull(), import_typescript105.default.factory.createKeywordTypeNode(import_typescript105.default.SyntaxKind.AnyKeyword));
|
|
47133
47163
|
var UNDEFINED = import_typescript105.default.factory.createIdentifier("undefined");
|
|
@@ -47459,7 +47489,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
47459
47489
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
47460
47490
|
})();
|
|
47461
47491
|
|
|
47462
|
-
// bazel-out/
|
|
47492
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
47463
47493
|
var TcbGenericContextBehavior;
|
|
47464
47494
|
(function(TcbGenericContextBehavior2) {
|
|
47465
47495
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -48980,7 +49010,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
48980
49010
|
}
|
|
48981
49011
|
};
|
|
48982
49012
|
|
|
48983
|
-
// bazel-out/
|
|
49013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
48984
49014
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
48985
49015
|
var TypeCheckFile = class extends Environment {
|
|
48986
49016
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -49028,7 +49058,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
49028
49058
|
}
|
|
49029
49059
|
};
|
|
49030
49060
|
|
|
49031
|
-
// bazel-out/
|
|
49061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
49032
49062
|
var InliningMode;
|
|
49033
49063
|
(function(InliningMode2) {
|
|
49034
49064
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -49280,7 +49310,7 @@ var TypeCtorOp = class {
|
|
|
49280
49310
|
}
|
|
49281
49311
|
};
|
|
49282
49312
|
|
|
49283
|
-
// bazel-out/
|
|
49313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
49284
49314
|
var LF_CHAR = 10;
|
|
49285
49315
|
var CR_CHAR = 13;
|
|
49286
49316
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -49321,7 +49351,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
49321
49351
|
return low - 1;
|
|
49322
49352
|
}
|
|
49323
49353
|
|
|
49324
|
-
// bazel-out/
|
|
49354
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
49325
49355
|
var TemplateSource = class {
|
|
49326
49356
|
constructor(mapping, file) {
|
|
49327
49357
|
this.mapping = mapping;
|
|
@@ -49372,7 +49402,7 @@ var TemplateSourceManager = class {
|
|
|
49372
49402
|
}
|
|
49373
49403
|
};
|
|
49374
49404
|
|
|
49375
|
-
// bazel-out/
|
|
49405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
49376
49406
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
49377
49407
|
var SymbolBuilder = class {
|
|
49378
49408
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -49883,7 +49913,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
49883
49913
|
};
|
|
49884
49914
|
}
|
|
49885
49915
|
|
|
49886
|
-
// bazel-out/
|
|
49916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
49887
49917
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
49888
49918
|
var TemplateTypeCheckerImpl = class {
|
|
49889
49919
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -50583,7 +50613,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
50583
50613
|
}
|
|
50584
50614
|
};
|
|
50585
50615
|
|
|
50586
|
-
// bazel-out/
|
|
50616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
50587
50617
|
var import_typescript112 = __toESM(require("typescript"), 1);
|
|
50588
50618
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
50589
50619
|
"WritableSignal",
|
|
@@ -50603,7 +50633,7 @@ function isSignalSymbol(symbol) {
|
|
|
50603
50633
|
});
|
|
50604
50634
|
}
|
|
50605
50635
|
|
|
50606
|
-
// bazel-out/
|
|
50636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
50607
50637
|
var TemplateCheckWithVisitor = class {
|
|
50608
50638
|
run(ctx, component, template2) {
|
|
50609
50639
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -50726,7 +50756,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
50726
50756
|
}
|
|
50727
50757
|
};
|
|
50728
50758
|
|
|
50729
|
-
// bazel-out/
|
|
50759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
50730
50760
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
50731
50761
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
50732
50762
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -50770,7 +50800,7 @@ var factory = {
|
|
|
50770
50800
|
create: () => new InterpolatedSignalCheck()
|
|
50771
50801
|
};
|
|
50772
50802
|
|
|
50773
|
-
// bazel-out/
|
|
50803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
50774
50804
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
50775
50805
|
constructor() {
|
|
50776
50806
|
super(...arguments);
|
|
@@ -50795,7 +50825,7 @@ var factory2 = {
|
|
|
50795
50825
|
create: () => new InvalidBananaInBoxCheck()
|
|
50796
50826
|
};
|
|
50797
50827
|
|
|
50798
|
-
// bazel-out/
|
|
50828
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
50799
50829
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
50800
50830
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
50801
50831
|
["ngFor", { directive: "NgFor", builtIn: "@for" }],
|
|
@@ -50839,7 +50869,7 @@ var factory3 = {
|
|
|
50839
50869
|
}
|
|
50840
50870
|
};
|
|
50841
50871
|
|
|
50842
|
-
// bazel-out/
|
|
50872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
50843
50873
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
50844
50874
|
constructor() {
|
|
50845
50875
|
super(...arguments);
|
|
@@ -50871,7 +50901,7 @@ var factory4 = {
|
|
|
50871
50901
|
create: () => new MissingNgForOfLetCheck()
|
|
50872
50902
|
};
|
|
50873
50903
|
|
|
50874
|
-
// bazel-out/
|
|
50904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
50875
50905
|
var import_typescript113 = __toESM(require("typescript"), 1);
|
|
50876
50906
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
50877
50907
|
constructor() {
|
|
@@ -50915,7 +50945,7 @@ var factory5 = {
|
|
|
50915
50945
|
}
|
|
50916
50946
|
};
|
|
50917
50947
|
|
|
50918
|
-
// bazel-out/
|
|
50948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
50919
50949
|
var import_typescript114 = __toESM(require("typescript"), 1);
|
|
50920
50950
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
50921
50951
|
constructor() {
|
|
@@ -50960,7 +50990,7 @@ var factory6 = {
|
|
|
50960
50990
|
}
|
|
50961
50991
|
};
|
|
50962
50992
|
|
|
50963
|
-
// bazel-out/
|
|
50993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
50964
50994
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
50965
50995
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
50966
50996
|
constructor() {
|
|
@@ -50983,7 +51013,7 @@ var factory7 = {
|
|
|
50983
51013
|
create: () => new SuffixNotSupportedCheck()
|
|
50984
51014
|
};
|
|
50985
51015
|
|
|
50986
|
-
// bazel-out/
|
|
51016
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
50987
51017
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
50988
51018
|
constructor() {
|
|
50989
51019
|
super(...arguments);
|
|
@@ -51021,10 +51051,10 @@ var factory8 = {
|
|
|
51021
51051
|
create: () => new TextAttributeNotBindingSpec()
|
|
51022
51052
|
};
|
|
51023
51053
|
|
|
51024
|
-
// bazel-out/
|
|
51054
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
51025
51055
|
var import_typescript115 = __toESM(require("typescript"), 1);
|
|
51026
51056
|
|
|
51027
|
-
// bazel-out/
|
|
51057
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
51028
51058
|
var DiagnosticCategoryLabel;
|
|
51029
51059
|
(function(DiagnosticCategoryLabel2) {
|
|
51030
51060
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -51032,7 +51062,7 @@ var DiagnosticCategoryLabel;
|
|
|
51032
51062
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
51033
51063
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
51034
51064
|
|
|
51035
|
-
// bazel-out/
|
|
51065
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
51036
51066
|
var ExtendedTemplateCheckerImpl = class {
|
|
51037
51067
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
51038
51068
|
var _a2, _b2, _c2, _d2, _e2;
|
|
@@ -51084,7 +51114,7 @@ function assertNever(value) {
|
|
|
51084
51114
|
${value}`);
|
|
51085
51115
|
}
|
|
51086
51116
|
|
|
51087
|
-
// bazel-out/
|
|
51117
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
51088
51118
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
51089
51119
|
factory2,
|
|
51090
51120
|
factory5,
|
|
@@ -51100,7 +51130,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
51100
51130
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
51101
51131
|
]);
|
|
51102
51132
|
|
|
51103
|
-
// bazel-out/
|
|
51133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
51104
51134
|
var import_typescript116 = __toESM(require("typescript"), 1);
|
|
51105
51135
|
var TemplateSemanticsCheckerImpl = class {
|
|
51106
51136
|
constructor(templateTypeChecker) {
|
|
@@ -51181,7 +51211,7 @@ function unwrapAstWithSource(ast) {
|
|
|
51181
51211
|
return ast instanceof ASTWithSource ? ast.ast : ast;
|
|
51182
51212
|
}
|
|
51183
51213
|
|
|
51184
|
-
// bazel-out/
|
|
51214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
51185
51215
|
function coreHasSymbol(program, symbol) {
|
|
51186
51216
|
const checker = program.getTypeChecker();
|
|
51187
51217
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -51200,7 +51230,7 @@ function isMaybeCore(sf) {
|
|
|
51200
51230
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
51201
51231
|
}
|
|
51202
51232
|
|
|
51203
|
-
// bazel-out/
|
|
51233
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
51204
51234
|
var import_semver = __toESM(require_semver2(), 1);
|
|
51205
51235
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
51206
51236
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -51209,7 +51239,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
51209
51239
|
return import_semver.default.satisfies(coreVersion, minVersion);
|
|
51210
51240
|
}
|
|
51211
51241
|
|
|
51212
|
-
// bazel-out/
|
|
51242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
51213
51243
|
var SHOULD_USE_TEMPLATE_PIPELINE = true;
|
|
51214
51244
|
var CompilationTicketKind;
|
|
51215
51245
|
(function(CompilationTicketKind2) {
|
|
@@ -51980,7 +52010,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
51980
52010
|
return versions;
|
|
51981
52011
|
}
|
|
51982
52012
|
|
|
51983
|
-
// bazel-out/
|
|
52013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
51984
52014
|
var import_typescript119 = __toESM(require("typescript"), 1);
|
|
51985
52015
|
var DelegatingCompilerHost2 = class {
|
|
51986
52016
|
get jsDocParsingMode() {
|
|
@@ -52119,7 +52149,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
52119
52149
|
}
|
|
52120
52150
|
};
|
|
52121
52151
|
|
|
52122
|
-
// bazel-out/
|
|
52152
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
52123
52153
|
var NgtscProgram = class {
|
|
52124
52154
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
52125
52155
|
this.options = options;
|
|
@@ -52346,18 +52376,18 @@ function mergeEmitResults(emitResults) {
|
|
|
52346
52376
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
52347
52377
|
}
|
|
52348
52378
|
|
|
52349
|
-
// bazel-out/
|
|
52379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
52350
52380
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
52351
52381
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
52352
52382
|
}
|
|
52353
52383
|
|
|
52354
|
-
// bazel-out/
|
|
52384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
52355
52385
|
var import_typescript123 = __toESM(require("typescript"), 1);
|
|
52356
52386
|
|
|
52357
|
-
// bazel-out/
|
|
52387
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
52358
52388
|
var import_typescript122 = __toESM(require("typescript"), 1);
|
|
52359
52389
|
|
|
52360
|
-
// bazel-out/
|
|
52390
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
52361
52391
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
52362
52392
|
ngDevMode: false,
|
|
52363
52393
|
ngI18nClosureMode: false
|
|
@@ -52366,7 +52396,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
52366
52396
|
ngJitMode: false
|
|
52367
52397
|
});
|
|
52368
52398
|
|
|
52369
|
-
// bazel-out/
|
|
52399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
52370
52400
|
var LogLevel;
|
|
52371
52401
|
(function(LogLevel2) {
|
|
52372
52402
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -52375,7 +52405,7 @@ var LogLevel;
|
|
|
52375
52405
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
52376
52406
|
})(LogLevel || (LogLevel = {}));
|
|
52377
52407
|
|
|
52378
|
-
// bazel-out/
|
|
52408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
52379
52409
|
var RESET = "\x1B[0m";
|
|
52380
52410
|
var RED = "\x1B[31m";
|
|
52381
52411
|
var YELLOW = "\x1B[33m";
|
|
@@ -52384,18 +52414,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
52384
52414
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
52385
52415
|
var ERROR = `${RED}Error:${RESET}`;
|
|
52386
52416
|
|
|
52387
|
-
// bazel-out/
|
|
52417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
52388
52418
|
setFileSystem(new NodeJSFileSystem());
|
|
52389
52419
|
|
|
52390
|
-
// bazel-out/
|
|
52420
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
52391
52421
|
var import_fs2 = require("fs");
|
|
52392
52422
|
var import_path8 = require("path");
|
|
52393
52423
|
var import_typescript136 = __toESM(require("typescript"), 1);
|
|
52394
52424
|
|
|
52395
|
-
// bazel-out/
|
|
52425
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
52396
52426
|
var import_typescript125 = __toESM(require("typescript"), 1);
|
|
52397
52427
|
|
|
52398
|
-
// bazel-out/
|
|
52428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
52399
52429
|
var import_path4 = require("path");
|
|
52400
52430
|
var import_typescript124 = __toESM(require("typescript"), 1);
|
|
52401
52431
|
var ImportManager2 = class {
|
|
@@ -52579,7 +52609,7 @@ ${text2}`;
|
|
|
52579
52609
|
}
|
|
52580
52610
|
};
|
|
52581
52611
|
|
|
52582
|
-
// bazel-out/
|
|
52612
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
52583
52613
|
var ChangeTracker = class {
|
|
52584
52614
|
constructor(_printer, _importRemapper) {
|
|
52585
52615
|
__publicField(this, "_printer");
|
|
@@ -52638,7 +52668,7 @@ function normalizePath(path4) {
|
|
|
52638
52668
|
return path4.replace(/\\/g, "/");
|
|
52639
52669
|
}
|
|
52640
52670
|
|
|
52641
|
-
// bazel-out/
|
|
52671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
52642
52672
|
var import_core19 = require("@angular-devkit/core");
|
|
52643
52673
|
function getProjectTsConfigPaths(tree) {
|
|
52644
52674
|
return __async(this, null, function* () {
|
|
@@ -52718,11 +52748,11 @@ function getWorkspace(tree) {
|
|
|
52718
52748
|
});
|
|
52719
52749
|
}
|
|
52720
52750
|
|
|
52721
|
-
// bazel-out/
|
|
52751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
52722
52752
|
var import_path5 = require("path");
|
|
52723
52753
|
var import_typescript127 = __toESM(require("typescript"), 1);
|
|
52724
52754
|
|
|
52725
|
-
// bazel-out/
|
|
52755
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
52726
52756
|
var path3 = __toESM(require("path"), 1);
|
|
52727
52757
|
var import_typescript126 = __toESM(require("typescript"), 1);
|
|
52728
52758
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -52739,7 +52769,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
52739
52769
|
return import_typescript126.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
52740
52770
|
}
|
|
52741
52771
|
|
|
52742
|
-
// bazel-out/
|
|
52772
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
52743
52773
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
52744
52774
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
52745
52775
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -52768,13 +52798,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
52768
52798
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
52769
52799
|
}
|
|
52770
52800
|
|
|
52771
|
-
// bazel-out/
|
|
52801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
52772
52802
|
var import_typescript132 = __toESM(require("typescript"), 1);
|
|
52773
52803
|
|
|
52774
|
-
// bazel-out/
|
|
52804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
52775
52805
|
var import_typescript129 = __toESM(require("typescript"), 1);
|
|
52776
52806
|
|
|
52777
|
-
// bazel-out/
|
|
52807
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
52778
52808
|
var import_typescript128 = __toESM(require("typescript"), 1);
|
|
52779
52809
|
function getImportOfIdentifier(typeChecker, node) {
|
|
52780
52810
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -52825,7 +52855,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
52825
52855
|
});
|
|
52826
52856
|
}
|
|
52827
52857
|
|
|
52828
|
-
// bazel-out/
|
|
52858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
52829
52859
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
52830
52860
|
if (!import_typescript129.default.isCallExpression(decorator.expression) || !import_typescript129.default.isIdentifier(decorator.expression.expression)) {
|
|
52831
52861
|
return null;
|
|
@@ -52834,7 +52864,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
52834
52864
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
52835
52865
|
}
|
|
52836
52866
|
|
|
52837
|
-
// bazel-out/
|
|
52867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
52838
52868
|
function getAngularDecorators2(typeChecker, decorators) {
|
|
52839
52869
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
52840
52870
|
node,
|
|
@@ -52844,7 +52874,7 @@ function getAngularDecorators2(typeChecker, decorators) {
|
|
|
52844
52874
|
}));
|
|
52845
52875
|
}
|
|
52846
52876
|
|
|
52847
|
-
// bazel-out/
|
|
52877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
52848
52878
|
var import_typescript130 = __toESM(require("typescript"), 1);
|
|
52849
52879
|
function closestNode(node, predicate) {
|
|
52850
52880
|
let current = node.parent;
|
|
@@ -52857,7 +52887,7 @@ function closestNode(node, predicate) {
|
|
|
52857
52887
|
return null;
|
|
52858
52888
|
}
|
|
52859
52889
|
|
|
52860
|
-
// bazel-out/
|
|
52890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
52861
52891
|
var import_path6 = require("path");
|
|
52862
52892
|
var import_typescript131 = __toESM(require("typescript"), 1);
|
|
52863
52893
|
var UniqueItemTracker = class {
|
|
@@ -53033,7 +53063,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
53033
53063
|
}));
|
|
53034
53064
|
}
|
|
53035
53065
|
|
|
53036
|
-
// bazel-out/
|
|
53066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
53037
53067
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
53038
53068
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
53039
53069
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -53232,14 +53262,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
53232
53262
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
53233
53263
|
}
|
|
53234
53264
|
|
|
53235
|
-
// bazel-out/
|
|
53265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
53236
53266
|
var import_path7 = require("path");
|
|
53237
53267
|
var import_typescript135 = __toESM(require("typescript"), 1);
|
|
53238
53268
|
|
|
53239
|
-
// bazel-out/
|
|
53269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
53240
53270
|
var import_typescript134 = __toESM(require("typescript"), 1);
|
|
53241
53271
|
|
|
53242
|
-
// bazel-out/
|
|
53272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
53243
53273
|
var import_typescript133 = __toESM(require("typescript"), 1);
|
|
53244
53274
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
53245
53275
|
var _a2, _b2;
|
|
@@ -53248,7 +53278,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
53248
53278
|
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];
|
|
53249
53279
|
}
|
|
53250
53280
|
|
|
53251
|
-
// bazel-out/
|
|
53281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
53252
53282
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
53253
53283
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
53254
53284
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -53616,7 +53646,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
53616
53646
|
return metadata != null && metadata.isStandalone;
|
|
53617
53647
|
}
|
|
53618
53648
|
|
|
53619
|
-
// bazel-out/
|
|
53649
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
53620
53650
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
53621
53651
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
53622
53652
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -53993,7 +54023,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
53993
54023
|
return false;
|
|
53994
54024
|
}
|
|
53995
54025
|
|
|
53996
|
-
// bazel-out/
|
|
54026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
53997
54027
|
var MigrationMode;
|
|
53998
54028
|
(function(MigrationMode2) {
|
|
53999
54029
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|