@angular/core 18.0.4 → 18.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/primitives/event-dispatch/src/eventcontract.mjs +2 -2
- package/esm2022/src/change_detection/change_detector_ref.mjs +3 -2
- package/esm2022/src/defer/instructions.mjs +2 -2
- package/esm2022/src/di/host_tag_name_token.mjs +4 -1
- package/esm2022/src/errors.mjs +1 -1
- package/esm2022/src/event_delegation_utils.mjs +3 -2
- package/esm2022/src/hydration/annotate.mjs +27 -16
- package/esm2022/src/hydration/error_handling.mjs +3 -1
- package/esm2022/src/hydration/event_replay.mjs +3 -2
- package/esm2022/src/hydration/i18n.mjs +102 -18
- package/esm2022/src/hydration/node_lookup_utils.mjs +12 -6
- package/esm2022/src/render3/after_render_hooks.mjs +3 -1
- package/esm2022/src/render3/collect_native_nodes.mjs +6 -1
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/instructions/i18n_icu_container_visitor.mjs +61 -51
- package/esm2022/src/render3/instructions/let_declaration.mjs +30 -7
- package/esm2022/src/render3/instructions/projection.mjs +14 -11
- package/esm2022/src/render3/instructions/shared.mjs +1 -1
- package/esm2022/src/render3/interfaces/node.mjs +2 -1
- package/esm2022/src/render3/node_assert.mjs +9 -8
- package/esm2022/src/render3/node_manipulation.mjs +10 -3
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +291 -140
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +2 -2
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +11 -3
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +2 -2
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/http-providers/bundle.js +15 -15
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +167 -162
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/ng-generate/control-flow-migration/bundle.js +175 -170
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +453 -448
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- package/testing/index.d.ts +1 -1
|
@@ -1887,7 +1887,7 @@ var require_semver2 = __commonJS({
|
|
|
1887
1887
|
}
|
|
1888
1888
|
});
|
|
1889
1889
|
|
|
1890
|
-
// bazel-out/
|
|
1890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
1891
1891
|
var standalone_migration_exports = {};
|
|
1892
1892
|
__export(standalone_migration_exports, {
|
|
1893
1893
|
default: () => standalone_migration_default
|
|
@@ -1895,10 +1895,10 @@ __export(standalone_migration_exports, {
|
|
|
1895
1895
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
1896
1896
|
var import_schematics = require("@angular-devkit/schematics");
|
|
1897
1897
|
|
|
1898
|
-
// bazel-out/
|
|
1898
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
1899
1899
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
1900
1900
|
|
|
1901
|
-
// bazel-out/
|
|
1901
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
1902
1902
|
var InvalidFileSystem = class {
|
|
1903
1903
|
exists(path4) {
|
|
1904
1904
|
throw makeError();
|
|
@@ -1986,7 +1986,7 @@ function makeError() {
|
|
|
1986
1986
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
|
-
// bazel-out/
|
|
1989
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
1990
1990
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
1991
1991
|
function stripExtension(path4) {
|
|
1992
1992
|
return path4.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -1999,7 +1999,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
1999
1999
|
return sf;
|
|
2000
2000
|
}
|
|
2001
2001
|
|
|
2002
|
-
// bazel-out/
|
|
2002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
2003
2003
|
var fs = new InvalidFileSystem();
|
|
2004
2004
|
function getFileSystem() {
|
|
2005
2005
|
return fs;
|
|
@@ -2043,7 +2043,7 @@ function toRelativeImport(relativePath) {
|
|
|
2043
2043
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
2044
2044
|
}
|
|
2045
2045
|
|
|
2046
|
-
// bazel-out/
|
|
2046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
2047
2047
|
var LogicalProjectPath = {
|
|
2048
2048
|
relativePathBetween: function(from, to) {
|
|
2049
2049
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -2089,7 +2089,7 @@ function isWithinBasePath(base, path4) {
|
|
|
2089
2089
|
return isLocalRelativePath(relative(base, path4));
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
|
-
// bazel-out/
|
|
2092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
2093
2093
|
var import_fs = __toESM(require("fs"), 1);
|
|
2094
2094
|
var import_module = require("module");
|
|
2095
2095
|
var p = __toESM(require("path"), 1);
|
|
@@ -2197,7 +2197,7 @@ function toggleCase(str) {
|
|
|
2197
2197
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
|
-
// bazel-out/
|
|
2200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
2201
2201
|
var _SELECTOR_REGEXP = new RegExp(
|
|
2202
2202
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
2203
2203
|
"g"
|
|
@@ -2505,7 +2505,7 @@ var SelectorContext = class {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
};
|
|
2507
2507
|
|
|
2508
|
-
// bazel-out/
|
|
2508
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
2509
2509
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
2510
2510
|
var ViewEncapsulation;
|
|
2511
2511
|
(function(ViewEncapsulation2) {
|
|
@@ -2574,7 +2574,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
2574
2574
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
2575
2575
|
}
|
|
2576
2576
|
|
|
2577
|
-
// bazel-out/
|
|
2577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
2578
2578
|
var output_ast_exports = {};
|
|
2579
2579
|
__export(output_ast_exports, {
|
|
2580
2580
|
ArrayType: () => ArrayType,
|
|
@@ -2662,7 +2662,7 @@ __export(output_ast_exports, {
|
|
|
2662
2662
|
variable: () => variable
|
|
2663
2663
|
});
|
|
2664
2664
|
|
|
2665
|
-
// bazel-out/
|
|
2665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
2666
2666
|
var textEncoder;
|
|
2667
2667
|
function digest(message) {
|
|
2668
2668
|
return message.id || computeDigest(message);
|
|
@@ -2905,7 +2905,7 @@ function wordAt(bytes, index, endian) {
|
|
|
2905
2905
|
return word;
|
|
2906
2906
|
}
|
|
2907
2907
|
|
|
2908
|
-
// bazel-out/
|
|
2908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
2909
2909
|
var TypeModifier;
|
|
2910
2910
|
(function(TypeModifier2) {
|
|
2911
2911
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -4100,7 +4100,7 @@ function serializeTags(tags) {
|
|
|
4100
4100
|
return out;
|
|
4101
4101
|
}
|
|
4102
4102
|
|
|
4103
|
-
// bazel-out/
|
|
4103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
4104
4104
|
var CONSTANT_PREFIX = "_c";
|
|
4105
4105
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
4106
4106
|
var KEY_CONTEXT = {};
|
|
@@ -4288,7 +4288,7 @@ function isLongStringLiteral(expr) {
|
|
|
4288
4288
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
4289
4289
|
}
|
|
4290
4290
|
|
|
4291
|
-
// bazel-out/
|
|
4291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
4292
4292
|
var CORE = "@angular/core";
|
|
4293
4293
|
var _Identifiers = class {
|
|
4294
4294
|
};
|
|
@@ -5185,7 +5185,7 @@ var Identifiers = _Identifiers;
|
|
|
5185
5185
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
5186
5186
|
})();
|
|
5187
5187
|
|
|
5188
|
-
// bazel-out/
|
|
5188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
5189
5189
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
5190
5190
|
function dashCaseToCamelCase(input) {
|
|
5191
5191
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -5262,7 +5262,7 @@ var Version = class {
|
|
|
5262
5262
|
};
|
|
5263
5263
|
var _global = globalThis;
|
|
5264
5264
|
|
|
5265
|
-
// bazel-out/
|
|
5265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
5266
5266
|
var VERSION = 3;
|
|
5267
5267
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
5268
5268
|
var SourceMapGenerator = class {
|
|
@@ -5391,7 +5391,7 @@ function toBase64Digit(value) {
|
|
|
5391
5391
|
return B64_DIGITS[value];
|
|
5392
5392
|
}
|
|
5393
5393
|
|
|
5394
|
-
// bazel-out/
|
|
5394
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
5395
5395
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
5396
5396
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
5397
5397
|
var _INDENT_WITH = " ";
|
|
@@ -5879,7 +5879,7 @@ function _createIndent(count) {
|
|
|
5879
5879
|
return res;
|
|
5880
5880
|
}
|
|
5881
5881
|
|
|
5882
|
-
// bazel-out/
|
|
5882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
5883
5883
|
function typeWithParameters(type, numParams) {
|
|
5884
5884
|
if (numParams === 0) {
|
|
5885
5885
|
return expressionType(type);
|
|
@@ -5937,7 +5937,7 @@ function generateForwardRef(expr) {
|
|
|
5937
5937
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
5938
5938
|
}
|
|
5939
5939
|
|
|
5940
|
-
// bazel-out/
|
|
5940
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
5941
5941
|
var R3FactoryDelegateType;
|
|
5942
5942
|
(function(R3FactoryDelegateType2) {
|
|
5943
5943
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -6082,7 +6082,7 @@ function getInjectFn(target) {
|
|
|
6082
6082
|
}
|
|
6083
6083
|
}
|
|
6084
6084
|
|
|
6085
|
-
// bazel-out/
|
|
6085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
6086
6086
|
var ParserError = class {
|
|
6087
6087
|
constructor(message, input, errLocation, ctxLocation) {
|
|
6088
6088
|
this.input = input;
|
|
@@ -6520,7 +6520,7 @@ var BoundElementProperty = class {
|
|
|
6520
6520
|
}
|
|
6521
6521
|
};
|
|
6522
6522
|
|
|
6523
|
-
// bazel-out/
|
|
6523
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
6524
6524
|
var TagContentType;
|
|
6525
6525
|
(function(TagContentType2) {
|
|
6526
6526
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -6557,7 +6557,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
6557
6557
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
6558
6558
|
}
|
|
6559
6559
|
|
|
6560
|
-
// bazel-out/
|
|
6560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
6561
6561
|
var Comment = class {
|
|
6562
6562
|
constructor(value, sourceSpan) {
|
|
6563
6563
|
this.value = value;
|
|
@@ -7027,7 +7027,7 @@ function visitAll(visitor, nodes) {
|
|
|
7027
7027
|
return result;
|
|
7028
7028
|
}
|
|
7029
7029
|
|
|
7030
|
-
// bazel-out/
|
|
7030
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
7031
7031
|
var Message = class {
|
|
7032
7032
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
7033
7033
|
this.nodes = nodes;
|
|
@@ -7218,7 +7218,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
7218
7218
|
}
|
|
7219
7219
|
};
|
|
7220
7220
|
|
|
7221
|
-
// bazel-out/
|
|
7221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
7222
7222
|
var Serializer = class {
|
|
7223
7223
|
createNameMapper(message) {
|
|
7224
7224
|
return null;
|
|
@@ -7275,7 +7275,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
7275
7275
|
}
|
|
7276
7276
|
};
|
|
7277
7277
|
|
|
7278
|
-
// bazel-out/
|
|
7278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
7279
7279
|
var _Visitor = class {
|
|
7280
7280
|
visitTag(tag) {
|
|
7281
7281
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -7363,7 +7363,7 @@ function escapeXml(text2) {
|
|
|
7363
7363
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
7364
7364
|
}
|
|
7365
7365
|
|
|
7366
|
-
// bazel-out/
|
|
7366
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
7367
7367
|
var _XMB_HANDLER = "angular";
|
|
7368
7368
|
var _MESSAGES_TAG = "messagebundle";
|
|
7369
7369
|
var _MESSAGE_TAG = "msg";
|
|
@@ -7525,7 +7525,7 @@ function toPublicName(internalName) {
|
|
|
7525
7525
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
7526
7526
|
}
|
|
7527
7527
|
|
|
7528
|
-
// bazel-out/
|
|
7528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
7529
7529
|
var I18N_ATTR = "i18n";
|
|
7530
7530
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
7531
7531
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -7565,7 +7565,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
7565
7565
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
7566
7566
|
}
|
|
7567
7567
|
|
|
7568
|
-
// bazel-out/
|
|
7568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
7569
7569
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
7570
7570
|
var TEMPORARY_NAME = "_t";
|
|
7571
7571
|
var CONTEXT_NAME = "ctx";
|
|
@@ -7692,7 +7692,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
7692
7692
|
return attributesMap;
|
|
7693
7693
|
}
|
|
7694
7694
|
|
|
7695
|
-
// bazel-out/
|
|
7695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
7696
7696
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
7697
7697
|
let result = null;
|
|
7698
7698
|
const factoryMeta = {
|
|
@@ -7779,7 +7779,7 @@ function createFactoryFunction(type) {
|
|
|
7779
7779
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
7780
7780
|
}
|
|
7781
7781
|
|
|
7782
|
-
// bazel-out/
|
|
7782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
7783
7783
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
7784
7784
|
/@/,
|
|
7785
7785
|
/^\s*$/,
|
|
@@ -7802,7 +7802,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
7802
7802
|
}
|
|
7803
7803
|
}
|
|
7804
7804
|
|
|
7805
|
-
// bazel-out/
|
|
7805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
7806
7806
|
var InterpolationConfig = class {
|
|
7807
7807
|
static fromArray(markers) {
|
|
7808
7808
|
if (!markers) {
|
|
@@ -7819,7 +7819,7 @@ var InterpolationConfig = class {
|
|
|
7819
7819
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
7820
7820
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
7821
7821
|
|
|
7822
|
-
// bazel-out/
|
|
7822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
7823
7823
|
var $EOF = 0;
|
|
7824
7824
|
var $BSPACE = 8;
|
|
7825
7825
|
var $TAB = 9;
|
|
@@ -7901,7 +7901,7 @@ function isQuote(code) {
|
|
|
7901
7901
|
return code === $SQ || code === $DQ || code === $BT;
|
|
7902
7902
|
}
|
|
7903
7903
|
|
|
7904
|
-
// bazel-out/
|
|
7904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
7905
7905
|
var ParseLocation = class {
|
|
7906
7906
|
constructor(file, offset, line, col) {
|
|
7907
7907
|
this.file = file;
|
|
@@ -8048,7 +8048,7 @@ function sanitizeIdentifier(name) {
|
|
|
8048
8048
|
return name.replace(/\W/g, "_");
|
|
8049
8049
|
}
|
|
8050
8050
|
|
|
8051
|
-
// bazel-out/
|
|
8051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
8052
8052
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
8053
8053
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
8054
8054
|
constructor() {
|
|
@@ -8141,7 +8141,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
8141
8141
|
}
|
|
8142
8142
|
};
|
|
8143
8143
|
|
|
8144
|
-
// bazel-out/
|
|
8144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
8145
8145
|
var policy;
|
|
8146
8146
|
function getPolicy() {
|
|
8147
8147
|
if (policy === void 0) {
|
|
@@ -8179,7 +8179,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
8179
8179
|
return fn2.bind(_global);
|
|
8180
8180
|
}
|
|
8181
8181
|
|
|
8182
|
-
// bazel-out/
|
|
8182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
8183
8183
|
var JitEvaluator = class {
|
|
8184
8184
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
8185
8185
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -8267,7 +8267,7 @@ function isUseStrictStatement(statement) {
|
|
|
8267
8267
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
8268
8268
|
}
|
|
8269
8269
|
|
|
8270
|
-
// bazel-out/
|
|
8270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
8271
8271
|
function compileInjector(meta) {
|
|
8272
8272
|
const definitionMap = new DefinitionMap();
|
|
8273
8273
|
if (meta.providers !== null) {
|
|
@@ -8284,7 +8284,7 @@ function createInjectorType(meta) {
|
|
|
8284
8284
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
8285
8285
|
}
|
|
8286
8286
|
|
|
8287
|
-
// bazel-out/
|
|
8287
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
8288
8288
|
var R3JitReflector = class {
|
|
8289
8289
|
constructor(context) {
|
|
8290
8290
|
this.context = context;
|
|
@@ -8300,7 +8300,7 @@ var R3JitReflector = class {
|
|
|
8300
8300
|
}
|
|
8301
8301
|
};
|
|
8302
8302
|
|
|
8303
|
-
// bazel-out/
|
|
8303
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
8304
8304
|
var R3SelectorScopeMode;
|
|
8305
8305
|
(function(R3SelectorScopeMode2) {
|
|
8306
8306
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -8435,7 +8435,7 @@ function tupleOfTypes(types) {
|
|
|
8435
8435
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
8436
8436
|
}
|
|
8437
8437
|
|
|
8438
|
-
// bazel-out/
|
|
8438
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
8439
8439
|
function compilePipeFromMetadata(metadata) {
|
|
8440
8440
|
const definitionMapValues = [];
|
|
8441
8441
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -8456,7 +8456,7 @@ function createPipeType(metadata) {
|
|
|
8456
8456
|
]));
|
|
8457
8457
|
}
|
|
8458
8458
|
|
|
8459
|
-
// bazel-out/
|
|
8459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
8460
8460
|
var R3TemplateDependencyKind;
|
|
8461
8461
|
(function(R3TemplateDependencyKind2) {
|
|
8462
8462
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -8464,7 +8464,7 @@ var R3TemplateDependencyKind;
|
|
|
8464
8464
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
8465
8465
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
8466
8466
|
|
|
8467
|
-
// bazel-out/
|
|
8467
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
8468
8468
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
8469
8469
|
"inherit",
|
|
8470
8470
|
"initial",
|
|
@@ -8944,7 +8944,7 @@ function repeatGroups(groups, multiples) {
|
|
|
8944
8944
|
}
|
|
8945
8945
|
}
|
|
8946
8946
|
|
|
8947
|
-
// bazel-out/
|
|
8947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
8948
8948
|
var OpKind;
|
|
8949
8949
|
(function(OpKind2) {
|
|
8950
8950
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -9102,7 +9102,7 @@ var TemplateKind;
|
|
|
9102
9102
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
9103
9103
|
})(TemplateKind || (TemplateKind = {}));
|
|
9104
9104
|
|
|
9105
|
-
// bazel-out/
|
|
9105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
9106
9106
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
9107
9107
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
9108
9108
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -9130,7 +9130,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
9130
9130
|
return expr[UsesVarOffset] === true;
|
|
9131
9131
|
}
|
|
9132
9132
|
|
|
9133
|
-
// bazel-out/
|
|
9133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
9134
9134
|
function createStatementOp(statement) {
|
|
9135
9135
|
return __spreadValues({
|
|
9136
9136
|
kind: OpKind.Statement,
|
|
@@ -9152,7 +9152,7 @@ var NEW_OP = {
|
|
|
9152
9152
|
next: null
|
|
9153
9153
|
};
|
|
9154
9154
|
|
|
9155
|
-
// bazel-out/
|
|
9155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
9156
9156
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
9157
9157
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
9158
9158
|
kind: OpKind.InterpolateText,
|
|
@@ -9341,7 +9341,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
9341
9341
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
9342
9342
|
}
|
|
9343
9343
|
|
|
9344
|
-
// bazel-out/
|
|
9344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
9345
9345
|
var _a;
|
|
9346
9346
|
var _b;
|
|
9347
9347
|
var _c;
|
|
@@ -10259,7 +10259,7 @@ function isStringLiteral(expr) {
|
|
|
10259
10259
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
10260
10260
|
}
|
|
10261
10261
|
|
|
10262
|
-
// bazel-out/
|
|
10262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
10263
10263
|
var _OpList = class {
|
|
10264
10264
|
constructor() {
|
|
10265
10265
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -10450,14 +10450,14 @@ var OpList = _OpList;
|
|
|
10450
10450
|
_OpList.nextListId = 0;
|
|
10451
10451
|
})();
|
|
10452
10452
|
|
|
10453
|
-
// bazel-out/
|
|
10453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
10454
10454
|
var SlotHandle = class {
|
|
10455
10455
|
constructor() {
|
|
10456
10456
|
this.slot = null;
|
|
10457
10457
|
}
|
|
10458
10458
|
};
|
|
10459
10459
|
|
|
10460
|
-
// bazel-out/
|
|
10460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
10461
10461
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
10462
10462
|
OpKind.Element,
|
|
10463
10463
|
OpKind.ElementStart,
|
|
@@ -10770,7 +10770,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
10770
10770
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
10771
10771
|
}
|
|
10772
10772
|
|
|
10773
|
-
// bazel-out/
|
|
10773
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
10774
10774
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
10775
10775
|
return __spreadValues(__spreadValues({
|
|
10776
10776
|
kind: OpKind.HostProperty,
|
|
@@ -10784,10 +10784,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
10784
10784
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
10785
10785
|
}
|
|
10786
10786
|
|
|
10787
|
-
// bazel-out/
|
|
10787
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
10788
10788
|
var CTX_REF = "CTX_REF_MARKER";
|
|
10789
10789
|
|
|
10790
|
-
// bazel-out/
|
|
10790
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
10791
10791
|
var CompilationJobKind;
|
|
10792
10792
|
(function(CompilationJobKind2) {
|
|
10793
10793
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -10895,7 +10895,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
10895
10895
|
}
|
|
10896
10896
|
};
|
|
10897
10897
|
|
|
10898
|
-
// bazel-out/
|
|
10898
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
10899
10899
|
function deleteAnyCasts(job) {
|
|
10900
10900
|
for (const unit of job.units) {
|
|
10901
10901
|
for (const op of unit.ops()) {
|
|
@@ -10913,7 +10913,7 @@ function removeAnys(e) {
|
|
|
10913
10913
|
return e;
|
|
10914
10914
|
}
|
|
10915
10915
|
|
|
10916
|
-
// bazel-out/
|
|
10916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
10917
10917
|
function applyI18nExpressions(job) {
|
|
10918
10918
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
10919
10919
|
for (const unit of job.units) {
|
|
@@ -10956,7 +10956,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
10956
10956
|
return false;
|
|
10957
10957
|
}
|
|
10958
10958
|
|
|
10959
|
-
// bazel-out/
|
|
10959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
10960
10960
|
function assignI18nSlotDependencies(job) {
|
|
10961
10961
|
for (const unit of job.units) {
|
|
10962
10962
|
let updateOp = unit.update.head;
|
|
@@ -11001,7 +11001,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
11001
11001
|
}
|
|
11002
11002
|
}
|
|
11003
11003
|
|
|
11004
|
-
// bazel-out/
|
|
11004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
11005
11005
|
function createOpXrefMap(unit) {
|
|
11006
11006
|
const map = /* @__PURE__ */ new Map();
|
|
11007
11007
|
for (const op of unit.create) {
|
|
@@ -11016,7 +11016,7 @@ function createOpXrefMap(unit) {
|
|
|
11016
11016
|
return map;
|
|
11017
11017
|
}
|
|
11018
11018
|
|
|
11019
|
-
// bazel-out/
|
|
11019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
11020
11020
|
function extractAttributes(job) {
|
|
11021
11021
|
for (const unit of job.units) {
|
|
11022
11022
|
const elements = createOpXrefMap(unit);
|
|
@@ -11145,7 +11145,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
11145
11145
|
}
|
|
11146
11146
|
}
|
|
11147
11147
|
|
|
11148
|
-
// bazel-out/
|
|
11148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
11149
11149
|
function lookupElement2(elements, xref) {
|
|
11150
11150
|
const el = elements.get(xref);
|
|
11151
11151
|
if (el === void 0) {
|
|
@@ -11202,7 +11202,7 @@ function specializeBindings(job) {
|
|
|
11202
11202
|
}
|
|
11203
11203
|
}
|
|
11204
11204
|
|
|
11205
|
-
// bazel-out/
|
|
11205
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
11206
11206
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
11207
11207
|
Identifiers.attribute,
|
|
11208
11208
|
Identifiers.classProp,
|
|
@@ -11271,7 +11271,7 @@ function chainOperationsInList(opList) {
|
|
|
11271
11271
|
}
|
|
11272
11272
|
}
|
|
11273
11273
|
|
|
11274
|
-
// bazel-out/
|
|
11274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
11275
11275
|
function collapseSingletonInterpolations(job) {
|
|
11276
11276
|
for (const unit of job.units) {
|
|
11277
11277
|
for (const op of unit.update) {
|
|
@@ -11283,7 +11283,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
11283
11283
|
}
|
|
11284
11284
|
}
|
|
11285
11285
|
|
|
11286
|
-
// bazel-out/
|
|
11286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
11287
11287
|
function generateConditionalExpressions(job) {
|
|
11288
11288
|
for (const unit of job.units) {
|
|
11289
11289
|
for (const op of unit.ops()) {
|
|
@@ -11320,7 +11320,7 @@ function generateConditionalExpressions(job) {
|
|
|
11320
11320
|
}
|
|
11321
11321
|
}
|
|
11322
11322
|
|
|
11323
|
-
// bazel-out/
|
|
11323
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
11324
11324
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
11325
11325
|
["&&", BinaryOperator.And],
|
|
11326
11326
|
[">", BinaryOperator.Bigger],
|
|
@@ -11377,7 +11377,7 @@ function literalOrArrayLiteral(value) {
|
|
|
11377
11377
|
return literal(value);
|
|
11378
11378
|
}
|
|
11379
11379
|
|
|
11380
|
-
// bazel-out/
|
|
11380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
11381
11381
|
function collectElementConsts(job) {
|
|
11382
11382
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
11383
11383
|
for (const unit of job.units) {
|
|
@@ -11546,7 +11546,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
11546
11546
|
return literalArr(attrArray);
|
|
11547
11547
|
}
|
|
11548
11548
|
|
|
11549
|
-
// bazel-out/
|
|
11549
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
11550
11550
|
function convertI18nBindings(job) {
|
|
11551
11551
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
11552
11552
|
for (const unit of job.units) {
|
|
@@ -11587,7 +11587,7 @@ function convertI18nBindings(job) {
|
|
|
11587
11587
|
}
|
|
11588
11588
|
}
|
|
11589
11589
|
|
|
11590
|
-
// bazel-out/
|
|
11590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
11591
11591
|
function resolveDeferDepsFns(job) {
|
|
11592
11592
|
var _a2;
|
|
11593
11593
|
for (const unit of job.units) {
|
|
@@ -11612,7 +11612,7 @@ function resolveDeferDepsFns(job) {
|
|
|
11612
11612
|
}
|
|
11613
11613
|
}
|
|
11614
11614
|
|
|
11615
|
-
// bazel-out/
|
|
11615
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
11616
11616
|
function createI18nContexts(job) {
|
|
11617
11617
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
11618
11618
|
for (const unit of job.units) {
|
|
@@ -11690,7 +11690,7 @@ function createI18nContexts(job) {
|
|
|
11690
11690
|
}
|
|
11691
11691
|
}
|
|
11692
11692
|
|
|
11693
|
-
// bazel-out/
|
|
11693
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
11694
11694
|
function deduplicateTextBindings(job) {
|
|
11695
11695
|
const seen = /* @__PURE__ */ new Map();
|
|
11696
11696
|
for (const unit of job.units) {
|
|
@@ -11712,7 +11712,7 @@ function deduplicateTextBindings(job) {
|
|
|
11712
11712
|
}
|
|
11713
11713
|
}
|
|
11714
11714
|
|
|
11715
|
-
// bazel-out/
|
|
11715
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
11716
11716
|
function configureDeferInstructions(job) {
|
|
11717
11717
|
for (const unit of job.units) {
|
|
11718
11718
|
for (const op of unit.create) {
|
|
@@ -11729,7 +11729,7 @@ function configureDeferInstructions(job) {
|
|
|
11729
11729
|
}
|
|
11730
11730
|
}
|
|
11731
11731
|
|
|
11732
|
-
// bazel-out/
|
|
11732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
11733
11733
|
function resolveDeferTargetNames(job) {
|
|
11734
11734
|
const scopes = /* @__PURE__ */ new Map();
|
|
11735
11735
|
function getScopeForView2(view) {
|
|
@@ -11823,7 +11823,7 @@ var Scope = class {
|
|
|
11823
11823
|
}
|
|
11824
11824
|
};
|
|
11825
11825
|
|
|
11826
|
-
// bazel-out/
|
|
11826
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
11827
11827
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
11828
11828
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
11829
11829
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -11850,7 +11850,7 @@ function collapseEmptyInstructions(job) {
|
|
|
11850
11850
|
}
|
|
11851
11851
|
}
|
|
11852
11852
|
|
|
11853
|
-
// bazel-out/
|
|
11853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
11854
11854
|
function expandSafeReads(job) {
|
|
11855
11855
|
for (const unit of job.units) {
|
|
11856
11856
|
for (const op of unit.ops()) {
|
|
@@ -11986,7 +11986,7 @@ function ternaryTransform(e) {
|
|
|
11986
11986
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
11987
11987
|
}
|
|
11988
11988
|
|
|
11989
|
-
// bazel-out/
|
|
11989
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
11990
11990
|
var ESCAPE = "\uFFFD";
|
|
11991
11991
|
var ELEMENT_MARKER = "#";
|
|
11992
11992
|
var TEMPLATE_MARKER = "*";
|
|
@@ -12122,7 +12122,7 @@ function formatValue(value) {
|
|
|
12122
12122
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
12123
12123
|
}
|
|
12124
12124
|
|
|
12125
|
-
// bazel-out/
|
|
12125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
12126
12126
|
function generateAdvance(job) {
|
|
12127
12127
|
for (const unit of job.units) {
|
|
12128
12128
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -12165,7 +12165,7 @@ function generateAdvance(job) {
|
|
|
12165
12165
|
}
|
|
12166
12166
|
}
|
|
12167
12167
|
|
|
12168
|
-
// bazel-out/
|
|
12168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
12169
12169
|
function generateProjectionDefs(job) {
|
|
12170
12170
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
12171
12171
|
const selectors = [];
|
|
@@ -12189,7 +12189,7 @@ function generateProjectionDefs(job) {
|
|
|
12189
12189
|
}
|
|
12190
12190
|
}
|
|
12191
12191
|
|
|
12192
|
-
// bazel-out/
|
|
12192
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
12193
12193
|
function generateVariables(job) {
|
|
12194
12194
|
recursivelyProcessView(job.root, null);
|
|
12195
12195
|
}
|
|
@@ -12304,7 +12304,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
12304
12304
|
return newOps;
|
|
12305
12305
|
}
|
|
12306
12306
|
|
|
12307
|
-
// bazel-out/
|
|
12307
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
12308
12308
|
function collectConstExpressions(job) {
|
|
12309
12309
|
for (const unit of job.units) {
|
|
12310
12310
|
for (const op of unit.ops()) {
|
|
@@ -12318,7 +12318,7 @@ function collectConstExpressions(job) {
|
|
|
12318
12318
|
}
|
|
12319
12319
|
}
|
|
12320
12320
|
|
|
12321
|
-
// bazel-out/
|
|
12321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
12322
12322
|
var STYLE_DOT = "style.";
|
|
12323
12323
|
var CLASS_DOT = "class.";
|
|
12324
12324
|
var STYLE_BANG = "style!";
|
|
@@ -12376,7 +12376,7 @@ function parseProperty(name) {
|
|
|
12376
12376
|
return { property: property2, suffix };
|
|
12377
12377
|
}
|
|
12378
12378
|
|
|
12379
|
-
// bazel-out/
|
|
12379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
12380
12380
|
function mapLiteral(obj, quoted = false) {
|
|
12381
12381
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
12382
12382
|
key,
|
|
@@ -12385,7 +12385,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
12385
12385
|
})));
|
|
12386
12386
|
}
|
|
12387
12387
|
|
|
12388
|
-
// bazel-out/
|
|
12388
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
12389
12389
|
var IcuSerializerVisitor = class {
|
|
12390
12390
|
visitText(text2) {
|
|
12391
12391
|
return text2.value;
|
|
@@ -12419,7 +12419,7 @@ function serializeIcuNode(icu) {
|
|
|
12419
12419
|
return icu.visit(serializer);
|
|
12420
12420
|
}
|
|
12421
12421
|
|
|
12422
|
-
// bazel-out/
|
|
12422
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
12423
12423
|
var TokenType;
|
|
12424
12424
|
(function(TokenType2) {
|
|
12425
12425
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -12780,7 +12780,7 @@ function parseIntAutoRadix(text2) {
|
|
|
12780
12780
|
return result;
|
|
12781
12781
|
}
|
|
12782
12782
|
|
|
12783
|
-
// bazel-out/
|
|
12783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
12784
12784
|
var SplitInterpolation = class {
|
|
12785
12785
|
constructor(strings, expressions, offsets) {
|
|
12786
12786
|
this.strings = strings;
|
|
@@ -13664,7 +13664,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
13664
13664
|
return offsetMap;
|
|
13665
13665
|
}
|
|
13666
13666
|
|
|
13667
|
-
// bazel-out/
|
|
13667
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
13668
13668
|
var NodeWithI18n = class {
|
|
13669
13669
|
constructor(sourceSpan, i18n2) {
|
|
13670
13670
|
this.sourceSpan = sourceSpan;
|
|
@@ -13787,7 +13787,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
13787
13787
|
return result;
|
|
13788
13788
|
}
|
|
13789
13789
|
|
|
13790
|
-
// bazel-out/
|
|
13790
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
13791
13791
|
var _SECURITY_SCHEMA;
|
|
13792
13792
|
function SECURITY_SCHEMA() {
|
|
13793
13793
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -13848,11 +13848,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
13848
13848
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
13849
13849
|
}
|
|
13850
13850
|
|
|
13851
|
-
// bazel-out/
|
|
13851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
13852
13852
|
var ElementSchemaRegistry = class {
|
|
13853
13853
|
};
|
|
13854
13854
|
|
|
13855
|
-
// bazel-out/
|
|
13855
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
13856
13856
|
var BOOLEAN = "boolean";
|
|
13857
13857
|
var NUMBER = "number";
|
|
13858
13858
|
var STRING = "string";
|
|
@@ -14235,7 +14235,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
14235
14235
|
}
|
|
14236
14236
|
}
|
|
14237
14237
|
|
|
14238
|
-
// bazel-out/
|
|
14238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
14239
14239
|
var HtmlTagDefinition = class {
|
|
14240
14240
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
14241
14241
|
this.closedByChildren = {};
|
|
@@ -14371,7 +14371,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
14371
14371
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
14372
14372
|
}
|
|
14373
14373
|
|
|
14374
|
-
// bazel-out/
|
|
14374
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
14375
14375
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
14376
14376
|
"A": "LINK",
|
|
14377
14377
|
"B": "BOLD_TEXT",
|
|
@@ -14493,7 +14493,7 @@ var PlaceholderRegistry = class {
|
|
|
14493
14493
|
}
|
|
14494
14494
|
};
|
|
14495
14495
|
|
|
14496
|
-
// bazel-out/
|
|
14496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
14497
14497
|
var _expParser = new Parser(new Lexer());
|
|
14498
14498
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
14499
14499
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -14675,14 +14675,14 @@ function extractPlaceholderName(input) {
|
|
|
14675
14675
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
14676
14676
|
}
|
|
14677
14677
|
|
|
14678
|
-
// bazel-out/
|
|
14678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
14679
14679
|
var I18nError = class extends ParseError {
|
|
14680
14680
|
constructor(span, msg) {
|
|
14681
14681
|
super(span, msg);
|
|
14682
14682
|
}
|
|
14683
14683
|
};
|
|
14684
14684
|
|
|
14685
|
-
// bazel-out/
|
|
14685
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
14686
14686
|
var NAMED_ENTITIES = {
|
|
14687
14687
|
"AElig": "\xC6",
|
|
14688
14688
|
"AMP": "&",
|
|
@@ -16813,7 +16813,7 @@ var NAMED_ENTITIES = {
|
|
|
16813
16813
|
var NGSP_UNICODE = "\uE500";
|
|
16814
16814
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
16815
16815
|
|
|
16816
|
-
// bazel-out/
|
|
16816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
16817
16817
|
var TokenError = class extends ParseError {
|
|
16818
16818
|
constructor(errorMsg, tokenType, span) {
|
|
16819
16819
|
super(span, errorMsg);
|
|
@@ -17803,7 +17803,7 @@ var CursorError = class {
|
|
|
17803
17803
|
}
|
|
17804
17804
|
};
|
|
17805
17805
|
|
|
17806
|
-
// bazel-out/
|
|
17806
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
17807
17807
|
var TreeError = class extends ParseError {
|
|
17808
17808
|
static create(elementName, span, msg) {
|
|
17809
17809
|
return new TreeError(elementName, span, msg);
|
|
@@ -18231,7 +18231,7 @@ function decodeEntity(match, entity) {
|
|
|
18231
18231
|
return match;
|
|
18232
18232
|
}
|
|
18233
18233
|
|
|
18234
|
-
// bazel-out/
|
|
18234
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
18235
18235
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
18236
18236
|
"iframe|srcdoc",
|
|
18237
18237
|
"*|innerhtml",
|
|
@@ -18246,7 +18246,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
18246
18246
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
18247
18247
|
}
|
|
18248
18248
|
|
|
18249
|
-
// bazel-out/
|
|
18249
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
18250
18250
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
18251
18251
|
if (htmlNode instanceof NodeWithI18n) {
|
|
18252
18252
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -18406,7 +18406,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
18406
18406
|
return jsDocComment(tags);
|
|
18407
18407
|
}
|
|
18408
18408
|
|
|
18409
|
-
// bazel-out/
|
|
18409
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
18410
18410
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
18411
18411
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
18412
18412
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -18457,7 +18457,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
18457
18457
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
18458
18458
|
}
|
|
18459
18459
|
|
|
18460
|
-
// bazel-out/
|
|
18460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
18461
18461
|
function createLocalizeStatements(variable2, message, params) {
|
|
18462
18462
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
18463
18463
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -18546,7 +18546,7 @@ function createEmptyMessagePart(location) {
|
|
|
18546
18546
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
18547
18547
|
}
|
|
18548
18548
|
|
|
18549
|
-
// bazel-out/
|
|
18549
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
18550
18550
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
18551
18551
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
18552
18552
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -18717,7 +18717,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
18717
18717
|
return variable(name);
|
|
18718
18718
|
}
|
|
18719
18719
|
|
|
18720
|
-
// bazel-out/
|
|
18720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
18721
18721
|
function convertI18nText(job) {
|
|
18722
18722
|
var _a2, _b2, _c2;
|
|
18723
18723
|
for (const unit of job.units) {
|
|
@@ -18787,7 +18787,7 @@ function convertI18nText(job) {
|
|
|
18787
18787
|
}
|
|
18788
18788
|
}
|
|
18789
18789
|
|
|
18790
|
-
// bazel-out/
|
|
18790
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
18791
18791
|
function liftLocalRefs(job) {
|
|
18792
18792
|
for (const unit of job.units) {
|
|
18793
18793
|
for (const op of unit.create) {
|
|
@@ -18817,7 +18817,7 @@ function serializeLocalRefs(refs) {
|
|
|
18817
18817
|
return literalArr(constRefs);
|
|
18818
18818
|
}
|
|
18819
18819
|
|
|
18820
|
-
// bazel-out/
|
|
18820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
18821
18821
|
function emitNamespaceChanges(job) {
|
|
18822
18822
|
for (const unit of job.units) {
|
|
18823
18823
|
let activeNamespace = Namespace.HTML;
|
|
@@ -18833,7 +18833,7 @@ function emitNamespaceChanges(job) {
|
|
|
18833
18833
|
}
|
|
18834
18834
|
}
|
|
18835
18835
|
|
|
18836
|
-
// bazel-out/
|
|
18836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
18837
18837
|
function parse(value) {
|
|
18838
18838
|
const styles = [];
|
|
18839
18839
|
let i = 0;
|
|
@@ -18927,7 +18927,7 @@ function parseExtractedStyles(job) {
|
|
|
18927
18927
|
}
|
|
18928
18928
|
}
|
|
18929
18929
|
|
|
18930
|
-
// bazel-out/
|
|
18930
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
18931
18931
|
function nameFunctionsAndVariables(job) {
|
|
18932
18932
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
18933
18933
|
}
|
|
@@ -19071,7 +19071,7 @@ function stripImportant(name) {
|
|
|
19071
19071
|
return name;
|
|
19072
19072
|
}
|
|
19073
19073
|
|
|
19074
|
-
// bazel-out/
|
|
19074
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
19075
19075
|
function mergeNextContextExpressions(job) {
|
|
19076
19076
|
for (const unit of job.units) {
|
|
19077
19077
|
for (const op of unit.create) {
|
|
@@ -19118,7 +19118,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
19118
19118
|
}
|
|
19119
19119
|
}
|
|
19120
19120
|
|
|
19121
|
-
// bazel-out/
|
|
19121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
19122
19122
|
var CONTAINER_TAG = "ng-container";
|
|
19123
19123
|
function generateNgContainerOps(job) {
|
|
19124
19124
|
for (const unit of job.units) {
|
|
@@ -19135,7 +19135,7 @@ function generateNgContainerOps(job) {
|
|
|
19135
19135
|
}
|
|
19136
19136
|
}
|
|
19137
19137
|
|
|
19138
|
-
// bazel-out/
|
|
19138
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
19139
19139
|
function lookupElement3(elements, xref) {
|
|
19140
19140
|
const el = elements.get(xref);
|
|
19141
19141
|
if (el === void 0) {
|
|
@@ -19165,7 +19165,7 @@ function disableBindings(job) {
|
|
|
19165
19165
|
}
|
|
19166
19166
|
}
|
|
19167
19167
|
|
|
19168
|
-
// bazel-out/
|
|
19168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
19169
19169
|
function generateNullishCoalesceExpressions(job) {
|
|
19170
19170
|
for (const unit of job.units) {
|
|
19171
19171
|
for (const op of unit.ops()) {
|
|
@@ -19181,7 +19181,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
19181
19181
|
}
|
|
19182
19182
|
}
|
|
19183
19183
|
|
|
19184
|
-
// bazel-out/
|
|
19184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
19185
19185
|
function kindTest(kind) {
|
|
19186
19186
|
return (op) => op.kind === kind;
|
|
19187
19187
|
}
|
|
@@ -19271,7 +19271,7 @@ function keepLast(ops) {
|
|
|
19271
19271
|
return ops.slice(ops.length - 1);
|
|
19272
19272
|
}
|
|
19273
19273
|
|
|
19274
|
-
// bazel-out/
|
|
19274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
19275
19275
|
function removeContentSelectors(job) {
|
|
19276
19276
|
for (const unit of job.units) {
|
|
19277
19277
|
const elements = createOpXrefMap(unit);
|
|
@@ -19298,7 +19298,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
19298
19298
|
return el;
|
|
19299
19299
|
}
|
|
19300
19300
|
|
|
19301
|
-
// bazel-out/
|
|
19301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
19302
19302
|
function createPipes(job) {
|
|
19303
19303
|
for (const unit of job.units) {
|
|
19304
19304
|
processPipeBindingsInView(unit);
|
|
@@ -19346,7 +19346,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
19346
19346
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
19347
19347
|
}
|
|
19348
19348
|
|
|
19349
|
-
// bazel-out/
|
|
19349
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
19350
19350
|
function createVariadicPipes(job) {
|
|
19351
19351
|
for (const unit of job.units) {
|
|
19352
19352
|
for (const op of unit.update) {
|
|
@@ -19363,7 +19363,7 @@ function createVariadicPipes(job) {
|
|
|
19363
19363
|
}
|
|
19364
19364
|
}
|
|
19365
19365
|
|
|
19366
|
-
// bazel-out/
|
|
19366
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
19367
19367
|
function propagateI18nBlocks(job) {
|
|
19368
19368
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
19369
19369
|
}
|
|
@@ -19417,7 +19417,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
19417
19417
|
}
|
|
19418
19418
|
}
|
|
19419
19419
|
|
|
19420
|
-
// bazel-out/
|
|
19420
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
19421
19421
|
function extractPureFunctions(job) {
|
|
19422
19422
|
for (const view of job.units) {
|
|
19423
19423
|
for (const op of view.ops()) {
|
|
@@ -19459,7 +19459,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
19459
19459
|
}
|
|
19460
19460
|
};
|
|
19461
19461
|
|
|
19462
|
-
// bazel-out/
|
|
19462
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
19463
19463
|
function generatePureLiteralStructures(job) {
|
|
19464
19464
|
for (const unit of job.units) {
|
|
19465
19465
|
for (const op of unit.update) {
|
|
@@ -19506,7 +19506,7 @@ function transformLiteralMap(expr) {
|
|
|
19506
19506
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
19507
19507
|
}
|
|
19508
19508
|
|
|
19509
|
-
// bazel-out/
|
|
19509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
19510
19510
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
19511
19511
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
19512
19512
|
}
|
|
@@ -20038,7 +20038,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
20038
20038
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
20039
20039
|
}
|
|
20040
20040
|
|
|
20041
|
-
// bazel-out/
|
|
20041
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
20042
20042
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
20043
20043
|
["window", Identifiers.resolveWindow],
|
|
20044
20044
|
["document", Identifiers.resolveDocument],
|
|
@@ -20403,7 +20403,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
20403
20403
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
20404
20404
|
}
|
|
20405
20405
|
|
|
20406
|
-
// bazel-out/
|
|
20406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
20407
20407
|
function removeEmptyBindings(job) {
|
|
20408
20408
|
for (const unit of job.units) {
|
|
20409
20409
|
for (const op of unit.update) {
|
|
@@ -20424,7 +20424,7 @@ function removeEmptyBindings(job) {
|
|
|
20424
20424
|
}
|
|
20425
20425
|
}
|
|
20426
20426
|
|
|
20427
|
-
// bazel-out/
|
|
20427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
20428
20428
|
function removeI18nContexts(job) {
|
|
20429
20429
|
for (const unit of job.units) {
|
|
20430
20430
|
for (const op of unit.create) {
|
|
@@ -20440,7 +20440,7 @@ function removeI18nContexts(job) {
|
|
|
20440
20440
|
}
|
|
20441
20441
|
}
|
|
20442
20442
|
|
|
20443
|
-
// bazel-out/
|
|
20443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
20444
20444
|
function removeUnusedI18nAttributesOps(job) {
|
|
20445
20445
|
for (const unit of job.units) {
|
|
20446
20446
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -20462,7 +20462,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
20462
20462
|
}
|
|
20463
20463
|
}
|
|
20464
20464
|
|
|
20465
|
-
// bazel-out/
|
|
20465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
20466
20466
|
function resolveContexts(job) {
|
|
20467
20467
|
for (const unit of job.units) {
|
|
20468
20468
|
processLexicalScope(unit, unit.create);
|
|
@@ -20504,7 +20504,7 @@ function processLexicalScope(view, ops) {
|
|
|
20504
20504
|
}
|
|
20505
20505
|
}
|
|
20506
20506
|
|
|
20507
|
-
// bazel-out/
|
|
20507
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
20508
20508
|
function resolveDollarEvent(job) {
|
|
20509
20509
|
for (const unit of job.units) {
|
|
20510
20510
|
transformDollarEvent(unit.create);
|
|
@@ -20527,7 +20527,7 @@ function transformDollarEvent(ops) {
|
|
|
20527
20527
|
}
|
|
20528
20528
|
}
|
|
20529
20529
|
|
|
20530
|
-
// bazel-out/
|
|
20530
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
20531
20531
|
function resolveI18nElementPlaceholders(job) {
|
|
20532
20532
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
20533
20533
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -20706,7 +20706,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
20706
20706
|
params.set(placeholder, values);
|
|
20707
20707
|
}
|
|
20708
20708
|
|
|
20709
|
-
// bazel-out/
|
|
20709
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
20710
20710
|
function resolveI18nExpressionPlaceholders(job) {
|
|
20711
20711
|
var _a2;
|
|
20712
20712
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -20759,7 +20759,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
20759
20759
|
}
|
|
20760
20760
|
}
|
|
20761
20761
|
|
|
20762
|
-
// bazel-out/
|
|
20762
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
20763
20763
|
function resolveNames(job) {
|
|
20764
20764
|
for (const unit of job.units) {
|
|
20765
20765
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -20824,7 +20824,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
20824
20824
|
}
|
|
20825
20825
|
}
|
|
20826
20826
|
|
|
20827
|
-
// bazel-out/
|
|
20827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
20828
20828
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
20829
20829
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
20830
20830
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -20894,7 +20894,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
20894
20894
|
return securityContext;
|
|
20895
20895
|
}
|
|
20896
20896
|
|
|
20897
|
-
// bazel-out/
|
|
20897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
20898
20898
|
function transformTwoWayBindingSet(job) {
|
|
20899
20899
|
for (const unit of job.units) {
|
|
20900
20900
|
for (const op of unit.create) {
|
|
@@ -20917,7 +20917,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
20917
20917
|
}
|
|
20918
20918
|
}
|
|
20919
20919
|
|
|
20920
|
-
// bazel-out/
|
|
20920
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
20921
20921
|
function saveAndRestoreView(job) {
|
|
20922
20922
|
for (const unit of job.units) {
|
|
20923
20923
|
unit.create.prepend([
|
|
@@ -20962,7 +20962,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
20962
20962
|
}
|
|
20963
20963
|
}
|
|
20964
20964
|
|
|
20965
|
-
// bazel-out/
|
|
20965
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
20966
20966
|
function allocateSlots(job) {
|
|
20967
20967
|
const slotMap = /* @__PURE__ */ new Map();
|
|
20968
20968
|
for (const unit of job.units) {
|
|
@@ -20987,7 +20987,7 @@ function allocateSlots(job) {
|
|
|
20987
20987
|
}
|
|
20988
20988
|
}
|
|
20989
20989
|
|
|
20990
|
-
// bazel-out/
|
|
20990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
20991
20991
|
function specializeStyleBindings(job) {
|
|
20992
20992
|
for (const unit of job.units) {
|
|
20993
20993
|
for (const op of unit.update) {
|
|
@@ -21017,7 +21017,7 @@ function specializeStyleBindings(job) {
|
|
|
21017
21017
|
}
|
|
21018
21018
|
}
|
|
21019
21019
|
|
|
21020
|
-
// bazel-out/
|
|
21020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
21021
21021
|
function generateTemporaryVariables(job) {
|
|
21022
21022
|
for (const unit of job.units) {
|
|
21023
21023
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -21075,7 +21075,7 @@ function assignName(names, expr) {
|
|
|
21075
21075
|
expr.name = name;
|
|
21076
21076
|
}
|
|
21077
21077
|
|
|
21078
|
-
// bazel-out/
|
|
21078
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
21079
21079
|
function generateTrackFns(job) {
|
|
21080
21080
|
for (const unit of job.units) {
|
|
21081
21081
|
for (const op of unit.create) {
|
|
@@ -21108,7 +21108,7 @@ function generateTrackFns(job) {
|
|
|
21108
21108
|
}
|
|
21109
21109
|
}
|
|
21110
21110
|
|
|
21111
|
-
// bazel-out/
|
|
21111
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
21112
21112
|
function optimizeTrackFns(job) {
|
|
21113
21113
|
for (const unit of job.units) {
|
|
21114
21114
|
for (const op of unit.create) {
|
|
@@ -21158,7 +21158,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
21158
21158
|
return true;
|
|
21159
21159
|
}
|
|
21160
21160
|
|
|
21161
|
-
// bazel-out/
|
|
21161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
21162
21162
|
function generateTrackVariables(job) {
|
|
21163
21163
|
for (const unit of job.units) {
|
|
21164
21164
|
for (const op of unit.create) {
|
|
@@ -21179,7 +21179,7 @@ function generateTrackVariables(job) {
|
|
|
21179
21179
|
}
|
|
21180
21180
|
}
|
|
21181
21181
|
|
|
21182
|
-
// bazel-out/
|
|
21182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
21183
21183
|
function countVariables(job) {
|
|
21184
21184
|
for (const unit of job.units) {
|
|
21185
21185
|
let varCount = 0;
|
|
@@ -21292,7 +21292,7 @@ function isSingletonInterpolation(expr) {
|
|
|
21292
21292
|
return true;
|
|
21293
21293
|
}
|
|
21294
21294
|
|
|
21295
|
-
// bazel-out/
|
|
21295
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
21296
21296
|
function optimizeVariables(job) {
|
|
21297
21297
|
for (const unit of job.units) {
|
|
21298
21298
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -21544,7 +21544,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
21544
21544
|
}
|
|
21545
21545
|
}
|
|
21546
21546
|
|
|
21547
|
-
// bazel-out/
|
|
21547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
21548
21548
|
function wrapI18nIcus(job) {
|
|
21549
21549
|
for (const unit of job.units) {
|
|
21550
21550
|
let currentI18nOp = null;
|
|
@@ -21574,7 +21574,7 @@ function wrapI18nIcus(job) {
|
|
|
21574
21574
|
}
|
|
21575
21575
|
}
|
|
21576
21576
|
|
|
21577
|
-
// bazel-out/
|
|
21577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
21578
21578
|
function optimizeStoreLet(job) {
|
|
21579
21579
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
21580
21580
|
for (const unit of job.units) {
|
|
@@ -21593,7 +21593,7 @@ function optimizeStoreLet(job) {
|
|
|
21593
21593
|
}
|
|
21594
21594
|
}
|
|
21595
21595
|
|
|
21596
|
-
// bazel-out/
|
|
21596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
21597
21597
|
function removeIllegalLetReferences(job) {
|
|
21598
21598
|
for (const unit of job.units) {
|
|
21599
21599
|
for (const op of unit.update) {
|
|
@@ -21610,7 +21610,7 @@ function removeIllegalLetReferences(job) {
|
|
|
21610
21610
|
}
|
|
21611
21611
|
}
|
|
21612
21612
|
|
|
21613
|
-
// bazel-out/
|
|
21613
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
21614
21614
|
function generateLocalLetReferences(job) {
|
|
21615
21615
|
for (const unit of job.units) {
|
|
21616
21616
|
for (const op of unit.update) {
|
|
@@ -21627,7 +21627,7 @@ function generateLocalLetReferences(job) {
|
|
|
21627
21627
|
}
|
|
21628
21628
|
}
|
|
21629
21629
|
|
|
21630
|
-
// bazel-out/
|
|
21630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
21631
21631
|
var phases = [
|
|
21632
21632
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
21633
21633
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -21784,7 +21784,7 @@ function emitHostBindingFunction(job) {
|
|
|
21784
21784
|
);
|
|
21785
21785
|
}
|
|
21786
21786
|
|
|
21787
|
-
// bazel-out/
|
|
21787
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
21788
21788
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
21789
21789
|
var domSchema = new DomElementSchemaRegistry();
|
|
21790
21790
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -22542,7 +22542,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
22542
22542
|
return null;
|
|
22543
22543
|
}
|
|
22544
22544
|
|
|
22545
|
-
// bazel-out/
|
|
22545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
22546
22546
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
22547
22547
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
22548
22548
|
}
|
|
@@ -22662,7 +22662,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
22662
22662
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
22663
22663
|
}
|
|
22664
22664
|
|
|
22665
|
-
// bazel-out/
|
|
22665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
22666
22666
|
var HtmlParser = class extends Parser2 {
|
|
22667
22667
|
constructor() {
|
|
22668
22668
|
super(getHtmlTagDefinition);
|
|
@@ -22672,7 +22672,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
22672
22672
|
}
|
|
22673
22673
|
};
|
|
22674
22674
|
|
|
22675
|
-
// bazel-out/
|
|
22675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
22676
22676
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
22677
22677
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
22678
22678
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -22741,7 +22741,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
22741
22741
|
return result;
|
|
22742
22742
|
}
|
|
22743
22743
|
|
|
22744
|
-
// bazel-out/
|
|
22744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
22745
22745
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
22746
22746
|
var ATTRIBUTE_PREFIX = "attr";
|
|
22747
22747
|
var CLASS_PREFIX = "class";
|
|
@@ -23095,7 +23095,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
23095
23095
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
23096
23096
|
}
|
|
23097
23097
|
|
|
23098
|
-
// bazel-out/
|
|
23098
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
23099
23099
|
function isStyleUrlResolvable(url) {
|
|
23100
23100
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
23101
23101
|
return false;
|
|
@@ -23104,7 +23104,7 @@ function isStyleUrlResolvable(url) {
|
|
|
23104
23104
|
}
|
|
23105
23105
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
23106
23106
|
|
|
23107
|
-
// bazel-out/
|
|
23107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
23108
23108
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
23109
23109
|
var LINK_ELEMENT = "link";
|
|
23110
23110
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -23174,7 +23174,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
23174
23174
|
return selectAttr;
|
|
23175
23175
|
}
|
|
23176
23176
|
|
|
23177
|
-
// bazel-out/
|
|
23177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
23178
23178
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
23179
23179
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
23180
23180
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -23497,7 +23497,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
23497
23497
|
return expression.slice(start, end);
|
|
23498
23498
|
}
|
|
23499
23499
|
|
|
23500
|
-
// bazel-out/
|
|
23500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
23501
23501
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
23502
23502
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
23503
23503
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -23761,7 +23761,7 @@ function parseDeferredTime(value) {
|
|
|
23761
23761
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
23762
23762
|
}
|
|
23763
23763
|
|
|
23764
|
-
// bazel-out/
|
|
23764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
23765
23765
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
23766
23766
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
23767
23767
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -23896,7 +23896,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
23896
23896
|
return { triggers, prefetchTriggers };
|
|
23897
23897
|
}
|
|
23898
23898
|
|
|
23899
|
-
// bazel-out/
|
|
23899
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
23900
23900
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
23901
23901
|
var KW_BIND_IDX = 1;
|
|
23902
23902
|
var KW_LET_IDX = 2;
|
|
@@ -24363,7 +24363,7 @@ function textContents(node) {
|
|
|
24363
24363
|
}
|
|
24364
24364
|
}
|
|
24365
24365
|
|
|
24366
|
-
// bazel-out/
|
|
24366
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
24367
24367
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
24368
24368
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
24369
24369
|
var _a2, _b2;
|
|
@@ -24442,7 +24442,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
24442
24442
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
24443
24443
|
}
|
|
24444
24444
|
|
|
24445
|
-
// bazel-out/
|
|
24445
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
24446
24446
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
24447
24447
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
24448
24448
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -24833,7 +24833,7 @@ function compileDeferResolverFunction(meta) {
|
|
|
24833
24833
|
return arrowFn([], literalArr(depExpressions));
|
|
24834
24834
|
}
|
|
24835
24835
|
|
|
24836
|
-
// bazel-out/
|
|
24836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
24837
24837
|
var R3TargetBinder = class {
|
|
24838
24838
|
constructor(directiveMatcher) {
|
|
24839
24839
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -25480,11 +25480,12 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
25480
25480
|
return templateEntities;
|
|
25481
25481
|
}
|
|
25482
25482
|
|
|
25483
|
-
// bazel-out/
|
|
25483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
25484
25484
|
var ResourceLoader = class {
|
|
25485
25485
|
};
|
|
25486
25486
|
|
|
25487
|
-
// bazel-out/
|
|
25487
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
25488
|
+
var enableLetSyntax = false;
|
|
25488
25489
|
var CompilerFacadeImpl = class {
|
|
25489
25490
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
25490
25491
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -25866,7 +25867,11 @@ function convertPipeDeclarationToMetadata(pipe2) {
|
|
|
25866
25867
|
}
|
|
25867
25868
|
function parseJitTemplate(template2, typeName, sourceMapUrl, preserveWhitespaces, interpolation, deferBlockDependencies) {
|
|
25868
25869
|
const interpolationConfig = interpolation ? InterpolationConfig.fromArray(interpolation) : DEFAULT_INTERPOLATION_CONFIG;
|
|
25869
|
-
const parsed = parseTemplate(template2, sourceMapUrl, {
|
|
25870
|
+
const parsed = parseTemplate(template2, sourceMapUrl, {
|
|
25871
|
+
preserveWhitespaces,
|
|
25872
|
+
interpolationConfig,
|
|
25873
|
+
enableLetSyntax
|
|
25874
|
+
});
|
|
25870
25875
|
if (parsed.errors !== null) {
|
|
25871
25876
|
const errors = parsed.errors.map((err) => err.toString()).join(", ");
|
|
25872
25877
|
throw new Error(`Errors during JIT compilation of template for ${typeName}: ${errors}`);
|
|
@@ -26050,10 +26055,10 @@ function publishFacade(global) {
|
|
|
26050
26055
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
26051
26056
|
}
|
|
26052
26057
|
|
|
26053
|
-
// bazel-out/
|
|
26054
|
-
var VERSION2 = new Version("18.0.
|
|
26058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
26059
|
+
var VERSION2 = new Version("18.0.5");
|
|
26055
26060
|
|
|
26056
|
-
// bazel-out/
|
|
26061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
26057
26062
|
var _I18N_ATTR = "i18n";
|
|
26058
26063
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
26059
26064
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -26364,7 +26369,7 @@ function _parseMessageMeta(i18n2) {
|
|
|
26364
26369
|
return { meaning, description, id: id.trim() };
|
|
26365
26370
|
}
|
|
26366
26371
|
|
|
26367
|
-
// bazel-out/
|
|
26372
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
26368
26373
|
var XmlTagDefinition = class {
|
|
26369
26374
|
constructor() {
|
|
26370
26375
|
this.closedByParent = false;
|
|
@@ -26389,7 +26394,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
26389
26394
|
return _TAG_DEFINITION;
|
|
26390
26395
|
}
|
|
26391
26396
|
|
|
26392
|
-
// bazel-out/
|
|
26397
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
26393
26398
|
var XmlParser = class extends Parser2 {
|
|
26394
26399
|
constructor() {
|
|
26395
26400
|
super(getXmlTagDefinition);
|
|
@@ -26399,7 +26404,7 @@ var XmlParser = class extends Parser2 {
|
|
|
26399
26404
|
}
|
|
26400
26405
|
};
|
|
26401
26406
|
|
|
26402
|
-
// bazel-out/
|
|
26407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
26403
26408
|
var _VERSION = "1.2";
|
|
26404
26409
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
26405
26410
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -26681,7 +26686,7 @@ function getCtypeForTag(tag) {
|
|
|
26681
26686
|
}
|
|
26682
26687
|
}
|
|
26683
26688
|
|
|
26684
|
-
// bazel-out/
|
|
26689
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
26685
26690
|
var _VERSION2 = "2.0";
|
|
26686
26691
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
26687
26692
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -27012,7 +27017,7 @@ function getTypeForTag(tag) {
|
|
|
27012
27017
|
}
|
|
27013
27018
|
}
|
|
27014
27019
|
|
|
27015
|
-
// bazel-out/
|
|
27020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
27016
27021
|
var MessageBundle = class {
|
|
27017
27022
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
27018
27023
|
this._htmlParser = _htmlParser;
|
|
@@ -27088,7 +27093,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
27088
27093
|
}
|
|
27089
27094
|
};
|
|
27090
27095
|
|
|
27091
|
-
// bazel-out/
|
|
27096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
27092
27097
|
var FactoryTarget2;
|
|
27093
27098
|
(function(FactoryTarget3) {
|
|
27094
27099
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -27098,7 +27103,7 @@ var FactoryTarget2;
|
|
|
27098
27103
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
27099
27104
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
27100
27105
|
|
|
27101
|
-
// bazel-out/
|
|
27106
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
27102
27107
|
function compileClassMetadata(metadata) {
|
|
27103
27108
|
const fnCall = internalCompileClassMetadata(metadata);
|
|
27104
27109
|
return arrowFn([], [devOnlyGuardedExpression(fnCall).toStmt()]).callFn([]);
|
|
@@ -27132,7 +27137,7 @@ function compileComponentMetadataAsyncResolver(dependencies) {
|
|
|
27132
27137
|
return arrowFn([], literalArr(dynamicImports));
|
|
27133
27138
|
}
|
|
27134
27139
|
|
|
27135
|
-
// bazel-out/
|
|
27140
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_debug_info_compiler.mjs
|
|
27136
27141
|
function compileClassDebugInfo(debugInfo) {
|
|
27137
27142
|
const debugInfoObject = {
|
|
27138
27143
|
className: debugInfo.className
|
|
@@ -27149,13 +27154,13 @@ function compileClassDebugInfo(debugInfo) {
|
|
|
27149
27154
|
return iife.callFn([]);
|
|
27150
27155
|
}
|
|
27151
27156
|
|
|
27152
|
-
// bazel-out/
|
|
27157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
27153
27158
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
27154
27159
|
var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
27155
27160
|
function compileDeclareClassMetadata(metadata) {
|
|
27156
27161
|
const definitionMap = new DefinitionMap();
|
|
27157
27162
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
27158
|
-
definitionMap.set("version", literal("18.0.
|
|
27163
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27159
27164
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27160
27165
|
definitionMap.set("type", metadata.type);
|
|
27161
27166
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -27174,7 +27179,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
27174
27179
|
callbackReturnDefinitionMap.set("ctorParameters", (_a2 = metadata.ctorParameters) != null ? _a2 : literal(null));
|
|
27175
27180
|
callbackReturnDefinitionMap.set("propDecorators", (_b2 = metadata.propDecorators) != null ? _b2 : literal(null));
|
|
27176
27181
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
27177
|
-
definitionMap.set("version", literal("18.0.
|
|
27182
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27178
27183
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27179
27184
|
definitionMap.set("type", metadata.type);
|
|
27180
27185
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -27182,7 +27187,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
27182
27187
|
return importExpr(Identifiers.declareClassMetadataAsync).callFn([definitionMap.toLiteralMap()]);
|
|
27183
27188
|
}
|
|
27184
27189
|
|
|
27185
|
-
// bazel-out/
|
|
27190
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
27186
27191
|
function toOptionalLiteralArray(values, mapper) {
|
|
27187
27192
|
if (values === null || values.length === 0) {
|
|
27188
27193
|
return null;
|
|
@@ -27230,7 +27235,7 @@ function compileDependency(dep) {
|
|
|
27230
27235
|
return depMeta.toLiteralMap();
|
|
27231
27236
|
}
|
|
27232
27237
|
|
|
27233
|
-
// bazel-out/
|
|
27238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
27234
27239
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
27235
27240
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
27236
27241
|
const expression = importExpr(Identifiers.declareDirective).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -27242,7 +27247,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
27242
27247
|
const definitionMap = new DefinitionMap();
|
|
27243
27248
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
27244
27249
|
definitionMap.set("minVersion", literal(minVersion));
|
|
27245
|
-
definitionMap.set("version", literal("18.0.
|
|
27250
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27246
27251
|
definitionMap.set("type", meta.type.value);
|
|
27247
27252
|
if (meta.isStandalone) {
|
|
27248
27253
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -27404,7 +27409,7 @@ function legacyInputsPartialMetadata(inputs) {
|
|
|
27404
27409
|
}));
|
|
27405
27410
|
}
|
|
27406
27411
|
|
|
27407
|
-
// bazel-out/
|
|
27412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
27408
27413
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
27409
27414
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
27410
27415
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -27555,12 +27560,12 @@ var BlockPresenceVisitor = class extends RecursiveVisitor {
|
|
|
27555
27560
|
}
|
|
27556
27561
|
};
|
|
27557
27562
|
|
|
27558
|
-
// bazel-out/
|
|
27563
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
27559
27564
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
27560
27565
|
function compileDeclareFactoryFunction(meta) {
|
|
27561
27566
|
const definitionMap = new DefinitionMap();
|
|
27562
27567
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
27563
|
-
definitionMap.set("version", literal("18.0.
|
|
27568
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27564
27569
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27565
27570
|
definitionMap.set("type", meta.type.value);
|
|
27566
27571
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -27572,7 +27577,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
27572
27577
|
};
|
|
27573
27578
|
}
|
|
27574
27579
|
|
|
27575
|
-
// bazel-out/
|
|
27580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
27576
27581
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
27577
27582
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
27578
27583
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -27583,7 +27588,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
27583
27588
|
function createInjectableDefinitionMap(meta) {
|
|
27584
27589
|
const definitionMap = new DefinitionMap();
|
|
27585
27590
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
27586
|
-
definitionMap.set("version", literal("18.0.
|
|
27591
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27587
27592
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27588
27593
|
definitionMap.set("type", meta.type.value);
|
|
27589
27594
|
if (meta.providedIn !== void 0) {
|
|
@@ -27610,7 +27615,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
27610
27615
|
return definitionMap;
|
|
27611
27616
|
}
|
|
27612
27617
|
|
|
27613
|
-
// bazel-out/
|
|
27618
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
27614
27619
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
27615
27620
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
27616
27621
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -27621,7 +27626,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
27621
27626
|
function createInjectorDefinitionMap(meta) {
|
|
27622
27627
|
const definitionMap = new DefinitionMap();
|
|
27623
27628
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
27624
|
-
definitionMap.set("version", literal("18.0.
|
|
27629
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27625
27630
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27626
27631
|
definitionMap.set("type", meta.type.value);
|
|
27627
27632
|
definitionMap.set("providers", meta.providers);
|
|
@@ -27631,7 +27636,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
27631
27636
|
return definitionMap;
|
|
27632
27637
|
}
|
|
27633
27638
|
|
|
27634
|
-
// bazel-out/
|
|
27639
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
27635
27640
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "14.0.0";
|
|
27636
27641
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
27637
27642
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -27645,7 +27650,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
27645
27650
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
27646
27651
|
}
|
|
27647
27652
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
27648
|
-
definitionMap.set("version", literal("18.0.
|
|
27653
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27649
27654
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27650
27655
|
definitionMap.set("type", meta.type.value);
|
|
27651
27656
|
if (meta.bootstrap.length > 0) {
|
|
@@ -27669,7 +27674,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
27669
27674
|
return definitionMap;
|
|
27670
27675
|
}
|
|
27671
27676
|
|
|
27672
|
-
// bazel-out/
|
|
27677
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
27673
27678
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
27674
27679
|
function compileDeclarePipeFromMetadata(meta) {
|
|
27675
27680
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -27680,7 +27685,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
27680
27685
|
function createPipeDefinitionMap(meta) {
|
|
27681
27686
|
const definitionMap = new DefinitionMap();
|
|
27682
27687
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
27683
|
-
definitionMap.set("version", literal("18.0.
|
|
27688
|
+
definitionMap.set("version", literal("18.0.5"));
|
|
27684
27689
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
27685
27690
|
definitionMap.set("type", meta.type.value);
|
|
27686
27691
|
if (meta.isStandalone) {
|
|
@@ -27693,16 +27698,16 @@ function createPipeDefinitionMap(meta) {
|
|
|
27693
27698
|
return definitionMap;
|
|
27694
27699
|
}
|
|
27695
27700
|
|
|
27696
|
-
// bazel-out/
|
|
27701
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
27697
27702
|
publishFacade(_global);
|
|
27698
27703
|
|
|
27699
|
-
// bazel-out/
|
|
27700
|
-
var VERSION3 = new Version("18.0.
|
|
27704
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
27705
|
+
var VERSION3 = new Version("18.0.5");
|
|
27701
27706
|
|
|
27702
|
-
// bazel-out/
|
|
27707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
27703
27708
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
27704
27709
|
|
|
27705
|
-
// bazel-out/
|
|
27710
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
27706
27711
|
var ErrorCode;
|
|
27707
27712
|
(function(ErrorCode2) {
|
|
27708
27713
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -27795,7 +27800,7 @@ var ErrorCode;
|
|
|
27795
27800
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
27796
27801
|
})(ErrorCode || (ErrorCode = {}));
|
|
27797
27802
|
|
|
27798
|
-
// bazel-out/
|
|
27803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
27799
27804
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
27800
27805
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
27801
27806
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -27807,15 +27812,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
27807
27812
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
27808
27813
|
]);
|
|
27809
27814
|
|
|
27810
|
-
// bazel-out/
|
|
27815
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
27811
27816
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
27812
27817
|
|
|
27813
|
-
// bazel-out/
|
|
27818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
27814
27819
|
function ngErrorCode(code) {
|
|
27815
27820
|
return parseInt("-99" + code);
|
|
27816
27821
|
}
|
|
27817
27822
|
|
|
27818
|
-
// bazel-out/
|
|
27823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
27819
27824
|
var FatalDiagnosticError = class extends Error {
|
|
27820
27825
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
27821
27826
|
super(`FatalDiagnosticError: Code: ${code}, Message: ${import_typescript2.default.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
|
|
@@ -27876,10 +27881,10 @@ function isFatalDiagnosticError(err) {
|
|
|
27876
27881
|
return err._isFatalDiagnosticError === true;
|
|
27877
27882
|
}
|
|
27878
27883
|
|
|
27879
|
-
// bazel-out/
|
|
27884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
27880
27885
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
|
|
27881
27886
|
|
|
27882
|
-
// bazel-out/
|
|
27887
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
27883
27888
|
var ExtendedTemplateDiagnosticName;
|
|
27884
27889
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
27885
27890
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -27894,7 +27899,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
27894
27899
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
27895
27900
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
27896
27901
|
|
|
27897
|
-
// bazel-out/
|
|
27902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
27898
27903
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
27899
27904
|
var TS = /\.tsx?$/i;
|
|
27900
27905
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -27995,7 +28000,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
27995
28000
|
return redirectInfo.unredirected;
|
|
27996
28001
|
}
|
|
27997
28002
|
|
|
27998
|
-
// bazel-out/
|
|
28003
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
27999
28004
|
function findExportedNameOfNode(target, file, reflector) {
|
|
28000
28005
|
const exports = reflector.getExportsOfModule(file);
|
|
28001
28006
|
if (exports === null) {
|
|
@@ -28015,7 +28020,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
28015
28020
|
return foundExportName;
|
|
28016
28021
|
}
|
|
28017
28022
|
|
|
28018
|
-
// bazel-out/
|
|
28023
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
28019
28024
|
var ImportFlags;
|
|
28020
28025
|
(function(ImportFlags2) {
|
|
28021
28026
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -28246,7 +28251,7 @@ var UnifiedModulesStrategy = class {
|
|
|
28246
28251
|
}
|
|
28247
28252
|
};
|
|
28248
28253
|
|
|
28249
|
-
// bazel-out/
|
|
28254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
28250
28255
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
28251
28256
|
var UnifiedModulesAliasingHost = class {
|
|
28252
28257
|
constructor(unifiedModulesHost) {
|
|
@@ -28313,7 +28318,7 @@ var AliasStrategy = class {
|
|
|
28313
28318
|
}
|
|
28314
28319
|
};
|
|
28315
28320
|
|
|
28316
|
-
// bazel-out/
|
|
28321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
28317
28322
|
function relativePathBetween(from, to) {
|
|
28318
28323
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
28319
28324
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -28322,7 +28327,7 @@ function normalizeSeparators2(path4) {
|
|
|
28322
28327
|
return path4.replace(/\\/g, "/");
|
|
28323
28328
|
}
|
|
28324
28329
|
|
|
28325
|
-
// bazel-out/
|
|
28330
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
28326
28331
|
var NoopImportRewriter = class {
|
|
28327
28332
|
rewriteSymbol(symbol, specifier) {
|
|
28328
28333
|
return symbol;
|
|
@@ -28375,7 +28380,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
28375
28380
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
28376
28381
|
}
|
|
28377
28382
|
|
|
28378
|
-
// bazel-out/
|
|
28383
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
28379
28384
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
28380
28385
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28381
28386
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -28410,7 +28415,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
28410
28415
|
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.");
|
|
28411
28416
|
}
|
|
28412
28417
|
|
|
28413
|
-
// bazel-out/
|
|
28418
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
28414
28419
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
28415
28420
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
28416
28421
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -28451,13 +28456,13 @@ var DefaultImportTracker = class {
|
|
|
28451
28456
|
}
|
|
28452
28457
|
};
|
|
28453
28458
|
|
|
28454
|
-
// bazel-out/
|
|
28459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
28455
28460
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
28456
28461
|
|
|
28457
|
-
// bazel-out/
|
|
28462
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
28458
28463
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
28459
28464
|
|
|
28460
|
-
// bazel-out/
|
|
28465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
28461
28466
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
28462
28467
|
function isDecoratorIdentifier(exp) {
|
|
28463
28468
|
return import_typescript9.default.isIdentifier(exp) || import_typescript9.default.isPropertyAccessExpression(exp) && import_typescript9.default.isIdentifier(exp.expression) && import_typescript9.default.isIdentifier(exp.name);
|
|
@@ -28480,7 +28485,7 @@ var ClassMemberAccessLevel;
|
|
|
28480
28485
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
28481
28486
|
var AmbientImport = {};
|
|
28482
28487
|
|
|
28483
|
-
// bazel-out/
|
|
28488
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
28484
28489
|
var import_typescript10 = __toESM(require("typescript"), 1);
|
|
28485
28490
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
28486
28491
|
var _a2, _b2;
|
|
@@ -28653,7 +28658,7 @@ function extractModuleName(node) {
|
|
|
28653
28658
|
return node.moduleSpecifier.text;
|
|
28654
28659
|
}
|
|
28655
28660
|
|
|
28656
|
-
// bazel-out/
|
|
28661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
28657
28662
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
28658
28663
|
function isNamedClassDeclaration(node) {
|
|
28659
28664
|
return import_typescript11.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -28677,7 +28682,7 @@ function classMemberAccessLevelToString(level) {
|
|
|
28677
28682
|
}
|
|
28678
28683
|
}
|
|
28679
28684
|
|
|
28680
|
-
// bazel-out/
|
|
28685
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
28681
28686
|
var TypeScriptReflectionHost = class {
|
|
28682
28687
|
constructor(checker, isLocalCompilation = false) {
|
|
28683
28688
|
this.checker = checker;
|
|
@@ -29164,7 +29169,7 @@ function getExportedName(decl, originalId) {
|
|
|
29164
29169
|
}
|
|
29165
29170
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
29166
29171
|
|
|
29167
|
-
// bazel-out/
|
|
29172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
29168
29173
|
var AssumeEager = "AssumeEager";
|
|
29169
29174
|
var DeferredSymbolTracker = class {
|
|
29170
29175
|
constructor(typeChecker, onlyExplicitDeferDependencyImports) {
|
|
@@ -29284,7 +29289,7 @@ var DeferredSymbolTracker = class {
|
|
|
29284
29289
|
}
|
|
29285
29290
|
};
|
|
29286
29291
|
|
|
29287
|
-
// bazel-out/
|
|
29292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
29288
29293
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
29289
29294
|
var ImportedSymbolsTracker = class {
|
|
29290
29295
|
constructor() {
|
|
@@ -29354,7 +29359,7 @@ var ImportedSymbolsTracker = class {
|
|
|
29354
29359
|
}
|
|
29355
29360
|
};
|
|
29356
29361
|
|
|
29357
|
-
// bazel-out/
|
|
29362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
29358
29363
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
29359
29364
|
var LocalCompilationExtraImportsTracker = class {
|
|
29360
29365
|
constructor(typeChecker) {
|
|
@@ -29398,7 +29403,7 @@ function removeQuotations(s) {
|
|
|
29398
29403
|
return s.substring(1, s.length - 1).trim();
|
|
29399
29404
|
}
|
|
29400
29405
|
|
|
29401
|
-
// bazel-out/
|
|
29406
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
29402
29407
|
var Reference2 = class {
|
|
29403
29408
|
constructor(node, bestGuessOwningModule = null) {
|
|
29404
29409
|
this.node = node;
|
|
@@ -29467,7 +29472,7 @@ var Reference2 = class {
|
|
|
29467
29472
|
}
|
|
29468
29473
|
};
|
|
29469
29474
|
|
|
29470
|
-
// bazel-out/
|
|
29475
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
29471
29476
|
var ModuleResolver = class {
|
|
29472
29477
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
29473
29478
|
this.program = program;
|
|
@@ -29484,16 +29489,16 @@ var ModuleResolver = class {
|
|
|
29484
29489
|
}
|
|
29485
29490
|
};
|
|
29486
29491
|
|
|
29487
|
-
// bazel-out/
|
|
29492
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
29488
29493
|
var import_typescript21 = __toESM(require("typescript"), 1);
|
|
29489
29494
|
|
|
29490
|
-
// bazel-out/
|
|
29495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
29491
29496
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
29492
29497
|
|
|
29493
|
-
// bazel-out/
|
|
29498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
29494
29499
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
29495
29500
|
|
|
29496
|
-
// bazel-out/
|
|
29501
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
29497
29502
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
29498
29503
|
var CORE_MODULE2 = "@angular/core";
|
|
29499
29504
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -29751,7 +29756,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
29751
29756
|
return import_typescript22.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript22.default.SyntaxKind.AbstractKeyword) : false;
|
|
29752
29757
|
}
|
|
29753
29758
|
|
|
29754
|
-
// bazel-out/
|
|
29759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
29755
29760
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
29756
29761
|
const deps = [];
|
|
29757
29762
|
const errors = [];
|
|
@@ -29895,10 +29900,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
29895
29900
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain2, hints);
|
|
29896
29901
|
}
|
|
29897
29902
|
|
|
29898
|
-
// bazel-out/
|
|
29903
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
29899
29904
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
29900
29905
|
|
|
29901
|
-
// bazel-out/
|
|
29906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
29902
29907
|
var MetaKind;
|
|
29903
29908
|
(function(MetaKind2) {
|
|
29904
29909
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -29911,10 +29916,10 @@ var MatchSource;
|
|
|
29911
29916
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
29912
29917
|
})(MatchSource || (MatchSource = {}));
|
|
29913
29918
|
|
|
29914
|
-
// bazel-out/
|
|
29919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
29915
29920
|
var import_typescript26 = __toESM(require("typescript"), 1);
|
|
29916
29921
|
|
|
29917
|
-
// bazel-out/
|
|
29922
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
29918
29923
|
var ClassPropertyMapping = class {
|
|
29919
29924
|
constructor(forwardMap) {
|
|
29920
29925
|
this.forwardMap = forwardMap;
|
|
@@ -29994,7 +29999,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
29994
29999
|
return reverseMap;
|
|
29995
30000
|
}
|
|
29996
30001
|
|
|
29997
|
-
// bazel-out/
|
|
30002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
29998
30003
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
29999
30004
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
30000
30005
|
if (!import_typescript24.default.isTupleTypeNode(def)) {
|
|
@@ -30190,7 +30195,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
30190
30195
|
return hostDirectiveMeta.directive instanceof Reference2;
|
|
30191
30196
|
}
|
|
30192
30197
|
|
|
30193
|
-
// bazel-out/
|
|
30198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
30194
30199
|
var DtsMetadataReader = class {
|
|
30195
30200
|
constructor(checker, reflector) {
|
|
30196
30201
|
this.checker = checker;
|
|
@@ -30373,7 +30378,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
30373
30378
|
return result.length > 0 ? result : null;
|
|
30374
30379
|
}
|
|
30375
30380
|
|
|
30376
|
-
// bazel-out/
|
|
30381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
30377
30382
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
30378
30383
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
30379
30384
|
if (topMeta === null) {
|
|
@@ -30436,7 +30441,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
30436
30441
|
});
|
|
30437
30442
|
}
|
|
30438
30443
|
|
|
30439
|
-
// bazel-out/
|
|
30444
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
30440
30445
|
var LocalMetadataRegistry = class {
|
|
30441
30446
|
constructor() {
|
|
30442
30447
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -30493,7 +30498,7 @@ var CompoundMetadataRegistry = class {
|
|
|
30493
30498
|
}
|
|
30494
30499
|
};
|
|
30495
30500
|
|
|
30496
|
-
// bazel-out/
|
|
30501
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
30497
30502
|
var ResourceRegistry = class {
|
|
30498
30503
|
constructor() {
|
|
30499
30504
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -30558,7 +30563,7 @@ var ResourceRegistry = class {
|
|
|
30558
30563
|
}
|
|
30559
30564
|
};
|
|
30560
30565
|
|
|
30561
|
-
// bazel-out/
|
|
30566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
30562
30567
|
var ExportedProviderStatusResolver = class {
|
|
30563
30568
|
constructor(metaReader) {
|
|
30564
30569
|
this.metaReader = metaReader;
|
|
@@ -30602,7 +30607,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
30602
30607
|
}
|
|
30603
30608
|
};
|
|
30604
30609
|
|
|
30605
|
-
// bazel-out/
|
|
30610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
30606
30611
|
var EMPTY_ARRAY = [];
|
|
30607
30612
|
var HostDirectivesResolver = class {
|
|
30608
30613
|
constructor(metaReader) {
|
|
@@ -30667,10 +30672,10 @@ function resolveOutput(bindingName) {
|
|
|
30667
30672
|
return bindingName;
|
|
30668
30673
|
}
|
|
30669
30674
|
|
|
30670
|
-
// bazel-out/
|
|
30675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
30671
30676
|
var import_typescript28 = __toESM(require("typescript"), 1);
|
|
30672
30677
|
|
|
30673
|
-
// bazel-out/
|
|
30678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
30674
30679
|
var DynamicValue = class {
|
|
30675
30680
|
constructor(node, reason, code) {
|
|
30676
30681
|
this.node = node;
|
|
@@ -30760,7 +30765,7 @@ var DynamicValue = class {
|
|
|
30760
30765
|
}
|
|
30761
30766
|
};
|
|
30762
30767
|
|
|
30763
|
-
// bazel-out/
|
|
30768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
30764
30769
|
var ResolvedModule = class {
|
|
30765
30770
|
constructor(exports, evaluate) {
|
|
30766
30771
|
this.exports = exports;
|
|
@@ -30790,7 +30795,7 @@ var EnumValue = class {
|
|
|
30790
30795
|
var KnownFn = class {
|
|
30791
30796
|
};
|
|
30792
30797
|
|
|
30793
|
-
// bazel-out/
|
|
30798
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
30794
30799
|
function describeResolvedType(value, maxDepth = 1) {
|
|
30795
30800
|
var _a2, _b2;
|
|
30796
30801
|
if (value === null) {
|
|
@@ -30923,10 +30928,10 @@ function getContainerNode(node) {
|
|
|
30923
30928
|
return node.getSourceFile();
|
|
30924
30929
|
}
|
|
30925
30930
|
|
|
30926
|
-
// bazel-out/
|
|
30931
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
30927
30932
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
30928
30933
|
|
|
30929
|
-
// bazel-out/
|
|
30934
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
30930
30935
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
30931
30936
|
constructor(lhs) {
|
|
30932
30937
|
super();
|
|
@@ -30978,14 +30983,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
30978
30983
|
}
|
|
30979
30984
|
};
|
|
30980
30985
|
|
|
30981
|
-
// bazel-out/
|
|
30986
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
30982
30987
|
var SyntheticValue = class {
|
|
30983
30988
|
constructor(value) {
|
|
30984
30989
|
this.value = value;
|
|
30985
30990
|
}
|
|
30986
30991
|
};
|
|
30987
30992
|
|
|
30988
|
-
// bazel-out/
|
|
30993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
30989
30994
|
function literalBinaryOp(op) {
|
|
30990
30995
|
return { op, literal: true };
|
|
30991
30996
|
}
|
|
@@ -31560,7 +31565,7 @@ function owningModule(context, override = null) {
|
|
|
31560
31565
|
}
|
|
31561
31566
|
}
|
|
31562
31567
|
|
|
31563
|
-
// bazel-out/
|
|
31568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
31564
31569
|
var PartialEvaluator = class {
|
|
31565
31570
|
constructor(host, checker, dependencyTracker) {
|
|
31566
31571
|
this.host = host;
|
|
@@ -31580,7 +31585,7 @@ var PartialEvaluator = class {
|
|
|
31580
31585
|
}
|
|
31581
31586
|
};
|
|
31582
31587
|
|
|
31583
|
-
// bazel-out/
|
|
31588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
31584
31589
|
var CompilationMode;
|
|
31585
31590
|
(function(CompilationMode2) {
|
|
31586
31591
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -31594,7 +31599,7 @@ var HandlerPrecedence;
|
|
|
31594
31599
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
31595
31600
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
31596
31601
|
|
|
31597
|
-
// bazel-out/
|
|
31602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
31598
31603
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
31599
31604
|
function aliasTransformFactory(exportStatements) {
|
|
31600
31605
|
return () => {
|
|
@@ -31619,10 +31624,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
31619
31624
|
};
|
|
31620
31625
|
}
|
|
31621
31626
|
|
|
31622
|
-
// bazel-out/
|
|
31627
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
31623
31628
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
31624
31629
|
|
|
31625
|
-
// bazel-out/
|
|
31630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
31626
31631
|
var PerfPhase;
|
|
31627
31632
|
(function(PerfPhase2) {
|
|
31628
31633
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -31690,7 +31695,7 @@ var PerfCheckpoint;
|
|
|
31690
31695
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
31691
31696
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
31692
31697
|
|
|
31693
|
-
// bazel-out/
|
|
31698
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
31694
31699
|
var NoopPerfRecorder = class {
|
|
31695
31700
|
eventCount() {
|
|
31696
31701
|
}
|
|
@@ -31707,7 +31712,7 @@ var NoopPerfRecorder = class {
|
|
|
31707
31712
|
};
|
|
31708
31713
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
31709
31714
|
|
|
31710
|
-
// bazel-out/
|
|
31715
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
31711
31716
|
function mark() {
|
|
31712
31717
|
return process.hrtime();
|
|
31713
31718
|
}
|
|
@@ -31716,7 +31721,7 @@ function timeSinceInMicros(mark2) {
|
|
|
31716
31721
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
31717
31722
|
}
|
|
31718
31723
|
|
|
31719
|
-
// bazel-out/
|
|
31724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
31720
31725
|
var ActivePerfRecorder = class {
|
|
31721
31726
|
static zeroedToNow() {
|
|
31722
31727
|
return new ActivePerfRecorder(mark());
|
|
@@ -31810,7 +31815,7 @@ var DelegatingPerfRecorder = class {
|
|
|
31810
31815
|
}
|
|
31811
31816
|
};
|
|
31812
31817
|
|
|
31813
|
-
// bazel-out/
|
|
31818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
31814
31819
|
var TraitState;
|
|
31815
31820
|
(function(TraitState2) {
|
|
31816
31821
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -31867,7 +31872,7 @@ var TraitImpl = class {
|
|
|
31867
31872
|
}
|
|
31868
31873
|
};
|
|
31869
31874
|
|
|
31870
|
-
// bazel-out/
|
|
31875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
31871
31876
|
var TraitCompiler = class {
|
|
31872
31877
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
31873
31878
|
this.handlers = handlers;
|
|
@@ -32326,10 +32331,10 @@ function containsErrors(diagnostics) {
|
|
|
32326
32331
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript32.default.DiagnosticCategory.Error);
|
|
32327
32332
|
}
|
|
32328
32333
|
|
|
32329
|
-
// bazel-out/
|
|
32334
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
32330
32335
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
32331
32336
|
|
|
32332
|
-
// bazel-out/
|
|
32337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
32333
32338
|
var Context = class {
|
|
32334
32339
|
constructor(isStatement) {
|
|
32335
32340
|
this.isStatement = isStatement;
|
|
@@ -32342,10 +32347,10 @@ var Context = class {
|
|
|
32342
32347
|
}
|
|
32343
32348
|
};
|
|
32344
32349
|
|
|
32345
|
-
// bazel-out/
|
|
32350
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
32346
32351
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
32347
32352
|
|
|
32348
|
-
// bazel-out/
|
|
32353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
32349
32354
|
var import_typescript34 = __toESM(require("typescript"), 1);
|
|
32350
32355
|
function createGenerateUniqueIdentifierHelper() {
|
|
32351
32356
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -32371,7 +32376,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
32371
32376
|
};
|
|
32372
32377
|
}
|
|
32373
32378
|
|
|
32374
|
-
// bazel-out/
|
|
32379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
32375
32380
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
32376
32381
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
32377
32382
|
return (ctx) => {
|
|
@@ -32432,7 +32437,7 @@ function isImportStatement(stmt) {
|
|
|
32432
32437
|
return import_typescript35.default.isImportDeclaration(stmt) || import_typescript35.default.isImportEqualsDeclaration(stmt) || import_typescript35.default.isNamespaceImport(stmt);
|
|
32433
32438
|
}
|
|
32434
32439
|
|
|
32435
|
-
// bazel-out/
|
|
32440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
32436
32441
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
32437
32442
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
32438
32443
|
const requestHash = hashImportRequest(request);
|
|
@@ -32459,7 +32464,7 @@ function hashImportRequest(req) {
|
|
|
32459
32464
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
|
|
32460
32465
|
}
|
|
32461
32466
|
|
|
32462
|
-
// bazel-out/
|
|
32467
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
32463
32468
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
32464
32469
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
32465
32470
|
let candidateImportToBeUpdated = null;
|
|
@@ -32512,7 +32517,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
32512
32517
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
32513
32518
|
}
|
|
32514
32519
|
|
|
32515
|
-
// bazel-out/
|
|
32520
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
32516
32521
|
var presetImportManagerForceNamespaceImports = {
|
|
32517
32522
|
disableOriginalSourceFileReuse: true,
|
|
32518
32523
|
forceGenerateNamespacesForNewImports: true
|
|
@@ -32661,7 +32666,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
32661
32666
|
}
|
|
32662
32667
|
}
|
|
32663
32668
|
|
|
32664
|
-
// bazel-out/
|
|
32669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
32665
32670
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
32666
32671
|
[UnaryOperator.Minus, "-"],
|
|
32667
32672
|
[UnaryOperator.Plus, "+"]
|
|
@@ -32906,7 +32911,7 @@ function createRange(span) {
|
|
|
32906
32911
|
};
|
|
32907
32912
|
}
|
|
32908
32913
|
|
|
32909
|
-
// bazel-out/
|
|
32914
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
32910
32915
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
32911
32916
|
var INELIGIBLE = {};
|
|
32912
32917
|
function canEmitType(type, canEmit) {
|
|
@@ -32981,10 +32986,10 @@ var TypeEmitter = class {
|
|
|
32981
32986
|
}
|
|
32982
32987
|
};
|
|
32983
32988
|
|
|
32984
|
-
// bazel-out/
|
|
32989
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
32985
32990
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
32986
32991
|
|
|
32987
|
-
// bazel-out/
|
|
32992
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
32988
32993
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
32989
32994
|
function tsNumericExpression(value) {
|
|
32990
32995
|
if (value < 0) {
|
|
@@ -32994,7 +32999,7 @@ function tsNumericExpression(value) {
|
|
|
32994
32999
|
return import_typescript40.default.factory.createNumericLiteral(value);
|
|
32995
33000
|
}
|
|
32996
33001
|
|
|
32997
|
-
// bazel-out/
|
|
33002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
32998
33003
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
32999
33004
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
33000
33005
|
}
|
|
@@ -33211,7 +33216,7 @@ var TypeTranslatorVisitor = class {
|
|
|
33211
33216
|
}
|
|
33212
33217
|
};
|
|
33213
33218
|
|
|
33214
|
-
// bazel-out/
|
|
33219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
33215
33220
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
33216
33221
|
var PureAnnotation;
|
|
33217
33222
|
(function(PureAnnotation2) {
|
|
@@ -33414,7 +33419,7 @@ function attachComments(statement, leadingComments) {
|
|
|
33414
33419
|
}
|
|
33415
33420
|
}
|
|
33416
33421
|
|
|
33417
|
-
// bazel-out/
|
|
33422
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
33418
33423
|
function translateExpression(contextFile, expression, imports, options = {}) {
|
|
33419
33424
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
|
|
33420
33425
|
}
|
|
@@ -33422,7 +33427,7 @@ function translateStatement(contextFile, statement, imports, options = {}) {
|
|
|
33422
33427
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(true));
|
|
33423
33428
|
}
|
|
33424
33429
|
|
|
33425
|
-
// bazel-out/
|
|
33430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
33426
33431
|
var DtsTransformRegistry = class {
|
|
33427
33432
|
constructor() {
|
|
33428
33433
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -33570,10 +33575,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
33570
33575
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
33571
33576
|
}
|
|
33572
33577
|
|
|
33573
|
-
// bazel-out/
|
|
33578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
33574
33579
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
33575
33580
|
|
|
33576
|
-
// bazel-out/
|
|
33581
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
33577
33582
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
33578
33583
|
function visit(node, visitor, context) {
|
|
33579
33584
|
return visitor._visit(node, context);
|
|
@@ -33634,7 +33639,7 @@ var Visitor = class {
|
|
|
33634
33639
|
}
|
|
33635
33640
|
};
|
|
33636
33641
|
|
|
33637
|
-
// bazel-out/
|
|
33642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
33638
33643
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
33639
33644
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
33640
33645
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -33869,7 +33874,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
33869
33874
|
return array;
|
|
33870
33875
|
}
|
|
33871
33876
|
|
|
33872
|
-
// bazel-out/
|
|
33877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
33873
33878
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
33874
33879
|
const context = [];
|
|
33875
33880
|
for (const decl of data) {
|
|
@@ -34078,7 +34083,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
34078
34083
|
}
|
|
34079
34084
|
}
|
|
34080
34085
|
|
|
34081
|
-
// bazel-out/
|
|
34086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
34082
34087
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
34083
34088
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
34084
34089
|
let resolved = null;
|
|
@@ -34128,7 +34133,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
34128
34133
|
return meta;
|
|
34129
34134
|
}
|
|
34130
34135
|
|
|
34131
|
-
// bazel-out/
|
|
34136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
34132
34137
|
function compileNgFactoryDefField(metadata) {
|
|
34133
34138
|
const res = compileFactoryFunction(metadata);
|
|
34134
34139
|
return {
|
|
@@ -34150,7 +34155,7 @@ function compileDeclareFactory(metadata) {
|
|
|
34150
34155
|
};
|
|
34151
34156
|
}
|
|
34152
34157
|
|
|
34153
|
-
// bazel-out/
|
|
34158
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
34154
34159
|
var InjectableClassRegistry = class {
|
|
34155
34160
|
constructor(host, isCore) {
|
|
34156
34161
|
this.host = host;
|
|
@@ -34176,7 +34181,7 @@ var InjectableClassRegistry = class {
|
|
|
34176
34181
|
}
|
|
34177
34182
|
};
|
|
34178
34183
|
|
|
34179
|
-
// bazel-out/
|
|
34184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
34180
34185
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
34181
34186
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
34182
34187
|
if (!reflection.isClass(clazz)) {
|
|
@@ -34262,7 +34267,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
34262
34267
|
return result.transformed[0];
|
|
34263
34268
|
}
|
|
34264
34269
|
|
|
34265
|
-
// bazel-out/
|
|
34270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
34266
34271
|
var path = __toESM(require("path"), 1);
|
|
34267
34272
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
34268
34273
|
if (!reflection.isClass(clazz)) {
|
|
@@ -34288,13 +34293,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
34288
34293
|
return null;
|
|
34289
34294
|
}
|
|
34290
34295
|
|
|
34291
|
-
// bazel-out/
|
|
34296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
34292
34297
|
var NoopReferencesRegistry = class {
|
|
34293
34298
|
add(source, ...references) {
|
|
34294
34299
|
}
|
|
34295
34300
|
};
|
|
34296
34301
|
|
|
34297
|
-
// bazel-out/
|
|
34302
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
34298
34303
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
34299
34304
|
const schemas = [];
|
|
34300
34305
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -34323,7 +34328,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
34323
34328
|
return schemas;
|
|
34324
34329
|
}
|
|
34325
34330
|
|
|
34326
|
-
// bazel-out/
|
|
34331
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
34327
34332
|
function compileInputTransformFields(inputs) {
|
|
34328
34333
|
const extraFields = [];
|
|
34329
34334
|
for (const input of inputs) {
|
|
@@ -34340,10 +34345,10 @@ function compileInputTransformFields(inputs) {
|
|
|
34340
34345
|
return extraFields;
|
|
34341
34346
|
}
|
|
34342
34347
|
|
|
34343
|
-
// bazel-out/
|
|
34348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
34344
34349
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
34345
34350
|
|
|
34346
|
-
// bazel-out/
|
|
34351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
34347
34352
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
34348
34353
|
var SemanticSymbol = class {
|
|
34349
34354
|
constructor(decl) {
|
|
@@ -34359,7 +34364,7 @@ function getSymbolIdentifier(decl) {
|
|
|
34359
34364
|
return decl.name.text;
|
|
34360
34365
|
}
|
|
34361
34366
|
|
|
34362
|
-
// bazel-out/
|
|
34367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
34363
34368
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
34364
34369
|
isPublicApiAffected() {
|
|
34365
34370
|
return false;
|
|
@@ -34501,10 +34506,10 @@ function getImportPath(expr) {
|
|
|
34501
34506
|
}
|
|
34502
34507
|
}
|
|
34503
34508
|
|
|
34504
|
-
// bazel-out/
|
|
34509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
34505
34510
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
34506
34511
|
|
|
34507
|
-
// bazel-out/
|
|
34512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
34508
34513
|
function isSymbolEqual(a, b) {
|
|
34509
34514
|
if (a.decl === b.decl) {
|
|
34510
34515
|
return true;
|
|
@@ -34554,7 +34559,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
34554
34559
|
return true;
|
|
34555
34560
|
}
|
|
34556
34561
|
|
|
34557
|
-
// bazel-out/
|
|
34562
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
34558
34563
|
function extractSemanticTypeParameters(node) {
|
|
34559
34564
|
if (!import_typescript51.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
34560
34565
|
return null;
|
|
@@ -34576,14 +34581,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
34576
34581
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
34577
34582
|
}
|
|
34578
34583
|
|
|
34579
|
-
// bazel-out/
|
|
34584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
34580
34585
|
var ComponentScopeKind;
|
|
34581
34586
|
(function(ComponentScopeKind2) {
|
|
34582
34587
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
34583
34588
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
34584
34589
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
34585
34590
|
|
|
34586
|
-
// bazel-out/
|
|
34591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
34587
34592
|
var CompoundComponentScopeReader = class {
|
|
34588
34593
|
constructor(readers) {
|
|
34589
34594
|
this.readers = readers;
|
|
@@ -34608,7 +34613,7 @@ var CompoundComponentScopeReader = class {
|
|
|
34608
34613
|
}
|
|
34609
34614
|
};
|
|
34610
34615
|
|
|
34611
|
-
// bazel-out/
|
|
34616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
34612
34617
|
var MetadataDtsModuleScopeResolver = class {
|
|
34613
34618
|
constructor(dtsMetaReader, aliasingHost) {
|
|
34614
34619
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -34683,10 +34688,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
34683
34688
|
}
|
|
34684
34689
|
};
|
|
34685
34690
|
|
|
34686
|
-
// bazel-out/
|
|
34691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
34687
34692
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
34688
34693
|
|
|
34689
|
-
// bazel-out/
|
|
34694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
34690
34695
|
function getDiagnosticNode(ref, rawExpr) {
|
|
34691
34696
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
34692
34697
|
}
|
|
@@ -34712,7 +34717,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
34712
34717
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
34713
34718
|
}
|
|
34714
34719
|
|
|
34715
|
-
// bazel-out/
|
|
34720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
34716
34721
|
var LocalModuleScopeRegistry = class {
|
|
34717
34722
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
34718
34723
|
this.localReader = localReader;
|
|
@@ -35053,7 +35058,7 @@ function reexportCollision(module2, refA, refB) {
|
|
|
35053
35058
|
]);
|
|
35054
35059
|
}
|
|
35055
35060
|
|
|
35056
|
-
// bazel-out/
|
|
35061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
35057
35062
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
35058
35063
|
var TypeCheckScopeRegistry = class {
|
|
35059
35064
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -35133,10 +35138,10 @@ var TypeCheckScopeRegistry = class {
|
|
|
35133
35138
|
}
|
|
35134
35139
|
};
|
|
35135
35140
|
|
|
35136
|
-
// bazel-out/
|
|
35141
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
35137
35142
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
35138
35143
|
|
|
35139
|
-
// bazel-out/
|
|
35144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
|
|
35140
35145
|
function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
35141
35146
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
35142
35147
|
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)}.`, [
|
|
@@ -35145,7 +35150,7 @@ function validateAccessOfInitializerApiMember({ api, call: call2 }, member) {
|
|
|
35145
35150
|
}
|
|
35146
35151
|
}
|
|
35147
35152
|
|
|
35148
|
-
// bazel-out/
|
|
35153
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
35149
35154
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
35150
35155
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
35151
35156
|
if (!import_typescript55.default.isCallExpression(expression)) {
|
|
@@ -35214,7 +35219,7 @@ function parseTopLevelCallFromNamespace(call2, functions, importTracker) {
|
|
|
35214
35219
|
return { api: matchingApi, apiReference, isRequired };
|
|
35215
35220
|
}
|
|
35216
35221
|
|
|
35217
|
-
// bazel-out/
|
|
35222
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
35218
35223
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
35219
35224
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
35220
35225
|
if (!import_typescript56.default.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -35232,7 +35237,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
35232
35237
|
return { alias };
|
|
35233
35238
|
}
|
|
35234
35239
|
|
|
35235
|
-
// bazel-out/
|
|
35240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
35236
35241
|
var INPUT_INITIALIZER_FN = {
|
|
35237
35242
|
functionName: "input",
|
|
35238
35243
|
owningModule: "@angular/core",
|
|
@@ -35264,7 +35269,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
35264
35269
|
};
|
|
35265
35270
|
}
|
|
35266
35271
|
|
|
35267
|
-
// bazel-out/
|
|
35272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
35268
35273
|
var MODEL_INITIALIZER_FN = {
|
|
35269
35274
|
functionName: "model",
|
|
35270
35275
|
owningModule: "@angular/core",
|
|
@@ -35305,7 +35310,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
35305
35310
|
};
|
|
35306
35311
|
}
|
|
35307
35312
|
|
|
35308
|
-
// bazel-out/
|
|
35313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
35309
35314
|
var allowedAccessLevels = [
|
|
35310
35315
|
ClassMemberAccessLevel.PublicWritable,
|
|
35311
35316
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -35349,7 +35354,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
35349
35354
|
};
|
|
35350
35355
|
}
|
|
35351
35356
|
|
|
35352
|
-
// bazel-out/
|
|
35357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
35353
35358
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
35354
35359
|
var queryFunctionNames = [
|
|
35355
35360
|
"viewChild",
|
|
@@ -35433,7 +35438,7 @@ function parseDescendantsOption(value) {
|
|
|
35433
35438
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
35434
35439
|
}
|
|
35435
35440
|
|
|
35436
|
-
// bazel-out/
|
|
35441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
35437
35442
|
var EMPTY_OBJECT = {};
|
|
35438
35443
|
var queryDecoratorNames = [
|
|
35439
35444
|
"ViewChild",
|
|
@@ -36231,7 +36236,7 @@ function toR3InputMetadata(mapping) {
|
|
|
36231
36236
|
};
|
|
36232
36237
|
}
|
|
36233
36238
|
|
|
36234
|
-
// bazel-out/
|
|
36239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
36235
36240
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
36236
36241
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
36237
36242
|
super(decl);
|
|
@@ -36311,7 +36316,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
36311
36316
|
return isSymbolEqual(current, previous);
|
|
36312
36317
|
}
|
|
36313
36318
|
|
|
36314
|
-
// bazel-out/
|
|
36319
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
36315
36320
|
var FIELD_DECORATORS = [
|
|
36316
36321
|
"Input",
|
|
36317
36322
|
"Output",
|
|
@@ -36504,10 +36509,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
36504
36509
|
}
|
|
36505
36510
|
};
|
|
36506
36511
|
|
|
36507
|
-
// bazel-out/
|
|
36512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
36508
36513
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
36509
36514
|
|
|
36510
|
-
// bazel-out/
|
|
36515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
36511
36516
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
36512
36517
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
36513
36518
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -36579,7 +36584,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
36579
36584
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
36580
36585
|
}
|
|
36581
36586
|
|
|
36582
|
-
// bazel-out/
|
|
36587
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
36583
36588
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
36584
36589
|
constructor(decl, hasProviders) {
|
|
36585
36590
|
super(decl);
|
|
@@ -37192,7 +37197,7 @@ function isSyntheticReference(ref) {
|
|
|
37192
37197
|
return ref.synthetic;
|
|
37193
37198
|
}
|
|
37194
37199
|
|
|
37195
|
-
// bazel-out/
|
|
37200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
37196
37201
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
37197
37202
|
const name = ref.debugName || "(unknown)";
|
|
37198
37203
|
const path4 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -37215,7 +37220,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
37215
37220
|
return null;
|
|
37216
37221
|
}
|
|
37217
37222
|
|
|
37218
|
-
// bazel-out/
|
|
37223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
37219
37224
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
37220
37225
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
37221
37226
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -37567,7 +37572,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
37567
37572
|
}));
|
|
37568
37573
|
}
|
|
37569
37574
|
|
|
37570
|
-
// bazel-out/
|
|
37575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
37571
37576
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
37572
37577
|
constructor() {
|
|
37573
37578
|
super(...arguments);
|
|
@@ -37602,7 +37607,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
37602
37607
|
}
|
|
37603
37608
|
};
|
|
37604
37609
|
|
|
37605
|
-
// bazel-out/
|
|
37610
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
37606
37611
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
37607
37612
|
if (value instanceof Map) {
|
|
37608
37613
|
const name = value.get("name");
|
|
@@ -37679,12 +37684,12 @@ function isLikelyModuleWithProviders(value) {
|
|
|
37679
37684
|
return false;
|
|
37680
37685
|
}
|
|
37681
37686
|
|
|
37682
|
-
// bazel-out/
|
|
37687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
37683
37688
|
var EMPTY_ARRAY2 = [];
|
|
37684
37689
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
37685
37690
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
37686
37691
|
var ComponentDecoratorHandler = class {
|
|
37687
|
-
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, importTracker, includeClassMetadata, compilationMode, deferredSymbolTracker, forbidOrphanRendering, enableBlockSyntax,
|
|
37692
|
+
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, importTracker, includeClassMetadata, compilationMode, deferredSymbolTracker, forbidOrphanRendering, enableBlockSyntax, enableLetSyntax2, localCompilationExtraImportsTracker) {
|
|
37688
37693
|
this.reflector = reflector;
|
|
37689
37694
|
this.evaluator = evaluator;
|
|
37690
37695
|
this.metaRegistry = metaRegistry;
|
|
@@ -37720,7 +37725,7 @@ var ComponentDecoratorHandler = class {
|
|
|
37720
37725
|
this.deferredSymbolTracker = deferredSymbolTracker;
|
|
37721
37726
|
this.forbidOrphanRendering = forbidOrphanRendering;
|
|
37722
37727
|
this.enableBlockSyntax = enableBlockSyntax;
|
|
37723
|
-
this.enableLetSyntax =
|
|
37728
|
+
this.enableLetSyntax = enableLetSyntax2;
|
|
37724
37729
|
this.localCompilationExtraImportsTracker = localCompilationExtraImportsTracker;
|
|
37725
37730
|
this.literalCache = /* @__PURE__ */ new Map();
|
|
37726
37731
|
this.elementSchemaRegistry = new DomElementSchemaRegistry();
|
|
@@ -38688,7 +38693,7 @@ function isDefaultImport(node) {
|
|
|
38688
38693
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
38689
38694
|
}
|
|
38690
38695
|
|
|
38691
|
-
// bazel-out/
|
|
38696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
38692
38697
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
38693
38698
|
var InjectableDecoratorHandler = class {
|
|
38694
38699
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, includeClassMetadata, compilationMode, errorOnDuplicateProv = true) {
|
|
@@ -38919,7 +38924,7 @@ function getDep(dep, reflector) {
|
|
|
38919
38924
|
return meta;
|
|
38920
38925
|
}
|
|
38921
38926
|
|
|
38922
|
-
// bazel-out/
|
|
38927
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
38923
38928
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
38924
38929
|
var PipeSymbol = class extends SemanticSymbol {
|
|
38925
38930
|
constructor(decl, name) {
|
|
@@ -39075,13 +39080,13 @@ var PipeDecoratorHandler = class {
|
|
|
39075
39080
|
}
|
|
39076
39081
|
};
|
|
39077
39082
|
|
|
39078
|
-
// bazel-out/
|
|
39083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
|
|
39079
39084
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
39080
39085
|
|
|
39081
|
-
// bazel-out/
|
|
39086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
|
|
39082
39087
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
39083
39088
|
|
|
39084
|
-
// bazel-out/
|
|
39089
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
39085
39090
|
var EmitFlags;
|
|
39086
39091
|
(function(EmitFlags2) {
|
|
39087
39092
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -39093,13 +39098,13 @@ var EmitFlags;
|
|
|
39093
39098
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
39094
39099
|
})(EmitFlags || (EmitFlags = {}));
|
|
39095
39100
|
|
|
39096
|
-
// bazel-out/
|
|
39101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
39097
39102
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
39098
39103
|
|
|
39099
|
-
// bazel-out/
|
|
39104
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
39100
39105
|
var import_typescript123 = __toESM(require("typescript"), 1);
|
|
39101
39106
|
|
|
39102
|
-
// bazel-out/
|
|
39107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
39103
39108
|
var path2 = __toESM(require("path"), 1);
|
|
39104
39109
|
function i18nGetExtension(formatName) {
|
|
39105
39110
|
const format = formatName.toLowerCase();
|
|
@@ -39149,10 +39154,10 @@ function getPathNormalizer(basePath) {
|
|
|
39149
39154
|
};
|
|
39150
39155
|
}
|
|
39151
39156
|
|
|
39152
|
-
// bazel-out/
|
|
39157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
39153
39158
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
39154
39159
|
|
|
39155
|
-
// bazel-out/
|
|
39160
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
39156
39161
|
function toNumbers(value) {
|
|
39157
39162
|
const suffixIndex = value.lastIndexOf("-");
|
|
39158
39163
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -39187,7 +39192,7 @@ function compareVersions(v1, v2) {
|
|
|
39187
39192
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
39188
39193
|
}
|
|
39189
39194
|
|
|
39190
|
-
// bazel-out/
|
|
39195
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
39191
39196
|
var MIN_TS_VERSION = "5.4.0";
|
|
39192
39197
|
var MAX_TS_VERSION = "5.5.0";
|
|
39193
39198
|
var tsVersion = import_typescript72.default.version;
|
|
@@ -39200,10 +39205,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
39200
39205
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
39201
39206
|
}
|
|
39202
39207
|
|
|
39203
|
-
// bazel-out/
|
|
39208
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
39204
39209
|
var import_typescript119 = __toESM(require("typescript"), 1);
|
|
39205
39210
|
|
|
39206
|
-
// bazel-out/
|
|
39211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
39207
39212
|
var CycleAnalyzer = class {
|
|
39208
39213
|
constructor(importGraph) {
|
|
39209
39214
|
this.importGraph = importGraph;
|
|
@@ -39274,7 +39279,7 @@ var Cycle = class {
|
|
|
39274
39279
|
}
|
|
39275
39280
|
};
|
|
39276
39281
|
|
|
39277
|
-
// bazel-out/
|
|
39282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
39278
39283
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
39279
39284
|
var ImportGraph = class {
|
|
39280
39285
|
constructor(checker, perf) {
|
|
@@ -39366,13 +39371,13 @@ var Found = class {
|
|
|
39366
39371
|
}
|
|
39367
39372
|
};
|
|
39368
39373
|
|
|
39369
|
-
// bazel-out/
|
|
39374
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
39370
39375
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
39371
39376
|
|
|
39372
|
-
// bazel-out/
|
|
39377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
39373
39378
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
39374
39379
|
|
|
39375
|
-
// bazel-out/
|
|
39380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
39376
39381
|
var EntryType;
|
|
39377
39382
|
(function(EntryType2) {
|
|
39378
39383
|
EntryType2["Block"] = "block";
|
|
@@ -39416,17 +39421,17 @@ var MemberTags;
|
|
|
39416
39421
|
MemberTags2["Inherited"] = "override";
|
|
39417
39422
|
})(MemberTags || (MemberTags = {}));
|
|
39418
39423
|
|
|
39419
|
-
// bazel-out/
|
|
39424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
39420
39425
|
function isAngularPrivateName(name) {
|
|
39421
39426
|
var _a2;
|
|
39422
39427
|
const firstChar = (_a2 = name[0]) != null ? _a2 : "";
|
|
39423
39428
|
return firstChar === "\u0275" || firstChar === "_";
|
|
39424
39429
|
}
|
|
39425
39430
|
|
|
39426
|
-
// bazel-out/
|
|
39431
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
39427
39432
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
39428
39433
|
|
|
39429
|
-
// bazel-out/
|
|
39434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
39430
39435
|
function extractGenerics(declaration) {
|
|
39431
39436
|
var _a2, _b2;
|
|
39432
39437
|
return (_b2 = (_a2 = declaration.typeParameters) == null ? void 0 : _a2.map((typeParam) => {
|
|
@@ -39439,7 +39444,7 @@ function extractGenerics(declaration) {
|
|
|
39439
39444
|
})) != null ? _b2 : [];
|
|
39440
39445
|
}
|
|
39441
39446
|
|
|
39442
|
-
// bazel-out/
|
|
39447
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
39443
39448
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
39444
39449
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
39445
39450
|
function extractJsDocTags(node) {
|
|
@@ -39483,12 +39488,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
39483
39488
|
return comment.replace(/_NG_AT_/g, "@");
|
|
39484
39489
|
}
|
|
39485
39490
|
|
|
39486
|
-
// bazel-out/
|
|
39491
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
39487
39492
|
function extractResolvedTypeString(node, checker) {
|
|
39488
39493
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
39489
39494
|
}
|
|
39490
39495
|
|
|
39491
|
-
// bazel-out/
|
|
39496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
39492
39497
|
var FunctionExtractor = class {
|
|
39493
39498
|
constructor(name, declaration, typeChecker) {
|
|
39494
39499
|
this.name = name;
|
|
@@ -39547,7 +39552,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
39547
39552
|
}));
|
|
39548
39553
|
}
|
|
39549
39554
|
|
|
39550
|
-
// bazel-out/
|
|
39555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
39551
39556
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
39552
39557
|
function isInternal(member) {
|
|
39553
39558
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -39566,7 +39571,7 @@ function hasLeadingInternalComment(member) {
|
|
|
39566
39571
|
)) != null ? _a2 : false;
|
|
39567
39572
|
}
|
|
39568
39573
|
|
|
39569
|
-
// bazel-out/
|
|
39574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
39570
39575
|
var ClassExtractor = class {
|
|
39571
39576
|
constructor(declaration, typeChecker) {
|
|
39572
39577
|
this.declaration = declaration;
|
|
@@ -39818,7 +39823,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
39818
39823
|
return extractor.extract();
|
|
39819
39824
|
}
|
|
39820
39825
|
|
|
39821
|
-
// bazel-out/
|
|
39826
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
39822
39827
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
39823
39828
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
39824
39829
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -39876,7 +39881,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
39876
39881
|
});
|
|
39877
39882
|
}
|
|
39878
39883
|
|
|
39879
|
-
// bazel-out/
|
|
39884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
39880
39885
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
39881
39886
|
function extractorDecorator(declaration, typeChecker) {
|
|
39882
39887
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -39949,7 +39954,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
39949
39954
|
return callSignature;
|
|
39950
39955
|
}
|
|
39951
39956
|
|
|
39952
|
-
// bazel-out/
|
|
39957
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
39953
39958
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
39954
39959
|
function extractEnum(declaration, typeChecker) {
|
|
39955
39960
|
return {
|
|
@@ -39980,7 +39985,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
39980
39985
|
return (_a2 = literal3 == null ? void 0 : literal3.getText()) != null ? _a2 : "";
|
|
39981
39986
|
}
|
|
39982
39987
|
|
|
39983
|
-
// bazel-out/
|
|
39988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
39984
39989
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
39985
39990
|
var initializerApiTag = "initializerApiFunction";
|
|
39986
39991
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -40117,7 +40122,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
40117
40122
|
return (_a2 = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a2.find((s) => import_typescript81.default.isFunctionDeclaration(s) && s.body !== void 0);
|
|
40118
40123
|
}
|
|
40119
40124
|
|
|
40120
|
-
// bazel-out/
|
|
40125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
40121
40126
|
function extractTypeAlias(declaration) {
|
|
40122
40127
|
return {
|
|
40123
40128
|
name: declaration.name.getText(),
|
|
@@ -40129,7 +40134,7 @@ function extractTypeAlias(declaration) {
|
|
|
40129
40134
|
};
|
|
40130
40135
|
}
|
|
40131
40136
|
|
|
40132
|
-
// bazel-out/
|
|
40137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
40133
40138
|
var DocsExtractor = class {
|
|
40134
40139
|
constructor(typeChecker, metadataReader) {
|
|
40135
40140
|
this.typeChecker = typeChecker;
|
|
@@ -40213,7 +40218,7 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
40213
40218
|
return relativePath;
|
|
40214
40219
|
}
|
|
40215
40220
|
|
|
40216
|
-
// bazel-out/
|
|
40221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
40217
40222
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
40218
40223
|
var FlatIndexGenerator = class {
|
|
40219
40224
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -40238,7 +40243,7 @@ export * from '${relativeEntryPoint}';
|
|
|
40238
40243
|
}
|
|
40239
40244
|
};
|
|
40240
40245
|
|
|
40241
|
-
// bazel-out/
|
|
40246
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
40242
40247
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
40243
40248
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
40244
40249
|
let resolvedEntryPoint = null;
|
|
@@ -40254,7 +40259,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
40254
40259
|
return resolvedEntryPoint;
|
|
40255
40260
|
}
|
|
40256
40261
|
|
|
40257
|
-
// bazel-out/
|
|
40262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
40258
40263
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
40259
40264
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
40260
40265
|
const diagnostics = [];
|
|
@@ -40334,7 +40339,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
40334
40339
|
}
|
|
40335
40340
|
}
|
|
40336
40341
|
|
|
40337
|
-
// bazel-out/
|
|
40342
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
40338
40343
|
var ReferenceGraph = class {
|
|
40339
40344
|
constructor() {
|
|
40340
40345
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -40388,7 +40393,7 @@ var ReferenceGraph = class {
|
|
|
40388
40393
|
}
|
|
40389
40394
|
};
|
|
40390
40395
|
|
|
40391
|
-
// bazel-out/
|
|
40396
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
40392
40397
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
40393
40398
|
var UpdateMode;
|
|
40394
40399
|
(function(UpdateMode2) {
|
|
@@ -40396,13 +40401,13 @@ var UpdateMode;
|
|
|
40396
40401
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
40397
40402
|
})(UpdateMode || (UpdateMode = {}));
|
|
40398
40403
|
|
|
40399
|
-
// bazel-out/
|
|
40404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
40400
40405
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
40401
40406
|
|
|
40402
|
-
// bazel-out/
|
|
40407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
40403
40408
|
var import_typescript86 = __toESM(require("typescript"), 1);
|
|
40404
40409
|
|
|
40405
|
-
// bazel-out/
|
|
40410
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
40406
40411
|
var NgExtension = Symbol("NgExtension");
|
|
40407
40412
|
function isExtended(sf) {
|
|
40408
40413
|
return sf[NgExtension] !== void 0;
|
|
@@ -40462,13 +40467,13 @@ function retagTsFile(sf) {
|
|
|
40462
40467
|
}
|
|
40463
40468
|
}
|
|
40464
40469
|
|
|
40465
|
-
// bazel-out/
|
|
40470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
40466
40471
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
40467
40472
|
function makeShimFileName(fileName, suffix) {
|
|
40468
40473
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
40469
40474
|
}
|
|
40470
40475
|
|
|
40471
|
-
// bazel-out/
|
|
40476
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
40472
40477
|
var ShimAdapter = class {
|
|
40473
40478
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
40474
40479
|
this.delegate = delegate;
|
|
@@ -40563,7 +40568,7 @@ var ShimAdapter = class {
|
|
|
40563
40568
|
}
|
|
40564
40569
|
};
|
|
40565
40570
|
|
|
40566
|
-
// bazel-out/
|
|
40571
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
40567
40572
|
var ShimReferenceTagger = class {
|
|
40568
40573
|
constructor(shimExtensions) {
|
|
40569
40574
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -40597,7 +40602,7 @@ var ShimReferenceTagger = class {
|
|
|
40597
40602
|
}
|
|
40598
40603
|
};
|
|
40599
40604
|
|
|
40600
|
-
// bazel-out/
|
|
40605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
40601
40606
|
var DelegatingCompilerHost = class {
|
|
40602
40607
|
get jsDocParsingMode() {
|
|
40603
40608
|
return this.delegate.jsDocParsingMode;
|
|
@@ -40716,7 +40721,7 @@ var TsCreateProgramDriver = class {
|
|
|
40716
40721
|
}
|
|
40717
40722
|
};
|
|
40718
40723
|
|
|
40719
|
-
// bazel-out/
|
|
40724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
40720
40725
|
var FileDependencyGraph = class {
|
|
40721
40726
|
constructor() {
|
|
40722
40727
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -40783,7 +40788,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
40783
40788
|
return false;
|
|
40784
40789
|
}
|
|
40785
40790
|
|
|
40786
|
-
// bazel-out/
|
|
40791
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
40787
40792
|
var IncrementalStateKind;
|
|
40788
40793
|
(function(IncrementalStateKind2) {
|
|
40789
40794
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -40791,7 +40796,7 @@ var IncrementalStateKind;
|
|
|
40791
40796
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
40792
40797
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
40793
40798
|
|
|
40794
|
-
// bazel-out/
|
|
40799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
40795
40800
|
var PhaseKind;
|
|
40796
40801
|
(function(PhaseKind2) {
|
|
40797
40802
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -40992,7 +40997,7 @@ function toOriginalSourceFile(sf) {
|
|
|
40992
40997
|
}
|
|
40993
40998
|
}
|
|
40994
40999
|
|
|
40995
|
-
// bazel-out/
|
|
41000
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
40996
41001
|
var TrackedIncrementalBuildStrategy = class {
|
|
40997
41002
|
constructor() {
|
|
40998
41003
|
this.state = null;
|
|
@@ -41013,7 +41018,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
41013
41018
|
};
|
|
41014
41019
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
41015
41020
|
|
|
41016
|
-
// bazel-out/
|
|
41021
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
41017
41022
|
var IdentifierKind;
|
|
41018
41023
|
(function(IdentifierKind2) {
|
|
41019
41024
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -41032,7 +41037,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
41032
41037
|
}
|
|
41033
41038
|
};
|
|
41034
41039
|
|
|
41035
|
-
// bazel-out/
|
|
41040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
41036
41041
|
var IndexingContext = class {
|
|
41037
41042
|
constructor() {
|
|
41038
41043
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -41042,7 +41047,7 @@ var IndexingContext = class {
|
|
|
41042
41047
|
}
|
|
41043
41048
|
};
|
|
41044
41049
|
|
|
41045
|
-
// bazel-out/
|
|
41050
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
41046
41051
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
41047
41052
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
41048
41053
|
super();
|
|
@@ -41336,7 +41341,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
41336
41341
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
41337
41342
|
}
|
|
41338
41343
|
|
|
41339
|
-
// bazel-out/
|
|
41344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
41340
41345
|
function generateAnalysis(context) {
|
|
41341
41346
|
const analysis = /* @__PURE__ */ new Map();
|
|
41342
41347
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -41372,7 +41377,7 @@ function generateAnalysis(context) {
|
|
|
41372
41377
|
return analysis;
|
|
41373
41378
|
}
|
|
41374
41379
|
|
|
41375
|
-
// bazel-out/
|
|
41380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
41376
41381
|
var NgModuleIndexImpl = class {
|
|
41377
41382
|
constructor(metaReader, localReader) {
|
|
41378
41383
|
this.metaReader = metaReader;
|
|
@@ -41461,7 +41466,7 @@ var NgModuleIndexImpl = class {
|
|
|
41461
41466
|
}
|
|
41462
41467
|
};
|
|
41463
41468
|
|
|
41464
|
-
// bazel-out/
|
|
41469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
41465
41470
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
41466
41471
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
41467
41472
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -41613,7 +41618,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
41613
41618
|
};
|
|
41614
41619
|
}
|
|
41615
41620
|
|
|
41616
|
-
// bazel-out/
|
|
41621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
41617
41622
|
var StandaloneComponentScopeReader = class {
|
|
41618
41623
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
41619
41624
|
this.metaReader = metaReader;
|
|
@@ -41709,14 +41714,14 @@ var StandaloneComponentScopeReader = class {
|
|
|
41709
41714
|
}
|
|
41710
41715
|
};
|
|
41711
41716
|
|
|
41712
|
-
// bazel-out/
|
|
41717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
41713
41718
|
var OptimizeFor;
|
|
41714
41719
|
(function(OptimizeFor2) {
|
|
41715
41720
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
41716
41721
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
41717
41722
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
41718
41723
|
|
|
41719
|
-
// bazel-out/
|
|
41724
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
41720
41725
|
var CompletionKind;
|
|
41721
41726
|
(function(CompletionKind2) {
|
|
41722
41727
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -41724,7 +41729,7 @@ var CompletionKind;
|
|
|
41724
41729
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
41725
41730
|
})(CompletionKind || (CompletionKind = {}));
|
|
41726
41731
|
|
|
41727
|
-
// bazel-out/
|
|
41732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
41728
41733
|
var PotentialImportKind;
|
|
41729
41734
|
(function(PotentialImportKind2) {
|
|
41730
41735
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -41736,7 +41741,7 @@ var PotentialImportMode;
|
|
|
41736
41741
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
41737
41742
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
41738
41743
|
|
|
41739
|
-
// bazel-out/
|
|
41744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
41740
41745
|
var SymbolKind;
|
|
41741
41746
|
(function(SymbolKind2) {
|
|
41742
41747
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -41753,7 +41758,7 @@ var SymbolKind;
|
|
|
41753
41758
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
41754
41759
|
})(SymbolKind || (SymbolKind = {}));
|
|
41755
41760
|
|
|
41756
|
-
// bazel-out/
|
|
41761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
41757
41762
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
41758
41763
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
41759
41764
|
var _a2;
|
|
@@ -41864,7 +41869,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
41864
41869
|
);
|
|
41865
41870
|
}
|
|
41866
41871
|
|
|
41867
|
-
// bazel-out/
|
|
41872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
41868
41873
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
41869
41874
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
41870
41875
|
function getTemplateId(clazz) {
|
|
@@ -41881,10 +41886,10 @@ function allocateTemplateId(sf) {
|
|
|
41881
41886
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
41882
41887
|
}
|
|
41883
41888
|
|
|
41884
|
-
// bazel-out/
|
|
41889
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
41885
41890
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
41886
41891
|
|
|
41887
|
-
// bazel-out/
|
|
41892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
41888
41893
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
41889
41894
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
41890
41895
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -42014,7 +42019,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
42014
42019
|
}) || false;
|
|
42015
42020
|
}
|
|
42016
42021
|
|
|
42017
|
-
// bazel-out/
|
|
42022
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
42018
42023
|
var CompletionEngine = class {
|
|
42019
42024
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
42020
42025
|
this.tcb = tcb;
|
|
@@ -43277,10 +43282,10 @@ var MagicString = class {
|
|
|
43277
43282
|
}
|
|
43278
43283
|
};
|
|
43279
43284
|
|
|
43280
|
-
// bazel-out/
|
|
43285
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
43281
43286
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
43282
43287
|
|
|
43283
|
-
// bazel-out/
|
|
43288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
43284
43289
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
43285
43290
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
43286
43291
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -43332,10 +43337,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
43332
43337
|
}
|
|
43333
43338
|
};
|
|
43334
43339
|
|
|
43335
|
-
// bazel-out/
|
|
43340
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
43336
43341
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
43337
43342
|
|
|
43338
|
-
// bazel-out/
|
|
43343
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
43339
43344
|
var ReferenceEmitEnvironment = class {
|
|
43340
43345
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
43341
43346
|
this.importManager = importManager;
|
|
@@ -43365,7 +43370,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
43365
43370
|
}
|
|
43366
43371
|
};
|
|
43367
43372
|
|
|
43368
|
-
// bazel-out/
|
|
43373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
43369
43374
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
43370
43375
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
43371
43376
|
import_typescript97.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -43448,13 +43453,13 @@ function tsNumericExpression2(value) {
|
|
|
43448
43453
|
return import_typescript97.default.factory.createNumericLiteral(value);
|
|
43449
43454
|
}
|
|
43450
43455
|
|
|
43451
|
-
// bazel-out/
|
|
43456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
43452
43457
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
43453
43458
|
|
|
43454
|
-
// bazel-out/
|
|
43459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
43455
43460
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
43456
43461
|
|
|
43457
|
-
// bazel-out/
|
|
43462
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
43458
43463
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
43459
43464
|
var TypeParameterEmitter = class {
|
|
43460
43465
|
constructor(typeParameters, reflector) {
|
|
@@ -43532,7 +43537,7 @@ var TypeParameterEmitter = class {
|
|
|
43532
43537
|
}
|
|
43533
43538
|
};
|
|
43534
43539
|
|
|
43535
|
-
// bazel-out/
|
|
43540
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
43536
43541
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
43537
43542
|
Identifiers.InputSignalBrandWriteType
|
|
43538
43543
|
];
|
|
@@ -43624,7 +43629,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
43624
43629
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
43625
43630
|
}
|
|
43626
43631
|
|
|
43627
|
-
// bazel-out/
|
|
43632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
43628
43633
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
43629
43634
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
43630
43635
|
const rawType = import_typescript101.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -43747,7 +43752,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
43747
43752
|
});
|
|
43748
43753
|
}
|
|
43749
43754
|
|
|
43750
|
-
// bazel-out/
|
|
43755
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
43751
43756
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
43752
43757
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
43753
43758
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -43819,7 +43824,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
43819
43824
|
}
|
|
43820
43825
|
};
|
|
43821
43826
|
|
|
43822
|
-
// bazel-out/
|
|
43827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
43823
43828
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
43824
43829
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
43825
43830
|
constructor(resolver) {
|
|
@@ -44019,7 +44024,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
44019
44024
|
});
|
|
44020
44025
|
}
|
|
44021
44026
|
|
|
44022
|
-
// bazel-out/
|
|
44027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
44023
44028
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
44024
44029
|
var TypeCheckShimGenerator = class {
|
|
44025
44030
|
constructor() {
|
|
@@ -44037,10 +44042,10 @@ var TypeCheckShimGenerator = class {
|
|
|
44037
44042
|
}
|
|
44038
44043
|
};
|
|
44039
44044
|
|
|
44040
|
-
// bazel-out/
|
|
44045
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
44041
44046
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
44042
44047
|
|
|
44043
|
-
// bazel-out/
|
|
44048
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
44044
44049
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
44045
44050
|
function wrapForDiagnostics(expr) {
|
|
44046
44051
|
return import_typescript105.default.factory.createParenthesizedExpression(expr);
|
|
@@ -44095,7 +44100,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
44095
44100
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
44096
44101
|
}
|
|
44097
44102
|
|
|
44098
|
-
// bazel-out/
|
|
44103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
44099
44104
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
44100
44105
|
var NULL_AS_ANY = import_typescript106.default.factory.createAsExpression(import_typescript106.default.factory.createNull(), import_typescript106.default.factory.createKeywordTypeNode(import_typescript106.default.SyntaxKind.AnyKeyword));
|
|
44101
44106
|
var UNDEFINED = import_typescript106.default.factory.createIdentifier("undefined");
|
|
@@ -44427,7 +44432,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
44427
44432
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
44428
44433
|
})();
|
|
44429
44434
|
|
|
44430
|
-
// bazel-out/
|
|
44435
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
44431
44436
|
var TcbGenericContextBehavior;
|
|
44432
44437
|
(function(TcbGenericContextBehavior2) {
|
|
44433
44438
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -46004,7 +46009,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
46004
46009
|
}
|
|
46005
46010
|
};
|
|
46006
46011
|
|
|
46007
|
-
// bazel-out/
|
|
46012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
46008
46013
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
46009
46014
|
var TypeCheckFile = class extends Environment {
|
|
46010
46015
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -46052,7 +46057,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
46052
46057
|
}
|
|
46053
46058
|
};
|
|
46054
46059
|
|
|
46055
|
-
// bazel-out/
|
|
46060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
46056
46061
|
var InliningMode;
|
|
46057
46062
|
(function(InliningMode2) {
|
|
46058
46063
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -46304,7 +46309,7 @@ var TypeCtorOp = class {
|
|
|
46304
46309
|
}
|
|
46305
46310
|
};
|
|
46306
46311
|
|
|
46307
|
-
// bazel-out/
|
|
46312
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
46308
46313
|
var LF_CHAR = 10;
|
|
46309
46314
|
var CR_CHAR = 13;
|
|
46310
46315
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -46345,7 +46350,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
46345
46350
|
return low - 1;
|
|
46346
46351
|
}
|
|
46347
46352
|
|
|
46348
|
-
// bazel-out/
|
|
46353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
46349
46354
|
var TemplateSource = class {
|
|
46350
46355
|
constructor(mapping, file) {
|
|
46351
46356
|
this.mapping = mapping;
|
|
@@ -46396,7 +46401,7 @@ var TemplateSourceManager = class {
|
|
|
46396
46401
|
}
|
|
46397
46402
|
};
|
|
46398
46403
|
|
|
46399
|
-
// bazel-out/
|
|
46404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
46400
46405
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
46401
46406
|
var SymbolBuilder = class {
|
|
46402
46407
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -46963,7 +46968,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
46963
46968
|
};
|
|
46964
46969
|
}
|
|
46965
46970
|
|
|
46966
|
-
// bazel-out/
|
|
46971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
46967
46972
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
46968
46973
|
var TemplateTypeCheckerImpl = class {
|
|
46969
46974
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -47663,7 +47668,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
47663
47668
|
}
|
|
47664
47669
|
};
|
|
47665
47670
|
|
|
47666
|
-
// bazel-out/
|
|
47671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
47667
47672
|
var import_typescript113 = __toESM(require("typescript"), 1);
|
|
47668
47673
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
47669
47674
|
"WritableSignal",
|
|
@@ -47683,7 +47688,7 @@ function isSignalSymbol(symbol) {
|
|
|
47683
47688
|
});
|
|
47684
47689
|
}
|
|
47685
47690
|
|
|
47686
|
-
// bazel-out/
|
|
47691
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
47687
47692
|
var TemplateCheckWithVisitor = class {
|
|
47688
47693
|
run(ctx, component, template2) {
|
|
47689
47694
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -47810,7 +47815,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
47810
47815
|
}
|
|
47811
47816
|
};
|
|
47812
47817
|
|
|
47813
|
-
// bazel-out/
|
|
47818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
47814
47819
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
47815
47820
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
47816
47821
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -47862,7 +47867,7 @@ var factory = {
|
|
|
47862
47867
|
create: () => new InterpolatedSignalCheck()
|
|
47863
47868
|
};
|
|
47864
47869
|
|
|
47865
|
-
// bazel-out/
|
|
47870
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
47866
47871
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
47867
47872
|
constructor() {
|
|
47868
47873
|
super(...arguments);
|
|
@@ -47887,7 +47892,7 @@ var factory2 = {
|
|
|
47887
47892
|
create: () => new InvalidBananaInBoxCheck()
|
|
47888
47893
|
};
|
|
47889
47894
|
|
|
47890
|
-
// bazel-out/
|
|
47895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
47891
47896
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
47892
47897
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
47893
47898
|
["ngFor", { directive: "NgFor", builtIn: "@for" }],
|
|
@@ -47931,7 +47936,7 @@ var factory3 = {
|
|
|
47931
47936
|
}
|
|
47932
47937
|
};
|
|
47933
47938
|
|
|
47934
|
-
// bazel-out/
|
|
47939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
47935
47940
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
47936
47941
|
constructor() {
|
|
47937
47942
|
super(...arguments);
|
|
@@ -47963,7 +47968,7 @@ var factory4 = {
|
|
|
47963
47968
|
create: () => new MissingNgForOfLetCheck()
|
|
47964
47969
|
};
|
|
47965
47970
|
|
|
47966
|
-
// bazel-out/
|
|
47971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
47967
47972
|
var import_typescript114 = __toESM(require("typescript"), 1);
|
|
47968
47973
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
47969
47974
|
constructor() {
|
|
@@ -48007,7 +48012,7 @@ var factory5 = {
|
|
|
48007
48012
|
}
|
|
48008
48013
|
};
|
|
48009
48014
|
|
|
48010
|
-
// bazel-out/
|
|
48015
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
48011
48016
|
var import_typescript115 = __toESM(require("typescript"), 1);
|
|
48012
48017
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
48013
48018
|
constructor() {
|
|
@@ -48052,7 +48057,7 @@ var factory6 = {
|
|
|
48052
48057
|
}
|
|
48053
48058
|
};
|
|
48054
48059
|
|
|
48055
|
-
// bazel-out/
|
|
48060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
48056
48061
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
48057
48062
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
48058
48063
|
constructor() {
|
|
@@ -48075,7 +48080,7 @@ var factory7 = {
|
|
|
48075
48080
|
create: () => new SuffixNotSupportedCheck()
|
|
48076
48081
|
};
|
|
48077
48082
|
|
|
48078
|
-
// bazel-out/
|
|
48083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
48079
48084
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
48080
48085
|
constructor() {
|
|
48081
48086
|
super(...arguments);
|
|
@@ -48113,10 +48118,10 @@ var factory8 = {
|
|
|
48113
48118
|
create: () => new TextAttributeNotBindingSpec()
|
|
48114
48119
|
};
|
|
48115
48120
|
|
|
48116
|
-
// bazel-out/
|
|
48121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
48117
48122
|
var import_typescript116 = __toESM(require("typescript"), 1);
|
|
48118
48123
|
|
|
48119
|
-
// bazel-out/
|
|
48124
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
48120
48125
|
var DiagnosticCategoryLabel;
|
|
48121
48126
|
(function(DiagnosticCategoryLabel2) {
|
|
48122
48127
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -48124,7 +48129,7 @@ var DiagnosticCategoryLabel;
|
|
|
48124
48129
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
48125
48130
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
48126
48131
|
|
|
48127
|
-
// bazel-out/
|
|
48132
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
48128
48133
|
var ExtendedTemplateCheckerImpl = class {
|
|
48129
48134
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
48130
48135
|
var _a2, _b2, _c2, _d2, _e2;
|
|
@@ -48176,7 +48181,7 @@ function assertNever(value) {
|
|
|
48176
48181
|
${value}`);
|
|
48177
48182
|
}
|
|
48178
48183
|
|
|
48179
|
-
// bazel-out/
|
|
48184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
48180
48185
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
48181
48186
|
factory2,
|
|
48182
48187
|
factory5,
|
|
@@ -48192,7 +48197,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
48192
48197
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
48193
48198
|
]);
|
|
48194
48199
|
|
|
48195
|
-
// bazel-out/
|
|
48200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
48196
48201
|
var import_typescript117 = __toESM(require("typescript"), 1);
|
|
48197
48202
|
var TemplateSemanticsCheckerImpl = class {
|
|
48198
48203
|
constructor(templateTypeChecker) {
|
|
@@ -48282,7 +48287,7 @@ function unwrapAstWithSource(ast) {
|
|
|
48282
48287
|
return ast instanceof ASTWithSource ? ast.ast : ast;
|
|
48283
48288
|
}
|
|
48284
48289
|
|
|
48285
|
-
// bazel-out/
|
|
48290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
48286
48291
|
var import_typescript118 = __toESM(require("typescript"), 1);
|
|
48287
48292
|
var APIS_TO_CHECK = [
|
|
48288
48293
|
INPUT_INITIALIZER_FN,
|
|
@@ -48333,7 +48338,7 @@ var InitializerApiUsageRule = class {
|
|
|
48333
48338
|
}
|
|
48334
48339
|
};
|
|
48335
48340
|
|
|
48336
|
-
// bazel-out/
|
|
48341
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
48337
48342
|
var SourceFileValidator = class {
|
|
48338
48343
|
constructor(reflector, importedSymbolsTracker) {
|
|
48339
48344
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -48371,7 +48376,7 @@ var SourceFileValidator = class {
|
|
|
48371
48376
|
}
|
|
48372
48377
|
};
|
|
48373
48378
|
|
|
48374
|
-
// bazel-out/
|
|
48379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
48375
48380
|
function coreHasSymbol(program, symbol) {
|
|
48376
48381
|
const checker = program.getTypeChecker();
|
|
48377
48382
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -48390,7 +48395,7 @@ function isMaybeCore(sf) {
|
|
|
48390
48395
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
48391
48396
|
}
|
|
48392
48397
|
|
|
48393
|
-
// bazel-out/
|
|
48398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
48394
48399
|
var import_semver = __toESM(require_semver2(), 1);
|
|
48395
48400
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
48396
48401
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -48399,7 +48404,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
48399
48404
|
return import_semver.default.satisfies(coreVersion, minVersion);
|
|
48400
48405
|
}
|
|
48401
48406
|
|
|
48402
|
-
// bazel-out/
|
|
48407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
48403
48408
|
var CompilationTicketKind;
|
|
48404
48409
|
(function(CompilationTicketKind2) {
|
|
48405
48410
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -49182,7 +49187,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
49182
49187
|
return versions;
|
|
49183
49188
|
}
|
|
49184
49189
|
|
|
49185
|
-
// bazel-out/
|
|
49190
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
49186
49191
|
var import_typescript121 = __toESM(require("typescript"), 1);
|
|
49187
49192
|
var DelegatingCompilerHost2 = class {
|
|
49188
49193
|
get jsDocParsingMode() {
|
|
@@ -49321,7 +49326,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
49321
49326
|
}
|
|
49322
49327
|
};
|
|
49323
49328
|
|
|
49324
|
-
// bazel-out/
|
|
49329
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
49325
49330
|
var NgtscProgram = class {
|
|
49326
49331
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
49327
49332
|
this.options = options;
|
|
@@ -49548,18 +49553,18 @@ function mergeEmitResults(emitResults) {
|
|
|
49548
49553
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
49549
49554
|
}
|
|
49550
49555
|
|
|
49551
|
-
// bazel-out/
|
|
49556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
49552
49557
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
49553
49558
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
49554
49559
|
}
|
|
49555
49560
|
|
|
49556
|
-
// bazel-out/
|
|
49561
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
49557
49562
|
var import_typescript125 = __toESM(require("typescript"), 1);
|
|
49558
49563
|
|
|
49559
|
-
// bazel-out/
|
|
49564
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
49560
49565
|
var import_typescript124 = __toESM(require("typescript"), 1);
|
|
49561
49566
|
|
|
49562
|
-
// bazel-out/
|
|
49567
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
49563
49568
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
49564
49569
|
ngDevMode: false,
|
|
49565
49570
|
ngI18nClosureMode: false
|
|
@@ -49568,7 +49573,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
49568
49573
|
ngJitMode: false
|
|
49569
49574
|
});
|
|
49570
49575
|
|
|
49571
|
-
// bazel-out/
|
|
49576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
49572
49577
|
var LogLevel;
|
|
49573
49578
|
(function(LogLevel2) {
|
|
49574
49579
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -49577,7 +49582,7 @@ var LogLevel;
|
|
|
49577
49582
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
49578
49583
|
})(LogLevel || (LogLevel = {}));
|
|
49579
49584
|
|
|
49580
|
-
// bazel-out/
|
|
49585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
49581
49586
|
var RESET = "\x1B[0m";
|
|
49582
49587
|
var RED = "\x1B[31m";
|
|
49583
49588
|
var YELLOW = "\x1B[33m";
|
|
@@ -49586,18 +49591,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
49586
49591
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
49587
49592
|
var ERROR = `${RED}Error:${RESET}`;
|
|
49588
49593
|
|
|
49589
|
-
// bazel-out/
|
|
49594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
49590
49595
|
setFileSystem(new NodeJSFileSystem());
|
|
49591
49596
|
|
|
49592
|
-
// bazel-out/
|
|
49597
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
49593
49598
|
var import_fs2 = require("fs");
|
|
49594
49599
|
var import_path8 = require("path");
|
|
49595
49600
|
var import_typescript138 = __toESM(require("typescript"), 1);
|
|
49596
49601
|
|
|
49597
|
-
// bazel-out/
|
|
49602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
49598
49603
|
var import_typescript127 = __toESM(require("typescript"), 1);
|
|
49599
49604
|
|
|
49600
|
-
// bazel-out/
|
|
49605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
49601
49606
|
var import_path4 = require("path");
|
|
49602
49607
|
var import_typescript126 = __toESM(require("typescript"), 1);
|
|
49603
49608
|
var ImportManager2 = class {
|
|
@@ -49781,7 +49786,7 @@ ${text2}`;
|
|
|
49781
49786
|
}
|
|
49782
49787
|
};
|
|
49783
49788
|
|
|
49784
|
-
// bazel-out/
|
|
49789
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
49785
49790
|
var ChangeTracker = class {
|
|
49786
49791
|
constructor(_printer, _importRemapper) {
|
|
49787
49792
|
__publicField(this, "_printer");
|
|
@@ -49844,7 +49849,7 @@ function normalizePath(path4) {
|
|
|
49844
49849
|
return path4.replace(/\\/g, "/");
|
|
49845
49850
|
}
|
|
49846
49851
|
|
|
49847
|
-
// bazel-out/
|
|
49852
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
49848
49853
|
var import_core19 = require("@angular-devkit/core");
|
|
49849
49854
|
function getProjectTsConfigPaths(tree) {
|
|
49850
49855
|
return __async(this, null, function* () {
|
|
@@ -49924,11 +49929,11 @@ function getWorkspace(tree) {
|
|
|
49924
49929
|
});
|
|
49925
49930
|
}
|
|
49926
49931
|
|
|
49927
|
-
// bazel-out/
|
|
49932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
49928
49933
|
var import_path5 = require("path");
|
|
49929
49934
|
var import_typescript129 = __toESM(require("typescript"), 1);
|
|
49930
49935
|
|
|
49931
|
-
// bazel-out/
|
|
49936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
49932
49937
|
var path3 = __toESM(require("path"), 1);
|
|
49933
49938
|
var import_typescript128 = __toESM(require("typescript"), 1);
|
|
49934
49939
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -49945,7 +49950,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
49945
49950
|
return import_typescript128.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
49946
49951
|
}
|
|
49947
49952
|
|
|
49948
|
-
// bazel-out/
|
|
49953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
49949
49954
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
49950
49955
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
49951
49956
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -49974,13 +49979,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
49974
49979
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
49975
49980
|
}
|
|
49976
49981
|
|
|
49977
|
-
// bazel-out/
|
|
49982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
49978
49983
|
var import_typescript134 = __toESM(require("typescript"), 1);
|
|
49979
49984
|
|
|
49980
|
-
// bazel-out/
|
|
49985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
49981
49986
|
var import_typescript131 = __toESM(require("typescript"), 1);
|
|
49982
49987
|
|
|
49983
|
-
// bazel-out/
|
|
49988
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
49984
49989
|
var import_typescript130 = __toESM(require("typescript"), 1);
|
|
49985
49990
|
function getImportOfIdentifier(typeChecker, node) {
|
|
49986
49991
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -50031,7 +50036,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
50031
50036
|
});
|
|
50032
50037
|
}
|
|
50033
50038
|
|
|
50034
|
-
// bazel-out/
|
|
50039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
50035
50040
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
50036
50041
|
if (!import_typescript131.default.isCallExpression(decorator.expression) || !import_typescript131.default.isIdentifier(decorator.expression.expression)) {
|
|
50037
50042
|
return null;
|
|
@@ -50040,7 +50045,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
50040
50045
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
50041
50046
|
}
|
|
50042
50047
|
|
|
50043
|
-
// bazel-out/
|
|
50048
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
50044
50049
|
function getAngularDecorators2(typeChecker, decorators) {
|
|
50045
50050
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
50046
50051
|
node,
|
|
@@ -50050,7 +50055,7 @@ function getAngularDecorators2(typeChecker, decorators) {
|
|
|
50050
50055
|
}));
|
|
50051
50056
|
}
|
|
50052
50057
|
|
|
50053
|
-
// bazel-out/
|
|
50058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
50054
50059
|
var import_typescript132 = __toESM(require("typescript"), 1);
|
|
50055
50060
|
function closestNode(node, predicate) {
|
|
50056
50061
|
let current = node.parent;
|
|
@@ -50063,7 +50068,7 @@ function closestNode(node, predicate) {
|
|
|
50063
50068
|
return null;
|
|
50064
50069
|
}
|
|
50065
50070
|
|
|
50066
|
-
// bazel-out/
|
|
50071
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
50067
50072
|
var import_path6 = require("path");
|
|
50068
50073
|
var import_typescript133 = __toESM(require("typescript"), 1);
|
|
50069
50074
|
var UniqueItemTracker = class {
|
|
@@ -50241,7 +50246,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
50241
50246
|
}));
|
|
50242
50247
|
}
|
|
50243
50248
|
|
|
50244
|
-
// bazel-out/
|
|
50249
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
50245
50250
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
50246
50251
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
50247
50252
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -50440,14 +50445,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
50440
50445
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
50441
50446
|
}
|
|
50442
50447
|
|
|
50443
|
-
// bazel-out/
|
|
50448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
50444
50449
|
var import_path7 = require("path");
|
|
50445
50450
|
var import_typescript137 = __toESM(require("typescript"), 1);
|
|
50446
50451
|
|
|
50447
|
-
// bazel-out/
|
|
50452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
50448
50453
|
var import_typescript136 = __toESM(require("typescript"), 1);
|
|
50449
50454
|
|
|
50450
|
-
// bazel-out/
|
|
50455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
50451
50456
|
var import_typescript135 = __toESM(require("typescript"), 1);
|
|
50452
50457
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
50453
50458
|
var _a2, _b2;
|
|
@@ -50456,7 +50461,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
50456
50461
|
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];
|
|
50457
50462
|
}
|
|
50458
50463
|
|
|
50459
|
-
// bazel-out/
|
|
50464
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
50460
50465
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
50461
50466
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
50462
50467
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -50826,7 +50831,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
50826
50831
|
return metadata != null && metadata.isStandalone;
|
|
50827
50832
|
}
|
|
50828
50833
|
|
|
50829
|
-
// bazel-out/
|
|
50834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
50830
50835
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
50831
50836
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
50832
50837
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -51203,7 +51208,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
51203
51208
|
return false;
|
|
51204
51209
|
}
|
|
51205
51210
|
|
|
51206
|
-
// bazel-out/
|
|
51211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
51207
51212
|
var MigrationMode;
|
|
51208
51213
|
(function(MigrationMode2) {
|
|
51209
51214
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|