@angular/core 16.0.4 → 16.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/application_ref.mjs +3 -3
- package/esm2022/src/hydration/annotate.mjs +4 -5
- package/esm2022/src/hydration/skip_hydration.mjs +10 -4
- package/esm2022/src/render3/instructions/element.mjs +7 -4
- package/esm2022/src/render3/instructions/shared.mjs +3 -3
- package/esm2022/src/render3/interfaces/renderer_dom.mjs +1 -1
- package/esm2022/src/render3/interfaces/type_checks.mjs +4 -1
- package/esm2022/src/render3/jit/directive.mjs +2 -2
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +24 -13
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +20 -8
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/guard-and-resolve-interfaces/bundle.js +13 -13
- package/schematics/migrations/remove-module-id/bundle.js +14 -14
- package/schematics/ng-generate/standalone-migration/bundle.js +364 -357
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
67
67
|
var standalone_migration_exports = {};
|
|
68
68
|
__export(standalone_migration_exports, {
|
|
69
69
|
default: () => standalone_migration_default
|
|
@@ -71,10 +71,10 @@ __export(standalone_migration_exports, {
|
|
|
71
71
|
module.exports = __toCommonJS(standalone_migration_exports);
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
75
75
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
76
76
|
|
|
77
|
-
// bazel-out/
|
|
77
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
78
78
|
var InvalidFileSystem = class {
|
|
79
79
|
exists(path3) {
|
|
80
80
|
throw makeError();
|
|
@@ -162,7 +162,7 @@ function makeError() {
|
|
|
162
162
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
// bazel-out/
|
|
165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
166
166
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
167
167
|
function stripExtension(path3) {
|
|
168
168
|
return path3.replace(TS_DTS_JS_EXTENSION, "");
|
|
@@ -175,7 +175,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
175
175
|
return sf;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
// bazel-out/
|
|
178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
179
179
|
var fs = new InvalidFileSystem();
|
|
180
180
|
function getFileSystem() {
|
|
181
181
|
return fs;
|
|
@@ -219,7 +219,7 @@ function toRelativeImport(relativePath) {
|
|
|
219
219
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
// bazel-out/
|
|
222
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
223
223
|
var LogicalProjectPath = {
|
|
224
224
|
relativePathBetween: function(from, to) {
|
|
225
225
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -265,7 +265,7 @@ function isWithinBasePath(base, path3) {
|
|
|
265
265
|
return isLocalRelativePath(relative(base, path3));
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
269
269
|
var import_fs = __toESM(require("fs"), 1);
|
|
270
270
|
var import_module = __toESM(require("module"), 1);
|
|
271
271
|
var p = __toESM(require("path"), 1);
|
|
@@ -373,7 +373,7 @@ function toggleCase(str) {
|
|
|
373
373
|
return str.replace(/\w/g, (ch) => ch.toUpperCase() === ch ? ch.toLowerCase() : ch.toUpperCase());
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
377
377
|
var _SELECTOR_REGEXP = new RegExp(
|
|
378
378
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
379
379
|
"g"
|
|
@@ -681,7 +681,7 @@ var SelectorContext = class {
|
|
|
681
681
|
}
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
// bazel-out/
|
|
684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
685
685
|
var emitDistinctChangesOnlyDefaultValue = true;
|
|
686
686
|
var ViewEncapsulation;
|
|
687
687
|
(function(ViewEncapsulation2) {
|
|
@@ -744,7 +744,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
744
744
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
-
// bazel-out/
|
|
747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
|
|
748
748
|
var BigInteger = class {
|
|
749
749
|
static zero() {
|
|
750
750
|
return new BigInteger([0]);
|
|
@@ -836,7 +836,7 @@ var BigIntExponentiation = class {
|
|
|
836
836
|
}
|
|
837
837
|
};
|
|
838
838
|
|
|
839
|
-
// bazel-out/
|
|
839
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
840
840
|
var textEncoder;
|
|
841
841
|
function digest(message) {
|
|
842
842
|
return message.id || computeDigest(message);
|
|
@@ -1099,7 +1099,7 @@ function wordsToDecimalString(hi, lo) {
|
|
|
1099
1099
|
return decimal.toString();
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
// bazel-out/
|
|
1102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
1103
1103
|
var TypeModifier;
|
|
1104
1104
|
(function(TypeModifier2) {
|
|
1105
1105
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -2087,7 +2087,7 @@ function serializeTags(tags) {
|
|
|
2087
2087
|
return out;
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
|
-
// bazel-out/
|
|
2090
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
2091
2091
|
var CONSTANT_PREFIX = "_c";
|
|
2092
2092
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
2093
2093
|
var KEY_CONTEXT = {};
|
|
@@ -2256,7 +2256,7 @@ function isLongStringLiteral(expr) {
|
|
|
2256
2256
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2257
2257
|
}
|
|
2258
2258
|
|
|
2259
|
-
// bazel-out/
|
|
2259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2260
2260
|
var CORE = "@angular/core";
|
|
2261
2261
|
var _Identifiers = class {
|
|
2262
2262
|
};
|
|
@@ -2811,7 +2811,7 @@ var Identifiers = _Identifiers;
|
|
|
2811
2811
|
_Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
|
|
2812
2812
|
})();
|
|
2813
2813
|
|
|
2814
|
-
// bazel-out/
|
|
2814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2815
2815
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2816
2816
|
function dashCaseToCamelCase(input) {
|
|
2817
2817
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2899,7 +2899,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
2899
2899
|
return [truthy, falsy];
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
-
// bazel-out/
|
|
2902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2903
2903
|
var VERSION = 3;
|
|
2904
2904
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2905
2905
|
var SourceMapGenerator = class {
|
|
@@ -3028,7 +3028,7 @@ function toBase64Digit(value) {
|
|
|
3028
3028
|
return B64_DIGITS[value];
|
|
3029
3029
|
}
|
|
3030
3030
|
|
|
3031
|
-
// bazel-out/
|
|
3031
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3032
3032
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3033
3033
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3034
3034
|
var _INDENT_WITH = " ";
|
|
@@ -3503,7 +3503,7 @@ function _createIndent(count) {
|
|
|
3503
3503
|
return res;
|
|
3504
3504
|
}
|
|
3505
3505
|
|
|
3506
|
-
// bazel-out/
|
|
3506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3507
3507
|
function typeWithParameters(type, numParams) {
|
|
3508
3508
|
if (numParams === 0) {
|
|
3509
3509
|
return expressionType(type);
|
|
@@ -3571,7 +3571,7 @@ function generateForwardRef(expr) {
|
|
|
3571
3571
|
return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
|
|
3572
3572
|
}
|
|
3573
3573
|
|
|
3574
|
-
// bazel-out/
|
|
3574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3575
3575
|
var R3FactoryDelegateType;
|
|
3576
3576
|
(function(R3FactoryDelegateType2) {
|
|
3577
3577
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3716,7 +3716,7 @@ function getInjectFn(target) {
|
|
|
3716
3716
|
}
|
|
3717
3717
|
}
|
|
3718
3718
|
|
|
3719
|
-
// bazel-out/
|
|
3719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3720
3720
|
var Comment = class {
|
|
3721
3721
|
constructor(value, sourceSpan) {
|
|
3722
3722
|
this.value = value;
|
|
@@ -3938,7 +3938,7 @@ function visitAll(visitor, nodes) {
|
|
|
3938
3938
|
return result;
|
|
3939
3939
|
}
|
|
3940
3940
|
|
|
3941
|
-
// bazel-out/
|
|
3941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
3942
3942
|
var Message = class {
|
|
3943
3943
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
3944
3944
|
this.nodes = nodes;
|
|
@@ -4101,7 +4101,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4101
4101
|
}
|
|
4102
4102
|
};
|
|
4103
4103
|
|
|
4104
|
-
// bazel-out/
|
|
4104
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
4105
4105
|
var Serializer = class {
|
|
4106
4106
|
createNameMapper(message) {
|
|
4107
4107
|
return null;
|
|
@@ -4153,7 +4153,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
4153
4153
|
}
|
|
4154
4154
|
};
|
|
4155
4155
|
|
|
4156
|
-
// bazel-out/
|
|
4156
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4157
4157
|
var _Visitor = class {
|
|
4158
4158
|
visitTag(tag) {
|
|
4159
4159
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4241,7 +4241,7 @@ function escapeXml(text2) {
|
|
|
4241
4241
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
4242
4242
|
}
|
|
4243
4243
|
|
|
4244
|
-
// bazel-out/
|
|
4244
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4245
4245
|
var _MESSAGES_TAG = "messagebundle";
|
|
4246
4246
|
var _MESSAGE_TAG = "msg";
|
|
4247
4247
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -4384,7 +4384,7 @@ function toPublicName(internalName) {
|
|
|
4384
4384
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4385
4385
|
}
|
|
4386
4386
|
|
|
4387
|
-
// bazel-out/
|
|
4387
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4388
4388
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4389
4389
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4390
4390
|
var I18N_ATTR = "i18n";
|
|
@@ -4486,7 +4486,7 @@ function declareI18nVariable(variable2) {
|
|
|
4486
4486
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4487
4487
|
}
|
|
4488
4488
|
|
|
4489
|
-
// bazel-out/
|
|
4489
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4490
4490
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4491
4491
|
var TEMPORARY_NAME = "_t";
|
|
4492
4492
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4694,7 +4694,7 @@ function getInstructionStatements(instructions) {
|
|
|
4694
4694
|
return statements;
|
|
4695
4695
|
}
|
|
4696
4696
|
|
|
4697
|
-
// bazel-out/
|
|
4697
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4698
4698
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4699
4699
|
let result = null;
|
|
4700
4700
|
const factoryMeta = {
|
|
@@ -4782,7 +4782,7 @@ function createFactoryFunction(type) {
|
|
|
4782
4782
|
return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
|
|
4783
4783
|
}
|
|
4784
4784
|
|
|
4785
|
-
// bazel-out/
|
|
4785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4786
4786
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4787
4787
|
/^\s*$/,
|
|
4788
4788
|
/[<>]/,
|
|
@@ -4804,7 +4804,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4804
4804
|
}
|
|
4805
4805
|
}
|
|
4806
4806
|
|
|
4807
|
-
// bazel-out/
|
|
4807
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
|
|
4808
4808
|
var InterpolationConfig = class {
|
|
4809
4809
|
static fromArray(markers) {
|
|
4810
4810
|
if (!markers) {
|
|
@@ -4820,7 +4820,7 @@ var InterpolationConfig = class {
|
|
|
4820
4820
|
};
|
|
4821
4821
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4822
4822
|
|
|
4823
|
-
// bazel-out/
|
|
4823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4824
4824
|
var $EOF = 0;
|
|
4825
4825
|
var $BSPACE = 8;
|
|
4826
4826
|
var $TAB = 9;
|
|
@@ -4901,7 +4901,7 @@ function isQuote(code) {
|
|
|
4901
4901
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4902
4902
|
}
|
|
4903
4903
|
|
|
4904
|
-
// bazel-out/
|
|
4904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4905
4905
|
var ParseLocation = class {
|
|
4906
4906
|
constructor(file, offset, line, col) {
|
|
4907
4907
|
this.file = file;
|
|
@@ -5048,7 +5048,7 @@ function sanitizeIdentifier(name) {
|
|
|
5048
5048
|
return name.replace(/\W/g, "_");
|
|
5049
5049
|
}
|
|
5050
5050
|
|
|
5051
|
-
// bazel-out/
|
|
5051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5052
5052
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5053
5053
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5054
5054
|
constructor() {
|
|
@@ -5119,7 +5119,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5119
5119
|
}
|
|
5120
5120
|
};
|
|
5121
5121
|
|
|
5122
|
-
// bazel-out/
|
|
5122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5123
5123
|
var policy;
|
|
5124
5124
|
function getPolicy() {
|
|
5125
5125
|
if (policy === void 0) {
|
|
@@ -5156,7 +5156,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5156
5156
|
return fn2.bind(_global);
|
|
5157
5157
|
}
|
|
5158
5158
|
|
|
5159
|
-
// bazel-out/
|
|
5159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5160
5160
|
var JitEvaluator = class {
|
|
5161
5161
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5162
5162
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5247,7 +5247,7 @@ function isUseStrictStatement(statement) {
|
|
|
5247
5247
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5248
5248
|
}
|
|
5249
5249
|
|
|
5250
|
-
// bazel-out/
|
|
5250
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5251
5251
|
function compileInjector(meta) {
|
|
5252
5252
|
const definitionMap = new DefinitionMap();
|
|
5253
5253
|
if (meta.providers !== null) {
|
|
@@ -5264,7 +5264,7 @@ function createInjectorType(meta) {
|
|
|
5264
5264
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5265
5265
|
}
|
|
5266
5266
|
|
|
5267
|
-
// bazel-out/
|
|
5267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5268
5268
|
var R3JitReflector = class {
|
|
5269
5269
|
constructor(context) {
|
|
5270
5270
|
this.context = context;
|
|
@@ -5280,7 +5280,7 @@ var R3JitReflector = class {
|
|
|
5280
5280
|
}
|
|
5281
5281
|
};
|
|
5282
5282
|
|
|
5283
|
-
// bazel-out/
|
|
5283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5284
5284
|
var R3SelectorScopeMode;
|
|
5285
5285
|
(function(R3SelectorScopeMode2) {
|
|
5286
5286
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5393,7 +5393,7 @@ function tupleOfTypes(types) {
|
|
|
5393
5393
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5394
5394
|
}
|
|
5395
5395
|
|
|
5396
|
-
// bazel-out/
|
|
5396
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5397
5397
|
function compilePipeFromMetadata(metadata) {
|
|
5398
5398
|
const definitionMapValues = [];
|
|
5399
5399
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5414,7 +5414,7 @@ function createPipeType(metadata) {
|
|
|
5414
5414
|
]));
|
|
5415
5415
|
}
|
|
5416
5416
|
|
|
5417
|
-
// bazel-out/
|
|
5417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5418
5418
|
var R3TemplateDependencyKind;
|
|
5419
5419
|
(function(R3TemplateDependencyKind2) {
|
|
5420
5420
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5422,7 +5422,7 @@ var R3TemplateDependencyKind;
|
|
|
5422
5422
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5423
5423
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5424
5424
|
|
|
5425
|
-
// bazel-out/
|
|
5425
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5426
5426
|
var ParserError = class {
|
|
5427
5427
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5428
5428
|
this.input = input;
|
|
@@ -6088,7 +6088,7 @@ var BoundElementProperty = class {
|
|
|
6088
6088
|
}
|
|
6089
6089
|
};
|
|
6090
6090
|
|
|
6091
|
-
// bazel-out/
|
|
6091
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
6092
6092
|
var _EventHandlerVars = class {
|
|
6093
6093
|
};
|
|
6094
6094
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6709,7 +6709,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6709
6709
|
}
|
|
6710
6710
|
};
|
|
6711
6711
|
|
|
6712
|
-
// bazel-out/
|
|
6712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6713
6713
|
var _SECURITY_SCHEMA;
|
|
6714
6714
|
function SECURITY_SCHEMA() {
|
|
6715
6715
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6767,7 +6767,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6767
6767
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6768
6768
|
}
|
|
6769
6769
|
|
|
6770
|
-
// bazel-out/
|
|
6770
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6771
6771
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6772
6772
|
"inherit",
|
|
6773
6773
|
"initial",
|
|
@@ -6802,11 +6802,21 @@ var ShadowCss = class {
|
|
|
6802
6802
|
this._animationDeclarationKeyframesRe = /(^|\s+)(?:(?:(['"])((?:\\\\|\\\2|(?!\2).)+)\2)|(-?[A-Za-z][\w\-]*))(?=[,\s]|$)/g;
|
|
6803
6803
|
}
|
|
6804
6804
|
shimCssText(cssText, selector, hostSelector = "") {
|
|
6805
|
-
const
|
|
6806
|
-
cssText =
|
|
6805
|
+
const comments = [];
|
|
6806
|
+
cssText = cssText.replace(_commentRe, (m) => {
|
|
6807
|
+
var _a2;
|
|
6808
|
+
if (m.match(_commentWithHashRe)) {
|
|
6809
|
+
comments.push(m);
|
|
6810
|
+
} else {
|
|
6811
|
+
const newLinesMatches = m.match(_newLinesRe);
|
|
6812
|
+
comments.push(((_a2 = newLinesMatches == null ? void 0 : newLinesMatches.join("")) != null ? _a2 : "") + "\n");
|
|
6813
|
+
}
|
|
6814
|
+
return COMMENT_PLACEHOLDER;
|
|
6815
|
+
});
|
|
6807
6816
|
cssText = this._insertDirectives(cssText);
|
|
6808
6817
|
const scopedCssText = this._scopeCssText(cssText, selector, hostSelector);
|
|
6809
|
-
|
|
6818
|
+
let commentIdx = 0;
|
|
6819
|
+
return scopedCssText.replace(_commentWithHashPlaceHolderRe, () => comments[commentIdx++]);
|
|
6810
6820
|
}
|
|
6811
6821
|
_insertDirectives(cssText) {
|
|
6812
6822
|
cssText = this._insertPolyfillDirectivesInCssText(cssText);
|
|
@@ -7071,17 +7081,14 @@ var _selectorReSuffix = "([>\\s~+[.,{:][\\s\\S]*)?$";
|
|
|
7071
7081
|
var _polyfillHostRe = /-shadowcsshost/gim;
|
|
7072
7082
|
var _colonHostRe = /:host/gim;
|
|
7073
7083
|
var _colonHostContextRe = /:host-context/gim;
|
|
7084
|
+
var _newLinesRe = /\r?\n/g;
|
|
7074
7085
|
var _commentRe = /\/\*[\s\S]*?\*\//g;
|
|
7086
|
+
var _commentWithHashRe = /\/\*\s*#\s*source(Mapping)?URL=/g;
|
|
7087
|
+
var COMMENT_PLACEHOLDER = "%COMMENT%";
|
|
7088
|
+
var _commentWithHashPlaceHolderRe = new RegExp(COMMENT_PLACEHOLDER, "g");
|
|
7075
7089
|
var _placeholderRe = /__ph-(\d+)__/g;
|
|
7076
|
-
function stripComments(input) {
|
|
7077
|
-
return input.replace(_commentRe, "");
|
|
7078
|
-
}
|
|
7079
|
-
var _commentWithHashRe = /\/\*\s*#\s*source(Mapping)?URL=[\s\S]+?\*\//g;
|
|
7080
|
-
function extractCommentsWithHash(input) {
|
|
7081
|
-
return input.match(_commentWithHashRe) || [];
|
|
7082
|
-
}
|
|
7083
7090
|
var BLOCK_PLACEHOLDER = "%BLOCK%";
|
|
7084
|
-
var _ruleRe =
|
|
7091
|
+
var _ruleRe = new RegExp(`(\\s*(?:${COMMENT_PLACEHOLDER}\\s*)*)([^;\\{\\}]+?)(\\s*)((?:{%BLOCK%}?\\s*;?)|(?:\\s*;))`, "g");
|
|
7085
7092
|
var CONTENT_PAIRS = /* @__PURE__ */ new Map([["{", "}"]]);
|
|
7086
7093
|
var COMMA_IN_PLACEHOLDER = "%COMMA_IN_PLACEHOLDER%";
|
|
7087
7094
|
var SEMI_IN_PLACEHOLDER = "%SEMI_IN_PLACEHOLDER%";
|
|
@@ -7227,7 +7234,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7227
7234
|
}
|
|
7228
7235
|
}
|
|
7229
7236
|
|
|
7230
|
-
// bazel-out/
|
|
7237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7231
7238
|
var TagContentType;
|
|
7232
7239
|
(function(TagContentType2) {
|
|
7233
7240
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7260,7 +7267,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7260
7267
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7261
7268
|
}
|
|
7262
7269
|
|
|
7263
|
-
// bazel-out/
|
|
7270
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
|
|
7264
7271
|
var ElementAttributeKind;
|
|
7265
7272
|
(function(ElementAttributeKind2) {
|
|
7266
7273
|
ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
|
|
@@ -7337,7 +7344,7 @@ function assertIsElementAttributes(attrs) {
|
|
|
7337
7344
|
}
|
|
7338
7345
|
}
|
|
7339
7346
|
|
|
7340
|
-
// bazel-out/
|
|
7347
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7341
7348
|
var OpKind;
|
|
7342
7349
|
(function(OpKind2) {
|
|
7343
7350
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7371,7 +7378,7 @@ var SemanticVariableKind;
|
|
|
7371
7378
|
SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
|
|
7372
7379
|
})(SemanticVariableKind || (SemanticVariableKind = {}));
|
|
7373
7380
|
|
|
7374
|
-
// bazel-out/
|
|
7381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7375
7382
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7376
7383
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7377
7384
|
var UsesSlotIndex = Symbol("UsesSlotIndex");
|
|
@@ -7404,7 +7411,7 @@ function hasUsesSlotIndexTrait(value) {
|
|
|
7404
7411
|
return value[UsesSlotIndex] === true;
|
|
7405
7412
|
}
|
|
7406
7413
|
|
|
7407
|
-
// bazel-out/
|
|
7414
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7408
7415
|
var _a;
|
|
7409
7416
|
var ExpressionBase = class extends Expression {
|
|
7410
7417
|
constructor(sourceSpan = null) {
|
|
@@ -7642,7 +7649,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
|
|
|
7642
7649
|
}
|
|
7643
7650
|
}
|
|
7644
7651
|
|
|
7645
|
-
// bazel-out/
|
|
7652
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7646
7653
|
var _OpList = class {
|
|
7647
7654
|
constructor() {
|
|
7648
7655
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7806,7 +7813,7 @@ var OpList = _OpList;
|
|
|
7806
7813
|
_OpList.nextListId = 0;
|
|
7807
7814
|
})();
|
|
7808
7815
|
|
|
7809
|
-
// bazel-out/
|
|
7816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7810
7817
|
function createStatementOp(statement) {
|
|
7811
7818
|
return __spreadValues({
|
|
7812
7819
|
kind: OpKind.Statement,
|
|
@@ -7827,7 +7834,7 @@ var NEW_OP = {
|
|
|
7827
7834
|
next: null
|
|
7828
7835
|
};
|
|
7829
7836
|
|
|
7830
|
-
// bazel-out/
|
|
7837
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7831
7838
|
function createElementStartOp(tag, xref) {
|
|
7832
7839
|
return __spreadValues(__spreadValues({
|
|
7833
7840
|
kind: OpKind.ElementStart,
|
|
@@ -7872,7 +7879,7 @@ function createListenerOp(target, name, tag) {
|
|
|
7872
7879
|
}, NEW_OP), TRAIT_USES_SLOT_INDEX);
|
|
7873
7880
|
}
|
|
7874
7881
|
|
|
7875
|
-
// bazel-out/
|
|
7882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
7876
7883
|
function createInterpolateTextOp(xref, strings, expressions) {
|
|
7877
7884
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
7878
7885
|
kind: OpKind.InterpolateText,
|
|
@@ -7896,7 +7903,7 @@ function createAdvanceOp(delta) {
|
|
|
7896
7903
|
}, NEW_OP);
|
|
7897
7904
|
}
|
|
7898
7905
|
|
|
7899
|
-
// bazel-out/
|
|
7906
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
7900
7907
|
function phaseConstCollection(cpl) {
|
|
7901
7908
|
for (const [_, view] of cpl.views) {
|
|
7902
7909
|
for (const op of view.create) {
|
|
@@ -7937,7 +7944,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
|
|
|
7937
7944
|
return literalArr(attrArray);
|
|
7938
7945
|
}
|
|
7939
7946
|
|
|
7940
|
-
// bazel-out/
|
|
7947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
7941
7948
|
function phaseEmptyElements(cpl) {
|
|
7942
7949
|
for (const [_, view] of cpl.views) {
|
|
7943
7950
|
for (const op of view.create) {
|
|
@@ -7949,7 +7956,7 @@ function phaseEmptyElements(cpl) {
|
|
|
7949
7956
|
}
|
|
7950
7957
|
}
|
|
7951
7958
|
|
|
7952
|
-
// bazel-out/
|
|
7959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
7953
7960
|
function phaseGenerateAdvance(cpl) {
|
|
7954
7961
|
for (const [_, view] of cpl.views) {
|
|
7955
7962
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -7981,7 +7988,7 @@ function phaseGenerateAdvance(cpl) {
|
|
|
7981
7988
|
}
|
|
7982
7989
|
}
|
|
7983
7990
|
|
|
7984
|
-
// bazel-out/
|
|
7991
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
7985
7992
|
function element(slot, tag, constIndex, localRefIndex) {
|
|
7986
7993
|
return elementStartBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
|
|
7987
7994
|
}
|
|
@@ -8106,7 +8113,7 @@ function callInterpolation(config, baseArgs, interpolationArgs) {
|
|
|
8106
8113
|
}
|
|
8107
8114
|
}
|
|
8108
8115
|
|
|
8109
|
-
// bazel-out/
|
|
8116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
8110
8117
|
function phaseReify(cpl) {
|
|
8111
8118
|
for (const [_, view] of cpl.views) {
|
|
8112
8119
|
reifyCreateOperations(view, view.create);
|
|
@@ -8231,7 +8238,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
|
|
|
8231
8238
|
}
|
|
8232
8239
|
};
|
|
8233
8240
|
|
|
8234
|
-
// bazel-out/
|
|
8241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
8235
8242
|
function phaseSlotAllocation(cpl) {
|
|
8236
8243
|
const slotMap = /* @__PURE__ */ new Map();
|
|
8237
8244
|
for (const [_, view] of cpl.views) {
|
|
@@ -8271,7 +8278,7 @@ function phaseSlotAllocation(cpl) {
|
|
|
8271
8278
|
}
|
|
8272
8279
|
}
|
|
8273
8280
|
|
|
8274
|
-
// bazel-out/
|
|
8281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
8275
8282
|
function phaseVarCounting(cpl) {
|
|
8276
8283
|
for (const [_, view] of cpl.views) {
|
|
8277
8284
|
let varCount = 0;
|
|
@@ -8311,7 +8318,7 @@ function varsUsedByIrExpression(expr) {
|
|
|
8311
8318
|
return 0;
|
|
8312
8319
|
}
|
|
8313
8320
|
|
|
8314
|
-
// bazel-out/
|
|
8321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
8315
8322
|
function phaseNaming(cpl) {
|
|
8316
8323
|
addNamesToView(cpl.root, cpl.componentName, { index: 0 });
|
|
8317
8324
|
}
|
|
@@ -8369,7 +8376,7 @@ function getVariableName(variable2, state) {
|
|
|
8369
8376
|
return variable2.name;
|
|
8370
8377
|
}
|
|
8371
8378
|
|
|
8372
|
-
// bazel-out/
|
|
8379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
8373
8380
|
function phaseLocalRefs(cpl) {
|
|
8374
8381
|
for (const view of cpl.views.values()) {
|
|
8375
8382
|
for (const op of view.create) {
|
|
@@ -8400,7 +8407,7 @@ function serializeLocalRefs(refs) {
|
|
|
8400
8407
|
return literalArr(constRefs);
|
|
8401
8408
|
}
|
|
8402
8409
|
|
|
8403
|
-
// bazel-out/
|
|
8410
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
8404
8411
|
function phaseGenerateVariables(cpl) {
|
|
8405
8412
|
recursivelyProcessView(cpl.root, null);
|
|
8406
8413
|
}
|
|
@@ -8497,7 +8504,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
8497
8504
|
return newOps;
|
|
8498
8505
|
}
|
|
8499
8506
|
|
|
8500
|
-
// bazel-out/
|
|
8507
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
8501
8508
|
function phaseResolveNames(cpl) {
|
|
8502
8509
|
for (const [_, view] of cpl.views) {
|
|
8503
8510
|
processLexicalScope(view, view.create, null);
|
|
@@ -8550,7 +8557,7 @@ function processLexicalScope(view, ops, savedView) {
|
|
|
8550
8557
|
}
|
|
8551
8558
|
}
|
|
8552
8559
|
|
|
8553
|
-
// bazel-out/
|
|
8560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
8554
8561
|
function phaseResolveContexts(cpl) {
|
|
8555
8562
|
for (const view of cpl.views.values()) {
|
|
8556
8563
|
processLexicalScope2(view, view.create);
|
|
@@ -8588,7 +8595,7 @@ function processLexicalScope2(view, ops) {
|
|
|
8588
8595
|
}
|
|
8589
8596
|
}
|
|
8590
8597
|
|
|
8591
|
-
// bazel-out/
|
|
8598
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
8592
8599
|
function phaseVariableOptimization(cpl, options) {
|
|
8593
8600
|
for (const [_, view] of cpl.views) {
|
|
8594
8601
|
optimizeVariablesInOpList(view.create, options);
|
|
@@ -8786,7 +8793,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
8786
8793
|
}
|
|
8787
8794
|
}
|
|
8788
8795
|
|
|
8789
|
-
// bazel-out/
|
|
8796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8790
8797
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8791
8798
|
Identifiers.elementStart,
|
|
8792
8799
|
Identifiers.elementEnd,
|
|
@@ -8829,7 +8836,7 @@ function chainOperationsInList(opList) {
|
|
|
8829
8836
|
}
|
|
8830
8837
|
}
|
|
8831
8838
|
|
|
8832
|
-
// bazel-out/
|
|
8839
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
8833
8840
|
function phaseMergeNextContext(cpl) {
|
|
8834
8841
|
for (const view of cpl.views.values()) {
|
|
8835
8842
|
for (const op of view.create) {
|
|
@@ -8871,7 +8878,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
8871
8878
|
}
|
|
8872
8879
|
}
|
|
8873
8880
|
|
|
8874
|
-
// bazel-out/
|
|
8881
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
8875
8882
|
function transformTemplate(cpl) {
|
|
8876
8883
|
phaseGenerateVariables(cpl);
|
|
8877
8884
|
phaseResolveNames(cpl);
|
|
@@ -8946,7 +8953,7 @@ function maybeGenerateRfBlock(flag, statements) {
|
|
|
8946
8953
|
];
|
|
8947
8954
|
}
|
|
8948
8955
|
|
|
8949
|
-
// bazel-out/
|
|
8956
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8950
8957
|
var ComponentCompilation = class {
|
|
8951
8958
|
constructor(componentName) {
|
|
8952
8959
|
this.componentName = componentName;
|
|
@@ -9003,7 +9010,7 @@ var ViewCompilation = class {
|
|
|
9003
9010
|
}
|
|
9004
9011
|
};
|
|
9005
9012
|
|
|
9006
|
-
// bazel-out/
|
|
9013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
9007
9014
|
function ingest(componentName, template2) {
|
|
9008
9015
|
const cpl = new ComponentCompilation(componentName);
|
|
9009
9016
|
ingestNodes(cpl.root, template2);
|
|
@@ -9140,10 +9147,10 @@ function assertIsArray(value) {
|
|
|
9140
9147
|
}
|
|
9141
9148
|
}
|
|
9142
9149
|
|
|
9143
|
-
// bazel-out/
|
|
9150
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
9144
9151
|
var USE_TEMPLATE_PIPELINE = false;
|
|
9145
9152
|
|
|
9146
|
-
// bazel-out/
|
|
9153
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
9147
9154
|
function parse(value) {
|
|
9148
9155
|
const styles = [];
|
|
9149
9156
|
let i = 0;
|
|
@@ -9204,7 +9211,7 @@ function hyphenate(value) {
|
|
|
9204
9211
|
}).toLowerCase();
|
|
9205
9212
|
}
|
|
9206
9213
|
|
|
9207
|
-
// bazel-out/
|
|
9214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
9208
9215
|
var IMPORTANT_FLAG = "!important";
|
|
9209
9216
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
9210
9217
|
var StylingBuilder = class {
|
|
@@ -9537,7 +9544,7 @@ function isEmptyExpression(ast) {
|
|
|
9537
9544
|
return ast instanceof EmptyExpr;
|
|
9538
9545
|
}
|
|
9539
9546
|
|
|
9540
|
-
// bazel-out/
|
|
9547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9541
9548
|
var TokenType;
|
|
9542
9549
|
(function(TokenType2) {
|
|
9543
9550
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9898,7 +9905,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9898
9905
|
return result;
|
|
9899
9906
|
}
|
|
9900
9907
|
|
|
9901
|
-
// bazel-out/
|
|
9908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9902
9909
|
var SplitInterpolation = class {
|
|
9903
9910
|
constructor(strings, expressions, offsets) {
|
|
9904
9911
|
this.strings = strings;
|
|
@@ -10792,7 +10799,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10792
10799
|
return offsetMap;
|
|
10793
10800
|
}
|
|
10794
10801
|
|
|
10795
|
-
// bazel-out/
|
|
10802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10796
10803
|
var NodeWithI18n = class {
|
|
10797
10804
|
constructor(sourceSpan, i18n) {
|
|
10798
10805
|
this.sourceSpan = sourceSpan;
|
|
@@ -10880,11 +10887,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
10880
10887
|
return result;
|
|
10881
10888
|
}
|
|
10882
10889
|
|
|
10883
|
-
// bazel-out/
|
|
10890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10884
10891
|
var ElementSchemaRegistry = class {
|
|
10885
10892
|
};
|
|
10886
10893
|
|
|
10887
|
-
// bazel-out/
|
|
10894
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10888
10895
|
var BOOLEAN = "boolean";
|
|
10889
10896
|
var NUMBER = "number";
|
|
10890
10897
|
var STRING = "string";
|
|
@@ -11237,7 +11244,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11237
11244
|
}
|
|
11238
11245
|
}
|
|
11239
11246
|
|
|
11240
|
-
// bazel-out/
|
|
11247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11241
11248
|
var HtmlTagDefinition = class {
|
|
11242
11249
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11243
11250
|
this.closedByChildren = {};
|
|
@@ -11355,7 +11362,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11355
11362
|
return (_b = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b : DEFAULT_TAG_DEFINITION;
|
|
11356
11363
|
}
|
|
11357
11364
|
|
|
11358
|
-
// bazel-out/
|
|
11365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11359
11366
|
var NAMED_ENTITIES = {
|
|
11360
11367
|
"AElig": "\xC6",
|
|
11361
11368
|
"AMP": "&",
|
|
@@ -13486,7 +13493,7 @@ var NAMED_ENTITIES = {
|
|
|
13486
13493
|
var NGSP_UNICODE = "\uE500";
|
|
13487
13494
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13488
13495
|
|
|
13489
|
-
// bazel-out/
|
|
13496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13490
13497
|
var TokenError = class extends ParseError {
|
|
13491
13498
|
constructor(errorMsg, tokenType, span) {
|
|
13492
13499
|
super(span, errorMsg);
|
|
@@ -14321,7 +14328,7 @@ var CursorError = class {
|
|
|
14321
14328
|
}
|
|
14322
14329
|
};
|
|
14323
14330
|
|
|
14324
|
-
// bazel-out/
|
|
14331
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14325
14332
|
var TreeError = class extends ParseError {
|
|
14326
14333
|
static create(elementName, span, msg) {
|
|
14327
14334
|
return new TreeError(elementName, span, msg);
|
|
@@ -14648,7 +14655,7 @@ function decodeEntity(match, entity) {
|
|
|
14648
14655
|
return match;
|
|
14649
14656
|
}
|
|
14650
14657
|
|
|
14651
|
-
// bazel-out/
|
|
14658
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
14652
14659
|
var HtmlParser = class extends Parser2 {
|
|
14653
14660
|
constructor() {
|
|
14654
14661
|
super(getHtmlTagDefinition);
|
|
@@ -14658,7 +14665,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
14658
14665
|
}
|
|
14659
14666
|
};
|
|
14660
14667
|
|
|
14661
|
-
// bazel-out/
|
|
14668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
14662
14669
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
14663
14670
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
14664
14671
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -14718,7 +14725,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
14718
14725
|
return result;
|
|
14719
14726
|
}
|
|
14720
14727
|
|
|
14721
|
-
// bazel-out/
|
|
14728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
14722
14729
|
function mapLiteral(obj, quoted = false) {
|
|
14723
14730
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
14724
14731
|
key,
|
|
@@ -14727,7 +14734,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
14727
14734
|
})));
|
|
14728
14735
|
}
|
|
14729
14736
|
|
|
14730
|
-
// bazel-out/
|
|
14737
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
14731
14738
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
14732
14739
|
"iframe|srcdoc",
|
|
14733
14740
|
"*|innerhtml",
|
|
@@ -14742,7 +14749,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
14742
14749
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
14743
14750
|
}
|
|
14744
14751
|
|
|
14745
|
-
// bazel-out/
|
|
14752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
14746
14753
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
14747
14754
|
var ATTRIBUTE_PREFIX = "attr";
|
|
14748
14755
|
var CLASS_PREFIX = "class";
|
|
@@ -15062,7 +15069,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
15062
15069
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
15063
15070
|
}
|
|
15064
15071
|
|
|
15065
|
-
// bazel-out/
|
|
15072
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
15066
15073
|
function isStyleUrlResolvable(url) {
|
|
15067
15074
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
15068
15075
|
return false;
|
|
@@ -15071,7 +15078,7 @@ function isStyleUrlResolvable(url) {
|
|
|
15071
15078
|
}
|
|
15072
15079
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
15073
15080
|
|
|
15074
|
-
// bazel-out/
|
|
15081
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
15075
15082
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
15076
15083
|
var LINK_ELEMENT = "link";
|
|
15077
15084
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -15141,7 +15148,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
15141
15148
|
return selectAttr;
|
|
15142
15149
|
}
|
|
15143
15150
|
|
|
15144
|
-
// bazel-out/
|
|
15151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
15145
15152
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
15146
15153
|
var KW_BIND_IDX = 1;
|
|
15147
15154
|
var KW_LET_IDX = 2;
|
|
@@ -15489,7 +15496,7 @@ function textContents(node) {
|
|
|
15489
15496
|
}
|
|
15490
15497
|
}
|
|
15491
15498
|
|
|
15492
|
-
// bazel-out/
|
|
15499
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
15493
15500
|
var TagType;
|
|
15494
15501
|
(function(TagType2) {
|
|
15495
15502
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -15624,7 +15631,7 @@ function serializePlaceholderValue(value) {
|
|
|
15624
15631
|
}
|
|
15625
15632
|
}
|
|
15626
15633
|
|
|
15627
|
-
// bazel-out/
|
|
15634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
15628
15635
|
var IcuSerializerVisitor = class {
|
|
15629
15636
|
visitText(text2) {
|
|
15630
15637
|
return text2.value;
|
|
@@ -15655,7 +15662,7 @@ function serializeIcuNode(icu) {
|
|
|
15655
15662
|
return icu.visit(serializer);
|
|
15656
15663
|
}
|
|
15657
15664
|
|
|
15658
|
-
// bazel-out/
|
|
15665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15659
15666
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15660
15667
|
"A": "LINK",
|
|
15661
15668
|
"B": "BOLD_TEXT",
|
|
@@ -15749,7 +15756,7 @@ var PlaceholderRegistry = class {
|
|
|
15749
15756
|
}
|
|
15750
15757
|
};
|
|
15751
15758
|
|
|
15752
|
-
// bazel-out/
|
|
15759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15753
15760
|
var _expParser = new Parser(new Lexer());
|
|
15754
15761
|
function createI18nMessageFactory(interpolationConfig) {
|
|
15755
15762
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig);
|
|
@@ -15904,14 +15911,14 @@ function extractPlaceholderName(input) {
|
|
|
15904
15911
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15905
15912
|
}
|
|
15906
15913
|
|
|
15907
|
-
// bazel-out/
|
|
15914
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15908
15915
|
var I18nError = class extends ParseError {
|
|
15909
15916
|
constructor(span, msg) {
|
|
15910
15917
|
super(span, msg);
|
|
15911
15918
|
}
|
|
15912
15919
|
};
|
|
15913
15920
|
|
|
15914
|
-
// bazel-out/
|
|
15921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15915
15922
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15916
15923
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15917
15924
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16060,7 +16067,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16060
16067
|
return jsDocComment(tags);
|
|
16061
16068
|
}
|
|
16062
16069
|
|
|
16063
|
-
// bazel-out/
|
|
16070
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16064
16071
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16065
16072
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16066
16073
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16108,7 +16115,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16108
16115
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16109
16116
|
}
|
|
16110
16117
|
|
|
16111
|
-
// bazel-out/
|
|
16118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16112
16119
|
function createLocalizeStatements(variable2, message, params) {
|
|
16113
16120
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16114
16121
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16191,7 +16198,7 @@ function createEmptyMessagePart(location) {
|
|
|
16191
16198
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16192
16199
|
}
|
|
16193
16200
|
|
|
16194
|
-
// bazel-out/
|
|
16201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
16195
16202
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
16196
16203
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
16197
16204
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -17493,7 +17500,7 @@ function createClosureModeGuard() {
|
|
|
17493
17500
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
|
|
17494
17501
|
}
|
|
17495
17502
|
|
|
17496
|
-
// bazel-out/
|
|
17503
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
17497
17504
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
17498
17505
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
17499
17506
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -18037,11 +18044,11 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
18037
18044
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
18038
18045
|
}
|
|
18039
18046
|
|
|
18040
|
-
// bazel-out/
|
|
18047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
18041
18048
|
var ResourceLoader = class {
|
|
18042
18049
|
};
|
|
18043
18050
|
|
|
18044
|
-
// bazel-out/
|
|
18051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
18045
18052
|
var CompilerFacadeImpl = class {
|
|
18046
18053
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
18047
18054
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -18542,10 +18549,10 @@ function publishFacade(global2) {
|
|
|
18542
18549
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
18543
18550
|
}
|
|
18544
18551
|
|
|
18545
|
-
// bazel-out/
|
|
18546
|
-
var VERSION2 = new Version("16.0.
|
|
18552
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
18553
|
+
var VERSION2 = new Version("16.0.6");
|
|
18547
18554
|
|
|
18548
|
-
// bazel-out/
|
|
18555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
18549
18556
|
var _I18N_ATTR = "i18n";
|
|
18550
18557
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
18551
18558
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -18849,7 +18856,7 @@ function _parseMessageMeta(i18n) {
|
|
|
18849
18856
|
return { meaning, description, id: id.trim() };
|
|
18850
18857
|
}
|
|
18851
18858
|
|
|
18852
|
-
// bazel-out/
|
|
18859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
18853
18860
|
var XmlTagDefinition = class {
|
|
18854
18861
|
constructor() {
|
|
18855
18862
|
this.closedByParent = false;
|
|
@@ -18874,7 +18881,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
18874
18881
|
return _TAG_DEFINITION;
|
|
18875
18882
|
}
|
|
18876
18883
|
|
|
18877
|
-
// bazel-out/
|
|
18884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
18878
18885
|
var XmlParser = class extends Parser2 {
|
|
18879
18886
|
constructor() {
|
|
18880
18887
|
super(getXmlTagDefinition);
|
|
@@ -18884,7 +18891,7 @@ var XmlParser = class extends Parser2 {
|
|
|
18884
18891
|
}
|
|
18885
18892
|
};
|
|
18886
18893
|
|
|
18887
|
-
// bazel-out/
|
|
18894
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
18888
18895
|
var _VERSION = "1.2";
|
|
18889
18896
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
18890
18897
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -19124,7 +19131,7 @@ function getCtypeForTag(tag) {
|
|
|
19124
19131
|
}
|
|
19125
19132
|
}
|
|
19126
19133
|
|
|
19127
|
-
// bazel-out/
|
|
19134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
19128
19135
|
var _VERSION2 = "2.0";
|
|
19129
19136
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
19130
19137
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -19415,7 +19422,7 @@ function getTypeForTag(tag) {
|
|
|
19415
19422
|
}
|
|
19416
19423
|
}
|
|
19417
19424
|
|
|
19418
|
-
// bazel-out/
|
|
19425
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
19419
19426
|
var MessageBundle = class {
|
|
19420
19427
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
19421
19428
|
this._htmlParser = _htmlParser;
|
|
@@ -19482,7 +19489,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
19482
19489
|
}
|
|
19483
19490
|
};
|
|
19484
19491
|
|
|
19485
|
-
// bazel-out/
|
|
19492
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
19486
19493
|
var FactoryTarget2;
|
|
19487
19494
|
(function(FactoryTarget3) {
|
|
19488
19495
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -19492,7 +19499,7 @@ var FactoryTarget2;
|
|
|
19492
19499
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
19493
19500
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
19494
19501
|
|
|
19495
|
-
// bazel-out/
|
|
19502
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
19496
19503
|
var R3TargetBinder = class {
|
|
19497
19504
|
constructor(directiveMatcher) {
|
|
19498
19505
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -19844,7 +19851,7 @@ function extractTemplateEntities(rootScope) {
|
|
|
19844
19851
|
return templateEntities;
|
|
19845
19852
|
}
|
|
19846
19853
|
|
|
19847
|
-
// bazel-out/
|
|
19854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
19848
19855
|
function compileClassMetadata(metadata) {
|
|
19849
19856
|
var _a2, _b;
|
|
19850
19857
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -19857,12 +19864,12 @@ function compileClassMetadata(metadata) {
|
|
|
19857
19864
|
return iife.callFn([]);
|
|
19858
19865
|
}
|
|
19859
19866
|
|
|
19860
|
-
// bazel-out/
|
|
19867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
19861
19868
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
19862
19869
|
function compileDeclareClassMetadata(metadata) {
|
|
19863
19870
|
const definitionMap = new DefinitionMap();
|
|
19864
19871
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
19865
|
-
definitionMap.set("version", literal("16.0.
|
|
19872
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
19866
19873
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
19867
19874
|
definitionMap.set("type", metadata.type);
|
|
19868
19875
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -19871,7 +19878,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
19871
19878
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
19872
19879
|
}
|
|
19873
19880
|
|
|
19874
|
-
// bazel-out/
|
|
19881
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
19875
19882
|
function toOptionalLiteralArray(values, mapper) {
|
|
19876
19883
|
if (values === null || values.length === 0) {
|
|
19877
19884
|
return null;
|
|
@@ -19919,7 +19926,7 @@ function compileDependency(dep) {
|
|
|
19919
19926
|
return depMeta.toLiteralMap();
|
|
19920
19927
|
}
|
|
19921
19928
|
|
|
19922
|
-
// bazel-out/
|
|
19929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
19923
19930
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
|
|
19924
19931
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
19925
19932
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
@@ -19931,7 +19938,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
19931
19938
|
var _a2;
|
|
19932
19939
|
const definitionMap = new DefinitionMap();
|
|
19933
19940
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
19934
|
-
definitionMap.set("version", literal("16.0.
|
|
19941
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
19935
19942
|
definitionMap.set("type", meta.type.value);
|
|
19936
19943
|
if (meta.isStandalone) {
|
|
19937
19944
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -20021,7 +20028,7 @@ function createHostDirectives(hostDirectives) {
|
|
|
20021
20028
|
return literalArr(expressions);
|
|
20022
20029
|
}
|
|
20023
20030
|
|
|
20024
|
-
// bazel-out/
|
|
20031
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
20025
20032
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
20026
20033
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
20027
20034
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -20108,12 +20115,12 @@ function compileUsedDependenciesMetadata(meta) {
|
|
|
20108
20115
|
});
|
|
20109
20116
|
}
|
|
20110
20117
|
|
|
20111
|
-
// bazel-out/
|
|
20118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
20112
20119
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
20113
20120
|
function compileDeclareFactoryFunction(meta) {
|
|
20114
20121
|
const definitionMap = new DefinitionMap();
|
|
20115
20122
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
20116
|
-
definitionMap.set("version", literal("16.0.
|
|
20123
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
20117
20124
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20118
20125
|
definitionMap.set("type", meta.type.value);
|
|
20119
20126
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -20125,7 +20132,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
20125
20132
|
};
|
|
20126
20133
|
}
|
|
20127
20134
|
|
|
20128
|
-
// bazel-out/
|
|
20135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
20129
20136
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
20130
20137
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
20131
20138
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -20136,7 +20143,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
20136
20143
|
function createInjectableDefinitionMap(meta) {
|
|
20137
20144
|
const definitionMap = new DefinitionMap();
|
|
20138
20145
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
20139
|
-
definitionMap.set("version", literal("16.0.
|
|
20146
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
20140
20147
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20141
20148
|
definitionMap.set("type", meta.type.value);
|
|
20142
20149
|
if (meta.providedIn !== void 0) {
|
|
@@ -20163,7 +20170,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
20163
20170
|
return definitionMap;
|
|
20164
20171
|
}
|
|
20165
20172
|
|
|
20166
|
-
// bazel-out/
|
|
20173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
20167
20174
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
|
|
20168
20175
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
20169
20176
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -20174,7 +20181,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
20174
20181
|
function createInjectorDefinitionMap(meta) {
|
|
20175
20182
|
const definitionMap = new DefinitionMap();
|
|
20176
20183
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
20177
|
-
definitionMap.set("version", literal("16.0.
|
|
20184
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
20178
20185
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20179
20186
|
definitionMap.set("type", meta.type.value);
|
|
20180
20187
|
definitionMap.set("providers", meta.providers);
|
|
@@ -20184,7 +20191,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
20184
20191
|
return definitionMap;
|
|
20185
20192
|
}
|
|
20186
20193
|
|
|
20187
|
-
// bazel-out/
|
|
20194
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
20188
20195
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
20189
20196
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
20190
20197
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -20195,7 +20202,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
20195
20202
|
function createNgModuleDefinitionMap(meta) {
|
|
20196
20203
|
const definitionMap = new DefinitionMap();
|
|
20197
20204
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
20198
|
-
definitionMap.set("version", literal("16.0.
|
|
20205
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
20199
20206
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20200
20207
|
definitionMap.set("type", meta.type.value);
|
|
20201
20208
|
if (meta.bootstrap.length > 0) {
|
|
@@ -20219,7 +20226,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
20219
20226
|
return definitionMap;
|
|
20220
20227
|
}
|
|
20221
20228
|
|
|
20222
|
-
// bazel-out/
|
|
20229
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
20223
20230
|
var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
|
|
20224
20231
|
function compileDeclarePipeFromMetadata(meta) {
|
|
20225
20232
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -20230,7 +20237,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
20230
20237
|
function createPipeDefinitionMap(meta) {
|
|
20231
20238
|
const definitionMap = new DefinitionMap();
|
|
20232
20239
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
|
|
20233
|
-
definitionMap.set("version", literal("16.0.
|
|
20240
|
+
definitionMap.set("version", literal("16.0.6"));
|
|
20234
20241
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20235
20242
|
definitionMap.set("type", meta.type.value);
|
|
20236
20243
|
if (meta.isStandalone) {
|
|
@@ -20243,13 +20250,13 @@ function createPipeDefinitionMap(meta) {
|
|
|
20243
20250
|
return definitionMap;
|
|
20244
20251
|
}
|
|
20245
20252
|
|
|
20246
|
-
// bazel-out/
|
|
20253
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
20247
20254
|
publishFacade(_global);
|
|
20248
20255
|
|
|
20249
|
-
// bazel-out/
|
|
20250
|
-
var VERSION3 = new Version("16.0.
|
|
20256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
20257
|
+
var VERSION3 = new Version("16.0.6");
|
|
20251
20258
|
|
|
20252
|
-
// bazel-out/
|
|
20259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
20253
20260
|
var EmitFlags;
|
|
20254
20261
|
(function(EmitFlags2) {
|
|
20255
20262
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -20261,13 +20268,13 @@ var EmitFlags;
|
|
|
20261
20268
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
20262
20269
|
})(EmitFlags || (EmitFlags = {}));
|
|
20263
20270
|
|
|
20264
|
-
// bazel-out/
|
|
20271
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
20265
20272
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
20266
20273
|
|
|
20267
|
-
// bazel-out/
|
|
20274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
20268
20275
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
20269
20276
|
|
|
20270
|
-
// bazel-out/
|
|
20277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
20271
20278
|
var path = __toESM(require("path"), 1);
|
|
20272
20279
|
function i18nGetExtension(formatName) {
|
|
20273
20280
|
const format = formatName.toLowerCase();
|
|
@@ -20317,10 +20324,10 @@ function getPathNormalizer(basePath) {
|
|
|
20317
20324
|
};
|
|
20318
20325
|
}
|
|
20319
20326
|
|
|
20320
|
-
// bazel-out/
|
|
20327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20321
20328
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
20322
20329
|
|
|
20323
|
-
// bazel-out/
|
|
20330
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
20324
20331
|
function toNumbers(value) {
|
|
20325
20332
|
const suffixIndex = value.lastIndexOf("-");
|
|
20326
20333
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -20355,7 +20362,7 @@ function compareVersions(v1, v2) {
|
|
|
20355
20362
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
20356
20363
|
}
|
|
20357
20364
|
|
|
20358
|
-
// bazel-out/
|
|
20365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20359
20366
|
var MIN_TS_VERSION = "4.9.3";
|
|
20360
20367
|
var MAX_TS_VERSION = "5.1.0";
|
|
20361
20368
|
var tsVersion = import_typescript3.default.version;
|
|
@@ -20368,13 +20375,13 @@ function verifySupportedTypeScriptVersion() {
|
|
|
20368
20375
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
20369
20376
|
}
|
|
20370
20377
|
|
|
20371
|
-
// bazel-out/
|
|
20378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
20372
20379
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
20373
20380
|
|
|
20374
|
-
// bazel-out/
|
|
20381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
20375
20382
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
20376
20383
|
|
|
20377
|
-
// bazel-out/
|
|
20384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
20378
20385
|
var ErrorCode;
|
|
20379
20386
|
(function(ErrorCode2) {
|
|
20380
20387
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -20447,7 +20454,7 @@ var ErrorCode;
|
|
|
20447
20454
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
20448
20455
|
})(ErrorCode || (ErrorCode = {}));
|
|
20449
20456
|
|
|
20450
|
-
// bazel-out/
|
|
20457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
20451
20458
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
20452
20459
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
20453
20460
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -20459,15 +20466,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
20459
20466
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
20460
20467
|
]);
|
|
20461
20468
|
|
|
20462
|
-
// bazel-out/
|
|
20469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20463
20470
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
20464
20471
|
|
|
20465
|
-
// bazel-out/
|
|
20472
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
20466
20473
|
function ngErrorCode(code) {
|
|
20467
20474
|
return parseInt("-99" + code);
|
|
20468
20475
|
}
|
|
20469
20476
|
|
|
20470
|
-
// bazel-out/
|
|
20477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20471
20478
|
var FatalDiagnosticError = class {
|
|
20472
20479
|
constructor(code, node, message, relatedInformation) {
|
|
20473
20480
|
this.code = code;
|
|
@@ -20523,10 +20530,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
20523
20530
|
return messageText;
|
|
20524
20531
|
}
|
|
20525
20532
|
|
|
20526
|
-
// bazel-out/
|
|
20533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
20527
20534
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
20528
20535
|
|
|
20529
|
-
// bazel-out/
|
|
20536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
20530
20537
|
var ExtendedTemplateDiagnosticName;
|
|
20531
20538
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
20532
20539
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -20539,13 +20546,13 @@ var ExtendedTemplateDiagnosticName;
|
|
|
20539
20546
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
20540
20547
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
20541
20548
|
|
|
20542
|
-
// bazel-out/
|
|
20549
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
20543
20550
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
20544
20551
|
|
|
20545
|
-
// bazel-out/
|
|
20552
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20546
20553
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
20547
20554
|
|
|
20548
|
-
// bazel-out/
|
|
20555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
20549
20556
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
20550
20557
|
var TS = /\.tsx?$/i;
|
|
20551
20558
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -20646,7 +20653,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
20646
20653
|
return redirectInfo.unredirected;
|
|
20647
20654
|
}
|
|
20648
20655
|
|
|
20649
|
-
// bazel-out/
|
|
20656
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
20650
20657
|
function findExportedNameOfNode(target, file, reflector) {
|
|
20651
20658
|
const exports = reflector.getExportsOfModule(file);
|
|
20652
20659
|
if (exports === null) {
|
|
@@ -20666,7 +20673,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
20666
20673
|
return foundExportName;
|
|
20667
20674
|
}
|
|
20668
20675
|
|
|
20669
|
-
// bazel-out/
|
|
20676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20670
20677
|
var ImportFlags;
|
|
20671
20678
|
(function(ImportFlags2) {
|
|
20672
20679
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -20882,7 +20889,7 @@ var UnifiedModulesStrategy = class {
|
|
|
20882
20889
|
}
|
|
20883
20890
|
};
|
|
20884
20891
|
|
|
20885
|
-
// bazel-out/
|
|
20892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
20886
20893
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
20887
20894
|
var UnifiedModulesAliasingHost = class {
|
|
20888
20895
|
constructor(unifiedModulesHost) {
|
|
@@ -20949,7 +20956,7 @@ var AliasStrategy = class {
|
|
|
20949
20956
|
}
|
|
20950
20957
|
};
|
|
20951
20958
|
|
|
20952
|
-
// bazel-out/
|
|
20959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
20953
20960
|
function relativePathBetween(from, to) {
|
|
20954
20961
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
20955
20962
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -20958,7 +20965,7 @@ function normalizeSeparators2(path3) {
|
|
|
20958
20965
|
return path3.replace(/\\/g, "/");
|
|
20959
20966
|
}
|
|
20960
20967
|
|
|
20961
|
-
// bazel-out/
|
|
20968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
20962
20969
|
var NoopImportRewriter = class {
|
|
20963
20970
|
shouldImportSymbol(symbol, specifier) {
|
|
20964
20971
|
return true;
|
|
@@ -21016,7 +21023,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
21016
21023
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
21017
21024
|
}
|
|
21018
21025
|
|
|
21019
|
-
// bazel-out/
|
|
21026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
21020
21027
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
21021
21028
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
21022
21029
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -21051,7 +21058,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
21051
21058
|
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.");
|
|
21052
21059
|
}
|
|
21053
21060
|
|
|
21054
|
-
// bazel-out/
|
|
21061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
21055
21062
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
21056
21063
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
21057
21064
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -21092,7 +21099,7 @@ var DefaultImportTracker = class {
|
|
|
21092
21099
|
}
|
|
21093
21100
|
};
|
|
21094
21101
|
|
|
21095
|
-
// bazel-out/
|
|
21102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
21096
21103
|
var Reference2 = class {
|
|
21097
21104
|
constructor(node, bestGuessOwningModule = null) {
|
|
21098
21105
|
this.node = node;
|
|
@@ -21155,7 +21162,7 @@ var Reference2 = class {
|
|
|
21155
21162
|
}
|
|
21156
21163
|
};
|
|
21157
21164
|
|
|
21158
|
-
// bazel-out/
|
|
21165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
21159
21166
|
var ModuleResolver = class {
|
|
21160
21167
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
21161
21168
|
this.program = program;
|
|
@@ -21172,7 +21179,7 @@ var ModuleResolver = class {
|
|
|
21172
21179
|
}
|
|
21173
21180
|
};
|
|
21174
21181
|
|
|
21175
|
-
// bazel-out/
|
|
21182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
21176
21183
|
function valueReferenceToExpression(valueRef) {
|
|
21177
21184
|
if (valueRef.kind === 2) {
|
|
21178
21185
|
return null;
|
|
@@ -21407,7 +21414,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
21407
21414
|
return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
|
|
21408
21415
|
}
|
|
21409
21416
|
|
|
21410
|
-
// bazel-out/
|
|
21417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
21411
21418
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
21412
21419
|
const deps = [];
|
|
21413
21420
|
const errors = [];
|
|
@@ -21549,10 +21556,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
21549
21556
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
21550
21557
|
}
|
|
21551
21558
|
|
|
21552
|
-
// bazel-out/
|
|
21559
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
21553
21560
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
21554
21561
|
|
|
21555
|
-
// bazel-out/
|
|
21562
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
21556
21563
|
var MetaKind;
|
|
21557
21564
|
(function(MetaKind2) {
|
|
21558
21565
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -21565,10 +21572,10 @@ var MatchSource;
|
|
|
21565
21572
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
21566
21573
|
})(MatchSource || (MatchSource = {}));
|
|
21567
21574
|
|
|
21568
|
-
// bazel-out/
|
|
21575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
21569
21576
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
21570
21577
|
|
|
21571
|
-
// bazel-out/
|
|
21578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
21572
21579
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
21573
21580
|
function isDecoratorIdentifier(exp) {
|
|
21574
21581
|
return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
|
|
@@ -21582,7 +21589,7 @@ var ClassMemberKind;
|
|
|
21582
21589
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
21583
21590
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
21584
21591
|
|
|
21585
|
-
// bazel-out/
|
|
21592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
21586
21593
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
21587
21594
|
function typeToValue(typeNode, checker) {
|
|
21588
21595
|
if (typeNode === null) {
|
|
@@ -21748,10 +21755,10 @@ function extractModuleName(node) {
|
|
|
21748
21755
|
return node.moduleSpecifier.text;
|
|
21749
21756
|
}
|
|
21750
21757
|
|
|
21751
|
-
// bazel-out/
|
|
21758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21752
21759
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
21753
21760
|
|
|
21754
|
-
// bazel-out/
|
|
21761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
21755
21762
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
21756
21763
|
function isNamedClassDeclaration(node) {
|
|
21757
21764
|
return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -21760,7 +21767,7 @@ function isIdentifier(node) {
|
|
|
21760
21767
|
return node !== void 0 && import_typescript17.default.isIdentifier(node);
|
|
21761
21768
|
}
|
|
21762
21769
|
|
|
21763
|
-
// bazel-out/
|
|
21770
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21764
21771
|
var TypeScriptReflectionHost = class {
|
|
21765
21772
|
constructor(checker) {
|
|
21766
21773
|
this.checker = checker;
|
|
@@ -22186,7 +22193,7 @@ function getExportedName(decl, originalId) {
|
|
|
22186
22193
|
}
|
|
22187
22194
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
22188
22195
|
|
|
22189
|
-
// bazel-out/
|
|
22196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
22190
22197
|
var ClassPropertyMapping = class {
|
|
22191
22198
|
constructor(forwardMap) {
|
|
22192
22199
|
this.forwardMap = forwardMap;
|
|
@@ -22264,7 +22271,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
22264
22271
|
return reverseMap;
|
|
22265
22272
|
}
|
|
22266
22273
|
|
|
22267
|
-
// bazel-out/
|
|
22274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
22268
22275
|
var import_typescript20 = __toESM(require("typescript"), 1);
|
|
22269
22276
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
22270
22277
|
if (!import_typescript20.default.isTupleTypeNode(def)) {
|
|
@@ -22446,7 +22453,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
22446
22453
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
22447
22454
|
}
|
|
22448
22455
|
|
|
22449
|
-
// bazel-out/
|
|
22456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
22450
22457
|
var DtsMetadataReader = class {
|
|
22451
22458
|
constructor(checker, reflector) {
|
|
22452
22459
|
this.checker = checker;
|
|
@@ -22616,7 +22623,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
22616
22623
|
return result.length > 0 ? result : null;
|
|
22617
22624
|
}
|
|
22618
22625
|
|
|
22619
|
-
// bazel-out/
|
|
22626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
22620
22627
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
22621
22628
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
22622
22629
|
if (topMeta === null) {
|
|
@@ -22673,7 +22680,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
22673
22680
|
});
|
|
22674
22681
|
}
|
|
22675
22682
|
|
|
22676
|
-
// bazel-out/
|
|
22683
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
22677
22684
|
var LocalMetadataRegistry = class {
|
|
22678
22685
|
constructor() {
|
|
22679
22686
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -22730,7 +22737,7 @@ var CompoundMetadataRegistry = class {
|
|
|
22730
22737
|
}
|
|
22731
22738
|
};
|
|
22732
22739
|
|
|
22733
|
-
// bazel-out/
|
|
22740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
22734
22741
|
var ResourceRegistry = class {
|
|
22735
22742
|
constructor() {
|
|
22736
22743
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -22795,7 +22802,7 @@ var ResourceRegistry = class {
|
|
|
22795
22802
|
}
|
|
22796
22803
|
};
|
|
22797
22804
|
|
|
22798
|
-
// bazel-out/
|
|
22805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
22799
22806
|
var ExportedProviderStatusResolver = class {
|
|
22800
22807
|
constructor(metaReader) {
|
|
22801
22808
|
this.metaReader = metaReader;
|
|
@@ -22839,7 +22846,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
22839
22846
|
}
|
|
22840
22847
|
};
|
|
22841
22848
|
|
|
22842
|
-
// bazel-out/
|
|
22849
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
22843
22850
|
var EMPTY_ARRAY = [];
|
|
22844
22851
|
var HostDirectivesResolver = class {
|
|
22845
22852
|
constructor(metaReader) {
|
|
@@ -22899,10 +22906,10 @@ function resolveOutput(bindingName) {
|
|
|
22899
22906
|
return bindingName;
|
|
22900
22907
|
}
|
|
22901
22908
|
|
|
22902
|
-
// bazel-out/
|
|
22909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
22903
22910
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
22904
22911
|
|
|
22905
|
-
// bazel-out/
|
|
22912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
22906
22913
|
var DynamicValue = class {
|
|
22907
22914
|
constructor(node, reason, code) {
|
|
22908
22915
|
this.node = node;
|
|
@@ -22992,7 +22999,7 @@ var DynamicValue = class {
|
|
|
22992
22999
|
}
|
|
22993
23000
|
};
|
|
22994
23001
|
|
|
22995
|
-
// bazel-out/
|
|
23002
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
22996
23003
|
var ResolvedModule = class {
|
|
22997
23004
|
constructor(exports, evaluate) {
|
|
22998
23005
|
this.exports = exports;
|
|
@@ -23022,7 +23029,7 @@ var EnumValue = class {
|
|
|
23022
23029
|
var KnownFn = class {
|
|
23023
23030
|
};
|
|
23024
23031
|
|
|
23025
|
-
// bazel-out/
|
|
23032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23026
23033
|
function describeResolvedType(value, maxDepth = 1) {
|
|
23027
23034
|
var _a2, _b;
|
|
23028
23035
|
if (value === null) {
|
|
@@ -23151,10 +23158,10 @@ function getContainerNode(node) {
|
|
|
23151
23158
|
return node.getSourceFile();
|
|
23152
23159
|
}
|
|
23153
23160
|
|
|
23154
|
-
// bazel-out/
|
|
23161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23155
23162
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23156
23163
|
|
|
23157
|
-
// bazel-out/
|
|
23164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
23158
23165
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
23159
23166
|
constructor(lhs) {
|
|
23160
23167
|
super();
|
|
@@ -23206,14 +23213,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
23206
23213
|
}
|
|
23207
23214
|
};
|
|
23208
23215
|
|
|
23209
|
-
// bazel-out/
|
|
23216
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
23210
23217
|
var SyntheticValue = class {
|
|
23211
23218
|
constructor(value) {
|
|
23212
23219
|
this.value = value;
|
|
23213
23220
|
}
|
|
23214
23221
|
};
|
|
23215
23222
|
|
|
23216
|
-
// bazel-out/
|
|
23223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23217
23224
|
function literalBinaryOp(op) {
|
|
23218
23225
|
return { op, literal: true };
|
|
23219
23226
|
}
|
|
@@ -23788,7 +23795,7 @@ function owningModule(context, override = null) {
|
|
|
23788
23795
|
}
|
|
23789
23796
|
}
|
|
23790
23797
|
|
|
23791
|
-
// bazel-out/
|
|
23798
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
23792
23799
|
var PartialEvaluator = class {
|
|
23793
23800
|
constructor(host, checker, dependencyTracker) {
|
|
23794
23801
|
this.host = host;
|
|
@@ -23808,7 +23815,7 @@ var PartialEvaluator = class {
|
|
|
23808
23815
|
}
|
|
23809
23816
|
};
|
|
23810
23817
|
|
|
23811
|
-
// bazel-out/
|
|
23818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23812
23819
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
23813
23820
|
const context = [];
|
|
23814
23821
|
for (const decl of data) {
|
|
@@ -24004,7 +24011,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
24004
24011
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
24005
24012
|
}
|
|
24006
24013
|
|
|
24007
|
-
// bazel-out/
|
|
24014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24008
24015
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24009
24016
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
24010
24017
|
let resolved = null;
|
|
@@ -24037,7 +24044,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
24037
24044
|
return meta;
|
|
24038
24045
|
}
|
|
24039
24046
|
|
|
24040
|
-
// bazel-out/
|
|
24047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
24041
24048
|
function compileNgFactoryDefField(metadata) {
|
|
24042
24049
|
const res = compileFactoryFunction(metadata);
|
|
24043
24050
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
@@ -24047,7 +24054,7 @@ function compileDeclareFactory(metadata) {
|
|
|
24047
24054
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
24048
24055
|
}
|
|
24049
24056
|
|
|
24050
|
-
// bazel-out/
|
|
24057
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
24051
24058
|
var InjectableClassRegistry = class {
|
|
24052
24059
|
constructor(host, isCore) {
|
|
24053
24060
|
this.host = host;
|
|
@@ -24073,7 +24080,7 @@ var InjectableClassRegistry = class {
|
|
|
24073
24080
|
}
|
|
24074
24081
|
};
|
|
24075
24082
|
|
|
24076
|
-
// bazel-out/
|
|
24083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24077
24084
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24078
24085
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
24079
24086
|
if (!reflection.isClass(clazz)) {
|
|
@@ -24159,13 +24166,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
24159
24166
|
return result.transformed[0];
|
|
24160
24167
|
}
|
|
24161
24168
|
|
|
24162
|
-
// bazel-out/
|
|
24169
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
24163
24170
|
var NoopReferencesRegistry = class {
|
|
24164
24171
|
add(source, ...references) {
|
|
24165
24172
|
}
|
|
24166
24173
|
};
|
|
24167
24174
|
|
|
24168
|
-
// bazel-out/
|
|
24175
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
24169
24176
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
24170
24177
|
const schemas = [];
|
|
24171
24178
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -24194,10 +24201,10 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
24194
24201
|
return schemas;
|
|
24195
24202
|
}
|
|
24196
24203
|
|
|
24197
|
-
// bazel-out/
|
|
24204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24198
24205
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24199
24206
|
|
|
24200
|
-
// bazel-out/
|
|
24207
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24201
24208
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
24202
24209
|
var SemanticSymbol = class {
|
|
24203
24210
|
constructor(decl) {
|
|
@@ -24213,7 +24220,7 @@ function getSymbolIdentifier(decl) {
|
|
|
24213
24220
|
return decl.name.text;
|
|
24214
24221
|
}
|
|
24215
24222
|
|
|
24216
|
-
// bazel-out/
|
|
24223
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
24217
24224
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
24218
24225
|
isPublicApiAffected() {
|
|
24219
24226
|
return false;
|
|
@@ -24355,10 +24362,10 @@ function getImportPath(expr) {
|
|
|
24355
24362
|
}
|
|
24356
24363
|
}
|
|
24357
24364
|
|
|
24358
|
-
// bazel-out/
|
|
24365
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24359
24366
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24360
24367
|
|
|
24361
|
-
// bazel-out/
|
|
24368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
24362
24369
|
function isSymbolEqual(a, b) {
|
|
24363
24370
|
if (a.decl === b.decl) {
|
|
24364
24371
|
return true;
|
|
@@ -24408,7 +24415,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
24408
24415
|
return true;
|
|
24409
24416
|
}
|
|
24410
24417
|
|
|
24411
|
-
// bazel-out/
|
|
24418
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24412
24419
|
function extractSemanticTypeParameters(node) {
|
|
24413
24420
|
if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
24414
24421
|
return null;
|
|
@@ -24428,7 +24435,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
24428
24435
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
24429
24436
|
}
|
|
24430
24437
|
|
|
24431
|
-
// bazel-out/
|
|
24438
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24432
24439
|
var PerfPhase;
|
|
24433
24440
|
(function(PerfPhase2) {
|
|
24434
24441
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24495,7 +24502,7 @@ var PerfCheckpoint;
|
|
|
24495
24502
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24496
24503
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24497
24504
|
|
|
24498
|
-
// bazel-out/
|
|
24505
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24499
24506
|
var NoopPerfRecorder = class {
|
|
24500
24507
|
eventCount() {
|
|
24501
24508
|
}
|
|
@@ -24512,7 +24519,7 @@ var NoopPerfRecorder = class {
|
|
|
24512
24519
|
};
|
|
24513
24520
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24514
24521
|
|
|
24515
|
-
// bazel-out/
|
|
24522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
24516
24523
|
function mark() {
|
|
24517
24524
|
return process.hrtime();
|
|
24518
24525
|
}
|
|
@@ -24521,7 +24528,7 @@ function timeSinceInMicros(mark2) {
|
|
|
24521
24528
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
24522
24529
|
}
|
|
24523
24530
|
|
|
24524
|
-
// bazel-out/
|
|
24531
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
24525
24532
|
var ActivePerfRecorder = class {
|
|
24526
24533
|
static zeroedToNow() {
|
|
24527
24534
|
return new ActivePerfRecorder(mark());
|
|
@@ -24615,14 +24622,14 @@ var DelegatingPerfRecorder = class {
|
|
|
24615
24622
|
}
|
|
24616
24623
|
};
|
|
24617
24624
|
|
|
24618
|
-
// bazel-out/
|
|
24625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24619
24626
|
var ComponentScopeKind;
|
|
24620
24627
|
(function(ComponentScopeKind2) {
|
|
24621
24628
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24622
24629
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24623
24630
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24624
24631
|
|
|
24625
|
-
// bazel-out/
|
|
24632
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
24626
24633
|
var CompoundComponentScopeReader = class {
|
|
24627
24634
|
constructor(readers) {
|
|
24628
24635
|
this.readers = readers;
|
|
@@ -24647,7 +24654,7 @@ var CompoundComponentScopeReader = class {
|
|
|
24647
24654
|
}
|
|
24648
24655
|
};
|
|
24649
24656
|
|
|
24650
|
-
// bazel-out/
|
|
24657
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
24651
24658
|
var MetadataDtsModuleScopeResolver = class {
|
|
24652
24659
|
constructor(dtsMetaReader, aliasingHost) {
|
|
24653
24660
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -24722,10 +24729,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
24722
24729
|
}
|
|
24723
24730
|
};
|
|
24724
24731
|
|
|
24725
|
-
// bazel-out/
|
|
24732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24726
24733
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24727
24734
|
|
|
24728
|
-
// bazel-out/
|
|
24735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
24729
24736
|
function getDiagnosticNode(ref, rawExpr) {
|
|
24730
24737
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
24731
24738
|
}
|
|
@@ -24748,7 +24755,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
24748
24755
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
24749
24756
|
}
|
|
24750
24757
|
|
|
24751
|
-
// bazel-out/
|
|
24758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24752
24759
|
var LocalModuleScopeRegistry = class {
|
|
24753
24760
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
24754
24761
|
this.localReader = localReader;
|
|
@@ -25087,7 +25094,7 @@ function reexportCollision(module3, refA, refB) {
|
|
|
25087
25094
|
]);
|
|
25088
25095
|
}
|
|
25089
25096
|
|
|
25090
|
-
// bazel-out/
|
|
25097
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
25091
25098
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
25092
25099
|
var TypeCheckScopeRegistry = class {
|
|
25093
25100
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -25155,7 +25162,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
25155
25162
|
}
|
|
25156
25163
|
};
|
|
25157
25164
|
|
|
25158
|
-
// bazel-out/
|
|
25165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
25159
25166
|
var CompilationMode;
|
|
25160
25167
|
(function(CompilationMode2) {
|
|
25161
25168
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -25174,7 +25181,7 @@ var HandlerFlags;
|
|
|
25174
25181
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
25175
25182
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
25176
25183
|
|
|
25177
|
-
// bazel-out/
|
|
25184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
25178
25185
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
25179
25186
|
function aliasTransformFactory(exportStatements) {
|
|
25180
25187
|
return () => {
|
|
@@ -25197,10 +25204,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
25197
25204
|
};
|
|
25198
25205
|
}
|
|
25199
25206
|
|
|
25200
|
-
// bazel-out/
|
|
25207
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25201
25208
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
25202
25209
|
|
|
25203
|
-
// bazel-out/
|
|
25210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
25204
25211
|
var TraitState;
|
|
25205
25212
|
(function(TraitState2) {
|
|
25206
25213
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -25257,7 +25264,7 @@ var TraitImpl = class {
|
|
|
25257
25264
|
}
|
|
25258
25265
|
};
|
|
25259
25266
|
|
|
25260
|
-
// bazel-out/
|
|
25267
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25261
25268
|
var TraitCompiler = class {
|
|
25262
25269
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
25263
25270
|
this.handlers = handlers;
|
|
@@ -25692,10 +25699,10 @@ function containsErrors(diagnostics) {
|
|
|
25692
25699
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
|
|
25693
25700
|
}
|
|
25694
25701
|
|
|
25695
|
-
// bazel-out/
|
|
25702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
25696
25703
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
25697
25704
|
|
|
25698
|
-
// bazel-out/
|
|
25705
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
25699
25706
|
var Context = class {
|
|
25700
25707
|
constructor(isStatement) {
|
|
25701
25708
|
this.isStatement = isStatement;
|
|
@@ -25708,7 +25715,7 @@ var Context = class {
|
|
|
25708
25715
|
}
|
|
25709
25716
|
};
|
|
25710
25717
|
|
|
25711
|
-
// bazel-out/
|
|
25718
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
25712
25719
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
25713
25720
|
var ImportManager = class {
|
|
25714
25721
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -25744,7 +25751,7 @@ var ImportManager = class {
|
|
|
25744
25751
|
}
|
|
25745
25752
|
};
|
|
25746
25753
|
|
|
25747
|
-
// bazel-out/
|
|
25754
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
25748
25755
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
25749
25756
|
[UnaryOperator.Minus, "-"],
|
|
25750
25757
|
[UnaryOperator.Plus, "+"]
|
|
@@ -25975,7 +25982,7 @@ function createRange(span) {
|
|
|
25975
25982
|
};
|
|
25976
25983
|
}
|
|
25977
25984
|
|
|
25978
|
-
// bazel-out/
|
|
25985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
25979
25986
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
25980
25987
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
25981
25988
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
@@ -26191,7 +26198,7 @@ var TypeTranslatorVisitor = class {
|
|
|
26191
26198
|
}
|
|
26192
26199
|
};
|
|
26193
26200
|
|
|
26194
|
-
// bazel-out/
|
|
26201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
26195
26202
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
26196
26203
|
var PureAnnotation;
|
|
26197
26204
|
(function(PureAnnotation2) {
|
|
@@ -26374,7 +26381,7 @@ function attachComments(statement, leadingComments) {
|
|
|
26374
26381
|
}
|
|
26375
26382
|
}
|
|
26376
26383
|
|
|
26377
|
-
// bazel-out/
|
|
26384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
26378
26385
|
function translateExpression(expression, imports, options = {}) {
|
|
26379
26386
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
26380
26387
|
}
|
|
@@ -26382,7 +26389,7 @@ function translateStatement(statement, imports, options = {}) {
|
|
|
26382
26389
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
|
|
26383
26390
|
}
|
|
26384
26391
|
|
|
26385
|
-
// bazel-out/
|
|
26392
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
26386
26393
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
26387
26394
|
function addImports(importManager, sf, extraStatements = []) {
|
|
26388
26395
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -26418,7 +26425,7 @@ function isImportStatement(stmt) {
|
|
|
26418
26425
|
return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
|
|
26419
26426
|
}
|
|
26420
26427
|
|
|
26421
|
-
// bazel-out/
|
|
26428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26422
26429
|
var DtsTransformRegistry = class {
|
|
26423
26430
|
constructor() {
|
|
26424
26431
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -26565,10 +26572,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
26565
26572
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
26566
26573
|
}
|
|
26567
26574
|
|
|
26568
|
-
// bazel-out/
|
|
26575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26569
26576
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
26570
26577
|
|
|
26571
|
-
// bazel-out/
|
|
26578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
26572
26579
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
26573
26580
|
function visit(node, visitor, context) {
|
|
26574
26581
|
return visitor._visit(node, context);
|
|
@@ -26629,7 +26636,7 @@ var Visitor = class {
|
|
|
26629
26636
|
}
|
|
26630
26637
|
};
|
|
26631
26638
|
|
|
26632
|
-
// bazel-out/
|
|
26639
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26633
26640
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
26634
26641
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
26635
26642
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -26837,7 +26844,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
26837
26844
|
return array;
|
|
26838
26845
|
}
|
|
26839
26846
|
|
|
26840
|
-
// bazel-out/
|
|
26847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
26841
26848
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
26842
26849
|
var EMPTY_OBJECT = {};
|
|
26843
26850
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -27308,7 +27315,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
27308
27315
|
};
|
|
27309
27316
|
}
|
|
27310
27317
|
|
|
27311
|
-
// bazel-out/
|
|
27318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
27312
27319
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
27313
27320
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
27314
27321
|
super(decl);
|
|
@@ -27388,7 +27395,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
27388
27395
|
return isSymbolEqual(current, previous);
|
|
27389
27396
|
}
|
|
27390
27397
|
|
|
27391
|
-
// bazel-out/
|
|
27398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
27392
27399
|
var FIELD_DECORATORS = [
|
|
27393
27400
|
"Input",
|
|
27394
27401
|
"Output",
|
|
@@ -27548,10 +27555,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
27548
27555
|
}
|
|
27549
27556
|
};
|
|
27550
27557
|
|
|
27551
|
-
// bazel-out/
|
|
27558
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27552
27559
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
27553
27560
|
|
|
27554
|
-
// bazel-out/
|
|
27561
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
27555
27562
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
27556
27563
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
27557
27564
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -27618,7 +27625,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
27618
27625
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
27619
27626
|
}
|
|
27620
27627
|
|
|
27621
|
-
// bazel-out/
|
|
27628
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27622
27629
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
27623
27630
|
constructor(decl, hasProviders) {
|
|
27624
27631
|
super(decl);
|
|
@@ -28140,7 +28147,7 @@ function isSyntheticReference(ref) {
|
|
|
28140
28147
|
return ref.synthetic;
|
|
28141
28148
|
}
|
|
28142
28149
|
|
|
28143
|
-
// bazel-out/
|
|
28150
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
28144
28151
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
28145
28152
|
const name = ref.debugName || "(unknown)";
|
|
28146
28153
|
const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -28163,7 +28170,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
28163
28170
|
return null;
|
|
28164
28171
|
}
|
|
28165
28172
|
|
|
28166
|
-
// bazel-out/
|
|
28173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
28167
28174
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
28168
28175
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
28169
28176
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -28473,7 +28480,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
28473
28480
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
28474
28481
|
}
|
|
28475
28482
|
|
|
28476
|
-
// bazel-out/
|
|
28483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
28477
28484
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
28478
28485
|
constructor() {
|
|
28479
28486
|
super(...arguments);
|
|
@@ -28508,7 +28515,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
28508
28515
|
}
|
|
28509
28516
|
};
|
|
28510
28517
|
|
|
28511
|
-
// bazel-out/
|
|
28518
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
28512
28519
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
28513
28520
|
if (value instanceof Map) {
|
|
28514
28521
|
const name = value.get("name");
|
|
@@ -28584,7 +28591,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
28584
28591
|
return false;
|
|
28585
28592
|
}
|
|
28586
28593
|
|
|
28587
|
-
// bazel-out/
|
|
28594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
28588
28595
|
var EMPTY_ARRAY2 = [];
|
|
28589
28596
|
var ComponentDecoratorHandler = class {
|
|
28590
28597
|
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) {
|
|
@@ -29232,7 +29239,7 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
|
|
|
29232
29239
|
return diagnostics;
|
|
29233
29240
|
}
|
|
29234
29241
|
|
|
29235
|
-
// bazel-out/
|
|
29242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
29236
29243
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
29237
29244
|
var InjectableDecoratorHandler = class {
|
|
29238
29245
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
|
|
@@ -29446,7 +29453,7 @@ function getDep(dep, reflector) {
|
|
|
29446
29453
|
return meta;
|
|
29447
29454
|
}
|
|
29448
29455
|
|
|
29449
|
-
// bazel-out/
|
|
29456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
29450
29457
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
29451
29458
|
var PipeSymbol = class extends SemanticSymbol {
|
|
29452
29459
|
constructor(decl, name) {
|
|
@@ -29589,7 +29596,7 @@ var PipeDecoratorHandler = class {
|
|
|
29589
29596
|
}
|
|
29590
29597
|
};
|
|
29591
29598
|
|
|
29592
|
-
// bazel-out/
|
|
29599
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
29593
29600
|
var CycleAnalyzer = class {
|
|
29594
29601
|
constructor(importGraph) {
|
|
29595
29602
|
this.importGraph = importGraph;
|
|
@@ -29660,7 +29667,7 @@ var Cycle = class {
|
|
|
29660
29667
|
}
|
|
29661
29668
|
};
|
|
29662
29669
|
|
|
29663
|
-
// bazel-out/
|
|
29670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
29664
29671
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
29665
29672
|
var ImportGraph = class {
|
|
29666
29673
|
constructor(checker, perf) {
|
|
@@ -29752,7 +29759,7 @@ var Found = class {
|
|
|
29752
29759
|
}
|
|
29753
29760
|
};
|
|
29754
29761
|
|
|
29755
|
-
// bazel-out/
|
|
29762
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
29756
29763
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
29757
29764
|
var FlatIndexGenerator = class {
|
|
29758
29765
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -29777,7 +29784,7 @@ export * from '${relativeEntryPoint}';
|
|
|
29777
29784
|
}
|
|
29778
29785
|
};
|
|
29779
29786
|
|
|
29780
|
-
// bazel-out/
|
|
29787
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
29781
29788
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
29782
29789
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
29783
29790
|
let resolvedEntryPoint = null;
|
|
@@ -29793,7 +29800,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
29793
29800
|
return resolvedEntryPoint;
|
|
29794
29801
|
}
|
|
29795
29802
|
|
|
29796
|
-
// bazel-out/
|
|
29803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
29797
29804
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
29798
29805
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
29799
29806
|
const diagnostics = [];
|
|
@@ -29873,7 +29880,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
29873
29880
|
}
|
|
29874
29881
|
}
|
|
29875
29882
|
|
|
29876
|
-
// bazel-out/
|
|
29883
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
29877
29884
|
var ReferenceGraph = class {
|
|
29878
29885
|
constructor() {
|
|
29879
29886
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -29927,7 +29934,7 @@ var ReferenceGraph = class {
|
|
|
29927
29934
|
}
|
|
29928
29935
|
};
|
|
29929
29936
|
|
|
29930
|
-
// bazel-out/
|
|
29937
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
29931
29938
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
29932
29939
|
var UpdateMode;
|
|
29933
29940
|
(function(UpdateMode2) {
|
|
@@ -29935,13 +29942,13 @@ var UpdateMode;
|
|
|
29935
29942
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
29936
29943
|
})(UpdateMode || (UpdateMode = {}));
|
|
29937
29944
|
|
|
29938
|
-
// bazel-out/
|
|
29945
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
29939
29946
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
29940
29947
|
|
|
29941
|
-
// bazel-out/
|
|
29948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
29942
29949
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
29943
29950
|
|
|
29944
|
-
// bazel-out/
|
|
29951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
29945
29952
|
var NgExtension = Symbol("NgExtension");
|
|
29946
29953
|
function isExtended(sf) {
|
|
29947
29954
|
return sf[NgExtension] !== void 0;
|
|
@@ -30001,13 +30008,13 @@ function retagTsFile(sf) {
|
|
|
30001
30008
|
}
|
|
30002
30009
|
}
|
|
30003
30010
|
|
|
30004
|
-
// bazel-out/
|
|
30011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
30005
30012
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
30006
30013
|
function makeShimFileName(fileName, suffix) {
|
|
30007
30014
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
30008
30015
|
}
|
|
30009
30016
|
|
|
30010
|
-
// bazel-out/
|
|
30017
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
30011
30018
|
var ShimAdapter = class {
|
|
30012
30019
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
30013
30020
|
this.delegate = delegate;
|
|
@@ -30102,7 +30109,7 @@ var ShimAdapter = class {
|
|
|
30102
30109
|
}
|
|
30103
30110
|
};
|
|
30104
30111
|
|
|
30105
|
-
// bazel-out/
|
|
30112
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
30106
30113
|
var ShimReferenceTagger = class {
|
|
30107
30114
|
constructor(shimExtensions) {
|
|
30108
30115
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -30136,7 +30143,7 @@ var ShimReferenceTagger = class {
|
|
|
30136
30143
|
}
|
|
30137
30144
|
};
|
|
30138
30145
|
|
|
30139
|
-
// bazel-out/
|
|
30146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30140
30147
|
var DelegatingCompilerHost = class {
|
|
30141
30148
|
constructor(delegate) {
|
|
30142
30149
|
this.delegate = delegate;
|
|
@@ -30249,7 +30256,7 @@ var TsCreateProgramDriver = class {
|
|
|
30249
30256
|
}
|
|
30250
30257
|
};
|
|
30251
30258
|
|
|
30252
|
-
// bazel-out/
|
|
30259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
30253
30260
|
var FileDependencyGraph = class {
|
|
30254
30261
|
constructor() {
|
|
30255
30262
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -30316,7 +30323,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
30316
30323
|
return false;
|
|
30317
30324
|
}
|
|
30318
30325
|
|
|
30319
|
-
// bazel-out/
|
|
30326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
30320
30327
|
var IncrementalStateKind;
|
|
30321
30328
|
(function(IncrementalStateKind2) {
|
|
30322
30329
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -30324,7 +30331,7 @@ var IncrementalStateKind;
|
|
|
30324
30331
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
30325
30332
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
30326
30333
|
|
|
30327
|
-
// bazel-out/
|
|
30334
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
30328
30335
|
var PhaseKind;
|
|
30329
30336
|
(function(PhaseKind2) {
|
|
30330
30337
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -30525,7 +30532,7 @@ function toOriginalSourceFile(sf) {
|
|
|
30525
30532
|
}
|
|
30526
30533
|
}
|
|
30527
30534
|
|
|
30528
|
-
// bazel-out/
|
|
30535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
30529
30536
|
var TrackedIncrementalBuildStrategy = class {
|
|
30530
30537
|
constructor() {
|
|
30531
30538
|
this.state = null;
|
|
@@ -30546,7 +30553,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
30546
30553
|
};
|
|
30547
30554
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
30548
30555
|
|
|
30549
|
-
// bazel-out/
|
|
30556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
30550
30557
|
var IdentifierKind;
|
|
30551
30558
|
(function(IdentifierKind2) {
|
|
30552
30559
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -30564,7 +30571,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
30564
30571
|
}
|
|
30565
30572
|
};
|
|
30566
30573
|
|
|
30567
|
-
// bazel-out/
|
|
30574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
30568
30575
|
var IndexingContext = class {
|
|
30569
30576
|
constructor() {
|
|
30570
30577
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -30574,7 +30581,7 @@ var IndexingContext = class {
|
|
|
30574
30581
|
}
|
|
30575
30582
|
};
|
|
30576
30583
|
|
|
30577
|
-
// bazel-out/
|
|
30584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
30578
30585
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
30579
30586
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
30580
30587
|
super();
|
|
@@ -30810,7 +30817,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
30810
30817
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
30811
30818
|
}
|
|
30812
30819
|
|
|
30813
|
-
// bazel-out/
|
|
30820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
30814
30821
|
function generateAnalysis(context) {
|
|
30815
30822
|
const analysis = /* @__PURE__ */ new Map();
|
|
30816
30823
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -30846,7 +30853,7 @@ function generateAnalysis(context) {
|
|
|
30846
30853
|
return analysis;
|
|
30847
30854
|
}
|
|
30848
30855
|
|
|
30849
|
-
// bazel-out/
|
|
30856
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
30850
30857
|
var NgModuleIndexImpl = class {
|
|
30851
30858
|
constructor(metaReader, localReader) {
|
|
30852
30859
|
this.metaReader = metaReader;
|
|
@@ -30935,7 +30942,7 @@ var NgModuleIndexImpl = class {
|
|
|
30935
30942
|
}
|
|
30936
30943
|
};
|
|
30937
30944
|
|
|
30938
|
-
// bazel-out/
|
|
30945
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
30939
30946
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
30940
30947
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
30941
30948
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -31083,7 +31090,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
31083
31090
|
};
|
|
31084
31091
|
}
|
|
31085
31092
|
|
|
31086
|
-
// bazel-out/
|
|
31093
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
31087
31094
|
var StandaloneComponentScopeReader = class {
|
|
31088
31095
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
31089
31096
|
this.metaReader = metaReader;
|
|
@@ -31161,21 +31168,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
31161
31168
|
}
|
|
31162
31169
|
};
|
|
31163
31170
|
|
|
31164
|
-
// bazel-out/
|
|
31171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
31165
31172
|
var OptimizeFor;
|
|
31166
31173
|
(function(OptimizeFor2) {
|
|
31167
31174
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
31168
31175
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
31169
31176
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
31170
31177
|
|
|
31171
|
-
// bazel-out/
|
|
31178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
31172
31179
|
var CompletionKind;
|
|
31173
31180
|
(function(CompletionKind2) {
|
|
31174
31181
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
31175
31182
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
31176
31183
|
})(CompletionKind || (CompletionKind = {}));
|
|
31177
31184
|
|
|
31178
|
-
// bazel-out/
|
|
31185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
31179
31186
|
var PotentialImportKind;
|
|
31180
31187
|
(function(PotentialImportKind2) {
|
|
31181
31188
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -31187,7 +31194,7 @@ var PotentialImportMode;
|
|
|
31187
31194
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
31188
31195
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
31189
31196
|
|
|
31190
|
-
// bazel-out/
|
|
31197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
31191
31198
|
var SymbolKind;
|
|
31192
31199
|
(function(SymbolKind2) {
|
|
31193
31200
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -31203,7 +31210,7 @@ var SymbolKind;
|
|
|
31203
31210
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
31204
31211
|
})(SymbolKind || (SymbolKind = {}));
|
|
31205
31212
|
|
|
31206
|
-
// bazel-out/
|
|
31213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
31207
31214
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
31208
31215
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
31209
31216
|
var _a2;
|
|
@@ -31310,7 +31317,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
31310
31317
|
return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
|
|
31311
31318
|
}
|
|
31312
31319
|
|
|
31313
|
-
// bazel-out/
|
|
31320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
31314
31321
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
31315
31322
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
31316
31323
|
function getTemplateId(clazz) {
|
|
@@ -31327,10 +31334,10 @@ function allocateTemplateId(sf) {
|
|
|
31327
31334
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
31328
31335
|
}
|
|
31329
31336
|
|
|
31330
|
-
// bazel-out/
|
|
31337
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31331
31338
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
31332
31339
|
|
|
31333
|
-
// bazel-out/
|
|
31340
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
31334
31341
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
31335
31342
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
31336
31343
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -31459,7 +31466,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
31459
31466
|
}) || false;
|
|
31460
31467
|
}
|
|
31461
31468
|
|
|
31462
|
-
// bazel-out/
|
|
31469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31463
31470
|
var CompletionEngine = class {
|
|
31464
31471
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
31465
31472
|
this.tcb = tcb;
|
|
@@ -31616,10 +31623,10 @@ var CompletionEngine = class {
|
|
|
31616
31623
|
}
|
|
31617
31624
|
};
|
|
31618
31625
|
|
|
31619
|
-
// bazel-out/
|
|
31626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
31620
31627
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
31621
31628
|
|
|
31622
|
-
// bazel-out/
|
|
31629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
31623
31630
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
31624
31631
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
31625
31632
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -31671,10 +31678,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
31671
31678
|
}
|
|
31672
31679
|
};
|
|
31673
31680
|
|
|
31674
|
-
// bazel-out/
|
|
31681
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
31675
31682
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
31676
31683
|
|
|
31677
|
-
// bazel-out/
|
|
31684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
31678
31685
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
31679
31686
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
31680
31687
|
import_typescript70.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -31748,16 +31755,16 @@ function isAccessExpression(node) {
|
|
|
31748
31755
|
return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
|
|
31749
31756
|
}
|
|
31750
31757
|
|
|
31751
|
-
// bazel-out/
|
|
31758
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31752
31759
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
31753
31760
|
|
|
31754
|
-
// bazel-out/
|
|
31761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31755
31762
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
31756
31763
|
|
|
31757
|
-
// bazel-out/
|
|
31764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31758
31765
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
31759
31766
|
|
|
31760
|
-
// bazel-out/
|
|
31767
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
31761
31768
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
31762
31769
|
var INELIGIBLE = {};
|
|
31763
31770
|
function canEmitType(type, canEmit) {
|
|
@@ -31832,7 +31839,7 @@ var TypeEmitter = class {
|
|
|
31832
31839
|
}
|
|
31833
31840
|
};
|
|
31834
31841
|
|
|
31835
|
-
// bazel-out/
|
|
31842
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31836
31843
|
var TypeParameterEmitter = class {
|
|
31837
31844
|
constructor(typeParameters, reflector) {
|
|
31838
31845
|
this.typeParameters = typeParameters;
|
|
@@ -31909,7 +31916,7 @@ var TypeParameterEmitter = class {
|
|
|
31909
31916
|
}
|
|
31910
31917
|
};
|
|
31911
31918
|
|
|
31912
|
-
// bazel-out/
|
|
31919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31913
31920
|
var TcbInliningRequirement;
|
|
31914
31921
|
(function(TcbInliningRequirement2) {
|
|
31915
31922
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -31989,7 +31996,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
31989
31996
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
31990
31997
|
}
|
|
31991
31998
|
|
|
31992
|
-
// bazel-out/
|
|
31999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31993
32000
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
31994
32001
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
31995
32002
|
const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -32101,7 +32108,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
32101
32108
|
});
|
|
32102
32109
|
}
|
|
32103
32110
|
|
|
32104
|
-
// bazel-out/
|
|
32111
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32105
32112
|
var Environment = class {
|
|
32106
32113
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
32107
32114
|
this.config = config;
|
|
@@ -32196,7 +32203,7 @@ var Environment = class {
|
|
|
32196
32203
|
}
|
|
32197
32204
|
};
|
|
32198
32205
|
|
|
32199
|
-
// bazel-out/
|
|
32206
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
32200
32207
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
32201
32208
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
32202
32209
|
constructor(resolver) {
|
|
@@ -32331,7 +32338,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
32331
32338
|
});
|
|
32332
32339
|
}
|
|
32333
32340
|
|
|
32334
|
-
// bazel-out/
|
|
32341
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
32335
32342
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
32336
32343
|
var TypeCheckShimGenerator = class {
|
|
32337
32344
|
constructor() {
|
|
@@ -32349,10 +32356,10 @@ var TypeCheckShimGenerator = class {
|
|
|
32349
32356
|
}
|
|
32350
32357
|
};
|
|
32351
32358
|
|
|
32352
|
-
// bazel-out/
|
|
32359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32353
32360
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
32354
32361
|
|
|
32355
|
-
// bazel-out/
|
|
32362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
32356
32363
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
32357
32364
|
function wrapForDiagnostics(expr) {
|
|
32358
32365
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -32397,7 +32404,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
32397
32404
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
32398
32405
|
}
|
|
32399
32406
|
|
|
32400
|
-
// bazel-out/
|
|
32407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
32401
32408
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
32402
32409
|
var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
32403
32410
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -32729,7 +32736,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
32729
32736
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
32730
32737
|
})();
|
|
32731
32738
|
|
|
32732
|
-
// bazel-out/
|
|
32739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
32733
32740
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
32734
32741
|
constructor(templateId, boundTarget, oob) {
|
|
32735
32742
|
super();
|
|
@@ -32752,7 +32759,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
32752
32759
|
}
|
|
32753
32760
|
};
|
|
32754
32761
|
|
|
32755
|
-
// bazel-out/
|
|
32762
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32756
32763
|
var TcbGenericContextBehavior;
|
|
32757
32764
|
(function(TcbGenericContextBehavior2) {
|
|
32758
32765
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -33867,7 +33874,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
33867
33874
|
}
|
|
33868
33875
|
};
|
|
33869
33876
|
|
|
33870
|
-
// bazel-out/
|
|
33877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
33871
33878
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
33872
33879
|
var TypeCheckFile = class extends Environment {
|
|
33873
33880
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -33903,7 +33910,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
33903
33910
|
}
|
|
33904
33911
|
};
|
|
33905
33912
|
|
|
33906
|
-
// bazel-out/
|
|
33913
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
33907
33914
|
var InliningMode;
|
|
33908
33915
|
(function(InliningMode2) {
|
|
33909
33916
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -34141,7 +34148,7 @@ function splitStringAtPoints(str, points) {
|
|
|
34141
34148
|
return splits;
|
|
34142
34149
|
}
|
|
34143
34150
|
|
|
34144
|
-
// bazel-out/
|
|
34151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
34145
34152
|
var LF_CHAR = 10;
|
|
34146
34153
|
var CR_CHAR = 13;
|
|
34147
34154
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -34182,7 +34189,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
34182
34189
|
return low - 1;
|
|
34183
34190
|
}
|
|
34184
34191
|
|
|
34185
|
-
// bazel-out/
|
|
34192
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
34186
34193
|
var TemplateSource = class {
|
|
34187
34194
|
constructor(mapping, file) {
|
|
34188
34195
|
this.mapping = mapping;
|
|
@@ -34233,7 +34240,7 @@ var TemplateSourceManager = class {
|
|
|
34233
34240
|
}
|
|
34234
34241
|
};
|
|
34235
34242
|
|
|
34236
|
-
// bazel-out/
|
|
34243
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
34237
34244
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
34238
34245
|
var SymbolBuilder = class {
|
|
34239
34246
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -34710,7 +34717,7 @@ function sourceSpanEqual(a, b) {
|
|
|
34710
34717
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
34711
34718
|
}
|
|
34712
34719
|
|
|
34713
|
-
// bazel-out/
|
|
34720
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
34714
34721
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
34715
34722
|
var TemplateTypeCheckerImpl = class {
|
|
34716
34723
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -35403,7 +35410,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
35403
35410
|
}
|
|
35404
35411
|
};
|
|
35405
35412
|
|
|
35406
|
-
// bazel-out/
|
|
35413
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
35407
35414
|
var TemplateCheckWithVisitor = class {
|
|
35408
35415
|
run(ctx, component, template2) {
|
|
35409
35416
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -35479,7 +35486,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
35479
35486
|
}
|
|
35480
35487
|
};
|
|
35481
35488
|
|
|
35482
|
-
// bazel-out/
|
|
35489
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
35483
35490
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
35484
35491
|
constructor() {
|
|
35485
35492
|
super(...arguments);
|
|
@@ -35504,7 +35511,7 @@ var factory = {
|
|
|
35504
35511
|
create: () => new InvalidBananaInBoxCheck()
|
|
35505
35512
|
};
|
|
35506
35513
|
|
|
35507
|
-
// bazel-out/
|
|
35514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
35508
35515
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
35509
35516
|
["ngIf", "NgIf"],
|
|
35510
35517
|
["ngFor", "NgFor"],
|
|
@@ -35548,7 +35555,7 @@ var factory2 = {
|
|
|
35548
35555
|
}
|
|
35549
35556
|
};
|
|
35550
35557
|
|
|
35551
|
-
// bazel-out/
|
|
35558
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
35552
35559
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
35553
35560
|
constructor() {
|
|
35554
35561
|
super(...arguments);
|
|
@@ -35580,7 +35587,7 @@ var factory3 = {
|
|
|
35580
35587
|
create: () => new MissingNgForOfLetCheck()
|
|
35581
35588
|
};
|
|
35582
35589
|
|
|
35583
|
-
// bazel-out/
|
|
35590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
35584
35591
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
35585
35592
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35586
35593
|
constructor() {
|
|
@@ -35624,7 +35631,7 @@ var factory4 = {
|
|
|
35624
35631
|
}
|
|
35625
35632
|
};
|
|
35626
35633
|
|
|
35627
|
-
// bazel-out/
|
|
35634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
35628
35635
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
35629
35636
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35630
35637
|
constructor() {
|
|
@@ -35669,7 +35676,7 @@ var factory5 = {
|
|
|
35669
35676
|
}
|
|
35670
35677
|
};
|
|
35671
35678
|
|
|
35672
|
-
// bazel-out/
|
|
35679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
35673
35680
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
35674
35681
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
35675
35682
|
constructor() {
|
|
@@ -35692,7 +35699,7 @@ var factory6 = {
|
|
|
35692
35699
|
create: () => new SuffixNotSupportedCheck()
|
|
35693
35700
|
};
|
|
35694
35701
|
|
|
35695
|
-
// bazel-out/
|
|
35702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
35696
35703
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
35697
35704
|
constructor() {
|
|
35698
35705
|
super(...arguments);
|
|
@@ -35730,10 +35737,10 @@ var factory7 = {
|
|
|
35730
35737
|
create: () => new TextAttributeNotBindingSpec()
|
|
35731
35738
|
};
|
|
35732
35739
|
|
|
35733
|
-
// bazel-out/
|
|
35740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35734
35741
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
35735
35742
|
|
|
35736
|
-
// bazel-out/
|
|
35743
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
35737
35744
|
var DiagnosticCategoryLabel;
|
|
35738
35745
|
(function(DiagnosticCategoryLabel2) {
|
|
35739
35746
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -35741,7 +35748,7 @@ var DiagnosticCategoryLabel;
|
|
|
35741
35748
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
35742
35749
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
35743
35750
|
|
|
35744
|
-
// bazel-out/
|
|
35751
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35745
35752
|
var ExtendedTemplateCheckerImpl = class {
|
|
35746
35753
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
35747
35754
|
var _a2, _b, _c, _d, _e;
|
|
@@ -35793,7 +35800,7 @@ function assertNever(value) {
|
|
|
35793
35800
|
${value}`);
|
|
35794
35801
|
}
|
|
35795
35802
|
|
|
35796
|
-
// bazel-out/
|
|
35803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
35797
35804
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
35798
35805
|
factory,
|
|
35799
35806
|
factory4,
|
|
@@ -35804,7 +35811,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
35804
35811
|
factory6
|
|
35805
35812
|
];
|
|
35806
35813
|
|
|
35807
|
-
// bazel-out/
|
|
35814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
35808
35815
|
var CompilationTicketKind;
|
|
35809
35816
|
(function(CompilationTicketKind2) {
|
|
35810
35817
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -36060,7 +36067,7 @@ var NgCompiler = class {
|
|
|
36060
36067
|
defaultImportTracker.importPreservingTransformer()
|
|
36061
36068
|
];
|
|
36062
36069
|
const afterDeclarations = [];
|
|
36063
|
-
if (compilation.dtsTransforms !== null) {
|
|
36070
|
+
if (this.options.compilationMode !== "experimental-local" && compilation.dtsTransforms !== null) {
|
|
36064
36071
|
afterDeclarations.push(declarationTransformFactory(compilation.dtsTransforms, compilation.reflector, compilation.refEmitter, importRewriter));
|
|
36065
36072
|
}
|
|
36066
36073
|
if (compilation.aliasingHost !== null && compilation.aliasingHost.aliasExportsInDts) {
|
|
@@ -36523,7 +36530,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
36523
36530
|
return versions;
|
|
36524
36531
|
}
|
|
36525
36532
|
|
|
36526
|
-
// bazel-out/
|
|
36533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
36527
36534
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
36528
36535
|
var DelegatingCompilerHost2 = class {
|
|
36529
36536
|
constructor(delegate) {
|
|
@@ -36656,7 +36663,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
36656
36663
|
}
|
|
36657
36664
|
};
|
|
36658
36665
|
|
|
36659
|
-
// bazel-out/
|
|
36666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
36660
36667
|
var NgtscProgram = class {
|
|
36661
36668
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
36662
36669
|
this.options = options;
|
|
@@ -36874,21 +36881,21 @@ function mergeEmitResults(emitResults) {
|
|
|
36874
36881
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
36875
36882
|
}
|
|
36876
36883
|
|
|
36877
|
-
// bazel-out/
|
|
36884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
36878
36885
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
36879
36886
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
36880
36887
|
}
|
|
36881
36888
|
|
|
36882
|
-
// bazel-out/
|
|
36889
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
36883
36890
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
36884
36891
|
|
|
36885
|
-
// bazel-out/
|
|
36892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
36886
36893
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
36887
36894
|
|
|
36888
|
-
// bazel-out/
|
|
36895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
36889
36896
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
36890
36897
|
|
|
36891
|
-
// bazel-out/
|
|
36898
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
36892
36899
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
36893
36900
|
ngDevMode: false,
|
|
36894
36901
|
ngI18nClosureMode: false
|
|
@@ -36897,7 +36904,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
36897
36904
|
ngJitMode: false
|
|
36898
36905
|
});
|
|
36899
36906
|
|
|
36900
|
-
// bazel-out/
|
|
36907
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
36901
36908
|
var LogLevel;
|
|
36902
36909
|
(function(LogLevel2) {
|
|
36903
36910
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -36906,7 +36913,7 @@ var LogLevel;
|
|
|
36906
36913
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
36907
36914
|
})(LogLevel || (LogLevel = {}));
|
|
36908
36915
|
|
|
36909
|
-
// bazel-out/
|
|
36916
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
36910
36917
|
var RESET = "\x1B[0m";
|
|
36911
36918
|
var RED = "\x1B[31m";
|
|
36912
36919
|
var YELLOW = "\x1B[33m";
|
|
@@ -36915,18 +36922,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
36915
36922
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
36916
36923
|
var ERROR = `${RED}Error:${RESET}`;
|
|
36917
36924
|
|
|
36918
|
-
// bazel-out/
|
|
36925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
36919
36926
|
setFileSystem(new NodeJSFileSystem());
|
|
36920
36927
|
|
|
36921
|
-
// bazel-out/
|
|
36928
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
36922
36929
|
var import_fs2 = require("fs");
|
|
36923
36930
|
var import_path8 = require("path");
|
|
36924
36931
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
36925
36932
|
|
|
36926
|
-
// bazel-out/
|
|
36933
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
36927
36934
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
36928
36935
|
|
|
36929
|
-
// bazel-out/
|
|
36936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
36930
36937
|
var import_path4 = require("path");
|
|
36931
36938
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
36932
36939
|
var ImportManager2 = class {
|
|
@@ -37110,7 +37117,7 @@ ${text2}`;
|
|
|
37110
37117
|
}
|
|
37111
37118
|
};
|
|
37112
37119
|
|
|
37113
|
-
// bazel-out/
|
|
37120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37114
37121
|
var ChangeTracker = class {
|
|
37115
37122
|
constructor(_printer, _importRemapper) {
|
|
37116
37123
|
__publicField(this, "_printer");
|
|
@@ -37166,7 +37173,7 @@ function normalizePath(path3) {
|
|
|
37166
37173
|
return path3.replace(/\\/g, "/");
|
|
37167
37174
|
}
|
|
37168
37175
|
|
|
37169
|
-
// bazel-out/
|
|
37176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
37170
37177
|
var import_core13 = require("@angular-devkit/core");
|
|
37171
37178
|
function getProjectTsConfigPaths(tree) {
|
|
37172
37179
|
return __async(this, null, function* () {
|
|
@@ -37246,11 +37253,11 @@ function getWorkspace(tree) {
|
|
|
37246
37253
|
});
|
|
37247
37254
|
}
|
|
37248
37255
|
|
|
37249
|
-
// bazel-out/
|
|
37256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37250
37257
|
var import_path5 = require("path");
|
|
37251
37258
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
37252
37259
|
|
|
37253
|
-
// bazel-out/
|
|
37260
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
37254
37261
|
var path2 = __toESM(require("path"), 1);
|
|
37255
37262
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
37256
37263
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -37267,7 +37274,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
37267
37274
|
return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
37268
37275
|
}
|
|
37269
37276
|
|
|
37270
|
-
// bazel-out/
|
|
37277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37271
37278
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
37272
37279
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
37273
37280
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -37296,13 +37303,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
37296
37303
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
37297
37304
|
}
|
|
37298
37305
|
|
|
37299
|
-
// bazel-out/
|
|
37306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37300
37307
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
37301
37308
|
|
|
37302
|
-
// bazel-out/
|
|
37309
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37303
37310
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
37304
37311
|
|
|
37305
|
-
// bazel-out/
|
|
37312
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
37306
37313
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
37307
37314
|
function getImportOfIdentifier(typeChecker, node) {
|
|
37308
37315
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -37353,7 +37360,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
37353
37360
|
});
|
|
37354
37361
|
}
|
|
37355
37362
|
|
|
37356
|
-
// bazel-out/
|
|
37363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37357
37364
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
37358
37365
|
if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
|
|
37359
37366
|
return null;
|
|
@@ -37362,7 +37369,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
37362
37369
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
37363
37370
|
}
|
|
37364
37371
|
|
|
37365
|
-
// bazel-out/
|
|
37372
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
37366
37373
|
function getAngularDecorators(typeChecker, decorators) {
|
|
37367
37374
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
37368
37375
|
node,
|
|
@@ -37372,7 +37379,7 @@ function getAngularDecorators(typeChecker, decorators) {
|
|
|
37372
37379
|
}));
|
|
37373
37380
|
}
|
|
37374
37381
|
|
|
37375
|
-
// bazel-out/
|
|
37382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
37376
37383
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
37377
37384
|
function closestNode(node, predicate) {
|
|
37378
37385
|
let current = node.parent;
|
|
@@ -37385,7 +37392,7 @@ function closestNode(node, predicate) {
|
|
|
37385
37392
|
return null;
|
|
37386
37393
|
}
|
|
37387
37394
|
|
|
37388
|
-
// bazel-out/
|
|
37395
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
37389
37396
|
var import_path6 = require("path");
|
|
37390
37397
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
37391
37398
|
var UniqueItemTracker = class {
|
|
@@ -37561,7 +37568,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
37561
37568
|
}));
|
|
37562
37569
|
}
|
|
37563
37570
|
|
|
37564
|
-
// bazel-out/
|
|
37571
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37565
37572
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
37566
37573
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
37567
37574
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -37760,14 +37767,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
37760
37767
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
37761
37768
|
}
|
|
37762
37769
|
|
|
37763
|
-
// bazel-out/
|
|
37770
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
37764
37771
|
var import_path7 = require("path");
|
|
37765
37772
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
37766
37773
|
|
|
37767
|
-
// bazel-out/
|
|
37774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37768
37775
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
37769
37776
|
|
|
37770
|
-
// bazel-out/
|
|
37777
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
37771
37778
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
37772
37779
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
37773
37780
|
var _a2, _b;
|
|
@@ -37776,7 +37783,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
37776
37783
|
return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
|
|
37777
37784
|
}
|
|
37778
37785
|
|
|
37779
|
-
// bazel-out/
|
|
37786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37780
37787
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
37781
37788
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
37782
37789
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38139,7 +38146,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
38139
38146
|
return metadata != null && metadata.isStandalone;
|
|
38140
38147
|
}
|
|
38141
38148
|
|
|
38142
|
-
// bazel-out/
|
|
38149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38143
38150
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
38144
38151
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
38145
38152
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38516,7 +38523,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
38516
38523
|
return false;
|
|
38517
38524
|
}
|
|
38518
38525
|
|
|
38519
|
-
// bazel-out/
|
|
38526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
38520
38527
|
var MigrationMode;
|
|
38521
38528
|
(function(MigrationMode2) {
|
|
38522
38529
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|