@angular/core 16.0.2 → 16.0.4
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 +7 -2
- package/esm2022/src/di/forward_ref.mjs +29 -2
- package/esm2022/src/hydration/api.mjs +4 -7
- package/esm2022/src/initial_render_pending_tasks.mjs +12 -37
- package/esm2022/src/interface/lifecycle_hooks.mjs +1 -1
- package/esm2022/src/render3/di.mjs +5 -2
- package/esm2022/src/render3/errors.mjs +20 -2
- package/esm2022/src/render3/features/host_directives_feature.mjs +2 -2
- package/esm2022/src/render3/jit/module.mjs +11 -11
- package/esm2022/src/signals/src/graph.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +111 -87
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +64 -16
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +36 -12
- 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 +346 -346
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6771
6771
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6772
6772
|
"inherit",
|
|
6773
6773
|
"initial",
|
|
@@ -7227,7 +7227,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7227
7227
|
}
|
|
7228
7228
|
}
|
|
7229
7229
|
|
|
7230
|
-
// bazel-out/
|
|
7230
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7231
7231
|
var TagContentType;
|
|
7232
7232
|
(function(TagContentType2) {
|
|
7233
7233
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7260,7 +7260,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7260
7260
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7261
7261
|
}
|
|
7262
7262
|
|
|
7263
|
-
// bazel-out/
|
|
7263
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
|
|
7264
7264
|
var ElementAttributeKind;
|
|
7265
7265
|
(function(ElementAttributeKind2) {
|
|
7266
7266
|
ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
|
|
@@ -7337,7 +7337,7 @@ function assertIsElementAttributes(attrs) {
|
|
|
7337
7337
|
}
|
|
7338
7338
|
}
|
|
7339
7339
|
|
|
7340
|
-
// bazel-out/
|
|
7340
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7341
7341
|
var OpKind;
|
|
7342
7342
|
(function(OpKind2) {
|
|
7343
7343
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7371,7 +7371,7 @@ var SemanticVariableKind;
|
|
|
7371
7371
|
SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
|
|
7372
7372
|
})(SemanticVariableKind || (SemanticVariableKind = {}));
|
|
7373
7373
|
|
|
7374
|
-
// bazel-out/
|
|
7374
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7375
7375
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7376
7376
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7377
7377
|
var UsesSlotIndex = Symbol("UsesSlotIndex");
|
|
@@ -7404,7 +7404,7 @@ function hasUsesSlotIndexTrait(value) {
|
|
|
7404
7404
|
return value[UsesSlotIndex] === true;
|
|
7405
7405
|
}
|
|
7406
7406
|
|
|
7407
|
-
// bazel-out/
|
|
7407
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7408
7408
|
var _a;
|
|
7409
7409
|
var ExpressionBase = class extends Expression {
|
|
7410
7410
|
constructor(sourceSpan = null) {
|
|
@@ -7642,7 +7642,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
|
|
|
7642
7642
|
}
|
|
7643
7643
|
}
|
|
7644
7644
|
|
|
7645
|
-
// bazel-out/
|
|
7645
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7646
7646
|
var _OpList = class {
|
|
7647
7647
|
constructor() {
|
|
7648
7648
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7806,7 +7806,7 @@ var OpList = _OpList;
|
|
|
7806
7806
|
_OpList.nextListId = 0;
|
|
7807
7807
|
})();
|
|
7808
7808
|
|
|
7809
|
-
// bazel-out/
|
|
7809
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7810
7810
|
function createStatementOp(statement) {
|
|
7811
7811
|
return __spreadValues({
|
|
7812
7812
|
kind: OpKind.Statement,
|
|
@@ -7827,7 +7827,7 @@ var NEW_OP = {
|
|
|
7827
7827
|
next: null
|
|
7828
7828
|
};
|
|
7829
7829
|
|
|
7830
|
-
// bazel-out/
|
|
7830
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7831
7831
|
function createElementStartOp(tag, xref) {
|
|
7832
7832
|
return __spreadValues(__spreadValues({
|
|
7833
7833
|
kind: OpKind.ElementStart,
|
|
@@ -7872,7 +7872,7 @@ function createListenerOp(target, name, tag) {
|
|
|
7872
7872
|
}, NEW_OP), TRAIT_USES_SLOT_INDEX);
|
|
7873
7873
|
}
|
|
7874
7874
|
|
|
7875
|
-
// bazel-out/
|
|
7875
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
7876
7876
|
function createInterpolateTextOp(xref, strings, expressions) {
|
|
7877
7877
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
7878
7878
|
kind: OpKind.InterpolateText,
|
|
@@ -7896,7 +7896,7 @@ function createAdvanceOp(delta) {
|
|
|
7896
7896
|
}, NEW_OP);
|
|
7897
7897
|
}
|
|
7898
7898
|
|
|
7899
|
-
// bazel-out/
|
|
7899
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
7900
7900
|
function phaseConstCollection(cpl) {
|
|
7901
7901
|
for (const [_, view] of cpl.views) {
|
|
7902
7902
|
for (const op of view.create) {
|
|
@@ -7937,7 +7937,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
|
|
|
7937
7937
|
return literalArr(attrArray);
|
|
7938
7938
|
}
|
|
7939
7939
|
|
|
7940
|
-
// bazel-out/
|
|
7940
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
7941
7941
|
function phaseEmptyElements(cpl) {
|
|
7942
7942
|
for (const [_, view] of cpl.views) {
|
|
7943
7943
|
for (const op of view.create) {
|
|
@@ -7949,7 +7949,7 @@ function phaseEmptyElements(cpl) {
|
|
|
7949
7949
|
}
|
|
7950
7950
|
}
|
|
7951
7951
|
|
|
7952
|
-
// bazel-out/
|
|
7952
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
7953
7953
|
function phaseGenerateAdvance(cpl) {
|
|
7954
7954
|
for (const [_, view] of cpl.views) {
|
|
7955
7955
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -7981,7 +7981,7 @@ function phaseGenerateAdvance(cpl) {
|
|
|
7981
7981
|
}
|
|
7982
7982
|
}
|
|
7983
7983
|
|
|
7984
|
-
// bazel-out/
|
|
7984
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
7985
7985
|
function element(slot, tag, constIndex, localRefIndex) {
|
|
7986
7986
|
return elementStartBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
|
|
7987
7987
|
}
|
|
@@ -8106,7 +8106,7 @@ function callInterpolation(config, baseArgs, interpolationArgs) {
|
|
|
8106
8106
|
}
|
|
8107
8107
|
}
|
|
8108
8108
|
|
|
8109
|
-
// bazel-out/
|
|
8109
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
8110
8110
|
function phaseReify(cpl) {
|
|
8111
8111
|
for (const [_, view] of cpl.views) {
|
|
8112
8112
|
reifyCreateOperations(view, view.create);
|
|
@@ -8231,7 +8231,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
|
|
|
8231
8231
|
}
|
|
8232
8232
|
};
|
|
8233
8233
|
|
|
8234
|
-
// bazel-out/
|
|
8234
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
8235
8235
|
function phaseSlotAllocation(cpl) {
|
|
8236
8236
|
const slotMap = /* @__PURE__ */ new Map();
|
|
8237
8237
|
for (const [_, view] of cpl.views) {
|
|
@@ -8271,7 +8271,7 @@ function phaseSlotAllocation(cpl) {
|
|
|
8271
8271
|
}
|
|
8272
8272
|
}
|
|
8273
8273
|
|
|
8274
|
-
// bazel-out/
|
|
8274
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
8275
8275
|
function phaseVarCounting(cpl) {
|
|
8276
8276
|
for (const [_, view] of cpl.views) {
|
|
8277
8277
|
let varCount = 0;
|
|
@@ -8311,7 +8311,7 @@ function varsUsedByIrExpression(expr) {
|
|
|
8311
8311
|
return 0;
|
|
8312
8312
|
}
|
|
8313
8313
|
|
|
8314
|
-
// bazel-out/
|
|
8314
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
8315
8315
|
function phaseNaming(cpl) {
|
|
8316
8316
|
addNamesToView(cpl.root, cpl.componentName, { index: 0 });
|
|
8317
8317
|
}
|
|
@@ -8369,7 +8369,7 @@ function getVariableName(variable2, state) {
|
|
|
8369
8369
|
return variable2.name;
|
|
8370
8370
|
}
|
|
8371
8371
|
|
|
8372
|
-
// bazel-out/
|
|
8372
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
8373
8373
|
function phaseLocalRefs(cpl) {
|
|
8374
8374
|
for (const view of cpl.views.values()) {
|
|
8375
8375
|
for (const op of view.create) {
|
|
@@ -8400,7 +8400,7 @@ function serializeLocalRefs(refs) {
|
|
|
8400
8400
|
return literalArr(constRefs);
|
|
8401
8401
|
}
|
|
8402
8402
|
|
|
8403
|
-
// bazel-out/
|
|
8403
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
8404
8404
|
function phaseGenerateVariables(cpl) {
|
|
8405
8405
|
recursivelyProcessView(cpl.root, null);
|
|
8406
8406
|
}
|
|
@@ -8497,7 +8497,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
8497
8497
|
return newOps;
|
|
8498
8498
|
}
|
|
8499
8499
|
|
|
8500
|
-
// bazel-out/
|
|
8500
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
8501
8501
|
function phaseResolveNames(cpl) {
|
|
8502
8502
|
for (const [_, view] of cpl.views) {
|
|
8503
8503
|
processLexicalScope(view, view.create, null);
|
|
@@ -8550,7 +8550,7 @@ function processLexicalScope(view, ops, savedView) {
|
|
|
8550
8550
|
}
|
|
8551
8551
|
}
|
|
8552
8552
|
|
|
8553
|
-
// bazel-out/
|
|
8553
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
8554
8554
|
function phaseResolveContexts(cpl) {
|
|
8555
8555
|
for (const view of cpl.views.values()) {
|
|
8556
8556
|
processLexicalScope2(view, view.create);
|
|
@@ -8588,7 +8588,7 @@ function processLexicalScope2(view, ops) {
|
|
|
8588
8588
|
}
|
|
8589
8589
|
}
|
|
8590
8590
|
|
|
8591
|
-
// bazel-out/
|
|
8591
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
8592
8592
|
function phaseVariableOptimization(cpl, options) {
|
|
8593
8593
|
for (const [_, view] of cpl.views) {
|
|
8594
8594
|
optimizeVariablesInOpList(view.create, options);
|
|
@@ -8786,7 +8786,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
8786
8786
|
}
|
|
8787
8787
|
}
|
|
8788
8788
|
|
|
8789
|
-
// bazel-out/
|
|
8789
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8790
8790
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8791
8791
|
Identifiers.elementStart,
|
|
8792
8792
|
Identifiers.elementEnd,
|
|
@@ -8829,7 +8829,7 @@ function chainOperationsInList(opList) {
|
|
|
8829
8829
|
}
|
|
8830
8830
|
}
|
|
8831
8831
|
|
|
8832
|
-
// bazel-out/
|
|
8832
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
8833
8833
|
function phaseMergeNextContext(cpl) {
|
|
8834
8834
|
for (const view of cpl.views.values()) {
|
|
8835
8835
|
for (const op of view.create) {
|
|
@@ -8871,7 +8871,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
8871
8871
|
}
|
|
8872
8872
|
}
|
|
8873
8873
|
|
|
8874
|
-
// bazel-out/
|
|
8874
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
8875
8875
|
function transformTemplate(cpl) {
|
|
8876
8876
|
phaseGenerateVariables(cpl);
|
|
8877
8877
|
phaseResolveNames(cpl);
|
|
@@ -8946,7 +8946,7 @@ function maybeGenerateRfBlock(flag, statements) {
|
|
|
8946
8946
|
];
|
|
8947
8947
|
}
|
|
8948
8948
|
|
|
8949
|
-
// bazel-out/
|
|
8949
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8950
8950
|
var ComponentCompilation = class {
|
|
8951
8951
|
constructor(componentName) {
|
|
8952
8952
|
this.componentName = componentName;
|
|
@@ -9003,7 +9003,7 @@ var ViewCompilation = class {
|
|
|
9003
9003
|
}
|
|
9004
9004
|
};
|
|
9005
9005
|
|
|
9006
|
-
// bazel-out/
|
|
9006
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
9007
9007
|
function ingest(componentName, template2) {
|
|
9008
9008
|
const cpl = new ComponentCompilation(componentName);
|
|
9009
9009
|
ingestNodes(cpl.root, template2);
|
|
@@ -9140,10 +9140,10 @@ function assertIsArray(value) {
|
|
|
9140
9140
|
}
|
|
9141
9141
|
}
|
|
9142
9142
|
|
|
9143
|
-
// bazel-out/
|
|
9143
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
9144
9144
|
var USE_TEMPLATE_PIPELINE = false;
|
|
9145
9145
|
|
|
9146
|
-
// bazel-out/
|
|
9146
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
9147
9147
|
function parse(value) {
|
|
9148
9148
|
const styles = [];
|
|
9149
9149
|
let i = 0;
|
|
@@ -9204,7 +9204,7 @@ function hyphenate(value) {
|
|
|
9204
9204
|
}).toLowerCase();
|
|
9205
9205
|
}
|
|
9206
9206
|
|
|
9207
|
-
// bazel-out/
|
|
9207
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
9208
9208
|
var IMPORTANT_FLAG = "!important";
|
|
9209
9209
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
9210
9210
|
var StylingBuilder = class {
|
|
@@ -9537,7 +9537,7 @@ function isEmptyExpression(ast) {
|
|
|
9537
9537
|
return ast instanceof EmptyExpr;
|
|
9538
9538
|
}
|
|
9539
9539
|
|
|
9540
|
-
// bazel-out/
|
|
9540
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9541
9541
|
var TokenType;
|
|
9542
9542
|
(function(TokenType2) {
|
|
9543
9543
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9898,7 +9898,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9898
9898
|
return result;
|
|
9899
9899
|
}
|
|
9900
9900
|
|
|
9901
|
-
// bazel-out/
|
|
9901
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9902
9902
|
var SplitInterpolation = class {
|
|
9903
9903
|
constructor(strings, expressions, offsets) {
|
|
9904
9904
|
this.strings = strings;
|
|
@@ -10792,7 +10792,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10792
10792
|
return offsetMap;
|
|
10793
10793
|
}
|
|
10794
10794
|
|
|
10795
|
-
// bazel-out/
|
|
10795
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10796
10796
|
var NodeWithI18n = class {
|
|
10797
10797
|
constructor(sourceSpan, i18n) {
|
|
10798
10798
|
this.sourceSpan = sourceSpan;
|
|
@@ -10880,11 +10880,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
10880
10880
|
return result;
|
|
10881
10881
|
}
|
|
10882
10882
|
|
|
10883
|
-
// bazel-out/
|
|
10883
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10884
10884
|
var ElementSchemaRegistry = class {
|
|
10885
10885
|
};
|
|
10886
10886
|
|
|
10887
|
-
// bazel-out/
|
|
10887
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10888
10888
|
var BOOLEAN = "boolean";
|
|
10889
10889
|
var NUMBER = "number";
|
|
10890
10890
|
var STRING = "string";
|
|
@@ -11237,7 +11237,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11237
11237
|
}
|
|
11238
11238
|
}
|
|
11239
11239
|
|
|
11240
|
-
// bazel-out/
|
|
11240
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11241
11241
|
var HtmlTagDefinition = class {
|
|
11242
11242
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11243
11243
|
this.closedByChildren = {};
|
|
@@ -11355,7 +11355,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11355
11355
|
return (_b = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b : DEFAULT_TAG_DEFINITION;
|
|
11356
11356
|
}
|
|
11357
11357
|
|
|
11358
|
-
// bazel-out/
|
|
11358
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11359
11359
|
var NAMED_ENTITIES = {
|
|
11360
11360
|
"AElig": "\xC6",
|
|
11361
11361
|
"AMP": "&",
|
|
@@ -13486,7 +13486,7 @@ var NAMED_ENTITIES = {
|
|
|
13486
13486
|
var NGSP_UNICODE = "\uE500";
|
|
13487
13487
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13488
13488
|
|
|
13489
|
-
// bazel-out/
|
|
13489
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13490
13490
|
var TokenError = class extends ParseError {
|
|
13491
13491
|
constructor(errorMsg, tokenType, span) {
|
|
13492
13492
|
super(span, errorMsg);
|
|
@@ -14321,7 +14321,7 @@ var CursorError = class {
|
|
|
14321
14321
|
}
|
|
14322
14322
|
};
|
|
14323
14323
|
|
|
14324
|
-
// bazel-out/
|
|
14324
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14325
14325
|
var TreeError = class extends ParseError {
|
|
14326
14326
|
static create(elementName, span, msg) {
|
|
14327
14327
|
return new TreeError(elementName, span, msg);
|
|
@@ -14648,7 +14648,7 @@ function decodeEntity(match, entity) {
|
|
|
14648
14648
|
return match;
|
|
14649
14649
|
}
|
|
14650
14650
|
|
|
14651
|
-
// bazel-out/
|
|
14651
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
14652
14652
|
var HtmlParser = class extends Parser2 {
|
|
14653
14653
|
constructor() {
|
|
14654
14654
|
super(getHtmlTagDefinition);
|
|
@@ -14658,7 +14658,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
14658
14658
|
}
|
|
14659
14659
|
};
|
|
14660
14660
|
|
|
14661
|
-
// bazel-out/
|
|
14661
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
14662
14662
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
14663
14663
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
14664
14664
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -14718,7 +14718,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
14718
14718
|
return result;
|
|
14719
14719
|
}
|
|
14720
14720
|
|
|
14721
|
-
// bazel-out/
|
|
14721
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
14722
14722
|
function mapLiteral(obj, quoted = false) {
|
|
14723
14723
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
14724
14724
|
key,
|
|
@@ -14727,7 +14727,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
14727
14727
|
})));
|
|
14728
14728
|
}
|
|
14729
14729
|
|
|
14730
|
-
// bazel-out/
|
|
14730
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
14731
14731
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
14732
14732
|
"iframe|srcdoc",
|
|
14733
14733
|
"*|innerhtml",
|
|
@@ -14742,7 +14742,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
14742
14742
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
14743
14743
|
}
|
|
14744
14744
|
|
|
14745
|
-
// bazel-out/
|
|
14745
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
14746
14746
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
14747
14747
|
var ATTRIBUTE_PREFIX = "attr";
|
|
14748
14748
|
var CLASS_PREFIX = "class";
|
|
@@ -15062,7 +15062,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
15062
15062
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
15063
15063
|
}
|
|
15064
15064
|
|
|
15065
|
-
// bazel-out/
|
|
15065
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
15066
15066
|
function isStyleUrlResolvable(url) {
|
|
15067
15067
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
15068
15068
|
return false;
|
|
@@ -15071,7 +15071,7 @@ function isStyleUrlResolvable(url) {
|
|
|
15071
15071
|
}
|
|
15072
15072
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
15073
15073
|
|
|
15074
|
-
// bazel-out/
|
|
15074
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
15075
15075
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
15076
15076
|
var LINK_ELEMENT = "link";
|
|
15077
15077
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -15141,7 +15141,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
15141
15141
|
return selectAttr;
|
|
15142
15142
|
}
|
|
15143
15143
|
|
|
15144
|
-
// bazel-out/
|
|
15144
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
15145
15145
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
15146
15146
|
var KW_BIND_IDX = 1;
|
|
15147
15147
|
var KW_LET_IDX = 2;
|
|
@@ -15489,7 +15489,7 @@ function textContents(node) {
|
|
|
15489
15489
|
}
|
|
15490
15490
|
}
|
|
15491
15491
|
|
|
15492
|
-
// bazel-out/
|
|
15492
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
15493
15493
|
var TagType;
|
|
15494
15494
|
(function(TagType2) {
|
|
15495
15495
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -15624,7 +15624,7 @@ function serializePlaceholderValue(value) {
|
|
|
15624
15624
|
}
|
|
15625
15625
|
}
|
|
15626
15626
|
|
|
15627
|
-
// bazel-out/
|
|
15627
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
15628
15628
|
var IcuSerializerVisitor = class {
|
|
15629
15629
|
visitText(text2) {
|
|
15630
15630
|
return text2.value;
|
|
@@ -15655,7 +15655,7 @@ function serializeIcuNode(icu) {
|
|
|
15655
15655
|
return icu.visit(serializer);
|
|
15656
15656
|
}
|
|
15657
15657
|
|
|
15658
|
-
// bazel-out/
|
|
15658
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15659
15659
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15660
15660
|
"A": "LINK",
|
|
15661
15661
|
"B": "BOLD_TEXT",
|
|
@@ -15749,7 +15749,7 @@ var PlaceholderRegistry = class {
|
|
|
15749
15749
|
}
|
|
15750
15750
|
};
|
|
15751
15751
|
|
|
15752
|
-
// bazel-out/
|
|
15752
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15753
15753
|
var _expParser = new Parser(new Lexer());
|
|
15754
15754
|
function createI18nMessageFactory(interpolationConfig) {
|
|
15755
15755
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig);
|
|
@@ -15904,14 +15904,14 @@ function extractPlaceholderName(input) {
|
|
|
15904
15904
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15905
15905
|
}
|
|
15906
15906
|
|
|
15907
|
-
// bazel-out/
|
|
15907
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15908
15908
|
var I18nError = class extends ParseError {
|
|
15909
15909
|
constructor(span, msg) {
|
|
15910
15910
|
super(span, msg);
|
|
15911
15911
|
}
|
|
15912
15912
|
};
|
|
15913
15913
|
|
|
15914
|
-
// bazel-out/
|
|
15914
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15915
15915
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15916
15916
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15917
15917
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16060,7 +16060,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16060
16060
|
return jsDocComment(tags);
|
|
16061
16061
|
}
|
|
16062
16062
|
|
|
16063
|
-
// bazel-out/
|
|
16063
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16064
16064
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16065
16065
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16066
16066
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16108,7 +16108,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16108
16108
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16109
16109
|
}
|
|
16110
16110
|
|
|
16111
|
-
// bazel-out/
|
|
16111
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16112
16112
|
function createLocalizeStatements(variable2, message, params) {
|
|
16113
16113
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16114
16114
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16191,7 +16191,7 @@ function createEmptyMessagePart(location) {
|
|
|
16191
16191
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16192
16192
|
}
|
|
16193
16193
|
|
|
16194
|
-
// bazel-out/
|
|
16194
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
16195
16195
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
16196
16196
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
16197
16197
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -17493,7 +17493,7 @@ function createClosureModeGuard() {
|
|
|
17493
17493
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
|
|
17494
17494
|
}
|
|
17495
17495
|
|
|
17496
|
-
// bazel-out/
|
|
17496
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
17497
17497
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
17498
17498
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
17499
17499
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -18037,11 +18037,11 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
18037
18037
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
18038
18038
|
}
|
|
18039
18039
|
|
|
18040
|
-
// bazel-out/
|
|
18040
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
18041
18041
|
var ResourceLoader = class {
|
|
18042
18042
|
};
|
|
18043
18043
|
|
|
18044
|
-
// bazel-out/
|
|
18044
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
18045
18045
|
var CompilerFacadeImpl = class {
|
|
18046
18046
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
18047
18047
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -18542,10 +18542,10 @@ function publishFacade(global2) {
|
|
|
18542
18542
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
18543
18543
|
}
|
|
18544
18544
|
|
|
18545
|
-
// bazel-out/
|
|
18546
|
-
var VERSION2 = new Version("16.0.
|
|
18545
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/version.mjs
|
|
18546
|
+
var VERSION2 = new Version("16.0.4");
|
|
18547
18547
|
|
|
18548
|
-
// bazel-out/
|
|
18548
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
18549
18549
|
var _I18N_ATTR = "i18n";
|
|
18550
18550
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
18551
18551
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -18849,7 +18849,7 @@ function _parseMessageMeta(i18n) {
|
|
|
18849
18849
|
return { meaning, description, id: id.trim() };
|
|
18850
18850
|
}
|
|
18851
18851
|
|
|
18852
|
-
// bazel-out/
|
|
18852
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
18853
18853
|
var XmlTagDefinition = class {
|
|
18854
18854
|
constructor() {
|
|
18855
18855
|
this.closedByParent = false;
|
|
@@ -18874,7 +18874,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
18874
18874
|
return _TAG_DEFINITION;
|
|
18875
18875
|
}
|
|
18876
18876
|
|
|
18877
|
-
// bazel-out/
|
|
18877
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
18878
18878
|
var XmlParser = class extends Parser2 {
|
|
18879
18879
|
constructor() {
|
|
18880
18880
|
super(getXmlTagDefinition);
|
|
@@ -18884,7 +18884,7 @@ var XmlParser = class extends Parser2 {
|
|
|
18884
18884
|
}
|
|
18885
18885
|
};
|
|
18886
18886
|
|
|
18887
|
-
// bazel-out/
|
|
18887
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
18888
18888
|
var _VERSION = "1.2";
|
|
18889
18889
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
18890
18890
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -19124,7 +19124,7 @@ function getCtypeForTag(tag) {
|
|
|
19124
19124
|
}
|
|
19125
19125
|
}
|
|
19126
19126
|
|
|
19127
|
-
// bazel-out/
|
|
19127
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
19128
19128
|
var _VERSION2 = "2.0";
|
|
19129
19129
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
19130
19130
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -19415,7 +19415,7 @@ function getTypeForTag(tag) {
|
|
|
19415
19415
|
}
|
|
19416
19416
|
}
|
|
19417
19417
|
|
|
19418
|
-
// bazel-out/
|
|
19418
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
19419
19419
|
var MessageBundle = class {
|
|
19420
19420
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
19421
19421
|
this._htmlParser = _htmlParser;
|
|
@@ -19482,7 +19482,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
19482
19482
|
}
|
|
19483
19483
|
};
|
|
19484
19484
|
|
|
19485
|
-
// bazel-out/
|
|
19485
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
19486
19486
|
var FactoryTarget2;
|
|
19487
19487
|
(function(FactoryTarget3) {
|
|
19488
19488
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -19492,7 +19492,7 @@ var FactoryTarget2;
|
|
|
19492
19492
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
19493
19493
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
19494
19494
|
|
|
19495
|
-
// bazel-out/
|
|
19495
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
19496
19496
|
var R3TargetBinder = class {
|
|
19497
19497
|
constructor(directiveMatcher) {
|
|
19498
19498
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -19844,7 +19844,7 @@ function extractTemplateEntities(rootScope) {
|
|
|
19844
19844
|
return templateEntities;
|
|
19845
19845
|
}
|
|
19846
19846
|
|
|
19847
|
-
// bazel-out/
|
|
19847
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
19848
19848
|
function compileClassMetadata(metadata) {
|
|
19849
19849
|
var _a2, _b;
|
|
19850
19850
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -19857,12 +19857,12 @@ function compileClassMetadata(metadata) {
|
|
|
19857
19857
|
return iife.callFn([]);
|
|
19858
19858
|
}
|
|
19859
19859
|
|
|
19860
|
-
// bazel-out/
|
|
19860
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
19861
19861
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
19862
19862
|
function compileDeclareClassMetadata(metadata) {
|
|
19863
19863
|
const definitionMap = new DefinitionMap();
|
|
19864
19864
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
19865
|
-
definitionMap.set("version", literal("16.0.
|
|
19865
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
19866
19866
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
19867
19867
|
definitionMap.set("type", metadata.type);
|
|
19868
19868
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -19871,7 +19871,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
19871
19871
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
19872
19872
|
}
|
|
19873
19873
|
|
|
19874
|
-
// bazel-out/
|
|
19874
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
19875
19875
|
function toOptionalLiteralArray(values, mapper) {
|
|
19876
19876
|
if (values === null || values.length === 0) {
|
|
19877
19877
|
return null;
|
|
@@ -19919,7 +19919,7 @@ function compileDependency(dep) {
|
|
|
19919
19919
|
return depMeta.toLiteralMap();
|
|
19920
19920
|
}
|
|
19921
19921
|
|
|
19922
|
-
// bazel-out/
|
|
19922
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
19923
19923
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
|
|
19924
19924
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
19925
19925
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
@@ -19931,7 +19931,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
19931
19931
|
var _a2;
|
|
19932
19932
|
const definitionMap = new DefinitionMap();
|
|
19933
19933
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
19934
|
-
definitionMap.set("version", literal("16.0.
|
|
19934
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
19935
19935
|
definitionMap.set("type", meta.type.value);
|
|
19936
19936
|
if (meta.isStandalone) {
|
|
19937
19937
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -20021,7 +20021,7 @@ function createHostDirectives(hostDirectives) {
|
|
|
20021
20021
|
return literalArr(expressions);
|
|
20022
20022
|
}
|
|
20023
20023
|
|
|
20024
|
-
// bazel-out/
|
|
20024
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
20025
20025
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
20026
20026
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
20027
20027
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -20108,12 +20108,12 @@ function compileUsedDependenciesMetadata(meta) {
|
|
|
20108
20108
|
});
|
|
20109
20109
|
}
|
|
20110
20110
|
|
|
20111
|
-
// bazel-out/
|
|
20111
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
20112
20112
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
20113
20113
|
function compileDeclareFactoryFunction(meta) {
|
|
20114
20114
|
const definitionMap = new DefinitionMap();
|
|
20115
20115
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
20116
|
-
definitionMap.set("version", literal("16.0.
|
|
20116
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
20117
20117
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20118
20118
|
definitionMap.set("type", meta.type.value);
|
|
20119
20119
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -20125,7 +20125,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
20125
20125
|
};
|
|
20126
20126
|
}
|
|
20127
20127
|
|
|
20128
|
-
// bazel-out/
|
|
20128
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
20129
20129
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
20130
20130
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
20131
20131
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -20136,7 +20136,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
20136
20136
|
function createInjectableDefinitionMap(meta) {
|
|
20137
20137
|
const definitionMap = new DefinitionMap();
|
|
20138
20138
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
20139
|
-
definitionMap.set("version", literal("16.0.
|
|
20139
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
20140
20140
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20141
20141
|
definitionMap.set("type", meta.type.value);
|
|
20142
20142
|
if (meta.providedIn !== void 0) {
|
|
@@ -20163,7 +20163,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
20163
20163
|
return definitionMap;
|
|
20164
20164
|
}
|
|
20165
20165
|
|
|
20166
|
-
// bazel-out/
|
|
20166
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
20167
20167
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
|
|
20168
20168
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
20169
20169
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -20174,7 +20174,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
20174
20174
|
function createInjectorDefinitionMap(meta) {
|
|
20175
20175
|
const definitionMap = new DefinitionMap();
|
|
20176
20176
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
20177
|
-
definitionMap.set("version", literal("16.0.
|
|
20177
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
20178
20178
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20179
20179
|
definitionMap.set("type", meta.type.value);
|
|
20180
20180
|
definitionMap.set("providers", meta.providers);
|
|
@@ -20184,7 +20184,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
20184
20184
|
return definitionMap;
|
|
20185
20185
|
}
|
|
20186
20186
|
|
|
20187
|
-
// bazel-out/
|
|
20187
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
20188
20188
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
20189
20189
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
20190
20190
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -20195,7 +20195,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
20195
20195
|
function createNgModuleDefinitionMap(meta) {
|
|
20196
20196
|
const definitionMap = new DefinitionMap();
|
|
20197
20197
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
20198
|
-
definitionMap.set("version", literal("16.0.
|
|
20198
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
20199
20199
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20200
20200
|
definitionMap.set("type", meta.type.value);
|
|
20201
20201
|
if (meta.bootstrap.length > 0) {
|
|
@@ -20219,7 +20219,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
20219
20219
|
return definitionMap;
|
|
20220
20220
|
}
|
|
20221
20221
|
|
|
20222
|
-
// bazel-out/
|
|
20222
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
20223
20223
|
var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
|
|
20224
20224
|
function compileDeclarePipeFromMetadata(meta) {
|
|
20225
20225
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -20230,7 +20230,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
20230
20230
|
function createPipeDefinitionMap(meta) {
|
|
20231
20231
|
const definitionMap = new DefinitionMap();
|
|
20232
20232
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
|
|
20233
|
-
definitionMap.set("version", literal("16.0.
|
|
20233
|
+
definitionMap.set("version", literal("16.0.4"));
|
|
20234
20234
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20235
20235
|
definitionMap.set("type", meta.type.value);
|
|
20236
20236
|
if (meta.isStandalone) {
|
|
@@ -20243,13 +20243,13 @@ function createPipeDefinitionMap(meta) {
|
|
|
20243
20243
|
return definitionMap;
|
|
20244
20244
|
}
|
|
20245
20245
|
|
|
20246
|
-
// bazel-out/
|
|
20246
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
20247
20247
|
publishFacade(_global);
|
|
20248
20248
|
|
|
20249
|
-
// bazel-out/
|
|
20250
|
-
var VERSION3 = new Version("16.0.
|
|
20249
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
20250
|
+
var VERSION3 = new Version("16.0.4");
|
|
20251
20251
|
|
|
20252
|
-
// bazel-out/
|
|
20252
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
20253
20253
|
var EmitFlags;
|
|
20254
20254
|
(function(EmitFlags2) {
|
|
20255
20255
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -20261,13 +20261,13 @@ var EmitFlags;
|
|
|
20261
20261
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
20262
20262
|
})(EmitFlags || (EmitFlags = {}));
|
|
20263
20263
|
|
|
20264
|
-
// bazel-out/
|
|
20264
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
20265
20265
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
20266
20266
|
|
|
20267
|
-
// bazel-out/
|
|
20267
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
20268
20268
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
20269
20269
|
|
|
20270
|
-
// bazel-out/
|
|
20270
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
20271
20271
|
var path = __toESM(require("path"), 1);
|
|
20272
20272
|
function i18nGetExtension(formatName) {
|
|
20273
20273
|
const format = formatName.toLowerCase();
|
|
@@ -20317,10 +20317,10 @@ function getPathNormalizer(basePath) {
|
|
|
20317
20317
|
};
|
|
20318
20318
|
}
|
|
20319
20319
|
|
|
20320
|
-
// bazel-out/
|
|
20320
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20321
20321
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
20322
20322
|
|
|
20323
|
-
// bazel-out/
|
|
20323
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
20324
20324
|
function toNumbers(value) {
|
|
20325
20325
|
const suffixIndex = value.lastIndexOf("-");
|
|
20326
20326
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -20355,7 +20355,7 @@ function compareVersions(v1, v2) {
|
|
|
20355
20355
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
20356
20356
|
}
|
|
20357
20357
|
|
|
20358
|
-
// bazel-out/
|
|
20358
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20359
20359
|
var MIN_TS_VERSION = "4.9.3";
|
|
20360
20360
|
var MAX_TS_VERSION = "5.1.0";
|
|
20361
20361
|
var tsVersion = import_typescript3.default.version;
|
|
@@ -20368,13 +20368,13 @@ function verifySupportedTypeScriptVersion() {
|
|
|
20368
20368
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
20369
20369
|
}
|
|
20370
20370
|
|
|
20371
|
-
// bazel-out/
|
|
20371
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
20372
20372
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
20373
20373
|
|
|
20374
|
-
// bazel-out/
|
|
20374
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
20375
20375
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
20376
20376
|
|
|
20377
|
-
// bazel-out/
|
|
20377
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
20378
20378
|
var ErrorCode;
|
|
20379
20379
|
(function(ErrorCode2) {
|
|
20380
20380
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -20447,7 +20447,7 @@ var ErrorCode;
|
|
|
20447
20447
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
20448
20448
|
})(ErrorCode || (ErrorCode = {}));
|
|
20449
20449
|
|
|
20450
|
-
// bazel-out/
|
|
20450
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
20451
20451
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
20452
20452
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
20453
20453
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -20459,15 +20459,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
20459
20459
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
20460
20460
|
]);
|
|
20461
20461
|
|
|
20462
|
-
// bazel-out/
|
|
20462
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20463
20463
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
20464
20464
|
|
|
20465
|
-
// bazel-out/
|
|
20465
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
20466
20466
|
function ngErrorCode(code) {
|
|
20467
20467
|
return parseInt("-99" + code);
|
|
20468
20468
|
}
|
|
20469
20469
|
|
|
20470
|
-
// bazel-out/
|
|
20470
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20471
20471
|
var FatalDiagnosticError = class {
|
|
20472
20472
|
constructor(code, node, message, relatedInformation) {
|
|
20473
20473
|
this.code = code;
|
|
@@ -20523,10 +20523,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
20523
20523
|
return messageText;
|
|
20524
20524
|
}
|
|
20525
20525
|
|
|
20526
|
-
// bazel-out/
|
|
20526
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
20527
20527
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
20528
20528
|
|
|
20529
|
-
// bazel-out/
|
|
20529
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
20530
20530
|
var ExtendedTemplateDiagnosticName;
|
|
20531
20531
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
20532
20532
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -20539,13 +20539,13 @@ var ExtendedTemplateDiagnosticName;
|
|
|
20539
20539
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
20540
20540
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
20541
20541
|
|
|
20542
|
-
// bazel-out/
|
|
20542
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
20543
20543
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
20544
20544
|
|
|
20545
|
-
// bazel-out/
|
|
20545
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20546
20546
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
20547
20547
|
|
|
20548
|
-
// bazel-out/
|
|
20548
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
20549
20549
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
20550
20550
|
var TS = /\.tsx?$/i;
|
|
20551
20551
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -20646,7 +20646,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
20646
20646
|
return redirectInfo.unredirected;
|
|
20647
20647
|
}
|
|
20648
20648
|
|
|
20649
|
-
// bazel-out/
|
|
20649
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
20650
20650
|
function findExportedNameOfNode(target, file, reflector) {
|
|
20651
20651
|
const exports = reflector.getExportsOfModule(file);
|
|
20652
20652
|
if (exports === null) {
|
|
@@ -20666,7 +20666,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
20666
20666
|
return foundExportName;
|
|
20667
20667
|
}
|
|
20668
20668
|
|
|
20669
|
-
// bazel-out/
|
|
20669
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20670
20670
|
var ImportFlags;
|
|
20671
20671
|
(function(ImportFlags2) {
|
|
20672
20672
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -20882,7 +20882,7 @@ var UnifiedModulesStrategy = class {
|
|
|
20882
20882
|
}
|
|
20883
20883
|
};
|
|
20884
20884
|
|
|
20885
|
-
// bazel-out/
|
|
20885
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
20886
20886
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
20887
20887
|
var UnifiedModulesAliasingHost = class {
|
|
20888
20888
|
constructor(unifiedModulesHost) {
|
|
@@ -20949,7 +20949,7 @@ var AliasStrategy = class {
|
|
|
20949
20949
|
}
|
|
20950
20950
|
};
|
|
20951
20951
|
|
|
20952
|
-
// bazel-out/
|
|
20952
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
20953
20953
|
function relativePathBetween(from, to) {
|
|
20954
20954
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
20955
20955
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -20958,7 +20958,7 @@ function normalizeSeparators2(path3) {
|
|
|
20958
20958
|
return path3.replace(/\\/g, "/");
|
|
20959
20959
|
}
|
|
20960
20960
|
|
|
20961
|
-
// bazel-out/
|
|
20961
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
20962
20962
|
var NoopImportRewriter = class {
|
|
20963
20963
|
shouldImportSymbol(symbol, specifier) {
|
|
20964
20964
|
return true;
|
|
@@ -21016,7 +21016,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
21016
21016
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
21017
21017
|
}
|
|
21018
21018
|
|
|
21019
|
-
// bazel-out/
|
|
21019
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
21020
21020
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
21021
21021
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
21022
21022
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -21051,7 +21051,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
21051
21051
|
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
21052
|
}
|
|
21053
21053
|
|
|
21054
|
-
// bazel-out/
|
|
21054
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
21055
21055
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
21056
21056
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
21057
21057
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -21092,7 +21092,7 @@ var DefaultImportTracker = class {
|
|
|
21092
21092
|
}
|
|
21093
21093
|
};
|
|
21094
21094
|
|
|
21095
|
-
// bazel-out/
|
|
21095
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
21096
21096
|
var Reference2 = class {
|
|
21097
21097
|
constructor(node, bestGuessOwningModule = null) {
|
|
21098
21098
|
this.node = node;
|
|
@@ -21155,7 +21155,7 @@ var Reference2 = class {
|
|
|
21155
21155
|
}
|
|
21156
21156
|
};
|
|
21157
21157
|
|
|
21158
|
-
// bazel-out/
|
|
21158
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
21159
21159
|
var ModuleResolver = class {
|
|
21160
21160
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
21161
21161
|
this.program = program;
|
|
@@ -21172,7 +21172,7 @@ var ModuleResolver = class {
|
|
|
21172
21172
|
}
|
|
21173
21173
|
};
|
|
21174
21174
|
|
|
21175
|
-
// bazel-out/
|
|
21175
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
21176
21176
|
function valueReferenceToExpression(valueRef) {
|
|
21177
21177
|
if (valueRef.kind === 2) {
|
|
21178
21178
|
return null;
|
|
@@ -21407,7 +21407,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
21407
21407
|
return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
|
|
21408
21408
|
}
|
|
21409
21409
|
|
|
21410
|
-
// bazel-out/
|
|
21410
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
21411
21411
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
21412
21412
|
const deps = [];
|
|
21413
21413
|
const errors = [];
|
|
@@ -21549,10 +21549,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
21549
21549
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
21550
21550
|
}
|
|
21551
21551
|
|
|
21552
|
-
// bazel-out/
|
|
21552
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
21553
21553
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
21554
21554
|
|
|
21555
|
-
// bazel-out/
|
|
21555
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
21556
21556
|
var MetaKind;
|
|
21557
21557
|
(function(MetaKind2) {
|
|
21558
21558
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -21565,10 +21565,10 @@ var MatchSource;
|
|
|
21565
21565
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
21566
21566
|
})(MatchSource || (MatchSource = {}));
|
|
21567
21567
|
|
|
21568
|
-
// bazel-out/
|
|
21568
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
21569
21569
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
21570
21570
|
|
|
21571
|
-
// bazel-out/
|
|
21571
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
21572
21572
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
21573
21573
|
function isDecoratorIdentifier(exp) {
|
|
21574
21574
|
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 +21582,7 @@ var ClassMemberKind;
|
|
|
21582
21582
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
21583
21583
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
21584
21584
|
|
|
21585
|
-
// bazel-out/
|
|
21585
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
21586
21586
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
21587
21587
|
function typeToValue(typeNode, checker) {
|
|
21588
21588
|
if (typeNode === null) {
|
|
@@ -21748,10 +21748,10 @@ function extractModuleName(node) {
|
|
|
21748
21748
|
return node.moduleSpecifier.text;
|
|
21749
21749
|
}
|
|
21750
21750
|
|
|
21751
|
-
// bazel-out/
|
|
21751
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21752
21752
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
21753
21753
|
|
|
21754
|
-
// bazel-out/
|
|
21754
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
21755
21755
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
21756
21756
|
function isNamedClassDeclaration(node) {
|
|
21757
21757
|
return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -21760,7 +21760,7 @@ function isIdentifier(node) {
|
|
|
21760
21760
|
return node !== void 0 && import_typescript17.default.isIdentifier(node);
|
|
21761
21761
|
}
|
|
21762
21762
|
|
|
21763
|
-
// bazel-out/
|
|
21763
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21764
21764
|
var TypeScriptReflectionHost = class {
|
|
21765
21765
|
constructor(checker) {
|
|
21766
21766
|
this.checker = checker;
|
|
@@ -22186,7 +22186,7 @@ function getExportedName(decl, originalId) {
|
|
|
22186
22186
|
}
|
|
22187
22187
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
22188
22188
|
|
|
22189
|
-
// bazel-out/
|
|
22189
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
22190
22190
|
var ClassPropertyMapping = class {
|
|
22191
22191
|
constructor(forwardMap) {
|
|
22192
22192
|
this.forwardMap = forwardMap;
|
|
@@ -22264,7 +22264,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
22264
22264
|
return reverseMap;
|
|
22265
22265
|
}
|
|
22266
22266
|
|
|
22267
|
-
// bazel-out/
|
|
22267
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
22268
22268
|
var import_typescript20 = __toESM(require("typescript"), 1);
|
|
22269
22269
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
22270
22270
|
if (!import_typescript20.default.isTupleTypeNode(def)) {
|
|
@@ -22446,7 +22446,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
22446
22446
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
22447
22447
|
}
|
|
22448
22448
|
|
|
22449
|
-
// bazel-out/
|
|
22449
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
22450
22450
|
var DtsMetadataReader = class {
|
|
22451
22451
|
constructor(checker, reflector) {
|
|
22452
22452
|
this.checker = checker;
|
|
@@ -22616,7 +22616,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
22616
22616
|
return result.length > 0 ? result : null;
|
|
22617
22617
|
}
|
|
22618
22618
|
|
|
22619
|
-
// bazel-out/
|
|
22619
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
22620
22620
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
22621
22621
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
22622
22622
|
if (topMeta === null) {
|
|
@@ -22673,7 +22673,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
22673
22673
|
});
|
|
22674
22674
|
}
|
|
22675
22675
|
|
|
22676
|
-
// bazel-out/
|
|
22676
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
22677
22677
|
var LocalMetadataRegistry = class {
|
|
22678
22678
|
constructor() {
|
|
22679
22679
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -22730,7 +22730,7 @@ var CompoundMetadataRegistry = class {
|
|
|
22730
22730
|
}
|
|
22731
22731
|
};
|
|
22732
22732
|
|
|
22733
|
-
// bazel-out/
|
|
22733
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
22734
22734
|
var ResourceRegistry = class {
|
|
22735
22735
|
constructor() {
|
|
22736
22736
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -22795,7 +22795,7 @@ var ResourceRegistry = class {
|
|
|
22795
22795
|
}
|
|
22796
22796
|
};
|
|
22797
22797
|
|
|
22798
|
-
// bazel-out/
|
|
22798
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
22799
22799
|
var ExportedProviderStatusResolver = class {
|
|
22800
22800
|
constructor(metaReader) {
|
|
22801
22801
|
this.metaReader = metaReader;
|
|
@@ -22839,7 +22839,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
22839
22839
|
}
|
|
22840
22840
|
};
|
|
22841
22841
|
|
|
22842
|
-
// bazel-out/
|
|
22842
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
22843
22843
|
var EMPTY_ARRAY = [];
|
|
22844
22844
|
var HostDirectivesResolver = class {
|
|
22845
22845
|
constructor(metaReader) {
|
|
@@ -22899,10 +22899,10 @@ function resolveOutput(bindingName) {
|
|
|
22899
22899
|
return bindingName;
|
|
22900
22900
|
}
|
|
22901
22901
|
|
|
22902
|
-
// bazel-out/
|
|
22902
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
22903
22903
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
22904
22904
|
|
|
22905
|
-
// bazel-out/
|
|
22905
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
22906
22906
|
var DynamicValue = class {
|
|
22907
22907
|
constructor(node, reason, code) {
|
|
22908
22908
|
this.node = node;
|
|
@@ -22992,7 +22992,7 @@ var DynamicValue = class {
|
|
|
22992
22992
|
}
|
|
22993
22993
|
};
|
|
22994
22994
|
|
|
22995
|
-
// bazel-out/
|
|
22995
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
22996
22996
|
var ResolvedModule = class {
|
|
22997
22997
|
constructor(exports, evaluate) {
|
|
22998
22998
|
this.exports = exports;
|
|
@@ -23022,7 +23022,7 @@ var EnumValue = class {
|
|
|
23022
23022
|
var KnownFn = class {
|
|
23023
23023
|
};
|
|
23024
23024
|
|
|
23025
|
-
// bazel-out/
|
|
23025
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23026
23026
|
function describeResolvedType(value, maxDepth = 1) {
|
|
23027
23027
|
var _a2, _b;
|
|
23028
23028
|
if (value === null) {
|
|
@@ -23151,10 +23151,10 @@ function getContainerNode(node) {
|
|
|
23151
23151
|
return node.getSourceFile();
|
|
23152
23152
|
}
|
|
23153
23153
|
|
|
23154
|
-
// bazel-out/
|
|
23154
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23155
23155
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23156
23156
|
|
|
23157
|
-
// bazel-out/
|
|
23157
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
23158
23158
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
23159
23159
|
constructor(lhs) {
|
|
23160
23160
|
super();
|
|
@@ -23206,14 +23206,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
23206
23206
|
}
|
|
23207
23207
|
};
|
|
23208
23208
|
|
|
23209
|
-
// bazel-out/
|
|
23209
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
23210
23210
|
var SyntheticValue = class {
|
|
23211
23211
|
constructor(value) {
|
|
23212
23212
|
this.value = value;
|
|
23213
23213
|
}
|
|
23214
23214
|
};
|
|
23215
23215
|
|
|
23216
|
-
// bazel-out/
|
|
23216
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23217
23217
|
function literalBinaryOp(op) {
|
|
23218
23218
|
return { op, literal: true };
|
|
23219
23219
|
}
|
|
@@ -23788,7 +23788,7 @@ function owningModule(context, override = null) {
|
|
|
23788
23788
|
}
|
|
23789
23789
|
}
|
|
23790
23790
|
|
|
23791
|
-
// bazel-out/
|
|
23791
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
23792
23792
|
var PartialEvaluator = class {
|
|
23793
23793
|
constructor(host, checker, dependencyTracker) {
|
|
23794
23794
|
this.host = host;
|
|
@@ -23808,7 +23808,7 @@ var PartialEvaluator = class {
|
|
|
23808
23808
|
}
|
|
23809
23809
|
};
|
|
23810
23810
|
|
|
23811
|
-
// bazel-out/
|
|
23811
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23812
23812
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
23813
23813
|
const context = [];
|
|
23814
23814
|
for (const decl of data) {
|
|
@@ -24004,7 +24004,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
24004
24004
|
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
24005
|
}
|
|
24006
24006
|
|
|
24007
|
-
// bazel-out/
|
|
24007
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24008
24008
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24009
24009
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
24010
24010
|
let resolved = null;
|
|
@@ -24037,7 +24037,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
24037
24037
|
return meta;
|
|
24038
24038
|
}
|
|
24039
24039
|
|
|
24040
|
-
// bazel-out/
|
|
24040
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
24041
24041
|
function compileNgFactoryDefField(metadata) {
|
|
24042
24042
|
const res = compileFactoryFunction(metadata);
|
|
24043
24043
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
@@ -24047,7 +24047,7 @@ function compileDeclareFactory(metadata) {
|
|
|
24047
24047
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
24048
24048
|
}
|
|
24049
24049
|
|
|
24050
|
-
// bazel-out/
|
|
24050
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
24051
24051
|
var InjectableClassRegistry = class {
|
|
24052
24052
|
constructor(host, isCore) {
|
|
24053
24053
|
this.host = host;
|
|
@@ -24073,7 +24073,7 @@ var InjectableClassRegistry = class {
|
|
|
24073
24073
|
}
|
|
24074
24074
|
};
|
|
24075
24075
|
|
|
24076
|
-
// bazel-out/
|
|
24076
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24077
24077
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24078
24078
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
24079
24079
|
if (!reflection.isClass(clazz)) {
|
|
@@ -24159,13 +24159,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
24159
24159
|
return result.transformed[0];
|
|
24160
24160
|
}
|
|
24161
24161
|
|
|
24162
|
-
// bazel-out/
|
|
24162
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
24163
24163
|
var NoopReferencesRegistry = class {
|
|
24164
24164
|
add(source, ...references) {
|
|
24165
24165
|
}
|
|
24166
24166
|
};
|
|
24167
24167
|
|
|
24168
|
-
// bazel-out/
|
|
24168
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
24169
24169
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
24170
24170
|
const schemas = [];
|
|
24171
24171
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -24194,10 +24194,10 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
24194
24194
|
return schemas;
|
|
24195
24195
|
}
|
|
24196
24196
|
|
|
24197
|
-
// bazel-out/
|
|
24197
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24198
24198
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24199
24199
|
|
|
24200
|
-
// bazel-out/
|
|
24200
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24201
24201
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
24202
24202
|
var SemanticSymbol = class {
|
|
24203
24203
|
constructor(decl) {
|
|
@@ -24213,7 +24213,7 @@ function getSymbolIdentifier(decl) {
|
|
|
24213
24213
|
return decl.name.text;
|
|
24214
24214
|
}
|
|
24215
24215
|
|
|
24216
|
-
// bazel-out/
|
|
24216
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
24217
24217
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
24218
24218
|
isPublicApiAffected() {
|
|
24219
24219
|
return false;
|
|
@@ -24355,10 +24355,10 @@ function getImportPath(expr) {
|
|
|
24355
24355
|
}
|
|
24356
24356
|
}
|
|
24357
24357
|
|
|
24358
|
-
// bazel-out/
|
|
24358
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24359
24359
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24360
24360
|
|
|
24361
|
-
// bazel-out/
|
|
24361
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
24362
24362
|
function isSymbolEqual(a, b) {
|
|
24363
24363
|
if (a.decl === b.decl) {
|
|
24364
24364
|
return true;
|
|
@@ -24408,7 +24408,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
24408
24408
|
return true;
|
|
24409
24409
|
}
|
|
24410
24410
|
|
|
24411
|
-
// bazel-out/
|
|
24411
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24412
24412
|
function extractSemanticTypeParameters(node) {
|
|
24413
24413
|
if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
24414
24414
|
return null;
|
|
@@ -24428,7 +24428,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
24428
24428
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
24429
24429
|
}
|
|
24430
24430
|
|
|
24431
|
-
// bazel-out/
|
|
24431
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24432
24432
|
var PerfPhase;
|
|
24433
24433
|
(function(PerfPhase2) {
|
|
24434
24434
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24495,7 +24495,7 @@ var PerfCheckpoint;
|
|
|
24495
24495
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24496
24496
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24497
24497
|
|
|
24498
|
-
// bazel-out/
|
|
24498
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24499
24499
|
var NoopPerfRecorder = class {
|
|
24500
24500
|
eventCount() {
|
|
24501
24501
|
}
|
|
@@ -24512,7 +24512,7 @@ var NoopPerfRecorder = class {
|
|
|
24512
24512
|
};
|
|
24513
24513
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24514
24514
|
|
|
24515
|
-
// bazel-out/
|
|
24515
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
24516
24516
|
function mark() {
|
|
24517
24517
|
return process.hrtime();
|
|
24518
24518
|
}
|
|
@@ -24521,7 +24521,7 @@ function timeSinceInMicros(mark2) {
|
|
|
24521
24521
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
24522
24522
|
}
|
|
24523
24523
|
|
|
24524
|
-
// bazel-out/
|
|
24524
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
24525
24525
|
var ActivePerfRecorder = class {
|
|
24526
24526
|
static zeroedToNow() {
|
|
24527
24527
|
return new ActivePerfRecorder(mark());
|
|
@@ -24615,14 +24615,14 @@ var DelegatingPerfRecorder = class {
|
|
|
24615
24615
|
}
|
|
24616
24616
|
};
|
|
24617
24617
|
|
|
24618
|
-
// bazel-out/
|
|
24618
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24619
24619
|
var ComponentScopeKind;
|
|
24620
24620
|
(function(ComponentScopeKind2) {
|
|
24621
24621
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24622
24622
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24623
24623
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24624
24624
|
|
|
24625
|
-
// bazel-out/
|
|
24625
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
24626
24626
|
var CompoundComponentScopeReader = class {
|
|
24627
24627
|
constructor(readers) {
|
|
24628
24628
|
this.readers = readers;
|
|
@@ -24647,7 +24647,7 @@ var CompoundComponentScopeReader = class {
|
|
|
24647
24647
|
}
|
|
24648
24648
|
};
|
|
24649
24649
|
|
|
24650
|
-
// bazel-out/
|
|
24650
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
24651
24651
|
var MetadataDtsModuleScopeResolver = class {
|
|
24652
24652
|
constructor(dtsMetaReader, aliasingHost) {
|
|
24653
24653
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -24722,10 +24722,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
24722
24722
|
}
|
|
24723
24723
|
};
|
|
24724
24724
|
|
|
24725
|
-
// bazel-out/
|
|
24725
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24726
24726
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24727
24727
|
|
|
24728
|
-
// bazel-out/
|
|
24728
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
24729
24729
|
function getDiagnosticNode(ref, rawExpr) {
|
|
24730
24730
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
24731
24731
|
}
|
|
@@ -24748,7 +24748,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
24748
24748
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
24749
24749
|
}
|
|
24750
24750
|
|
|
24751
|
-
// bazel-out/
|
|
24751
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24752
24752
|
var LocalModuleScopeRegistry = class {
|
|
24753
24753
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
24754
24754
|
this.localReader = localReader;
|
|
@@ -25087,7 +25087,7 @@ function reexportCollision(module3, refA, refB) {
|
|
|
25087
25087
|
]);
|
|
25088
25088
|
}
|
|
25089
25089
|
|
|
25090
|
-
// bazel-out/
|
|
25090
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
25091
25091
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
25092
25092
|
var TypeCheckScopeRegistry = class {
|
|
25093
25093
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -25155,7 +25155,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
25155
25155
|
}
|
|
25156
25156
|
};
|
|
25157
25157
|
|
|
25158
|
-
// bazel-out/
|
|
25158
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
25159
25159
|
var CompilationMode;
|
|
25160
25160
|
(function(CompilationMode2) {
|
|
25161
25161
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -25174,7 +25174,7 @@ var HandlerFlags;
|
|
|
25174
25174
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
25175
25175
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
25176
25176
|
|
|
25177
|
-
// bazel-out/
|
|
25177
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
25178
25178
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
25179
25179
|
function aliasTransformFactory(exportStatements) {
|
|
25180
25180
|
return () => {
|
|
@@ -25197,10 +25197,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
25197
25197
|
};
|
|
25198
25198
|
}
|
|
25199
25199
|
|
|
25200
|
-
// bazel-out/
|
|
25200
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25201
25201
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
25202
25202
|
|
|
25203
|
-
// bazel-out/
|
|
25203
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
25204
25204
|
var TraitState;
|
|
25205
25205
|
(function(TraitState2) {
|
|
25206
25206
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -25257,7 +25257,7 @@ var TraitImpl = class {
|
|
|
25257
25257
|
}
|
|
25258
25258
|
};
|
|
25259
25259
|
|
|
25260
|
-
// bazel-out/
|
|
25260
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25261
25261
|
var TraitCompiler = class {
|
|
25262
25262
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
25263
25263
|
this.handlers = handlers;
|
|
@@ -25492,7 +25492,7 @@ var TraitCompiler = class {
|
|
|
25492
25492
|
}
|
|
25493
25493
|
resolve() {
|
|
25494
25494
|
var _a2, _b;
|
|
25495
|
-
const classes =
|
|
25495
|
+
const classes = this.classes.keys();
|
|
25496
25496
|
for (const clazz of classes) {
|
|
25497
25497
|
const record = this.classes.get(clazz);
|
|
25498
25498
|
for (let trait of record.traits) {
|
|
@@ -25692,10 +25692,10 @@ function containsErrors(diagnostics) {
|
|
|
25692
25692
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
|
|
25693
25693
|
}
|
|
25694
25694
|
|
|
25695
|
-
// bazel-out/
|
|
25695
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
25696
25696
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
25697
25697
|
|
|
25698
|
-
// bazel-out/
|
|
25698
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
25699
25699
|
var Context = class {
|
|
25700
25700
|
constructor(isStatement) {
|
|
25701
25701
|
this.isStatement = isStatement;
|
|
@@ -25708,7 +25708,7 @@ var Context = class {
|
|
|
25708
25708
|
}
|
|
25709
25709
|
};
|
|
25710
25710
|
|
|
25711
|
-
// bazel-out/
|
|
25711
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
25712
25712
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
25713
25713
|
var ImportManager = class {
|
|
25714
25714
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -25744,7 +25744,7 @@ var ImportManager = class {
|
|
|
25744
25744
|
}
|
|
25745
25745
|
};
|
|
25746
25746
|
|
|
25747
|
-
// bazel-out/
|
|
25747
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
25748
25748
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
25749
25749
|
[UnaryOperator.Minus, "-"],
|
|
25750
25750
|
[UnaryOperator.Plus, "+"]
|
|
@@ -25975,7 +25975,7 @@ function createRange(span) {
|
|
|
25975
25975
|
};
|
|
25976
25976
|
}
|
|
25977
25977
|
|
|
25978
|
-
// bazel-out/
|
|
25978
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
25979
25979
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
25980
25980
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
25981
25981
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
@@ -26191,7 +26191,7 @@ var TypeTranslatorVisitor = class {
|
|
|
26191
26191
|
}
|
|
26192
26192
|
};
|
|
26193
26193
|
|
|
26194
|
-
// bazel-out/
|
|
26194
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
26195
26195
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
26196
26196
|
var PureAnnotation;
|
|
26197
26197
|
(function(PureAnnotation2) {
|
|
@@ -26374,7 +26374,7 @@ function attachComments(statement, leadingComments) {
|
|
|
26374
26374
|
}
|
|
26375
26375
|
}
|
|
26376
26376
|
|
|
26377
|
-
// bazel-out/
|
|
26377
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
26378
26378
|
function translateExpression(expression, imports, options = {}) {
|
|
26379
26379
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
26380
26380
|
}
|
|
@@ -26382,7 +26382,7 @@ function translateStatement(statement, imports, options = {}) {
|
|
|
26382
26382
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
|
|
26383
26383
|
}
|
|
26384
26384
|
|
|
26385
|
-
// bazel-out/
|
|
26385
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
26386
26386
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
26387
26387
|
function addImports(importManager, sf, extraStatements = []) {
|
|
26388
26388
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -26418,7 +26418,7 @@ function isImportStatement(stmt) {
|
|
|
26418
26418
|
return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
|
|
26419
26419
|
}
|
|
26420
26420
|
|
|
26421
|
-
// bazel-out/
|
|
26421
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26422
26422
|
var DtsTransformRegistry = class {
|
|
26423
26423
|
constructor() {
|
|
26424
26424
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -26565,10 +26565,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
26565
26565
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
26566
26566
|
}
|
|
26567
26567
|
|
|
26568
|
-
// bazel-out/
|
|
26568
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26569
26569
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
26570
26570
|
|
|
26571
|
-
// bazel-out/
|
|
26571
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
26572
26572
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
26573
26573
|
function visit(node, visitor, context) {
|
|
26574
26574
|
return visitor._visit(node, context);
|
|
@@ -26629,7 +26629,7 @@ var Visitor = class {
|
|
|
26629
26629
|
}
|
|
26630
26630
|
};
|
|
26631
26631
|
|
|
26632
|
-
// bazel-out/
|
|
26632
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26633
26633
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
26634
26634
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
26635
26635
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -26837,7 +26837,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
26837
26837
|
return array;
|
|
26838
26838
|
}
|
|
26839
26839
|
|
|
26840
|
-
// bazel-out/
|
|
26840
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
26841
26841
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
26842
26842
|
var EMPTY_OBJECT = {};
|
|
26843
26843
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -27308,7 +27308,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
27308
27308
|
};
|
|
27309
27309
|
}
|
|
27310
27310
|
|
|
27311
|
-
// bazel-out/
|
|
27311
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
27312
27312
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
27313
27313
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
27314
27314
|
super(decl);
|
|
@@ -27388,7 +27388,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
27388
27388
|
return isSymbolEqual(current, previous);
|
|
27389
27389
|
}
|
|
27390
27390
|
|
|
27391
|
-
// bazel-out/
|
|
27391
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
27392
27392
|
var FIELD_DECORATORS = [
|
|
27393
27393
|
"Input",
|
|
27394
27394
|
"Output",
|
|
@@ -27548,10 +27548,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
27548
27548
|
}
|
|
27549
27549
|
};
|
|
27550
27550
|
|
|
27551
|
-
// bazel-out/
|
|
27551
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27552
27552
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
27553
27553
|
|
|
27554
|
-
// bazel-out/
|
|
27554
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
27555
27555
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
27556
27556
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
27557
27557
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -27618,7 +27618,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
27618
27618
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
27619
27619
|
}
|
|
27620
27620
|
|
|
27621
|
-
// bazel-out/
|
|
27621
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27622
27622
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
27623
27623
|
constructor(decl, hasProviders) {
|
|
27624
27624
|
super(decl);
|
|
@@ -28140,7 +28140,7 @@ function isSyntheticReference(ref) {
|
|
|
28140
28140
|
return ref.synthetic;
|
|
28141
28141
|
}
|
|
28142
28142
|
|
|
28143
|
-
// bazel-out/
|
|
28143
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
28144
28144
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
28145
28145
|
const name = ref.debugName || "(unknown)";
|
|
28146
28146
|
const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -28163,7 +28163,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
28163
28163
|
return null;
|
|
28164
28164
|
}
|
|
28165
28165
|
|
|
28166
|
-
// bazel-out/
|
|
28166
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
28167
28167
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
28168
28168
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
28169
28169
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -28473,7 +28473,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
28473
28473
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
28474
28474
|
}
|
|
28475
28475
|
|
|
28476
|
-
// bazel-out/
|
|
28476
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
28477
28477
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
28478
28478
|
constructor() {
|
|
28479
28479
|
super(...arguments);
|
|
@@ -28508,7 +28508,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
28508
28508
|
}
|
|
28509
28509
|
};
|
|
28510
28510
|
|
|
28511
|
-
// bazel-out/
|
|
28511
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
28512
28512
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
28513
28513
|
if (value instanceof Map) {
|
|
28514
28514
|
const name = value.get("name");
|
|
@@ -28584,7 +28584,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
28584
28584
|
return false;
|
|
28585
28585
|
}
|
|
28586
28586
|
|
|
28587
|
-
// bazel-out/
|
|
28587
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
28588
28588
|
var EMPTY_ARRAY2 = [];
|
|
28589
28589
|
var ComponentDecoratorHandler = class {
|
|
28590
28590
|
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 +29232,7 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
|
|
|
29232
29232
|
return diagnostics;
|
|
29233
29233
|
}
|
|
29234
29234
|
|
|
29235
|
-
// bazel-out/
|
|
29235
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
29236
29236
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
29237
29237
|
var InjectableDecoratorHandler = class {
|
|
29238
29238
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
|
|
@@ -29446,7 +29446,7 @@ function getDep(dep, reflector) {
|
|
|
29446
29446
|
return meta;
|
|
29447
29447
|
}
|
|
29448
29448
|
|
|
29449
|
-
// bazel-out/
|
|
29449
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
29450
29450
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
29451
29451
|
var PipeSymbol = class extends SemanticSymbol {
|
|
29452
29452
|
constructor(decl, name) {
|
|
@@ -29589,7 +29589,7 @@ var PipeDecoratorHandler = class {
|
|
|
29589
29589
|
}
|
|
29590
29590
|
};
|
|
29591
29591
|
|
|
29592
|
-
// bazel-out/
|
|
29592
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
29593
29593
|
var CycleAnalyzer = class {
|
|
29594
29594
|
constructor(importGraph) {
|
|
29595
29595
|
this.importGraph = importGraph;
|
|
@@ -29660,7 +29660,7 @@ var Cycle = class {
|
|
|
29660
29660
|
}
|
|
29661
29661
|
};
|
|
29662
29662
|
|
|
29663
|
-
// bazel-out/
|
|
29663
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
29664
29664
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
29665
29665
|
var ImportGraph = class {
|
|
29666
29666
|
constructor(checker, perf) {
|
|
@@ -29752,7 +29752,7 @@ var Found = class {
|
|
|
29752
29752
|
}
|
|
29753
29753
|
};
|
|
29754
29754
|
|
|
29755
|
-
// bazel-out/
|
|
29755
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
29756
29756
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
29757
29757
|
var FlatIndexGenerator = class {
|
|
29758
29758
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -29777,7 +29777,7 @@ export * from '${relativeEntryPoint}';
|
|
|
29777
29777
|
}
|
|
29778
29778
|
};
|
|
29779
29779
|
|
|
29780
|
-
// bazel-out/
|
|
29780
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
29781
29781
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
29782
29782
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
29783
29783
|
let resolvedEntryPoint = null;
|
|
@@ -29793,7 +29793,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
29793
29793
|
return resolvedEntryPoint;
|
|
29794
29794
|
}
|
|
29795
29795
|
|
|
29796
|
-
// bazel-out/
|
|
29796
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
29797
29797
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
29798
29798
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
29799
29799
|
const diagnostics = [];
|
|
@@ -29873,7 +29873,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
29873
29873
|
}
|
|
29874
29874
|
}
|
|
29875
29875
|
|
|
29876
|
-
// bazel-out/
|
|
29876
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
29877
29877
|
var ReferenceGraph = class {
|
|
29878
29878
|
constructor() {
|
|
29879
29879
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -29927,7 +29927,7 @@ var ReferenceGraph = class {
|
|
|
29927
29927
|
}
|
|
29928
29928
|
};
|
|
29929
29929
|
|
|
29930
|
-
// bazel-out/
|
|
29930
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
29931
29931
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
29932
29932
|
var UpdateMode;
|
|
29933
29933
|
(function(UpdateMode2) {
|
|
@@ -29935,13 +29935,13 @@ var UpdateMode;
|
|
|
29935
29935
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
29936
29936
|
})(UpdateMode || (UpdateMode = {}));
|
|
29937
29937
|
|
|
29938
|
-
// bazel-out/
|
|
29938
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
29939
29939
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
29940
29940
|
|
|
29941
|
-
// bazel-out/
|
|
29941
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
29942
29942
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
29943
29943
|
|
|
29944
|
-
// bazel-out/
|
|
29944
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
29945
29945
|
var NgExtension = Symbol("NgExtension");
|
|
29946
29946
|
function isExtended(sf) {
|
|
29947
29947
|
return sf[NgExtension] !== void 0;
|
|
@@ -30001,13 +30001,13 @@ function retagTsFile(sf) {
|
|
|
30001
30001
|
}
|
|
30002
30002
|
}
|
|
30003
30003
|
|
|
30004
|
-
// bazel-out/
|
|
30004
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
30005
30005
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
30006
30006
|
function makeShimFileName(fileName, suffix) {
|
|
30007
30007
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
30008
30008
|
}
|
|
30009
30009
|
|
|
30010
|
-
// bazel-out/
|
|
30010
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
30011
30011
|
var ShimAdapter = class {
|
|
30012
30012
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
30013
30013
|
this.delegate = delegate;
|
|
@@ -30102,7 +30102,7 @@ var ShimAdapter = class {
|
|
|
30102
30102
|
}
|
|
30103
30103
|
};
|
|
30104
30104
|
|
|
30105
|
-
// bazel-out/
|
|
30105
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
30106
30106
|
var ShimReferenceTagger = class {
|
|
30107
30107
|
constructor(shimExtensions) {
|
|
30108
30108
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -30136,7 +30136,7 @@ var ShimReferenceTagger = class {
|
|
|
30136
30136
|
}
|
|
30137
30137
|
};
|
|
30138
30138
|
|
|
30139
|
-
// bazel-out/
|
|
30139
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30140
30140
|
var DelegatingCompilerHost = class {
|
|
30141
30141
|
constructor(delegate) {
|
|
30142
30142
|
this.delegate = delegate;
|
|
@@ -30249,7 +30249,7 @@ var TsCreateProgramDriver = class {
|
|
|
30249
30249
|
}
|
|
30250
30250
|
};
|
|
30251
30251
|
|
|
30252
|
-
// bazel-out/
|
|
30252
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
30253
30253
|
var FileDependencyGraph = class {
|
|
30254
30254
|
constructor() {
|
|
30255
30255
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -30316,7 +30316,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
30316
30316
|
return false;
|
|
30317
30317
|
}
|
|
30318
30318
|
|
|
30319
|
-
// bazel-out/
|
|
30319
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
30320
30320
|
var IncrementalStateKind;
|
|
30321
30321
|
(function(IncrementalStateKind2) {
|
|
30322
30322
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -30324,7 +30324,7 @@ var IncrementalStateKind;
|
|
|
30324
30324
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
30325
30325
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
30326
30326
|
|
|
30327
|
-
// bazel-out/
|
|
30327
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
30328
30328
|
var PhaseKind;
|
|
30329
30329
|
(function(PhaseKind2) {
|
|
30330
30330
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -30525,7 +30525,7 @@ function toOriginalSourceFile(sf) {
|
|
|
30525
30525
|
}
|
|
30526
30526
|
}
|
|
30527
30527
|
|
|
30528
|
-
// bazel-out/
|
|
30528
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
30529
30529
|
var TrackedIncrementalBuildStrategy = class {
|
|
30530
30530
|
constructor() {
|
|
30531
30531
|
this.state = null;
|
|
@@ -30546,7 +30546,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
30546
30546
|
};
|
|
30547
30547
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
30548
30548
|
|
|
30549
|
-
// bazel-out/
|
|
30549
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
30550
30550
|
var IdentifierKind;
|
|
30551
30551
|
(function(IdentifierKind2) {
|
|
30552
30552
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -30564,7 +30564,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
30564
30564
|
}
|
|
30565
30565
|
};
|
|
30566
30566
|
|
|
30567
|
-
// bazel-out/
|
|
30567
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
30568
30568
|
var IndexingContext = class {
|
|
30569
30569
|
constructor() {
|
|
30570
30570
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -30574,7 +30574,7 @@ var IndexingContext = class {
|
|
|
30574
30574
|
}
|
|
30575
30575
|
};
|
|
30576
30576
|
|
|
30577
|
-
// bazel-out/
|
|
30577
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
30578
30578
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
30579
30579
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
30580
30580
|
super();
|
|
@@ -30810,7 +30810,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
30810
30810
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
30811
30811
|
}
|
|
30812
30812
|
|
|
30813
|
-
// bazel-out/
|
|
30813
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
30814
30814
|
function generateAnalysis(context) {
|
|
30815
30815
|
const analysis = /* @__PURE__ */ new Map();
|
|
30816
30816
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -30846,7 +30846,7 @@ function generateAnalysis(context) {
|
|
|
30846
30846
|
return analysis;
|
|
30847
30847
|
}
|
|
30848
30848
|
|
|
30849
|
-
// bazel-out/
|
|
30849
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
30850
30850
|
var NgModuleIndexImpl = class {
|
|
30851
30851
|
constructor(metaReader, localReader) {
|
|
30852
30852
|
this.metaReader = metaReader;
|
|
@@ -30935,7 +30935,7 @@ var NgModuleIndexImpl = class {
|
|
|
30935
30935
|
}
|
|
30936
30936
|
};
|
|
30937
30937
|
|
|
30938
|
-
// bazel-out/
|
|
30938
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
30939
30939
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
30940
30940
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
30941
30941
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -31083,7 +31083,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
31083
31083
|
};
|
|
31084
31084
|
}
|
|
31085
31085
|
|
|
31086
|
-
// bazel-out/
|
|
31086
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
31087
31087
|
var StandaloneComponentScopeReader = class {
|
|
31088
31088
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
31089
31089
|
this.metaReader = metaReader;
|
|
@@ -31161,21 +31161,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
31161
31161
|
}
|
|
31162
31162
|
};
|
|
31163
31163
|
|
|
31164
|
-
// bazel-out/
|
|
31164
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
31165
31165
|
var OptimizeFor;
|
|
31166
31166
|
(function(OptimizeFor2) {
|
|
31167
31167
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
31168
31168
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
31169
31169
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
31170
31170
|
|
|
31171
|
-
// bazel-out/
|
|
31171
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
31172
31172
|
var CompletionKind;
|
|
31173
31173
|
(function(CompletionKind2) {
|
|
31174
31174
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
31175
31175
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
31176
31176
|
})(CompletionKind || (CompletionKind = {}));
|
|
31177
31177
|
|
|
31178
|
-
// bazel-out/
|
|
31178
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
31179
31179
|
var PotentialImportKind;
|
|
31180
31180
|
(function(PotentialImportKind2) {
|
|
31181
31181
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -31187,7 +31187,7 @@ var PotentialImportMode;
|
|
|
31187
31187
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
31188
31188
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
31189
31189
|
|
|
31190
|
-
// bazel-out/
|
|
31190
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
31191
31191
|
var SymbolKind;
|
|
31192
31192
|
(function(SymbolKind2) {
|
|
31193
31193
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -31203,7 +31203,7 @@ var SymbolKind;
|
|
|
31203
31203
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
31204
31204
|
})(SymbolKind || (SymbolKind = {}));
|
|
31205
31205
|
|
|
31206
|
-
// bazel-out/
|
|
31206
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
31207
31207
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
31208
31208
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
31209
31209
|
var _a2;
|
|
@@ -31310,7 +31310,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
31310
31310
|
return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
|
|
31311
31311
|
}
|
|
31312
31312
|
|
|
31313
|
-
// bazel-out/
|
|
31313
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
31314
31314
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
31315
31315
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
31316
31316
|
function getTemplateId(clazz) {
|
|
@@ -31327,10 +31327,10 @@ function allocateTemplateId(sf) {
|
|
|
31327
31327
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
31328
31328
|
}
|
|
31329
31329
|
|
|
31330
|
-
// bazel-out/
|
|
31330
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31331
31331
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
31332
31332
|
|
|
31333
|
-
// bazel-out/
|
|
31333
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
31334
31334
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
31335
31335
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
31336
31336
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -31459,7 +31459,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
31459
31459
|
}) || false;
|
|
31460
31460
|
}
|
|
31461
31461
|
|
|
31462
|
-
// bazel-out/
|
|
31462
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31463
31463
|
var CompletionEngine = class {
|
|
31464
31464
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
31465
31465
|
this.tcb = tcb;
|
|
@@ -31616,10 +31616,10 @@ var CompletionEngine = class {
|
|
|
31616
31616
|
}
|
|
31617
31617
|
};
|
|
31618
31618
|
|
|
31619
|
-
// bazel-out/
|
|
31619
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
31620
31620
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
31621
31621
|
|
|
31622
|
-
// bazel-out/
|
|
31622
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
31623
31623
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
31624
31624
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
31625
31625
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -31671,10 +31671,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
31671
31671
|
}
|
|
31672
31672
|
};
|
|
31673
31673
|
|
|
31674
|
-
// bazel-out/
|
|
31674
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
31675
31675
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
31676
31676
|
|
|
31677
|
-
// bazel-out/
|
|
31677
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
31678
31678
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
31679
31679
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
31680
31680
|
import_typescript70.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -31748,16 +31748,16 @@ function isAccessExpression(node) {
|
|
|
31748
31748
|
return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
|
|
31749
31749
|
}
|
|
31750
31750
|
|
|
31751
|
-
// bazel-out/
|
|
31751
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31752
31752
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
31753
31753
|
|
|
31754
|
-
// bazel-out/
|
|
31754
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31755
31755
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
31756
31756
|
|
|
31757
|
-
// bazel-out/
|
|
31757
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31758
31758
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
31759
31759
|
|
|
31760
|
-
// bazel-out/
|
|
31760
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
31761
31761
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
31762
31762
|
var INELIGIBLE = {};
|
|
31763
31763
|
function canEmitType(type, canEmit) {
|
|
@@ -31832,7 +31832,7 @@ var TypeEmitter = class {
|
|
|
31832
31832
|
}
|
|
31833
31833
|
};
|
|
31834
31834
|
|
|
31835
|
-
// bazel-out/
|
|
31835
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31836
31836
|
var TypeParameterEmitter = class {
|
|
31837
31837
|
constructor(typeParameters, reflector) {
|
|
31838
31838
|
this.typeParameters = typeParameters;
|
|
@@ -31909,7 +31909,7 @@ var TypeParameterEmitter = class {
|
|
|
31909
31909
|
}
|
|
31910
31910
|
};
|
|
31911
31911
|
|
|
31912
|
-
// bazel-out/
|
|
31912
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31913
31913
|
var TcbInliningRequirement;
|
|
31914
31914
|
(function(TcbInliningRequirement2) {
|
|
31915
31915
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -31989,7 +31989,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
31989
31989
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
31990
31990
|
}
|
|
31991
31991
|
|
|
31992
|
-
// bazel-out/
|
|
31992
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31993
31993
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
31994
31994
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
31995
31995
|
const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -32101,7 +32101,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
32101
32101
|
});
|
|
32102
32102
|
}
|
|
32103
32103
|
|
|
32104
|
-
// bazel-out/
|
|
32104
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32105
32105
|
var Environment = class {
|
|
32106
32106
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
32107
32107
|
this.config = config;
|
|
@@ -32196,7 +32196,7 @@ var Environment = class {
|
|
|
32196
32196
|
}
|
|
32197
32197
|
};
|
|
32198
32198
|
|
|
32199
|
-
// bazel-out/
|
|
32199
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
32200
32200
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
32201
32201
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
32202
32202
|
constructor(resolver) {
|
|
@@ -32331,7 +32331,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
32331
32331
|
});
|
|
32332
32332
|
}
|
|
32333
32333
|
|
|
32334
|
-
// bazel-out/
|
|
32334
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
32335
32335
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
32336
32336
|
var TypeCheckShimGenerator = class {
|
|
32337
32337
|
constructor() {
|
|
@@ -32349,10 +32349,10 @@ var TypeCheckShimGenerator = class {
|
|
|
32349
32349
|
}
|
|
32350
32350
|
};
|
|
32351
32351
|
|
|
32352
|
-
// bazel-out/
|
|
32352
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32353
32353
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
32354
32354
|
|
|
32355
|
-
// bazel-out/
|
|
32355
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
32356
32356
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
32357
32357
|
function wrapForDiagnostics(expr) {
|
|
32358
32358
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -32397,7 +32397,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
32397
32397
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
32398
32398
|
}
|
|
32399
32399
|
|
|
32400
|
-
// bazel-out/
|
|
32400
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
32401
32401
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
32402
32402
|
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
32403
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -32729,7 +32729,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
32729
32729
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
32730
32730
|
})();
|
|
32731
32731
|
|
|
32732
|
-
// bazel-out/
|
|
32732
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
32733
32733
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
32734
32734
|
constructor(templateId, boundTarget, oob) {
|
|
32735
32735
|
super();
|
|
@@ -32752,7 +32752,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
32752
32752
|
}
|
|
32753
32753
|
};
|
|
32754
32754
|
|
|
32755
|
-
// bazel-out/
|
|
32755
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32756
32756
|
var TcbGenericContextBehavior;
|
|
32757
32757
|
(function(TcbGenericContextBehavior2) {
|
|
32758
32758
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -33867,7 +33867,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
33867
33867
|
}
|
|
33868
33868
|
};
|
|
33869
33869
|
|
|
33870
|
-
// bazel-out/
|
|
33870
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
33871
33871
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
33872
33872
|
var TypeCheckFile = class extends Environment {
|
|
33873
33873
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -33903,7 +33903,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
33903
33903
|
}
|
|
33904
33904
|
};
|
|
33905
33905
|
|
|
33906
|
-
// bazel-out/
|
|
33906
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
33907
33907
|
var InliningMode;
|
|
33908
33908
|
(function(InliningMode2) {
|
|
33909
33909
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -34141,7 +34141,7 @@ function splitStringAtPoints(str, points) {
|
|
|
34141
34141
|
return splits;
|
|
34142
34142
|
}
|
|
34143
34143
|
|
|
34144
|
-
// bazel-out/
|
|
34144
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
34145
34145
|
var LF_CHAR = 10;
|
|
34146
34146
|
var CR_CHAR = 13;
|
|
34147
34147
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -34182,7 +34182,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
34182
34182
|
return low - 1;
|
|
34183
34183
|
}
|
|
34184
34184
|
|
|
34185
|
-
// bazel-out/
|
|
34185
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
34186
34186
|
var TemplateSource = class {
|
|
34187
34187
|
constructor(mapping, file) {
|
|
34188
34188
|
this.mapping = mapping;
|
|
@@ -34233,7 +34233,7 @@ var TemplateSourceManager = class {
|
|
|
34233
34233
|
}
|
|
34234
34234
|
};
|
|
34235
34235
|
|
|
34236
|
-
// bazel-out/
|
|
34236
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
34237
34237
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
34238
34238
|
var SymbolBuilder = class {
|
|
34239
34239
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -34710,7 +34710,7 @@ function sourceSpanEqual(a, b) {
|
|
|
34710
34710
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
34711
34711
|
}
|
|
34712
34712
|
|
|
34713
|
-
// bazel-out/
|
|
34713
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
34714
34714
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
34715
34715
|
var TemplateTypeCheckerImpl = class {
|
|
34716
34716
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -35403,7 +35403,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
35403
35403
|
}
|
|
35404
35404
|
};
|
|
35405
35405
|
|
|
35406
|
-
// bazel-out/
|
|
35406
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
35407
35407
|
var TemplateCheckWithVisitor = class {
|
|
35408
35408
|
run(ctx, component, template2) {
|
|
35409
35409
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -35479,7 +35479,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
35479
35479
|
}
|
|
35480
35480
|
};
|
|
35481
35481
|
|
|
35482
|
-
// bazel-out/
|
|
35482
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
35483
35483
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
35484
35484
|
constructor() {
|
|
35485
35485
|
super(...arguments);
|
|
@@ -35504,7 +35504,7 @@ var factory = {
|
|
|
35504
35504
|
create: () => new InvalidBananaInBoxCheck()
|
|
35505
35505
|
};
|
|
35506
35506
|
|
|
35507
|
-
// bazel-out/
|
|
35507
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
35508
35508
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
35509
35509
|
["ngIf", "NgIf"],
|
|
35510
35510
|
["ngFor", "NgFor"],
|
|
@@ -35548,7 +35548,7 @@ var factory2 = {
|
|
|
35548
35548
|
}
|
|
35549
35549
|
};
|
|
35550
35550
|
|
|
35551
|
-
// bazel-out/
|
|
35551
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
35552
35552
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
35553
35553
|
constructor() {
|
|
35554
35554
|
super(...arguments);
|
|
@@ -35580,7 +35580,7 @@ var factory3 = {
|
|
|
35580
35580
|
create: () => new MissingNgForOfLetCheck()
|
|
35581
35581
|
};
|
|
35582
35582
|
|
|
35583
|
-
// bazel-out/
|
|
35583
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
35584
35584
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
35585
35585
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35586
35586
|
constructor() {
|
|
@@ -35624,7 +35624,7 @@ var factory4 = {
|
|
|
35624
35624
|
}
|
|
35625
35625
|
};
|
|
35626
35626
|
|
|
35627
|
-
// bazel-out/
|
|
35627
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
35628
35628
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
35629
35629
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35630
35630
|
constructor() {
|
|
@@ -35669,7 +35669,7 @@ var factory5 = {
|
|
|
35669
35669
|
}
|
|
35670
35670
|
};
|
|
35671
35671
|
|
|
35672
|
-
// bazel-out/
|
|
35672
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
35673
35673
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
35674
35674
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
35675
35675
|
constructor() {
|
|
@@ -35692,7 +35692,7 @@ var factory6 = {
|
|
|
35692
35692
|
create: () => new SuffixNotSupportedCheck()
|
|
35693
35693
|
};
|
|
35694
35694
|
|
|
35695
|
-
// bazel-out/
|
|
35695
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
35696
35696
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
35697
35697
|
constructor() {
|
|
35698
35698
|
super(...arguments);
|
|
@@ -35730,10 +35730,10 @@ var factory7 = {
|
|
|
35730
35730
|
create: () => new TextAttributeNotBindingSpec()
|
|
35731
35731
|
};
|
|
35732
35732
|
|
|
35733
|
-
// bazel-out/
|
|
35733
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35734
35734
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
35735
35735
|
|
|
35736
|
-
// bazel-out/
|
|
35736
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
35737
35737
|
var DiagnosticCategoryLabel;
|
|
35738
35738
|
(function(DiagnosticCategoryLabel2) {
|
|
35739
35739
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -35741,7 +35741,7 @@ var DiagnosticCategoryLabel;
|
|
|
35741
35741
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
35742
35742
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
35743
35743
|
|
|
35744
|
-
// bazel-out/
|
|
35744
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35745
35745
|
var ExtendedTemplateCheckerImpl = class {
|
|
35746
35746
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
35747
35747
|
var _a2, _b, _c, _d, _e;
|
|
@@ -35793,7 +35793,7 @@ function assertNever(value) {
|
|
|
35793
35793
|
${value}`);
|
|
35794
35794
|
}
|
|
35795
35795
|
|
|
35796
|
-
// bazel-out/
|
|
35796
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
35797
35797
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
35798
35798
|
factory,
|
|
35799
35799
|
factory4,
|
|
@@ -35804,7 +35804,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
35804
35804
|
factory6
|
|
35805
35805
|
];
|
|
35806
35806
|
|
|
35807
|
-
// bazel-out/
|
|
35807
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
35808
35808
|
var CompilationTicketKind;
|
|
35809
35809
|
(function(CompilationTicketKind2) {
|
|
35810
35810
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -36523,7 +36523,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
36523
36523
|
return versions;
|
|
36524
36524
|
}
|
|
36525
36525
|
|
|
36526
|
-
// bazel-out/
|
|
36526
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
36527
36527
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
36528
36528
|
var DelegatingCompilerHost2 = class {
|
|
36529
36529
|
constructor(delegate) {
|
|
@@ -36656,7 +36656,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
36656
36656
|
}
|
|
36657
36657
|
};
|
|
36658
36658
|
|
|
36659
|
-
// bazel-out/
|
|
36659
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
36660
36660
|
var NgtscProgram = class {
|
|
36661
36661
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
36662
36662
|
this.options = options;
|
|
@@ -36874,21 +36874,21 @@ function mergeEmitResults(emitResults) {
|
|
|
36874
36874
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
36875
36875
|
}
|
|
36876
36876
|
|
|
36877
|
-
// bazel-out/
|
|
36877
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
36878
36878
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
36879
36879
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
36880
36880
|
}
|
|
36881
36881
|
|
|
36882
|
-
// bazel-out/
|
|
36882
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
36883
36883
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
36884
36884
|
|
|
36885
|
-
// bazel-out/
|
|
36885
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
36886
36886
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
36887
36887
|
|
|
36888
|
-
// bazel-out/
|
|
36888
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
36889
36889
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
36890
36890
|
|
|
36891
|
-
// bazel-out/
|
|
36891
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
36892
36892
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
36893
36893
|
ngDevMode: false,
|
|
36894
36894
|
ngI18nClosureMode: false
|
|
@@ -36897,7 +36897,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
36897
36897
|
ngJitMode: false
|
|
36898
36898
|
});
|
|
36899
36899
|
|
|
36900
|
-
// bazel-out/
|
|
36900
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
36901
36901
|
var LogLevel;
|
|
36902
36902
|
(function(LogLevel2) {
|
|
36903
36903
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -36906,7 +36906,7 @@ var LogLevel;
|
|
|
36906
36906
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
36907
36907
|
})(LogLevel || (LogLevel = {}));
|
|
36908
36908
|
|
|
36909
|
-
// bazel-out/
|
|
36909
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
36910
36910
|
var RESET = "\x1B[0m";
|
|
36911
36911
|
var RED = "\x1B[31m";
|
|
36912
36912
|
var YELLOW = "\x1B[33m";
|
|
@@ -36915,18 +36915,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
36915
36915
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
36916
36916
|
var ERROR = `${RED}Error:${RESET}`;
|
|
36917
36917
|
|
|
36918
|
-
// bazel-out/
|
|
36918
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
36919
36919
|
setFileSystem(new NodeJSFileSystem());
|
|
36920
36920
|
|
|
36921
|
-
// bazel-out/
|
|
36921
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
36922
36922
|
var import_fs2 = require("fs");
|
|
36923
36923
|
var import_path8 = require("path");
|
|
36924
36924
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
36925
36925
|
|
|
36926
|
-
// bazel-out/
|
|
36926
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
36927
36927
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
36928
36928
|
|
|
36929
|
-
// bazel-out/
|
|
36929
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
36930
36930
|
var import_path4 = require("path");
|
|
36931
36931
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
36932
36932
|
var ImportManager2 = class {
|
|
@@ -37110,7 +37110,7 @@ ${text2}`;
|
|
|
37110
37110
|
}
|
|
37111
37111
|
};
|
|
37112
37112
|
|
|
37113
|
-
// bazel-out/
|
|
37113
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37114
37114
|
var ChangeTracker = class {
|
|
37115
37115
|
constructor(_printer, _importRemapper) {
|
|
37116
37116
|
__publicField(this, "_printer");
|
|
@@ -37166,7 +37166,7 @@ function normalizePath(path3) {
|
|
|
37166
37166
|
return path3.replace(/\\/g, "/");
|
|
37167
37167
|
}
|
|
37168
37168
|
|
|
37169
|
-
// bazel-out/
|
|
37169
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
37170
37170
|
var import_core13 = require("@angular-devkit/core");
|
|
37171
37171
|
function getProjectTsConfigPaths(tree) {
|
|
37172
37172
|
return __async(this, null, function* () {
|
|
@@ -37246,11 +37246,11 @@ function getWorkspace(tree) {
|
|
|
37246
37246
|
});
|
|
37247
37247
|
}
|
|
37248
37248
|
|
|
37249
|
-
// bazel-out/
|
|
37249
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37250
37250
|
var import_path5 = require("path");
|
|
37251
37251
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
37252
37252
|
|
|
37253
|
-
// bazel-out/
|
|
37253
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
37254
37254
|
var path2 = __toESM(require("path"), 1);
|
|
37255
37255
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
37256
37256
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -37267,7 +37267,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
37267
37267
|
return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
37268
37268
|
}
|
|
37269
37269
|
|
|
37270
|
-
// bazel-out/
|
|
37270
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37271
37271
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
37272
37272
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
37273
37273
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -37296,13 +37296,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
37296
37296
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
37297
37297
|
}
|
|
37298
37298
|
|
|
37299
|
-
// bazel-out/
|
|
37299
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37300
37300
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
37301
37301
|
|
|
37302
|
-
// bazel-out/
|
|
37302
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37303
37303
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
37304
37304
|
|
|
37305
|
-
// bazel-out/
|
|
37305
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
37306
37306
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
37307
37307
|
function getImportOfIdentifier(typeChecker, node) {
|
|
37308
37308
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -37353,7 +37353,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
37353
37353
|
});
|
|
37354
37354
|
}
|
|
37355
37355
|
|
|
37356
|
-
// bazel-out/
|
|
37356
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37357
37357
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
37358
37358
|
if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
|
|
37359
37359
|
return null;
|
|
@@ -37362,7 +37362,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
37362
37362
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
37363
37363
|
}
|
|
37364
37364
|
|
|
37365
|
-
// bazel-out/
|
|
37365
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
37366
37366
|
function getAngularDecorators(typeChecker, decorators) {
|
|
37367
37367
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
37368
37368
|
node,
|
|
@@ -37372,7 +37372,7 @@ function getAngularDecorators(typeChecker, decorators) {
|
|
|
37372
37372
|
}));
|
|
37373
37373
|
}
|
|
37374
37374
|
|
|
37375
|
-
// bazel-out/
|
|
37375
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
37376
37376
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
37377
37377
|
function closestNode(node, predicate) {
|
|
37378
37378
|
let current = node.parent;
|
|
@@ -37385,7 +37385,7 @@ function closestNode(node, predicate) {
|
|
|
37385
37385
|
return null;
|
|
37386
37386
|
}
|
|
37387
37387
|
|
|
37388
|
-
// bazel-out/
|
|
37388
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
37389
37389
|
var import_path6 = require("path");
|
|
37390
37390
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
37391
37391
|
var UniqueItemTracker = class {
|
|
@@ -37561,7 +37561,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
37561
37561
|
}));
|
|
37562
37562
|
}
|
|
37563
37563
|
|
|
37564
|
-
// bazel-out/
|
|
37564
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37565
37565
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
37566
37566
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
37567
37567
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -37760,14 +37760,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
37760
37760
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
37761
37761
|
}
|
|
37762
37762
|
|
|
37763
|
-
// bazel-out/
|
|
37763
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
37764
37764
|
var import_path7 = require("path");
|
|
37765
37765
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
37766
37766
|
|
|
37767
|
-
// bazel-out/
|
|
37767
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37768
37768
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
37769
37769
|
|
|
37770
|
-
// bazel-out/
|
|
37770
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
37771
37771
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
37772
37772
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
37773
37773
|
var _a2, _b;
|
|
@@ -37776,7 +37776,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
37776
37776
|
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
37777
|
}
|
|
37778
37778
|
|
|
37779
|
-
// bazel-out/
|
|
37779
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37780
37780
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
37781
37781
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
37782
37782
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38139,7 +38139,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
38139
38139
|
return metadata != null && metadata.isStandalone;
|
|
38140
38140
|
}
|
|
38141
38141
|
|
|
38142
|
-
// bazel-out/
|
|
38142
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38143
38143
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
38144
38144
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
38145
38145
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38516,7 +38516,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
38516
38516
|
return false;
|
|
38517
38517
|
}
|
|
38518
38518
|
|
|
38519
|
-
// bazel-out/
|
|
38519
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
38520
38520
|
var MigrationMode;
|
|
38521
38521
|
(function(MigrationMode2) {
|
|
38522
38522
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|