@angular/core 16.1.0-next.2 → 16.1.0-next.3
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/core.mjs +2 -1
- package/esm2022/src/core_private_export.mjs +2 -2
- package/esm2022/src/hydration/api.mjs +4 -7
- package/esm2022/src/initial_render_pending_tasks.mjs +12 -37
- package/esm2022/src/metadata/directives.mjs +1 -1
- package/esm2022/src/render3/definition.mjs +3 -1
- package/esm2022/src/render3/features/inherit_definition_feature.mjs +8 -1
- package/esm2022/src/render3/features/input_transforms_feature.mjs +22 -3
- package/esm2022/src/render3/instructions/shared.mjs +5 -1
- package/esm2022/src/render3/interfaces/definition.mjs +1 -1
- package/esm2022/src/signals/src/graph.mjs +1 -1
- package/esm2022/src/util/coercion.mjs +24 -3
- package/esm2022/src/util/property.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +107 -78
- 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 +36 -4
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +71 -18
- 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 +372 -364
- 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/output/output_ast.mjs
|
|
748
748
|
var output_ast_exports = {};
|
|
749
749
|
__export(output_ast_exports, {
|
|
750
750
|
ArrayType: () => ArrayType,
|
|
@@ -829,7 +829,7 @@ __export(output_ast_exports, {
|
|
|
829
829
|
variable: () => variable
|
|
830
830
|
});
|
|
831
831
|
|
|
832
|
-
// bazel-out/
|
|
832
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
|
|
833
833
|
var BigInteger = class {
|
|
834
834
|
static zero() {
|
|
835
835
|
return new BigInteger([0]);
|
|
@@ -921,7 +921,7 @@ var BigIntExponentiation = class {
|
|
|
921
921
|
}
|
|
922
922
|
};
|
|
923
923
|
|
|
924
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
925
925
|
var textEncoder;
|
|
926
926
|
function digest(message) {
|
|
927
927
|
return message.id || computeDigest(message);
|
|
@@ -1184,7 +1184,7 @@ function wordsToDecimalString(hi, lo) {
|
|
|
1184
1184
|
return decimal.toString();
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
-
// bazel-out/
|
|
1187
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
1188
1188
|
var TypeModifier;
|
|
1189
1189
|
(function(TypeModifier2) {
|
|
1190
1190
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -2226,7 +2226,7 @@ function serializeTags(tags) {
|
|
|
2226
2226
|
return out;
|
|
2227
2227
|
}
|
|
2228
2228
|
|
|
2229
|
-
// bazel-out/
|
|
2229
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
2230
2230
|
var CONSTANT_PREFIX = "_c";
|
|
2231
2231
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
2232
2232
|
var KEY_CONTEXT = {};
|
|
@@ -2395,7 +2395,7 @@ function isLongStringLiteral(expr) {
|
|
|
2395
2395
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2396
2396
|
}
|
|
2397
2397
|
|
|
2398
|
-
// bazel-out/
|
|
2398
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2399
2399
|
var CORE = "@angular/core";
|
|
2400
2400
|
var _Identifiers = class {
|
|
2401
2401
|
};
|
|
@@ -2953,7 +2953,7 @@ var Identifiers = _Identifiers;
|
|
|
2953
2953
|
_Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
|
|
2954
2954
|
})();
|
|
2955
2955
|
|
|
2956
|
-
// bazel-out/
|
|
2956
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2957
2957
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2958
2958
|
function dashCaseToCamelCase(input) {
|
|
2959
2959
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -3041,7 +3041,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
3041
3041
|
return [truthy, falsy];
|
|
3042
3042
|
}
|
|
3043
3043
|
|
|
3044
|
-
// bazel-out/
|
|
3044
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
3045
3045
|
var VERSION = 3;
|
|
3046
3046
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
3047
3047
|
var SourceMapGenerator = class {
|
|
@@ -3170,7 +3170,7 @@ function toBase64Digit(value) {
|
|
|
3170
3170
|
return B64_DIGITS[value];
|
|
3171
3171
|
}
|
|
3172
3172
|
|
|
3173
|
-
// bazel-out/
|
|
3173
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3174
3174
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3175
3175
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3176
3176
|
var _INDENT_WITH = " ";
|
|
@@ -3645,7 +3645,7 @@ function _createIndent(count) {
|
|
|
3645
3645
|
return res;
|
|
3646
3646
|
}
|
|
3647
3647
|
|
|
3648
|
-
// bazel-out/
|
|
3648
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3649
3649
|
function typeWithParameters(type, numParams) {
|
|
3650
3650
|
if (numParams === 0) {
|
|
3651
3651
|
return expressionType(type);
|
|
@@ -3713,7 +3713,7 @@ function generateForwardRef(expr) {
|
|
|
3713
3713
|
return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
|
|
3714
3714
|
}
|
|
3715
3715
|
|
|
3716
|
-
// bazel-out/
|
|
3716
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3717
3717
|
var R3FactoryDelegateType;
|
|
3718
3718
|
(function(R3FactoryDelegateType2) {
|
|
3719
3719
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3858,7 +3858,7 @@ function getInjectFn(target) {
|
|
|
3858
3858
|
}
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
|
-
// bazel-out/
|
|
3861
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3862
3862
|
var Comment = class {
|
|
3863
3863
|
constructor(value, sourceSpan) {
|
|
3864
3864
|
this.value = value;
|
|
@@ -4080,7 +4080,7 @@ function visitAll(visitor, nodes) {
|
|
|
4080
4080
|
return result;
|
|
4081
4081
|
}
|
|
4082
4082
|
|
|
4083
|
-
// bazel-out/
|
|
4083
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4084
4084
|
var Message = class {
|
|
4085
4085
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4086
4086
|
this.nodes = nodes;
|
|
@@ -4243,7 +4243,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4243
4243
|
}
|
|
4244
4244
|
};
|
|
4245
4245
|
|
|
4246
|
-
// bazel-out/
|
|
4246
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
4247
4247
|
var Serializer = class {
|
|
4248
4248
|
createNameMapper(message) {
|
|
4249
4249
|
return null;
|
|
@@ -4295,7 +4295,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
4295
4295
|
}
|
|
4296
4296
|
};
|
|
4297
4297
|
|
|
4298
|
-
// bazel-out/
|
|
4298
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4299
4299
|
var _Visitor = class {
|
|
4300
4300
|
visitTag(tag) {
|
|
4301
4301
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4383,7 +4383,7 @@ function escapeXml(text2) {
|
|
|
4383
4383
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
4384
4384
|
}
|
|
4385
4385
|
|
|
4386
|
-
// bazel-out/
|
|
4386
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4387
4387
|
var _MESSAGES_TAG = "messagebundle";
|
|
4388
4388
|
var _MESSAGE_TAG = "msg";
|
|
4389
4389
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -4526,7 +4526,7 @@ function toPublicName(internalName) {
|
|
|
4526
4526
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4527
4527
|
}
|
|
4528
4528
|
|
|
4529
|
-
// bazel-out/
|
|
4529
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4530
4530
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4531
4531
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4532
4532
|
var I18N_ATTR = "i18n";
|
|
@@ -4628,7 +4628,7 @@ function declareI18nVariable(variable2) {
|
|
|
4628
4628
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4629
4629
|
}
|
|
4630
4630
|
|
|
4631
|
-
// bazel-out/
|
|
4631
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4632
4632
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4633
4633
|
var TEMPORARY_NAME = "_t";
|
|
4634
4634
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4844,7 +4844,7 @@ function getInstructionStatements(instructions) {
|
|
|
4844
4844
|
return statements;
|
|
4845
4845
|
}
|
|
4846
4846
|
|
|
4847
|
-
// bazel-out/
|
|
4847
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4848
4848
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4849
4849
|
let result = null;
|
|
4850
4850
|
const factoryMeta = {
|
|
@@ -4932,7 +4932,7 @@ function createFactoryFunction(type) {
|
|
|
4932
4932
|
return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
|
|
4933
4933
|
}
|
|
4934
4934
|
|
|
4935
|
-
// bazel-out/
|
|
4935
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4936
4936
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4937
4937
|
/^\s*$/,
|
|
4938
4938
|
/[<>]/,
|
|
@@ -4954,7 +4954,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4954
4954
|
}
|
|
4955
4955
|
}
|
|
4956
4956
|
|
|
4957
|
-
// bazel-out/
|
|
4957
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
|
|
4958
4958
|
var InterpolationConfig = class {
|
|
4959
4959
|
static fromArray(markers) {
|
|
4960
4960
|
if (!markers) {
|
|
@@ -4970,7 +4970,7 @@ var InterpolationConfig = class {
|
|
|
4970
4970
|
};
|
|
4971
4971
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4972
4972
|
|
|
4973
|
-
// bazel-out/
|
|
4973
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4974
4974
|
var $EOF = 0;
|
|
4975
4975
|
var $BSPACE = 8;
|
|
4976
4976
|
var $TAB = 9;
|
|
@@ -5051,7 +5051,7 @@ function isQuote(code) {
|
|
|
5051
5051
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5052
5052
|
}
|
|
5053
5053
|
|
|
5054
|
-
// bazel-out/
|
|
5054
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5055
5055
|
var ParseLocation = class {
|
|
5056
5056
|
constructor(file, offset, line, col) {
|
|
5057
5057
|
this.file = file;
|
|
@@ -5198,7 +5198,7 @@ function sanitizeIdentifier(name) {
|
|
|
5198
5198
|
return name.replace(/\W/g, "_");
|
|
5199
5199
|
}
|
|
5200
5200
|
|
|
5201
|
-
// bazel-out/
|
|
5201
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5202
5202
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5203
5203
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5204
5204
|
constructor() {
|
|
@@ -5269,7 +5269,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5269
5269
|
}
|
|
5270
5270
|
};
|
|
5271
5271
|
|
|
5272
|
-
// bazel-out/
|
|
5272
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5273
5273
|
var policy;
|
|
5274
5274
|
function getPolicy() {
|
|
5275
5275
|
if (policy === void 0) {
|
|
@@ -5306,7 +5306,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5306
5306
|
return fn2.bind(_global);
|
|
5307
5307
|
}
|
|
5308
5308
|
|
|
5309
|
-
// bazel-out/
|
|
5309
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5310
5310
|
var JitEvaluator = class {
|
|
5311
5311
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5312
5312
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5397,7 +5397,7 @@ function isUseStrictStatement(statement) {
|
|
|
5397
5397
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5398
5398
|
}
|
|
5399
5399
|
|
|
5400
|
-
// bazel-out/
|
|
5400
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5401
5401
|
function compileInjector(meta) {
|
|
5402
5402
|
const definitionMap = new DefinitionMap();
|
|
5403
5403
|
if (meta.providers !== null) {
|
|
@@ -5414,7 +5414,7 @@ function createInjectorType(meta) {
|
|
|
5414
5414
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5415
5415
|
}
|
|
5416
5416
|
|
|
5417
|
-
// bazel-out/
|
|
5417
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5418
5418
|
var R3JitReflector = class {
|
|
5419
5419
|
constructor(context) {
|
|
5420
5420
|
this.context = context;
|
|
@@ -5430,7 +5430,7 @@ var R3JitReflector = class {
|
|
|
5430
5430
|
}
|
|
5431
5431
|
};
|
|
5432
5432
|
|
|
5433
|
-
// bazel-out/
|
|
5433
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5434
5434
|
var R3SelectorScopeMode;
|
|
5435
5435
|
(function(R3SelectorScopeMode2) {
|
|
5436
5436
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5543,7 +5543,7 @@ function tupleOfTypes(types) {
|
|
|
5543
5543
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5544
5544
|
}
|
|
5545
5545
|
|
|
5546
|
-
// bazel-out/
|
|
5546
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5547
5547
|
function compilePipeFromMetadata(metadata) {
|
|
5548
5548
|
const definitionMapValues = [];
|
|
5549
5549
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5564,7 +5564,7 @@ function createPipeType(metadata) {
|
|
|
5564
5564
|
]));
|
|
5565
5565
|
}
|
|
5566
5566
|
|
|
5567
|
-
// bazel-out/
|
|
5567
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5568
5568
|
var R3TemplateDependencyKind;
|
|
5569
5569
|
(function(R3TemplateDependencyKind2) {
|
|
5570
5570
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5572,7 +5572,7 @@ var R3TemplateDependencyKind;
|
|
|
5572
5572
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5573
5573
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5574
5574
|
|
|
5575
|
-
// bazel-out/
|
|
5575
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5576
5576
|
var ParserError = class {
|
|
5577
5577
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5578
5578
|
this.input = input;
|
|
@@ -6238,7 +6238,7 @@ var BoundElementProperty = class {
|
|
|
6238
6238
|
}
|
|
6239
6239
|
};
|
|
6240
6240
|
|
|
6241
|
-
// bazel-out/
|
|
6241
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
6242
6242
|
var _EventHandlerVars = class {
|
|
6243
6243
|
};
|
|
6244
6244
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6859,7 +6859,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6859
6859
|
}
|
|
6860
6860
|
};
|
|
6861
6861
|
|
|
6862
|
-
// bazel-out/
|
|
6862
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6863
6863
|
var _SECURITY_SCHEMA;
|
|
6864
6864
|
function SECURITY_SCHEMA() {
|
|
6865
6865
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6917,7 +6917,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6917
6917
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6918
6918
|
}
|
|
6919
6919
|
|
|
6920
|
-
// bazel-out/
|
|
6920
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6921
6921
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6922
6922
|
"inherit",
|
|
6923
6923
|
"initial",
|
|
@@ -7377,7 +7377,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7377
7377
|
}
|
|
7378
7378
|
}
|
|
7379
7379
|
|
|
7380
|
-
// bazel-out/
|
|
7380
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7381
7381
|
var TagContentType;
|
|
7382
7382
|
(function(TagContentType2) {
|
|
7383
7383
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7410,7 +7410,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7410
7410
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7411
7411
|
}
|
|
7412
7412
|
|
|
7413
|
-
// bazel-out/
|
|
7413
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
|
|
7414
7414
|
var ElementAttributeKind;
|
|
7415
7415
|
(function(ElementAttributeKind2) {
|
|
7416
7416
|
ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
|
|
@@ -7487,7 +7487,7 @@ function assertIsElementAttributes(attrs) {
|
|
|
7487
7487
|
}
|
|
7488
7488
|
}
|
|
7489
7489
|
|
|
7490
|
-
// bazel-out/
|
|
7490
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7491
7491
|
var OpKind;
|
|
7492
7492
|
(function(OpKind2) {
|
|
7493
7493
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7524,7 +7524,7 @@ var SemanticVariableKind;
|
|
|
7524
7524
|
SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
|
|
7525
7525
|
})(SemanticVariableKind || (SemanticVariableKind = {}));
|
|
7526
7526
|
|
|
7527
|
-
// bazel-out/
|
|
7527
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7528
7528
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7529
7529
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7530
7530
|
var UsesSlotIndex = Symbol("UsesSlotIndex");
|
|
@@ -7557,7 +7557,7 @@ function hasUsesSlotIndexTrait(value) {
|
|
|
7557
7557
|
return value[UsesSlotIndex] === true;
|
|
7558
7558
|
}
|
|
7559
7559
|
|
|
7560
|
-
// bazel-out/
|
|
7560
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7561
7561
|
var _a;
|
|
7562
7562
|
var ExpressionBase = class extends Expression {
|
|
7563
7563
|
constructor(sourceSpan = null) {
|
|
@@ -7801,7 +7801,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
|
|
|
7801
7801
|
}
|
|
7802
7802
|
}
|
|
7803
7803
|
|
|
7804
|
-
// bazel-out/
|
|
7804
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7805
7805
|
var _OpList = class {
|
|
7806
7806
|
constructor() {
|
|
7807
7807
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7965,7 +7965,7 @@ var OpList = _OpList;
|
|
|
7965
7965
|
_OpList.nextListId = 0;
|
|
7966
7966
|
})();
|
|
7967
7967
|
|
|
7968
|
-
// bazel-out/
|
|
7968
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7969
7969
|
function createStatementOp(statement) {
|
|
7970
7970
|
return __spreadValues({
|
|
7971
7971
|
kind: OpKind.Statement,
|
|
@@ -7986,7 +7986,7 @@ var NEW_OP = {
|
|
|
7986
7986
|
next: null
|
|
7987
7987
|
};
|
|
7988
7988
|
|
|
7989
|
-
// bazel-out/
|
|
7989
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7990
7990
|
function createElementStartOp(tag, xref) {
|
|
7991
7991
|
return __spreadValues(__spreadValues({
|
|
7992
7992
|
kind: OpKind.ElementStart,
|
|
@@ -8031,7 +8031,7 @@ function createListenerOp(target, name, tag) {
|
|
|
8031
8031
|
}, NEW_OP), TRAIT_USES_SLOT_INDEX);
|
|
8032
8032
|
}
|
|
8033
8033
|
|
|
8034
|
-
// bazel-out/
|
|
8034
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
8035
8035
|
function createInterpolateTextOp(xref, strings, expressions) {
|
|
8036
8036
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
8037
8037
|
kind: OpKind.InterpolateText,
|
|
@@ -8055,7 +8055,7 @@ function createAdvanceOp(delta) {
|
|
|
8055
8055
|
}, NEW_OP);
|
|
8056
8056
|
}
|
|
8057
8057
|
|
|
8058
|
-
// bazel-out/
|
|
8058
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8059
8059
|
function phaseConstCollection(cpl) {
|
|
8060
8060
|
for (const [_, view] of cpl.views) {
|
|
8061
8061
|
for (const op of view.create) {
|
|
@@ -8096,7 +8096,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
|
|
|
8096
8096
|
return literalArr(attrArray);
|
|
8097
8097
|
}
|
|
8098
8098
|
|
|
8099
|
-
// bazel-out/
|
|
8099
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8100
8100
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8101
8101
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8102
8102
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]]
|
|
@@ -8117,7 +8117,7 @@ function phaseEmptyElements(cpl) {
|
|
|
8117
8117
|
}
|
|
8118
8118
|
}
|
|
8119
8119
|
|
|
8120
|
-
// bazel-out/
|
|
8120
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
8121
8121
|
function phaseGenerateAdvance(cpl) {
|
|
8122
8122
|
for (const [_, view] of cpl.views) {
|
|
8123
8123
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -8149,7 +8149,7 @@ function phaseGenerateAdvance(cpl) {
|
|
|
8149
8149
|
}
|
|
8150
8150
|
}
|
|
8151
8151
|
|
|
8152
|
-
// bazel-out/
|
|
8152
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
8153
8153
|
function element(slot, tag, constIndex, localRefIndex) {
|
|
8154
8154
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
|
|
8155
8155
|
}
|
|
@@ -8283,7 +8283,7 @@ function callInterpolation(config, baseArgs, interpolationArgs) {
|
|
|
8283
8283
|
}
|
|
8284
8284
|
}
|
|
8285
8285
|
|
|
8286
|
-
// bazel-out/
|
|
8286
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
8287
8287
|
function phaseReify(cpl) {
|
|
8288
8288
|
for (const [_, view] of cpl.views) {
|
|
8289
8289
|
reifyCreateOperations(view, view.create);
|
|
@@ -8417,7 +8417,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
|
|
|
8417
8417
|
}
|
|
8418
8418
|
};
|
|
8419
8419
|
|
|
8420
|
-
// bazel-out/
|
|
8420
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
8421
8421
|
function phaseSlotAllocation(cpl) {
|
|
8422
8422
|
const slotMap = /* @__PURE__ */ new Map();
|
|
8423
8423
|
for (const [_, view] of cpl.views) {
|
|
@@ -8457,7 +8457,7 @@ function phaseSlotAllocation(cpl) {
|
|
|
8457
8457
|
}
|
|
8458
8458
|
}
|
|
8459
8459
|
|
|
8460
|
-
// bazel-out/
|
|
8460
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
8461
8461
|
function phaseVarCounting(cpl) {
|
|
8462
8462
|
for (const [_, view] of cpl.views) {
|
|
8463
8463
|
let varCount = 0;
|
|
@@ -8497,7 +8497,7 @@ function varsUsedByIrExpression(expr) {
|
|
|
8497
8497
|
return 0;
|
|
8498
8498
|
}
|
|
8499
8499
|
|
|
8500
|
-
// bazel-out/
|
|
8500
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
8501
8501
|
function phaseNaming(cpl) {
|
|
8502
8502
|
addNamesToView(cpl.root, cpl.componentName, { index: 0 });
|
|
8503
8503
|
}
|
|
@@ -8555,7 +8555,7 @@ function getVariableName(variable2, state) {
|
|
|
8555
8555
|
return variable2.name;
|
|
8556
8556
|
}
|
|
8557
8557
|
|
|
8558
|
-
// bazel-out/
|
|
8558
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
8559
8559
|
function phaseLocalRefs(cpl) {
|
|
8560
8560
|
for (const view of cpl.views.values()) {
|
|
8561
8561
|
for (const op of view.create) {
|
|
@@ -8586,7 +8586,7 @@ function serializeLocalRefs(refs) {
|
|
|
8586
8586
|
return literalArr(constRefs);
|
|
8587
8587
|
}
|
|
8588
8588
|
|
|
8589
|
-
// bazel-out/
|
|
8589
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
8590
8590
|
function phaseGenerateVariables(cpl) {
|
|
8591
8591
|
recursivelyProcessView(cpl.root, null);
|
|
8592
8592
|
}
|
|
@@ -8668,7 +8668,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
8668
8668
|
return newOps;
|
|
8669
8669
|
}
|
|
8670
8670
|
|
|
8671
|
-
// bazel-out/
|
|
8671
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
8672
8672
|
function phaseResolveNames(cpl) {
|
|
8673
8673
|
for (const [_, view] of cpl.views) {
|
|
8674
8674
|
processLexicalScope(view, view.create, null);
|
|
@@ -8721,7 +8721,7 @@ function processLexicalScope(view, ops, savedView) {
|
|
|
8721
8721
|
}
|
|
8722
8722
|
}
|
|
8723
8723
|
|
|
8724
|
-
// bazel-out/
|
|
8724
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
8725
8725
|
function phaseResolveContexts(cpl) {
|
|
8726
8726
|
for (const view of cpl.views.values()) {
|
|
8727
8727
|
processLexicalScope2(view, view.create);
|
|
@@ -8759,7 +8759,7 @@ function processLexicalScope2(view, ops) {
|
|
|
8759
8759
|
}
|
|
8760
8760
|
}
|
|
8761
8761
|
|
|
8762
|
-
// bazel-out/
|
|
8762
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
8763
8763
|
function phaseVariableOptimization(cpl, options) {
|
|
8764
8764
|
for (const [_, view] of cpl.views) {
|
|
8765
8765
|
optimizeVariablesInOpList(view.create, options);
|
|
@@ -8957,7 +8957,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
8957
8957
|
}
|
|
8958
8958
|
}
|
|
8959
8959
|
|
|
8960
|
-
// bazel-out/
|
|
8960
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8961
8961
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8962
8962
|
Identifiers.elementStart,
|
|
8963
8963
|
Identifiers.elementEnd,
|
|
@@ -9003,7 +9003,7 @@ function chainOperationsInList(opList) {
|
|
|
9003
9003
|
}
|
|
9004
9004
|
}
|
|
9005
9005
|
|
|
9006
|
-
// bazel-out/
|
|
9006
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
9007
9007
|
function phaseMergeNextContext(cpl) {
|
|
9008
9008
|
for (const view of cpl.views.values()) {
|
|
9009
9009
|
for (const op of view.create) {
|
|
@@ -9045,7 +9045,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
9045
9045
|
}
|
|
9046
9046
|
}
|
|
9047
9047
|
|
|
9048
|
-
// bazel-out/
|
|
9048
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
9049
9049
|
var CONTAINER_TAG = "ng-container";
|
|
9050
9050
|
function phaseNgContainer(cpl) {
|
|
9051
9051
|
for (const [_, view] of cpl.views) {
|
|
@@ -9062,7 +9062,7 @@ function phaseNgContainer(cpl) {
|
|
|
9062
9062
|
}
|
|
9063
9063
|
}
|
|
9064
9064
|
|
|
9065
|
-
// bazel-out/
|
|
9065
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
9066
9066
|
function phaseSaveRestoreView(cpl) {
|
|
9067
9067
|
for (const view of cpl.views.values()) {
|
|
9068
9068
|
if (view === cpl.root) {
|
|
@@ -9095,7 +9095,7 @@ function phaseSaveRestoreView(cpl) {
|
|
|
9095
9095
|
}
|
|
9096
9096
|
}
|
|
9097
9097
|
|
|
9098
|
-
// bazel-out/
|
|
9098
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
9099
9099
|
function transformTemplate(cpl) {
|
|
9100
9100
|
phaseGenerateVariables(cpl);
|
|
9101
9101
|
phaseSaveRestoreView(cpl);
|
|
@@ -9172,7 +9172,7 @@ function maybeGenerateRfBlock(flag, statements) {
|
|
|
9172
9172
|
];
|
|
9173
9173
|
}
|
|
9174
9174
|
|
|
9175
|
-
// bazel-out/
|
|
9175
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
9176
9176
|
var ComponentCompilation = class {
|
|
9177
9177
|
constructor(componentName) {
|
|
9178
9178
|
this.componentName = componentName;
|
|
@@ -9229,7 +9229,7 @@ var ViewCompilation = class {
|
|
|
9229
9229
|
}
|
|
9230
9230
|
};
|
|
9231
9231
|
|
|
9232
|
-
// bazel-out/
|
|
9232
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
9233
9233
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
9234
9234
|
["&&", BinaryOperator.And],
|
|
9235
9235
|
[">", BinaryOperator.Bigger],
|
|
@@ -9250,7 +9250,7 @@ var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
9250
9250
|
["+", BinaryOperator.Plus]
|
|
9251
9251
|
]);
|
|
9252
9252
|
|
|
9253
|
-
// bazel-out/
|
|
9253
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
9254
9254
|
function ingest(componentName, template2) {
|
|
9255
9255
|
const cpl = new ComponentCompilation(componentName);
|
|
9256
9256
|
ingestNodes(cpl.root, template2);
|
|
@@ -9416,10 +9416,10 @@ function assertIsArray(value) {
|
|
|
9416
9416
|
}
|
|
9417
9417
|
}
|
|
9418
9418
|
|
|
9419
|
-
// bazel-out/
|
|
9419
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
9420
9420
|
var USE_TEMPLATE_PIPELINE = false;
|
|
9421
9421
|
|
|
9422
|
-
// bazel-out/
|
|
9422
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
9423
9423
|
function parse(value) {
|
|
9424
9424
|
const styles = [];
|
|
9425
9425
|
let i = 0;
|
|
@@ -9480,7 +9480,7 @@ function hyphenate(value) {
|
|
|
9480
9480
|
}).toLowerCase();
|
|
9481
9481
|
}
|
|
9482
9482
|
|
|
9483
|
-
// bazel-out/
|
|
9483
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
9484
9484
|
var IMPORTANT_FLAG = "!important";
|
|
9485
9485
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
9486
9486
|
var StylingBuilder = class {
|
|
@@ -9813,7 +9813,7 @@ function isEmptyExpression(ast) {
|
|
|
9813
9813
|
return ast instanceof EmptyExpr;
|
|
9814
9814
|
}
|
|
9815
9815
|
|
|
9816
|
-
// bazel-out/
|
|
9816
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9817
9817
|
var TokenType;
|
|
9818
9818
|
(function(TokenType2) {
|
|
9819
9819
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -10174,7 +10174,7 @@ function parseIntAutoRadix(text2) {
|
|
|
10174
10174
|
return result;
|
|
10175
10175
|
}
|
|
10176
10176
|
|
|
10177
|
-
// bazel-out/
|
|
10177
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
10178
10178
|
var SplitInterpolation = class {
|
|
10179
10179
|
constructor(strings, expressions, offsets) {
|
|
10180
10180
|
this.strings = strings;
|
|
@@ -11068,7 +11068,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
11068
11068
|
return offsetMap;
|
|
11069
11069
|
}
|
|
11070
11070
|
|
|
11071
|
-
// bazel-out/
|
|
11071
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
11072
11072
|
var NodeWithI18n = class {
|
|
11073
11073
|
constructor(sourceSpan, i18n) {
|
|
11074
11074
|
this.sourceSpan = sourceSpan;
|
|
@@ -11156,11 +11156,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
11156
11156
|
return result;
|
|
11157
11157
|
}
|
|
11158
11158
|
|
|
11159
|
-
// bazel-out/
|
|
11159
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
11160
11160
|
var ElementSchemaRegistry = class {
|
|
11161
11161
|
};
|
|
11162
11162
|
|
|
11163
|
-
// bazel-out/
|
|
11163
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
11164
11164
|
var BOOLEAN = "boolean";
|
|
11165
11165
|
var NUMBER = "number";
|
|
11166
11166
|
var STRING = "string";
|
|
@@ -11513,7 +11513,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11513
11513
|
}
|
|
11514
11514
|
}
|
|
11515
11515
|
|
|
11516
|
-
// bazel-out/
|
|
11516
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11517
11517
|
var HtmlTagDefinition = class {
|
|
11518
11518
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11519
11519
|
this.closedByChildren = {};
|
|
@@ -11631,7 +11631,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11631
11631
|
return (_b = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b : DEFAULT_TAG_DEFINITION;
|
|
11632
11632
|
}
|
|
11633
11633
|
|
|
11634
|
-
// bazel-out/
|
|
11634
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11635
11635
|
var NAMED_ENTITIES = {
|
|
11636
11636
|
"AElig": "\xC6",
|
|
11637
11637
|
"AMP": "&",
|
|
@@ -13762,7 +13762,7 @@ var NAMED_ENTITIES = {
|
|
|
13762
13762
|
var NGSP_UNICODE = "\uE500";
|
|
13763
13763
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13764
13764
|
|
|
13765
|
-
// bazel-out/
|
|
13765
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13766
13766
|
var TokenError = class extends ParseError {
|
|
13767
13767
|
constructor(errorMsg, tokenType, span) {
|
|
13768
13768
|
super(span, errorMsg);
|
|
@@ -14597,7 +14597,7 @@ var CursorError = class {
|
|
|
14597
14597
|
}
|
|
14598
14598
|
};
|
|
14599
14599
|
|
|
14600
|
-
// bazel-out/
|
|
14600
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14601
14601
|
var TreeError = class extends ParseError {
|
|
14602
14602
|
static create(elementName, span, msg) {
|
|
14603
14603
|
return new TreeError(elementName, span, msg);
|
|
@@ -14924,7 +14924,7 @@ function decodeEntity(match, entity) {
|
|
|
14924
14924
|
return match;
|
|
14925
14925
|
}
|
|
14926
14926
|
|
|
14927
|
-
// bazel-out/
|
|
14927
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
14928
14928
|
var HtmlParser = class extends Parser2 {
|
|
14929
14929
|
constructor() {
|
|
14930
14930
|
super(getHtmlTagDefinition);
|
|
@@ -14934,7 +14934,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
14934
14934
|
}
|
|
14935
14935
|
};
|
|
14936
14936
|
|
|
14937
|
-
// bazel-out/
|
|
14937
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
14938
14938
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
14939
14939
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
14940
14940
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -14994,7 +14994,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
14994
14994
|
return result;
|
|
14995
14995
|
}
|
|
14996
14996
|
|
|
14997
|
-
// bazel-out/
|
|
14997
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
14998
14998
|
function mapLiteral(obj, quoted = false) {
|
|
14999
14999
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
15000
15000
|
key,
|
|
@@ -15003,7 +15003,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
15003
15003
|
})));
|
|
15004
15004
|
}
|
|
15005
15005
|
|
|
15006
|
-
// bazel-out/
|
|
15006
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15007
15007
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15008
15008
|
"iframe|srcdoc",
|
|
15009
15009
|
"*|innerhtml",
|
|
@@ -15018,7 +15018,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15018
15018
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15019
15019
|
}
|
|
15020
15020
|
|
|
15021
|
-
// bazel-out/
|
|
15021
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
15022
15022
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
15023
15023
|
var ATTRIBUTE_PREFIX = "attr";
|
|
15024
15024
|
var CLASS_PREFIX = "class";
|
|
@@ -15338,7 +15338,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
15338
15338
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
15339
15339
|
}
|
|
15340
15340
|
|
|
15341
|
-
// bazel-out/
|
|
15341
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
15342
15342
|
function isStyleUrlResolvable(url) {
|
|
15343
15343
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
15344
15344
|
return false;
|
|
@@ -15347,7 +15347,7 @@ function isStyleUrlResolvable(url) {
|
|
|
15347
15347
|
}
|
|
15348
15348
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
15349
15349
|
|
|
15350
|
-
// bazel-out/
|
|
15350
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
15351
15351
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
15352
15352
|
var LINK_ELEMENT = "link";
|
|
15353
15353
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -15417,7 +15417,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
15417
15417
|
return selectAttr;
|
|
15418
15418
|
}
|
|
15419
15419
|
|
|
15420
|
-
// bazel-out/
|
|
15420
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
15421
15421
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
15422
15422
|
var KW_BIND_IDX = 1;
|
|
15423
15423
|
var KW_LET_IDX = 2;
|
|
@@ -15765,7 +15765,7 @@ function textContents(node) {
|
|
|
15765
15765
|
}
|
|
15766
15766
|
}
|
|
15767
15767
|
|
|
15768
|
-
// bazel-out/
|
|
15768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
15769
15769
|
var TagType;
|
|
15770
15770
|
(function(TagType2) {
|
|
15771
15771
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -15900,7 +15900,7 @@ function serializePlaceholderValue(value) {
|
|
|
15900
15900
|
}
|
|
15901
15901
|
}
|
|
15902
15902
|
|
|
15903
|
-
// bazel-out/
|
|
15903
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
15904
15904
|
var IcuSerializerVisitor = class {
|
|
15905
15905
|
visitText(text2) {
|
|
15906
15906
|
return text2.value;
|
|
@@ -15931,7 +15931,7 @@ function serializeIcuNode(icu) {
|
|
|
15931
15931
|
return icu.visit(serializer);
|
|
15932
15932
|
}
|
|
15933
15933
|
|
|
15934
|
-
// bazel-out/
|
|
15934
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15935
15935
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15936
15936
|
"A": "LINK",
|
|
15937
15937
|
"B": "BOLD_TEXT",
|
|
@@ -16025,7 +16025,7 @@ var PlaceholderRegistry = class {
|
|
|
16025
16025
|
}
|
|
16026
16026
|
};
|
|
16027
16027
|
|
|
16028
|
-
// bazel-out/
|
|
16028
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
16029
16029
|
var _expParser = new Parser(new Lexer());
|
|
16030
16030
|
function createI18nMessageFactory(interpolationConfig) {
|
|
16031
16031
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig);
|
|
@@ -16180,14 +16180,14 @@ function extractPlaceholderName(input) {
|
|
|
16180
16180
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
16181
16181
|
}
|
|
16182
16182
|
|
|
16183
|
-
// bazel-out/
|
|
16183
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
16184
16184
|
var I18nError = class extends ParseError {
|
|
16185
16185
|
constructor(span, msg) {
|
|
16186
16186
|
super(span, msg);
|
|
16187
16187
|
}
|
|
16188
16188
|
};
|
|
16189
16189
|
|
|
16190
|
-
// bazel-out/
|
|
16190
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
16191
16191
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
16192
16192
|
if (htmlNode instanceof NodeWithI18n) {
|
|
16193
16193
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16336,7 +16336,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16336
16336
|
return jsDocComment(tags);
|
|
16337
16337
|
}
|
|
16338
16338
|
|
|
16339
|
-
// bazel-out/
|
|
16339
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16340
16340
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16341
16341
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16342
16342
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16384,7 +16384,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16384
16384
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16385
16385
|
}
|
|
16386
16386
|
|
|
16387
|
-
// bazel-out/
|
|
16387
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16388
16388
|
function createLocalizeStatements(variable2, message, params) {
|
|
16389
16389
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16390
16390
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16467,7 +16467,7 @@ function createEmptyMessagePart(location) {
|
|
|
16467
16467
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16468
16468
|
}
|
|
16469
16469
|
|
|
16470
|
-
// bazel-out/
|
|
16470
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
16471
16471
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
16472
16472
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
16473
16473
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -17769,7 +17769,7 @@ function createClosureModeGuard() {
|
|
|
17769
17769
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
|
|
17770
17770
|
}
|
|
17771
17771
|
|
|
17772
|
-
// bazel-out/
|
|
17772
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
17773
17773
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
17774
17774
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
17775
17775
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -17814,6 +17814,12 @@ function addFeatures(definitionMap, meta) {
|
|
|
17814
17814
|
}
|
|
17815
17815
|
features.push(importExpr(Identifiers.ProvidersFeature).callFn(args));
|
|
17816
17816
|
}
|
|
17817
|
+
for (const key of inputKeys) {
|
|
17818
|
+
if (meta.inputs[key].transformFunction !== null) {
|
|
17819
|
+
features.push(importExpr(Identifiers.InputTransformsFeatureFeature));
|
|
17820
|
+
break;
|
|
17821
|
+
}
|
|
17822
|
+
}
|
|
17817
17823
|
if (meta.usesInheritance) {
|
|
17818
17824
|
features.push(importExpr(Identifiers.InheritDefinitionFeature));
|
|
17819
17825
|
}
|
|
@@ -17829,12 +17835,6 @@ function addFeatures(definitionMap, meta) {
|
|
|
17829
17835
|
if ((_a2 = meta.hostDirectives) == null ? void 0 : _a2.length) {
|
|
17830
17836
|
features.push(importExpr(Identifiers.HostDirectivesFeature).callFn([createHostDirectivesFeatureArg(meta.hostDirectives)]));
|
|
17831
17837
|
}
|
|
17832
|
-
for (const key of inputKeys) {
|
|
17833
|
-
if (meta.inputs[key].transformFunction !== null) {
|
|
17834
|
-
features.push(importExpr(Identifiers.InputTransformsFeatureFeature));
|
|
17835
|
-
break;
|
|
17836
|
-
}
|
|
17837
|
-
}
|
|
17838
17838
|
if (features.length) {
|
|
17839
17839
|
definitionMap.set("features", literalArr(features));
|
|
17840
17840
|
}
|
|
@@ -18325,11 +18325,11 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
18325
18325
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
18326
18326
|
}
|
|
18327
18327
|
|
|
18328
|
-
// bazel-out/
|
|
18328
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
18329
18329
|
var ResourceLoader = class {
|
|
18330
18330
|
};
|
|
18331
18331
|
|
|
18332
|
-
// bazel-out/
|
|
18332
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
18333
18333
|
var CompilerFacadeImpl = class {
|
|
18334
18334
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
18335
18335
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -18541,7 +18541,7 @@ function convertDirectiveFacadeToMetadata(facade) {
|
|
|
18541
18541
|
bindingPropertyName: ann.alias || field,
|
|
18542
18542
|
classPropertyName: field,
|
|
18543
18543
|
required: ann.required || false,
|
|
18544
|
-
transformFunction: null
|
|
18544
|
+
transformFunction: ann.transform != null ? new WrappedNodeExpr(ann.transform) : null
|
|
18545
18545
|
};
|
|
18546
18546
|
} else if (isOutput(ann)) {
|
|
18547
18547
|
outputsFromType[field] = ann.alias || field;
|
|
@@ -18781,15 +18781,15 @@ function inputsMappingToInputMetadata(inputs) {
|
|
|
18781
18781
|
result[key] = {
|
|
18782
18782
|
bindingPropertyName: value,
|
|
18783
18783
|
classPropertyName: value,
|
|
18784
|
-
|
|
18785
|
-
|
|
18784
|
+
transformFunction: null,
|
|
18785
|
+
required: false
|
|
18786
18786
|
};
|
|
18787
18787
|
} else {
|
|
18788
18788
|
result[key] = {
|
|
18789
18789
|
bindingPropertyName: value[0],
|
|
18790
18790
|
classPropertyName: value[1],
|
|
18791
|
-
|
|
18792
|
-
|
|
18791
|
+
transformFunction: value[2] || null,
|
|
18792
|
+
required: false
|
|
18793
18793
|
};
|
|
18794
18794
|
}
|
|
18795
18795
|
return result;
|
|
@@ -18799,13 +18799,18 @@ function parseInputsArray(values) {
|
|
|
18799
18799
|
return values.reduce((results, value) => {
|
|
18800
18800
|
if (typeof value === "string") {
|
|
18801
18801
|
const [bindingPropertyName, classPropertyName] = parseMappingString(value);
|
|
18802
|
-
results[classPropertyName] = {
|
|
18802
|
+
results[classPropertyName] = {
|
|
18803
|
+
bindingPropertyName,
|
|
18804
|
+
classPropertyName,
|
|
18805
|
+
required: false,
|
|
18806
|
+
transformFunction: null
|
|
18807
|
+
};
|
|
18803
18808
|
} else {
|
|
18804
18809
|
results[value.name] = {
|
|
18805
18810
|
bindingPropertyName: value.alias || value.name,
|
|
18806
18811
|
classPropertyName: value.name,
|
|
18807
18812
|
required: value.required || false,
|
|
18808
|
-
transformFunction: null
|
|
18813
|
+
transformFunction: value.transform != null ? new WrappedNodeExpr(value.transform) : null
|
|
18809
18814
|
};
|
|
18810
18815
|
}
|
|
18811
18816
|
return results;
|
|
@@ -18847,10 +18852,10 @@ function publishFacade(global2) {
|
|
|
18847
18852
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
18848
18853
|
}
|
|
18849
18854
|
|
|
18850
|
-
// bazel-out/
|
|
18851
|
-
var VERSION2 = new Version("16.1.0-next.
|
|
18855
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/version.mjs
|
|
18856
|
+
var VERSION2 = new Version("16.1.0-next.3");
|
|
18852
18857
|
|
|
18853
|
-
// bazel-out/
|
|
18858
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
18854
18859
|
var _I18N_ATTR = "i18n";
|
|
18855
18860
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
18856
18861
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -19154,7 +19159,7 @@ function _parseMessageMeta(i18n) {
|
|
|
19154
19159
|
return { meaning, description, id: id.trim() };
|
|
19155
19160
|
}
|
|
19156
19161
|
|
|
19157
|
-
// bazel-out/
|
|
19162
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
19158
19163
|
var XmlTagDefinition = class {
|
|
19159
19164
|
constructor() {
|
|
19160
19165
|
this.closedByParent = false;
|
|
@@ -19179,7 +19184,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
19179
19184
|
return _TAG_DEFINITION;
|
|
19180
19185
|
}
|
|
19181
19186
|
|
|
19182
|
-
// bazel-out/
|
|
19187
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
19183
19188
|
var XmlParser = class extends Parser2 {
|
|
19184
19189
|
constructor() {
|
|
19185
19190
|
super(getXmlTagDefinition);
|
|
@@ -19189,7 +19194,7 @@ var XmlParser = class extends Parser2 {
|
|
|
19189
19194
|
}
|
|
19190
19195
|
};
|
|
19191
19196
|
|
|
19192
|
-
// bazel-out/
|
|
19197
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
19193
19198
|
var _VERSION = "1.2";
|
|
19194
19199
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
19195
19200
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -19429,7 +19434,7 @@ function getCtypeForTag(tag) {
|
|
|
19429
19434
|
}
|
|
19430
19435
|
}
|
|
19431
19436
|
|
|
19432
|
-
// bazel-out/
|
|
19437
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
19433
19438
|
var _VERSION2 = "2.0";
|
|
19434
19439
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
19435
19440
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -19720,7 +19725,7 @@ function getTypeForTag(tag) {
|
|
|
19720
19725
|
}
|
|
19721
19726
|
}
|
|
19722
19727
|
|
|
19723
|
-
// bazel-out/
|
|
19728
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
19724
19729
|
var MessageBundle = class {
|
|
19725
19730
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
19726
19731
|
this._htmlParser = _htmlParser;
|
|
@@ -19787,7 +19792,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
19787
19792
|
}
|
|
19788
19793
|
};
|
|
19789
19794
|
|
|
19790
|
-
// bazel-out/
|
|
19795
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
19791
19796
|
var FactoryTarget2;
|
|
19792
19797
|
(function(FactoryTarget3) {
|
|
19793
19798
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -19797,7 +19802,7 @@ var FactoryTarget2;
|
|
|
19797
19802
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
19798
19803
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
19799
19804
|
|
|
19800
|
-
// bazel-out/
|
|
19805
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
19801
19806
|
var R3TargetBinder = class {
|
|
19802
19807
|
constructor(directiveMatcher) {
|
|
19803
19808
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -20149,7 +20154,7 @@ function extractTemplateEntities(rootScope) {
|
|
|
20149
20154
|
return templateEntities;
|
|
20150
20155
|
}
|
|
20151
20156
|
|
|
20152
|
-
// bazel-out/
|
|
20157
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
20153
20158
|
function compileClassMetadata(metadata) {
|
|
20154
20159
|
var _a2, _b;
|
|
20155
20160
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -20162,12 +20167,12 @@ function compileClassMetadata(metadata) {
|
|
|
20162
20167
|
return iife.callFn([]);
|
|
20163
20168
|
}
|
|
20164
20169
|
|
|
20165
|
-
// bazel-out/
|
|
20170
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
20166
20171
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
20167
20172
|
function compileDeclareClassMetadata(metadata) {
|
|
20168
20173
|
const definitionMap = new DefinitionMap();
|
|
20169
20174
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
20170
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20175
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20171
20176
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20172
20177
|
definitionMap.set("type", metadata.type);
|
|
20173
20178
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -20176,7 +20181,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
20176
20181
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
20177
20182
|
}
|
|
20178
20183
|
|
|
20179
|
-
// bazel-out/
|
|
20184
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
20180
20185
|
function toOptionalLiteralArray(values, mapper) {
|
|
20181
20186
|
if (values === null || values.length === 0) {
|
|
20182
20187
|
return null;
|
|
@@ -20224,7 +20229,7 @@ function compileDependency(dep) {
|
|
|
20224
20229
|
return depMeta.toLiteralMap();
|
|
20225
20230
|
}
|
|
20226
20231
|
|
|
20227
|
-
// bazel-out/
|
|
20232
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
20228
20233
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
|
|
20229
20234
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
20230
20235
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
@@ -20236,7 +20241,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
20236
20241
|
var _a2;
|
|
20237
20242
|
const definitionMap = new DefinitionMap();
|
|
20238
20243
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
20239
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20244
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20240
20245
|
definitionMap.set("type", meta.type.value);
|
|
20241
20246
|
if (meta.isStandalone) {
|
|
20242
20247
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -20329,7 +20334,7 @@ function createHostDirectives(hostDirectives) {
|
|
|
20329
20334
|
return literalArr(expressions);
|
|
20330
20335
|
}
|
|
20331
20336
|
|
|
20332
|
-
// bazel-out/
|
|
20337
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
20333
20338
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
20334
20339
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
20335
20340
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -20416,12 +20421,12 @@ function compileUsedDependenciesMetadata(meta) {
|
|
|
20416
20421
|
});
|
|
20417
20422
|
}
|
|
20418
20423
|
|
|
20419
|
-
// bazel-out/
|
|
20424
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
20420
20425
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
20421
20426
|
function compileDeclareFactoryFunction(meta) {
|
|
20422
20427
|
const definitionMap = new DefinitionMap();
|
|
20423
20428
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
20424
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20429
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20425
20430
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20426
20431
|
definitionMap.set("type", meta.type.value);
|
|
20427
20432
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -20433,7 +20438,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
20433
20438
|
};
|
|
20434
20439
|
}
|
|
20435
20440
|
|
|
20436
|
-
// bazel-out/
|
|
20441
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
20437
20442
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
20438
20443
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
20439
20444
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -20444,7 +20449,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
20444
20449
|
function createInjectableDefinitionMap(meta) {
|
|
20445
20450
|
const definitionMap = new DefinitionMap();
|
|
20446
20451
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
20447
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20452
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20448
20453
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20449
20454
|
definitionMap.set("type", meta.type.value);
|
|
20450
20455
|
if (meta.providedIn !== void 0) {
|
|
@@ -20471,7 +20476,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
20471
20476
|
return definitionMap;
|
|
20472
20477
|
}
|
|
20473
20478
|
|
|
20474
|
-
// bazel-out/
|
|
20479
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
20475
20480
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
|
|
20476
20481
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
20477
20482
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -20482,7 +20487,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
20482
20487
|
function createInjectorDefinitionMap(meta) {
|
|
20483
20488
|
const definitionMap = new DefinitionMap();
|
|
20484
20489
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
20485
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20490
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20486
20491
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20487
20492
|
definitionMap.set("type", meta.type.value);
|
|
20488
20493
|
definitionMap.set("providers", meta.providers);
|
|
@@ -20492,7 +20497,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
20492
20497
|
return definitionMap;
|
|
20493
20498
|
}
|
|
20494
20499
|
|
|
20495
|
-
// bazel-out/
|
|
20500
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
20496
20501
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
20497
20502
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
20498
20503
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -20503,7 +20508,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
20503
20508
|
function createNgModuleDefinitionMap(meta) {
|
|
20504
20509
|
const definitionMap = new DefinitionMap();
|
|
20505
20510
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
20506
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20511
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20507
20512
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20508
20513
|
definitionMap.set("type", meta.type.value);
|
|
20509
20514
|
if (meta.bootstrap.length > 0) {
|
|
@@ -20527,7 +20532,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
20527
20532
|
return definitionMap;
|
|
20528
20533
|
}
|
|
20529
20534
|
|
|
20530
|
-
// bazel-out/
|
|
20535
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
20531
20536
|
var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
|
|
20532
20537
|
function compileDeclarePipeFromMetadata(meta) {
|
|
20533
20538
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -20538,7 +20543,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
20538
20543
|
function createPipeDefinitionMap(meta) {
|
|
20539
20544
|
const definitionMap = new DefinitionMap();
|
|
20540
20545
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
|
|
20541
|
-
definitionMap.set("version", literal("16.1.0-next.
|
|
20546
|
+
definitionMap.set("version", literal("16.1.0-next.3"));
|
|
20542
20547
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20543
20548
|
definitionMap.set("type", meta.type.value);
|
|
20544
20549
|
if (meta.isStandalone) {
|
|
@@ -20551,13 +20556,13 @@ function createPipeDefinitionMap(meta) {
|
|
|
20551
20556
|
return definitionMap;
|
|
20552
20557
|
}
|
|
20553
20558
|
|
|
20554
|
-
// bazel-out/
|
|
20559
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
20555
20560
|
publishFacade(_global);
|
|
20556
20561
|
|
|
20557
|
-
// bazel-out/
|
|
20558
|
-
var VERSION3 = new Version("16.1.0-next.
|
|
20562
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
20563
|
+
var VERSION3 = new Version("16.1.0-next.3");
|
|
20559
20564
|
|
|
20560
|
-
// bazel-out/
|
|
20565
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
20561
20566
|
var EmitFlags;
|
|
20562
20567
|
(function(EmitFlags2) {
|
|
20563
20568
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -20569,13 +20574,13 @@ var EmitFlags;
|
|
|
20569
20574
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
20570
20575
|
})(EmitFlags || (EmitFlags = {}));
|
|
20571
20576
|
|
|
20572
|
-
// bazel-out/
|
|
20577
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
20573
20578
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
20574
20579
|
|
|
20575
|
-
// bazel-out/
|
|
20580
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
20576
20581
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
20577
20582
|
|
|
20578
|
-
// bazel-out/
|
|
20583
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
20579
20584
|
var path = __toESM(require("path"), 1);
|
|
20580
20585
|
function i18nGetExtension(formatName) {
|
|
20581
20586
|
const format = formatName.toLowerCase();
|
|
@@ -20625,10 +20630,10 @@ function getPathNormalizer(basePath) {
|
|
|
20625
20630
|
};
|
|
20626
20631
|
}
|
|
20627
20632
|
|
|
20628
|
-
// bazel-out/
|
|
20633
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20629
20634
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
20630
20635
|
|
|
20631
|
-
// bazel-out/
|
|
20636
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
20632
20637
|
function toNumbers(value) {
|
|
20633
20638
|
const suffixIndex = value.lastIndexOf("-");
|
|
20634
20639
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -20663,7 +20668,7 @@ function compareVersions(v1, v2) {
|
|
|
20663
20668
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
20664
20669
|
}
|
|
20665
20670
|
|
|
20666
|
-
// bazel-out/
|
|
20671
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20667
20672
|
var MIN_TS_VERSION = "4.9.3";
|
|
20668
20673
|
var MAX_TS_VERSION = "5.2.0";
|
|
20669
20674
|
var tsVersion = import_typescript3.default.version;
|
|
@@ -20676,13 +20681,13 @@ function verifySupportedTypeScriptVersion() {
|
|
|
20676
20681
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
20677
20682
|
}
|
|
20678
20683
|
|
|
20679
|
-
// bazel-out/
|
|
20684
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
20680
20685
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
20681
20686
|
|
|
20682
|
-
// bazel-out/
|
|
20687
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
20683
20688
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
20684
20689
|
|
|
20685
|
-
// bazel-out/
|
|
20690
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
20686
20691
|
var ErrorCode;
|
|
20687
20692
|
(function(ErrorCode2) {
|
|
20688
20693
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -20756,7 +20761,7 @@ var ErrorCode;
|
|
|
20756
20761
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
20757
20762
|
})(ErrorCode || (ErrorCode = {}));
|
|
20758
20763
|
|
|
20759
|
-
// bazel-out/
|
|
20764
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
20760
20765
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
20761
20766
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
20762
20767
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -20768,15 +20773,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
20768
20773
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
20769
20774
|
]);
|
|
20770
20775
|
|
|
20771
|
-
// bazel-out/
|
|
20776
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20772
20777
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
20773
20778
|
|
|
20774
|
-
// bazel-out/
|
|
20779
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
20775
20780
|
function ngErrorCode(code) {
|
|
20776
20781
|
return parseInt("-99" + code);
|
|
20777
20782
|
}
|
|
20778
20783
|
|
|
20779
|
-
// bazel-out/
|
|
20784
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20780
20785
|
var FatalDiagnosticError = class {
|
|
20781
20786
|
constructor(code, node, message, relatedInformation) {
|
|
20782
20787
|
this.code = code;
|
|
@@ -20832,10 +20837,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
20832
20837
|
return messageText;
|
|
20833
20838
|
}
|
|
20834
20839
|
|
|
20835
|
-
// bazel-out/
|
|
20840
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
20836
20841
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
20837
20842
|
|
|
20838
|
-
// bazel-out/
|
|
20843
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
20839
20844
|
var ExtendedTemplateDiagnosticName;
|
|
20840
20845
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
20841
20846
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -20848,13 +20853,13 @@ var ExtendedTemplateDiagnosticName;
|
|
|
20848
20853
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
20849
20854
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
20850
20855
|
|
|
20851
|
-
// bazel-out/
|
|
20856
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
20852
20857
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
20853
20858
|
|
|
20854
|
-
// bazel-out/
|
|
20859
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20855
20860
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
20856
20861
|
|
|
20857
|
-
// bazel-out/
|
|
20862
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
20858
20863
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
20859
20864
|
var TS = /\.tsx?$/i;
|
|
20860
20865
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -20955,7 +20960,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
20955
20960
|
return redirectInfo.unredirected;
|
|
20956
20961
|
}
|
|
20957
20962
|
|
|
20958
|
-
// bazel-out/
|
|
20963
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
20959
20964
|
function findExportedNameOfNode(target, file, reflector) {
|
|
20960
20965
|
const exports = reflector.getExportsOfModule(file);
|
|
20961
20966
|
if (exports === null) {
|
|
@@ -20975,7 +20980,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
20975
20980
|
return foundExportName;
|
|
20976
20981
|
}
|
|
20977
20982
|
|
|
20978
|
-
// bazel-out/
|
|
20983
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20979
20984
|
var ImportFlags;
|
|
20980
20985
|
(function(ImportFlags2) {
|
|
20981
20986
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -21191,7 +21196,7 @@ var UnifiedModulesStrategy = class {
|
|
|
21191
21196
|
}
|
|
21192
21197
|
};
|
|
21193
21198
|
|
|
21194
|
-
// bazel-out/
|
|
21199
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
21195
21200
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
21196
21201
|
var UnifiedModulesAliasingHost = class {
|
|
21197
21202
|
constructor(unifiedModulesHost) {
|
|
@@ -21258,7 +21263,7 @@ var AliasStrategy = class {
|
|
|
21258
21263
|
}
|
|
21259
21264
|
};
|
|
21260
21265
|
|
|
21261
|
-
// bazel-out/
|
|
21266
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
21262
21267
|
function relativePathBetween(from, to) {
|
|
21263
21268
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
21264
21269
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -21267,7 +21272,7 @@ function normalizeSeparators2(path3) {
|
|
|
21267
21272
|
return path3.replace(/\\/g, "/");
|
|
21268
21273
|
}
|
|
21269
21274
|
|
|
21270
|
-
// bazel-out/
|
|
21275
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
21271
21276
|
var NoopImportRewriter = class {
|
|
21272
21277
|
shouldImportSymbol(symbol, specifier) {
|
|
21273
21278
|
return true;
|
|
@@ -21325,7 +21330,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
21325
21330
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
21326
21331
|
}
|
|
21327
21332
|
|
|
21328
|
-
// bazel-out/
|
|
21333
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
21329
21334
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
21330
21335
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
21331
21336
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -21360,7 +21365,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
21360
21365
|
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.");
|
|
21361
21366
|
}
|
|
21362
21367
|
|
|
21363
|
-
// bazel-out/
|
|
21368
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
21364
21369
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
21365
21370
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
21366
21371
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -21401,7 +21406,7 @@ var DefaultImportTracker = class {
|
|
|
21401
21406
|
}
|
|
21402
21407
|
};
|
|
21403
21408
|
|
|
21404
|
-
// bazel-out/
|
|
21409
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
21405
21410
|
var Reference2 = class {
|
|
21406
21411
|
constructor(node, bestGuessOwningModule = null) {
|
|
21407
21412
|
this.node = node;
|
|
@@ -21464,7 +21469,7 @@ var Reference2 = class {
|
|
|
21464
21469
|
}
|
|
21465
21470
|
};
|
|
21466
21471
|
|
|
21467
|
-
// bazel-out/
|
|
21472
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
21468
21473
|
var ModuleResolver = class {
|
|
21469
21474
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
21470
21475
|
this.program = program;
|
|
@@ -21481,7 +21486,7 @@ var ModuleResolver = class {
|
|
|
21481
21486
|
}
|
|
21482
21487
|
};
|
|
21483
21488
|
|
|
21484
|
-
// bazel-out/
|
|
21489
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
21485
21490
|
function valueReferenceToExpression(valueRef) {
|
|
21486
21491
|
if (valueRef.kind === 2) {
|
|
21487
21492
|
return null;
|
|
@@ -21720,7 +21725,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
21720
21725
|
return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
|
|
21721
21726
|
}
|
|
21722
21727
|
|
|
21723
|
-
// bazel-out/
|
|
21728
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
21724
21729
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
21725
21730
|
const deps = [];
|
|
21726
21731
|
const errors = [];
|
|
@@ -21862,10 +21867,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
21862
21867
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
21863
21868
|
}
|
|
21864
21869
|
|
|
21865
|
-
// bazel-out/
|
|
21870
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
21866
21871
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
21867
21872
|
|
|
21868
|
-
// bazel-out/
|
|
21873
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
21869
21874
|
var MetaKind;
|
|
21870
21875
|
(function(MetaKind2) {
|
|
21871
21876
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -21878,10 +21883,10 @@ var MatchSource;
|
|
|
21878
21883
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
21879
21884
|
})(MatchSource || (MatchSource = {}));
|
|
21880
21885
|
|
|
21881
|
-
// bazel-out/
|
|
21886
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
21882
21887
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
21883
21888
|
|
|
21884
|
-
// bazel-out/
|
|
21889
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
21885
21890
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
21886
21891
|
function isDecoratorIdentifier(exp) {
|
|
21887
21892
|
return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
|
|
@@ -21895,7 +21900,7 @@ var ClassMemberKind;
|
|
|
21895
21900
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
21896
21901
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
21897
21902
|
|
|
21898
|
-
// bazel-out/
|
|
21903
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
21899
21904
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
21900
21905
|
function typeToValue(typeNode, checker) {
|
|
21901
21906
|
if (typeNode === null) {
|
|
@@ -22061,10 +22066,10 @@ function extractModuleName(node) {
|
|
|
22061
22066
|
return node.moduleSpecifier.text;
|
|
22062
22067
|
}
|
|
22063
22068
|
|
|
22064
|
-
// bazel-out/
|
|
22069
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
22065
22070
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
22066
22071
|
|
|
22067
|
-
// bazel-out/
|
|
22072
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
22068
22073
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
22069
22074
|
function isNamedClassDeclaration(node) {
|
|
22070
22075
|
return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -22073,7 +22078,7 @@ function isIdentifier(node) {
|
|
|
22073
22078
|
return node !== void 0 && import_typescript17.default.isIdentifier(node);
|
|
22074
22079
|
}
|
|
22075
22080
|
|
|
22076
|
-
// bazel-out/
|
|
22081
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
22077
22082
|
var TypeScriptReflectionHost = class {
|
|
22078
22083
|
constructor(checker) {
|
|
22079
22084
|
this.checker = checker;
|
|
@@ -22502,7 +22507,7 @@ function getExportedName(decl, originalId) {
|
|
|
22502
22507
|
}
|
|
22503
22508
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
22504
22509
|
|
|
22505
|
-
// bazel-out/
|
|
22510
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
22506
22511
|
var ClassPropertyMapping = class {
|
|
22507
22512
|
constructor(forwardMap) {
|
|
22508
22513
|
this.forwardMap = forwardMap;
|
|
@@ -22580,7 +22585,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
22580
22585
|
return reverseMap;
|
|
22581
22586
|
}
|
|
22582
22587
|
|
|
22583
|
-
// bazel-out/
|
|
22588
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
22584
22589
|
var import_typescript20 = __toESM(require("typescript"), 1);
|
|
22585
22590
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
22586
22591
|
if (!import_typescript20.default.isTupleTypeNode(def)) {
|
|
@@ -22765,7 +22770,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
22765
22770
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
22766
22771
|
}
|
|
22767
22772
|
|
|
22768
|
-
// bazel-out/
|
|
22773
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
22769
22774
|
var DtsMetadataReader = class {
|
|
22770
22775
|
constructor(checker, reflector) {
|
|
22771
22776
|
this.checker = checker;
|
|
@@ -22940,7 +22945,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
22940
22945
|
return result.length > 0 ? result : null;
|
|
22941
22946
|
}
|
|
22942
22947
|
|
|
22943
|
-
// bazel-out/
|
|
22948
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
22944
22949
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
22945
22950
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
22946
22951
|
if (topMeta === null) {
|
|
@@ -22997,7 +23002,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
22997
23002
|
});
|
|
22998
23003
|
}
|
|
22999
23004
|
|
|
23000
|
-
// bazel-out/
|
|
23005
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
23001
23006
|
var LocalMetadataRegistry = class {
|
|
23002
23007
|
constructor() {
|
|
23003
23008
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -23054,7 +23059,7 @@ var CompoundMetadataRegistry = class {
|
|
|
23054
23059
|
}
|
|
23055
23060
|
};
|
|
23056
23061
|
|
|
23057
|
-
// bazel-out/
|
|
23062
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
23058
23063
|
var ResourceRegistry = class {
|
|
23059
23064
|
constructor() {
|
|
23060
23065
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -23119,7 +23124,7 @@ var ResourceRegistry = class {
|
|
|
23119
23124
|
}
|
|
23120
23125
|
};
|
|
23121
23126
|
|
|
23122
|
-
// bazel-out/
|
|
23127
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
23123
23128
|
var ExportedProviderStatusResolver = class {
|
|
23124
23129
|
constructor(metaReader) {
|
|
23125
23130
|
this.metaReader = metaReader;
|
|
@@ -23163,7 +23168,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
23163
23168
|
}
|
|
23164
23169
|
};
|
|
23165
23170
|
|
|
23166
|
-
// bazel-out/
|
|
23171
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
23167
23172
|
var EMPTY_ARRAY = [];
|
|
23168
23173
|
var HostDirectivesResolver = class {
|
|
23169
23174
|
constructor(metaReader) {
|
|
@@ -23224,10 +23229,10 @@ function resolveOutput(bindingName) {
|
|
|
23224
23229
|
return bindingName;
|
|
23225
23230
|
}
|
|
23226
23231
|
|
|
23227
|
-
// bazel-out/
|
|
23232
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23228
23233
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
23229
23234
|
|
|
23230
|
-
// bazel-out/
|
|
23235
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
23231
23236
|
var DynamicValue = class {
|
|
23232
23237
|
constructor(node, reason, code) {
|
|
23233
23238
|
this.node = node;
|
|
@@ -23317,7 +23322,7 @@ var DynamicValue = class {
|
|
|
23317
23322
|
}
|
|
23318
23323
|
};
|
|
23319
23324
|
|
|
23320
|
-
// bazel-out/
|
|
23325
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
23321
23326
|
var ResolvedModule = class {
|
|
23322
23327
|
constructor(exports, evaluate) {
|
|
23323
23328
|
this.exports = exports;
|
|
@@ -23347,7 +23352,7 @@ var EnumValue = class {
|
|
|
23347
23352
|
var KnownFn = class {
|
|
23348
23353
|
};
|
|
23349
23354
|
|
|
23350
|
-
// bazel-out/
|
|
23355
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23351
23356
|
function describeResolvedType(value, maxDepth = 1) {
|
|
23352
23357
|
var _a2, _b;
|
|
23353
23358
|
if (value === null) {
|
|
@@ -23476,10 +23481,10 @@ function getContainerNode(node) {
|
|
|
23476
23481
|
return node.getSourceFile();
|
|
23477
23482
|
}
|
|
23478
23483
|
|
|
23479
|
-
// bazel-out/
|
|
23484
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23480
23485
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23481
23486
|
|
|
23482
|
-
// bazel-out/
|
|
23487
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
23483
23488
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
23484
23489
|
constructor(lhs) {
|
|
23485
23490
|
super();
|
|
@@ -23531,14 +23536,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
23531
23536
|
}
|
|
23532
23537
|
};
|
|
23533
23538
|
|
|
23534
|
-
// bazel-out/
|
|
23539
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
23535
23540
|
var SyntheticValue = class {
|
|
23536
23541
|
constructor(value) {
|
|
23537
23542
|
this.value = value;
|
|
23538
23543
|
}
|
|
23539
23544
|
};
|
|
23540
23545
|
|
|
23541
|
-
// bazel-out/
|
|
23546
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23542
23547
|
function literalBinaryOp(op) {
|
|
23543
23548
|
return { op, literal: true };
|
|
23544
23549
|
}
|
|
@@ -23695,7 +23700,7 @@ var StaticInterpreter = class {
|
|
|
23695
23700
|
visitIdentifier(node, context) {
|
|
23696
23701
|
const decl = this.host.getDeclarationOfIdentifier(node);
|
|
23697
23702
|
if (decl === null) {
|
|
23698
|
-
if (node
|
|
23703
|
+
if (getOriginalKeywordKind(node) === import_typescript25.default.SyntaxKind.UndefinedKeyword) {
|
|
23699
23704
|
return void 0;
|
|
23700
23705
|
} else {
|
|
23701
23706
|
if (this.dependencyTracker !== null && this.host.getImportOfIdentifier(node) !== null) {
|
|
@@ -24112,8 +24117,11 @@ function owningModule(context, override = null) {
|
|
|
24112
24117
|
return null;
|
|
24113
24118
|
}
|
|
24114
24119
|
}
|
|
24120
|
+
function getOriginalKeywordKind(identifier) {
|
|
24121
|
+
return typeof import_typescript25.default.identifierToKeywordKind === "function" ? import_typescript25.default.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
|
|
24122
|
+
}
|
|
24115
24123
|
|
|
24116
|
-
// bazel-out/
|
|
24124
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
24117
24125
|
var PartialEvaluator = class {
|
|
24118
24126
|
constructor(host, checker, dependencyTracker) {
|
|
24119
24127
|
this.host = host;
|
|
@@ -24133,7 +24141,7 @@ var PartialEvaluator = class {
|
|
|
24133
24141
|
}
|
|
24134
24142
|
};
|
|
24135
24143
|
|
|
24136
|
-
// bazel-out/
|
|
24144
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
24137
24145
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
24138
24146
|
const context = [];
|
|
24139
24147
|
for (const decl of data) {
|
|
@@ -24329,7 +24337,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
24329
24337
|
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}.`);
|
|
24330
24338
|
}
|
|
24331
24339
|
|
|
24332
|
-
// bazel-out/
|
|
24340
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24333
24341
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24334
24342
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
24335
24343
|
let resolved = null;
|
|
@@ -24362,7 +24370,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
24362
24370
|
return meta;
|
|
24363
24371
|
}
|
|
24364
24372
|
|
|
24365
|
-
// bazel-out/
|
|
24373
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
24366
24374
|
function compileNgFactoryDefField(metadata) {
|
|
24367
24375
|
const res = compileFactoryFunction(metadata);
|
|
24368
24376
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
@@ -24372,7 +24380,7 @@ function compileDeclareFactory(metadata) {
|
|
|
24372
24380
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
24373
24381
|
}
|
|
24374
24382
|
|
|
24375
|
-
// bazel-out/
|
|
24383
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
24376
24384
|
var InjectableClassRegistry = class {
|
|
24377
24385
|
constructor(host, isCore) {
|
|
24378
24386
|
this.host = host;
|
|
@@ -24398,7 +24406,7 @@ var InjectableClassRegistry = class {
|
|
|
24398
24406
|
}
|
|
24399
24407
|
};
|
|
24400
24408
|
|
|
24401
|
-
// bazel-out/
|
|
24409
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24402
24410
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24403
24411
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
24404
24412
|
if (!reflection.isClass(clazz)) {
|
|
@@ -24484,13 +24492,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
24484
24492
|
return result.transformed[0];
|
|
24485
24493
|
}
|
|
24486
24494
|
|
|
24487
|
-
// bazel-out/
|
|
24495
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
24488
24496
|
var NoopReferencesRegistry = class {
|
|
24489
24497
|
add(source, ...references) {
|
|
24490
24498
|
}
|
|
24491
24499
|
};
|
|
24492
24500
|
|
|
24493
|
-
// bazel-out/
|
|
24501
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
24494
24502
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
24495
24503
|
const schemas = [];
|
|
24496
24504
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -24519,7 +24527,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
24519
24527
|
return schemas;
|
|
24520
24528
|
}
|
|
24521
24529
|
|
|
24522
|
-
// bazel-out/
|
|
24530
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
24523
24531
|
function compileInputTransformFields(inputs) {
|
|
24524
24532
|
const extraFields = [];
|
|
24525
24533
|
for (const input of inputs) {
|
|
@@ -24535,10 +24543,10 @@ function compileInputTransformFields(inputs) {
|
|
|
24535
24543
|
return extraFields;
|
|
24536
24544
|
}
|
|
24537
24545
|
|
|
24538
|
-
// bazel-out/
|
|
24546
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24539
24547
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24540
24548
|
|
|
24541
|
-
// bazel-out/
|
|
24549
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24542
24550
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
24543
24551
|
var SemanticSymbol = class {
|
|
24544
24552
|
constructor(decl) {
|
|
@@ -24554,7 +24562,7 @@ function getSymbolIdentifier(decl) {
|
|
|
24554
24562
|
return decl.name.text;
|
|
24555
24563
|
}
|
|
24556
24564
|
|
|
24557
|
-
// bazel-out/
|
|
24565
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
24558
24566
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
24559
24567
|
isPublicApiAffected() {
|
|
24560
24568
|
return false;
|
|
@@ -24696,10 +24704,10 @@ function getImportPath(expr) {
|
|
|
24696
24704
|
}
|
|
24697
24705
|
}
|
|
24698
24706
|
|
|
24699
|
-
// bazel-out/
|
|
24707
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24700
24708
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24701
24709
|
|
|
24702
|
-
// bazel-out/
|
|
24710
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
24703
24711
|
function isSymbolEqual(a, b) {
|
|
24704
24712
|
if (a.decl === b.decl) {
|
|
24705
24713
|
return true;
|
|
@@ -24749,7 +24757,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
24749
24757
|
return true;
|
|
24750
24758
|
}
|
|
24751
24759
|
|
|
24752
|
-
// bazel-out/
|
|
24760
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24753
24761
|
function extractSemanticTypeParameters(node) {
|
|
24754
24762
|
if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
24755
24763
|
return null;
|
|
@@ -24769,7 +24777,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
24769
24777
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
24770
24778
|
}
|
|
24771
24779
|
|
|
24772
|
-
// bazel-out/
|
|
24780
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24773
24781
|
var PerfPhase;
|
|
24774
24782
|
(function(PerfPhase2) {
|
|
24775
24783
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24836,7 +24844,7 @@ var PerfCheckpoint;
|
|
|
24836
24844
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24837
24845
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24838
24846
|
|
|
24839
|
-
// bazel-out/
|
|
24847
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24840
24848
|
var NoopPerfRecorder = class {
|
|
24841
24849
|
eventCount() {
|
|
24842
24850
|
}
|
|
@@ -24853,7 +24861,7 @@ var NoopPerfRecorder = class {
|
|
|
24853
24861
|
};
|
|
24854
24862
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24855
24863
|
|
|
24856
|
-
// bazel-out/
|
|
24864
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
24857
24865
|
function mark() {
|
|
24858
24866
|
return process.hrtime();
|
|
24859
24867
|
}
|
|
@@ -24862,7 +24870,7 @@ function timeSinceInMicros(mark2) {
|
|
|
24862
24870
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
24863
24871
|
}
|
|
24864
24872
|
|
|
24865
|
-
// bazel-out/
|
|
24873
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
24866
24874
|
var ActivePerfRecorder = class {
|
|
24867
24875
|
static zeroedToNow() {
|
|
24868
24876
|
return new ActivePerfRecorder(mark());
|
|
@@ -24956,14 +24964,14 @@ var DelegatingPerfRecorder = class {
|
|
|
24956
24964
|
}
|
|
24957
24965
|
};
|
|
24958
24966
|
|
|
24959
|
-
// bazel-out/
|
|
24967
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24960
24968
|
var ComponentScopeKind;
|
|
24961
24969
|
(function(ComponentScopeKind2) {
|
|
24962
24970
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24963
24971
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24964
24972
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24965
24973
|
|
|
24966
|
-
// bazel-out/
|
|
24974
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
24967
24975
|
var CompoundComponentScopeReader = class {
|
|
24968
24976
|
constructor(readers) {
|
|
24969
24977
|
this.readers = readers;
|
|
@@ -24988,7 +24996,7 @@ var CompoundComponentScopeReader = class {
|
|
|
24988
24996
|
}
|
|
24989
24997
|
};
|
|
24990
24998
|
|
|
24991
|
-
// bazel-out/
|
|
24999
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
24992
25000
|
var MetadataDtsModuleScopeResolver = class {
|
|
24993
25001
|
constructor(dtsMetaReader, aliasingHost) {
|
|
24994
25002
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -25063,10 +25071,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
25063
25071
|
}
|
|
25064
25072
|
};
|
|
25065
25073
|
|
|
25066
|
-
// bazel-out/
|
|
25074
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
25067
25075
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
25068
25076
|
|
|
25069
|
-
// bazel-out/
|
|
25077
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
25070
25078
|
function getDiagnosticNode(ref, rawExpr) {
|
|
25071
25079
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
25072
25080
|
}
|
|
@@ -25089,7 +25097,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
25089
25097
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
25090
25098
|
}
|
|
25091
25099
|
|
|
25092
|
-
// bazel-out/
|
|
25100
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
25093
25101
|
var LocalModuleScopeRegistry = class {
|
|
25094
25102
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
25095
25103
|
this.localReader = localReader;
|
|
@@ -25428,7 +25436,7 @@ function reexportCollision(module3, refA, refB) {
|
|
|
25428
25436
|
]);
|
|
25429
25437
|
}
|
|
25430
25438
|
|
|
25431
|
-
// bazel-out/
|
|
25439
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
25432
25440
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
25433
25441
|
var TypeCheckScopeRegistry = class {
|
|
25434
25442
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -25496,7 +25504,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
25496
25504
|
}
|
|
25497
25505
|
};
|
|
25498
25506
|
|
|
25499
|
-
// bazel-out/
|
|
25507
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
25500
25508
|
var CompilationMode;
|
|
25501
25509
|
(function(CompilationMode2) {
|
|
25502
25510
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -25515,7 +25523,7 @@ var HandlerFlags;
|
|
|
25515
25523
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
25516
25524
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
25517
25525
|
|
|
25518
|
-
// bazel-out/
|
|
25526
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
25519
25527
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
25520
25528
|
function aliasTransformFactory(exportStatements) {
|
|
25521
25529
|
return () => {
|
|
@@ -25538,10 +25546,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
25538
25546
|
};
|
|
25539
25547
|
}
|
|
25540
25548
|
|
|
25541
|
-
// bazel-out/
|
|
25549
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25542
25550
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
25543
25551
|
|
|
25544
|
-
// bazel-out/
|
|
25552
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
25545
25553
|
var TraitState;
|
|
25546
25554
|
(function(TraitState2) {
|
|
25547
25555
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -25598,7 +25606,7 @@ var TraitImpl = class {
|
|
|
25598
25606
|
}
|
|
25599
25607
|
};
|
|
25600
25608
|
|
|
25601
|
-
// bazel-out/
|
|
25609
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25602
25610
|
var TraitCompiler = class {
|
|
25603
25611
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
25604
25612
|
this.handlers = handlers;
|
|
@@ -26033,10 +26041,10 @@ function containsErrors(diagnostics) {
|
|
|
26033
26041
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
|
|
26034
26042
|
}
|
|
26035
26043
|
|
|
26036
|
-
// bazel-out/
|
|
26044
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26037
26045
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
26038
26046
|
|
|
26039
|
-
// bazel-out/
|
|
26047
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
26040
26048
|
var Context = class {
|
|
26041
26049
|
constructor(isStatement) {
|
|
26042
26050
|
this.isStatement = isStatement;
|
|
@@ -26049,7 +26057,7 @@ var Context = class {
|
|
|
26049
26057
|
}
|
|
26050
26058
|
};
|
|
26051
26059
|
|
|
26052
|
-
// bazel-out/
|
|
26060
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
26053
26061
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
26054
26062
|
var ImportManager = class {
|
|
26055
26063
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -26085,7 +26093,7 @@ var ImportManager = class {
|
|
|
26085
26093
|
}
|
|
26086
26094
|
};
|
|
26087
26095
|
|
|
26088
|
-
// bazel-out/
|
|
26096
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
26089
26097
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
26090
26098
|
[UnaryOperator.Minus, "-"],
|
|
26091
26099
|
[UnaryOperator.Plus, "+"]
|
|
@@ -26316,7 +26324,7 @@ function createRange(span) {
|
|
|
26316
26324
|
};
|
|
26317
26325
|
}
|
|
26318
26326
|
|
|
26319
|
-
// bazel-out/
|
|
26327
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
26320
26328
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
26321
26329
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
26322
26330
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
@@ -26532,7 +26540,7 @@ var TypeTranslatorVisitor = class {
|
|
|
26532
26540
|
}
|
|
26533
26541
|
};
|
|
26534
26542
|
|
|
26535
|
-
// bazel-out/
|
|
26543
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
26536
26544
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
26537
26545
|
var PureAnnotation;
|
|
26538
26546
|
(function(PureAnnotation2) {
|
|
@@ -26715,7 +26723,7 @@ function attachComments(statement, leadingComments) {
|
|
|
26715
26723
|
}
|
|
26716
26724
|
}
|
|
26717
26725
|
|
|
26718
|
-
// bazel-out/
|
|
26726
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
26719
26727
|
function translateExpression(expression, imports, options = {}) {
|
|
26720
26728
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
26721
26729
|
}
|
|
@@ -26723,7 +26731,7 @@ function translateStatement(statement, imports, options = {}) {
|
|
|
26723
26731
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
|
|
26724
26732
|
}
|
|
26725
26733
|
|
|
26726
|
-
// bazel-out/
|
|
26734
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
26727
26735
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
26728
26736
|
function addImports(importManager, sf, extraStatements = []) {
|
|
26729
26737
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -26759,7 +26767,7 @@ function isImportStatement(stmt) {
|
|
|
26759
26767
|
return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
|
|
26760
26768
|
}
|
|
26761
26769
|
|
|
26762
|
-
// bazel-out/
|
|
26770
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26763
26771
|
var DtsTransformRegistry = class {
|
|
26764
26772
|
constructor() {
|
|
26765
26773
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -26906,10 +26914,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
26906
26914
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
26907
26915
|
}
|
|
26908
26916
|
|
|
26909
|
-
// bazel-out/
|
|
26917
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26910
26918
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
26911
26919
|
|
|
26912
|
-
// bazel-out/
|
|
26920
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
26913
26921
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
26914
26922
|
function visit(node, visitor, context) {
|
|
26915
26923
|
return visitor._visit(node, context);
|
|
@@ -26970,7 +26978,7 @@ var Visitor = class {
|
|
|
26970
26978
|
}
|
|
26971
26979
|
};
|
|
26972
26980
|
|
|
26973
|
-
// bazel-out/
|
|
26981
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26974
26982
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
26975
26983
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
26976
26984
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -27181,7 +27189,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
27181
27189
|
return array;
|
|
27182
27190
|
}
|
|
27183
27191
|
|
|
27184
|
-
// bazel-out/
|
|
27192
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
27185
27193
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
27186
27194
|
var EMPTY_OBJECT = {};
|
|
27187
27195
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -27744,7 +27752,7 @@ function toR3InputMetadata(mapping) {
|
|
|
27744
27752
|
};
|
|
27745
27753
|
}
|
|
27746
27754
|
|
|
27747
|
-
// bazel-out/
|
|
27755
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
27748
27756
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
27749
27757
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
27750
27758
|
super(decl);
|
|
@@ -27824,7 +27832,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
27824
27832
|
return isSymbolEqual(current, previous);
|
|
27825
27833
|
}
|
|
27826
27834
|
|
|
27827
|
-
// bazel-out/
|
|
27835
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
27828
27836
|
var FIELD_DECORATORS = [
|
|
27829
27837
|
"Input",
|
|
27830
27838
|
"Output",
|
|
@@ -27987,10 +27995,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
27987
27995
|
}
|
|
27988
27996
|
};
|
|
27989
27997
|
|
|
27990
|
-
// bazel-out/
|
|
27998
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27991
27999
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
27992
28000
|
|
|
27993
|
-
// bazel-out/
|
|
28001
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
27994
28002
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
27995
28003
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
27996
28004
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -28057,7 +28065,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
28057
28065
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
28058
28066
|
}
|
|
28059
28067
|
|
|
28060
|
-
// bazel-out/
|
|
28068
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
28061
28069
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
28062
28070
|
constructor(decl, hasProviders) {
|
|
28063
28071
|
super(decl);
|
|
@@ -28579,7 +28587,7 @@ function isSyntheticReference(ref) {
|
|
|
28579
28587
|
return ref.synthetic;
|
|
28580
28588
|
}
|
|
28581
28589
|
|
|
28582
|
-
// bazel-out/
|
|
28590
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
28583
28591
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
28584
28592
|
const name = ref.debugName || "(unknown)";
|
|
28585
28593
|
const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -28602,7 +28610,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
28602
28610
|
return null;
|
|
28603
28611
|
}
|
|
28604
28612
|
|
|
28605
|
-
// bazel-out/
|
|
28613
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
28606
28614
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
28607
28615
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
28608
28616
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -28912,7 +28920,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
28912
28920
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
28913
28921
|
}
|
|
28914
28922
|
|
|
28915
|
-
// bazel-out/
|
|
28923
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
28916
28924
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
28917
28925
|
constructor() {
|
|
28918
28926
|
super(...arguments);
|
|
@@ -28947,7 +28955,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
28947
28955
|
}
|
|
28948
28956
|
};
|
|
28949
28957
|
|
|
28950
|
-
// bazel-out/
|
|
28958
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
28951
28959
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
28952
28960
|
if (value instanceof Map) {
|
|
28953
28961
|
const name = value.get("name");
|
|
@@ -29023,7 +29031,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
29023
29031
|
return false;
|
|
29024
29032
|
}
|
|
29025
29033
|
|
|
29026
|
-
// bazel-out/
|
|
29034
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
29027
29035
|
var EMPTY_ARRAY2 = [];
|
|
29028
29036
|
var ComponentDecoratorHandler = class {
|
|
29029
29037
|
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) {
|
|
@@ -29674,7 +29682,7 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
|
|
|
29674
29682
|
return diagnostics;
|
|
29675
29683
|
}
|
|
29676
29684
|
|
|
29677
|
-
// bazel-out/
|
|
29685
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
29678
29686
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
29679
29687
|
var InjectableDecoratorHandler = class {
|
|
29680
29688
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
|
|
@@ -29888,7 +29896,7 @@ function getDep(dep, reflector) {
|
|
|
29888
29896
|
return meta;
|
|
29889
29897
|
}
|
|
29890
29898
|
|
|
29891
|
-
// bazel-out/
|
|
29899
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
29892
29900
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
29893
29901
|
var PipeSymbol = class extends SemanticSymbol {
|
|
29894
29902
|
constructor(decl, name) {
|
|
@@ -30031,7 +30039,7 @@ var PipeDecoratorHandler = class {
|
|
|
30031
30039
|
}
|
|
30032
30040
|
};
|
|
30033
30041
|
|
|
30034
|
-
// bazel-out/
|
|
30042
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
30035
30043
|
var CycleAnalyzer = class {
|
|
30036
30044
|
constructor(importGraph) {
|
|
30037
30045
|
this.importGraph = importGraph;
|
|
@@ -30102,7 +30110,7 @@ var Cycle = class {
|
|
|
30102
30110
|
}
|
|
30103
30111
|
};
|
|
30104
30112
|
|
|
30105
|
-
// bazel-out/
|
|
30113
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
30106
30114
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
30107
30115
|
var ImportGraph = class {
|
|
30108
30116
|
constructor(checker, perf) {
|
|
@@ -30194,7 +30202,7 @@ var Found = class {
|
|
|
30194
30202
|
}
|
|
30195
30203
|
};
|
|
30196
30204
|
|
|
30197
|
-
// bazel-out/
|
|
30205
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
30198
30206
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
30199
30207
|
var FlatIndexGenerator = class {
|
|
30200
30208
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -30219,7 +30227,7 @@ export * from '${relativeEntryPoint}';
|
|
|
30219
30227
|
}
|
|
30220
30228
|
};
|
|
30221
30229
|
|
|
30222
|
-
// bazel-out/
|
|
30230
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
30223
30231
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
30224
30232
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
30225
30233
|
let resolvedEntryPoint = null;
|
|
@@ -30235,7 +30243,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
30235
30243
|
return resolvedEntryPoint;
|
|
30236
30244
|
}
|
|
30237
30245
|
|
|
30238
|
-
// bazel-out/
|
|
30246
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
30239
30247
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
30240
30248
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
30241
30249
|
const diagnostics = [];
|
|
@@ -30315,7 +30323,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
30315
30323
|
}
|
|
30316
30324
|
}
|
|
30317
30325
|
|
|
30318
|
-
// bazel-out/
|
|
30326
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
30319
30327
|
var ReferenceGraph = class {
|
|
30320
30328
|
constructor() {
|
|
30321
30329
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -30369,7 +30377,7 @@ var ReferenceGraph = class {
|
|
|
30369
30377
|
}
|
|
30370
30378
|
};
|
|
30371
30379
|
|
|
30372
|
-
// bazel-out/
|
|
30380
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
30373
30381
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
30374
30382
|
var UpdateMode;
|
|
30375
30383
|
(function(UpdateMode2) {
|
|
@@ -30377,13 +30385,13 @@ var UpdateMode;
|
|
|
30377
30385
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
30378
30386
|
})(UpdateMode || (UpdateMode = {}));
|
|
30379
30387
|
|
|
30380
|
-
// bazel-out/
|
|
30388
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30381
30389
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
30382
30390
|
|
|
30383
|
-
// bazel-out/
|
|
30391
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
30384
30392
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
30385
30393
|
|
|
30386
|
-
// bazel-out/
|
|
30394
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
30387
30395
|
var NgExtension = Symbol("NgExtension");
|
|
30388
30396
|
function isExtended(sf) {
|
|
30389
30397
|
return sf[NgExtension] !== void 0;
|
|
@@ -30443,13 +30451,13 @@ function retagTsFile(sf) {
|
|
|
30443
30451
|
}
|
|
30444
30452
|
}
|
|
30445
30453
|
|
|
30446
|
-
// bazel-out/
|
|
30454
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
30447
30455
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
30448
30456
|
function makeShimFileName(fileName, suffix) {
|
|
30449
30457
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
30450
30458
|
}
|
|
30451
30459
|
|
|
30452
|
-
// bazel-out/
|
|
30460
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
30453
30461
|
var ShimAdapter = class {
|
|
30454
30462
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
30455
30463
|
this.delegate = delegate;
|
|
@@ -30544,7 +30552,7 @@ var ShimAdapter = class {
|
|
|
30544
30552
|
}
|
|
30545
30553
|
};
|
|
30546
30554
|
|
|
30547
|
-
// bazel-out/
|
|
30555
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
30548
30556
|
var ShimReferenceTagger = class {
|
|
30549
30557
|
constructor(shimExtensions) {
|
|
30550
30558
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -30578,7 +30586,7 @@ var ShimReferenceTagger = class {
|
|
|
30578
30586
|
}
|
|
30579
30587
|
};
|
|
30580
30588
|
|
|
30581
|
-
// bazel-out/
|
|
30589
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30582
30590
|
var DelegatingCompilerHost = class {
|
|
30583
30591
|
constructor(delegate) {
|
|
30584
30592
|
this.delegate = delegate;
|
|
@@ -30691,7 +30699,7 @@ var TsCreateProgramDriver = class {
|
|
|
30691
30699
|
}
|
|
30692
30700
|
};
|
|
30693
30701
|
|
|
30694
|
-
// bazel-out/
|
|
30702
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
30695
30703
|
var FileDependencyGraph = class {
|
|
30696
30704
|
constructor() {
|
|
30697
30705
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -30758,7 +30766,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
30758
30766
|
return false;
|
|
30759
30767
|
}
|
|
30760
30768
|
|
|
30761
|
-
// bazel-out/
|
|
30769
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
30762
30770
|
var IncrementalStateKind;
|
|
30763
30771
|
(function(IncrementalStateKind2) {
|
|
30764
30772
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -30766,7 +30774,7 @@ var IncrementalStateKind;
|
|
|
30766
30774
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
30767
30775
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
30768
30776
|
|
|
30769
|
-
// bazel-out/
|
|
30777
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
30770
30778
|
var PhaseKind;
|
|
30771
30779
|
(function(PhaseKind2) {
|
|
30772
30780
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -30967,7 +30975,7 @@ function toOriginalSourceFile(sf) {
|
|
|
30967
30975
|
}
|
|
30968
30976
|
}
|
|
30969
30977
|
|
|
30970
|
-
// bazel-out/
|
|
30978
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
30971
30979
|
var TrackedIncrementalBuildStrategy = class {
|
|
30972
30980
|
constructor() {
|
|
30973
30981
|
this.state = null;
|
|
@@ -30988,7 +30996,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
30988
30996
|
};
|
|
30989
30997
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
30990
30998
|
|
|
30991
|
-
// bazel-out/
|
|
30999
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
30992
31000
|
var IdentifierKind;
|
|
30993
31001
|
(function(IdentifierKind2) {
|
|
30994
31002
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -31006,7 +31014,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
31006
31014
|
}
|
|
31007
31015
|
};
|
|
31008
31016
|
|
|
31009
|
-
// bazel-out/
|
|
31017
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
31010
31018
|
var IndexingContext = class {
|
|
31011
31019
|
constructor() {
|
|
31012
31020
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -31016,7 +31024,7 @@ var IndexingContext = class {
|
|
|
31016
31024
|
}
|
|
31017
31025
|
};
|
|
31018
31026
|
|
|
31019
|
-
// bazel-out/
|
|
31027
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
31020
31028
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
31021
31029
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
31022
31030
|
super();
|
|
@@ -31252,7 +31260,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
31252
31260
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
31253
31261
|
}
|
|
31254
31262
|
|
|
31255
|
-
// bazel-out/
|
|
31263
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
31256
31264
|
function generateAnalysis(context) {
|
|
31257
31265
|
const analysis = /* @__PURE__ */ new Map();
|
|
31258
31266
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -31288,7 +31296,7 @@ function generateAnalysis(context) {
|
|
|
31288
31296
|
return analysis;
|
|
31289
31297
|
}
|
|
31290
31298
|
|
|
31291
|
-
// bazel-out/
|
|
31299
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
31292
31300
|
var NgModuleIndexImpl = class {
|
|
31293
31301
|
constructor(metaReader, localReader) {
|
|
31294
31302
|
this.metaReader = metaReader;
|
|
@@ -31377,7 +31385,7 @@ var NgModuleIndexImpl = class {
|
|
|
31377
31385
|
}
|
|
31378
31386
|
};
|
|
31379
31387
|
|
|
31380
|
-
// bazel-out/
|
|
31388
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
31381
31389
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
31382
31390
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
31383
31391
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -31525,7 +31533,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
31525
31533
|
};
|
|
31526
31534
|
}
|
|
31527
31535
|
|
|
31528
|
-
// bazel-out/
|
|
31536
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
31529
31537
|
var StandaloneComponentScopeReader = class {
|
|
31530
31538
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
31531
31539
|
this.metaReader = metaReader;
|
|
@@ -31603,21 +31611,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
31603
31611
|
}
|
|
31604
31612
|
};
|
|
31605
31613
|
|
|
31606
|
-
// bazel-out/
|
|
31614
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
31607
31615
|
var OptimizeFor;
|
|
31608
31616
|
(function(OptimizeFor2) {
|
|
31609
31617
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
31610
31618
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
31611
31619
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
31612
31620
|
|
|
31613
|
-
// bazel-out/
|
|
31621
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
31614
31622
|
var CompletionKind;
|
|
31615
31623
|
(function(CompletionKind2) {
|
|
31616
31624
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
31617
31625
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
31618
31626
|
})(CompletionKind || (CompletionKind = {}));
|
|
31619
31627
|
|
|
31620
|
-
// bazel-out/
|
|
31628
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
31621
31629
|
var PotentialImportKind;
|
|
31622
31630
|
(function(PotentialImportKind2) {
|
|
31623
31631
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -31629,7 +31637,7 @@ var PotentialImportMode;
|
|
|
31629
31637
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
31630
31638
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
31631
31639
|
|
|
31632
|
-
// bazel-out/
|
|
31640
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
31633
31641
|
var SymbolKind;
|
|
31634
31642
|
(function(SymbolKind2) {
|
|
31635
31643
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -31645,7 +31653,7 @@ var SymbolKind;
|
|
|
31645
31653
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
31646
31654
|
})(SymbolKind || (SymbolKind = {}));
|
|
31647
31655
|
|
|
31648
|
-
// bazel-out/
|
|
31656
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
31649
31657
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
31650
31658
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
31651
31659
|
var _a2;
|
|
@@ -31752,7 +31760,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
31752
31760
|
return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
|
|
31753
31761
|
}
|
|
31754
31762
|
|
|
31755
|
-
// bazel-out/
|
|
31763
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
31756
31764
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
31757
31765
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
31758
31766
|
function getTemplateId(clazz) {
|
|
@@ -31769,10 +31777,10 @@ function allocateTemplateId(sf) {
|
|
|
31769
31777
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
31770
31778
|
}
|
|
31771
31779
|
|
|
31772
|
-
// bazel-out/
|
|
31780
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31773
31781
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
31774
31782
|
|
|
31775
|
-
// bazel-out/
|
|
31783
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
31776
31784
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
31777
31785
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
31778
31786
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -31901,7 +31909,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
31901
31909
|
}) || false;
|
|
31902
31910
|
}
|
|
31903
31911
|
|
|
31904
|
-
// bazel-out/
|
|
31912
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31905
31913
|
var CompletionEngine = class {
|
|
31906
31914
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
31907
31915
|
this.tcb = tcb;
|
|
@@ -32058,10 +32066,10 @@ var CompletionEngine = class {
|
|
|
32058
32066
|
}
|
|
32059
32067
|
};
|
|
32060
32068
|
|
|
32061
|
-
// bazel-out/
|
|
32069
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
32062
32070
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
32063
32071
|
|
|
32064
|
-
// bazel-out/
|
|
32072
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
32065
32073
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
32066
32074
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
32067
32075
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -32113,10 +32121,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
32113
32121
|
}
|
|
32114
32122
|
};
|
|
32115
32123
|
|
|
32116
|
-
// bazel-out/
|
|
32124
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32117
32125
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
32118
32126
|
|
|
32119
|
-
// bazel-out/
|
|
32127
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
32120
32128
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
32121
32129
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
32122
32130
|
import_typescript70.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -32190,16 +32198,16 @@ function isAccessExpression(node) {
|
|
|
32190
32198
|
return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
|
|
32191
32199
|
}
|
|
32192
32200
|
|
|
32193
|
-
// bazel-out/
|
|
32201
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
32194
32202
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
32195
32203
|
|
|
32196
|
-
// bazel-out/
|
|
32204
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
32197
32205
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
32198
32206
|
|
|
32199
|
-
// bazel-out/
|
|
32207
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
32200
32208
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
32201
32209
|
|
|
32202
|
-
// bazel-out/
|
|
32210
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
32203
32211
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
32204
32212
|
var INELIGIBLE = {};
|
|
32205
32213
|
function canEmitType(type, canEmit) {
|
|
@@ -32274,7 +32282,7 @@ var TypeEmitter = class {
|
|
|
32274
32282
|
}
|
|
32275
32283
|
};
|
|
32276
32284
|
|
|
32277
|
-
// bazel-out/
|
|
32285
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
32278
32286
|
var TypeParameterEmitter = class {
|
|
32279
32287
|
constructor(typeParameters, reflector) {
|
|
32280
32288
|
this.typeParameters = typeParameters;
|
|
@@ -32351,7 +32359,7 @@ var TypeParameterEmitter = class {
|
|
|
32351
32359
|
}
|
|
32352
32360
|
};
|
|
32353
32361
|
|
|
32354
|
-
// bazel-out/
|
|
32362
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
32355
32363
|
var TcbInliningRequirement;
|
|
32356
32364
|
(function(TcbInliningRequirement2) {
|
|
32357
32365
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -32431,7 +32439,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
32431
32439
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
32432
32440
|
}
|
|
32433
32441
|
|
|
32434
|
-
// bazel-out/
|
|
32442
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
32435
32443
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
32436
32444
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
32437
32445
|
const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -32542,7 +32550,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
32542
32550
|
});
|
|
32543
32551
|
}
|
|
32544
32552
|
|
|
32545
|
-
// bazel-out/
|
|
32553
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32546
32554
|
var Environment = class {
|
|
32547
32555
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
32548
32556
|
this.config = config;
|
|
@@ -32636,7 +32644,7 @@ var Environment = class {
|
|
|
32636
32644
|
}
|
|
32637
32645
|
};
|
|
32638
32646
|
|
|
32639
|
-
// bazel-out/
|
|
32647
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
32640
32648
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
32641
32649
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
32642
32650
|
constructor(resolver) {
|
|
@@ -32771,7 +32779,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
32771
32779
|
});
|
|
32772
32780
|
}
|
|
32773
32781
|
|
|
32774
|
-
// bazel-out/
|
|
32782
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
32775
32783
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
32776
32784
|
var TypeCheckShimGenerator = class {
|
|
32777
32785
|
constructor() {
|
|
@@ -32789,10 +32797,10 @@ var TypeCheckShimGenerator = class {
|
|
|
32789
32797
|
}
|
|
32790
32798
|
};
|
|
32791
32799
|
|
|
32792
|
-
// bazel-out/
|
|
32800
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32793
32801
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
32794
32802
|
|
|
32795
|
-
// bazel-out/
|
|
32803
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
32796
32804
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
32797
32805
|
function wrapForDiagnostics(expr) {
|
|
32798
32806
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -32837,7 +32845,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
32837
32845
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
32838
32846
|
}
|
|
32839
32847
|
|
|
32840
|
-
// bazel-out/
|
|
32848
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
32841
32849
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
32842
32850
|
var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
32843
32851
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -33169,7 +33177,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
33169
33177
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
33170
33178
|
})();
|
|
33171
33179
|
|
|
33172
|
-
// bazel-out/
|
|
33180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
33173
33181
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
33174
33182
|
constructor(templateId, boundTarget, oob) {
|
|
33175
33183
|
super();
|
|
@@ -33192,7 +33200,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
33192
33200
|
}
|
|
33193
33201
|
};
|
|
33194
33202
|
|
|
33195
|
-
// bazel-out/
|
|
33203
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
33196
33204
|
var TcbGenericContextBehavior;
|
|
33197
33205
|
(function(TcbGenericContextBehavior2) {
|
|
33198
33206
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -34319,7 +34327,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
34319
34327
|
}
|
|
34320
34328
|
};
|
|
34321
34329
|
|
|
34322
|
-
// bazel-out/
|
|
34330
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
34323
34331
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
34324
34332
|
var TypeCheckFile = class extends Environment {
|
|
34325
34333
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -34355,7 +34363,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
34355
34363
|
}
|
|
34356
34364
|
};
|
|
34357
34365
|
|
|
34358
|
-
// bazel-out/
|
|
34366
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
34359
34367
|
var InliningMode;
|
|
34360
34368
|
(function(InliningMode2) {
|
|
34361
34369
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -34592,7 +34600,7 @@ function splitStringAtPoints(str, points) {
|
|
|
34592
34600
|
return splits;
|
|
34593
34601
|
}
|
|
34594
34602
|
|
|
34595
|
-
// bazel-out/
|
|
34603
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
34596
34604
|
var LF_CHAR = 10;
|
|
34597
34605
|
var CR_CHAR = 13;
|
|
34598
34606
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -34633,7 +34641,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
34633
34641
|
return low - 1;
|
|
34634
34642
|
}
|
|
34635
34643
|
|
|
34636
|
-
// bazel-out/
|
|
34644
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
34637
34645
|
var TemplateSource = class {
|
|
34638
34646
|
constructor(mapping, file) {
|
|
34639
34647
|
this.mapping = mapping;
|
|
@@ -34684,7 +34692,7 @@ var TemplateSourceManager = class {
|
|
|
34684
34692
|
}
|
|
34685
34693
|
};
|
|
34686
34694
|
|
|
34687
|
-
// bazel-out/
|
|
34695
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
34688
34696
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
34689
34697
|
var SymbolBuilder = class {
|
|
34690
34698
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -35161,7 +35169,7 @@ function sourceSpanEqual(a, b) {
|
|
|
35161
35169
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
35162
35170
|
}
|
|
35163
35171
|
|
|
35164
|
-
// bazel-out/
|
|
35172
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
35165
35173
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
35166
35174
|
var TemplateTypeCheckerImpl = class {
|
|
35167
35175
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -35854,7 +35862,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
35854
35862
|
}
|
|
35855
35863
|
};
|
|
35856
35864
|
|
|
35857
|
-
// bazel-out/
|
|
35865
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
35858
35866
|
var TemplateCheckWithVisitor = class {
|
|
35859
35867
|
run(ctx, component, template2) {
|
|
35860
35868
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -35930,7 +35938,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
35930
35938
|
}
|
|
35931
35939
|
};
|
|
35932
35940
|
|
|
35933
|
-
// bazel-out/
|
|
35941
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
35934
35942
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
35935
35943
|
constructor() {
|
|
35936
35944
|
super(...arguments);
|
|
@@ -35955,7 +35963,7 @@ var factory = {
|
|
|
35955
35963
|
create: () => new InvalidBananaInBoxCheck()
|
|
35956
35964
|
};
|
|
35957
35965
|
|
|
35958
|
-
// bazel-out/
|
|
35966
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
35959
35967
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
35960
35968
|
["ngIf", "NgIf"],
|
|
35961
35969
|
["ngFor", "NgFor"],
|
|
@@ -35999,7 +36007,7 @@ var factory2 = {
|
|
|
35999
36007
|
}
|
|
36000
36008
|
};
|
|
36001
36009
|
|
|
36002
|
-
// bazel-out/
|
|
36010
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
36003
36011
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
36004
36012
|
constructor() {
|
|
36005
36013
|
super(...arguments);
|
|
@@ -36031,7 +36039,7 @@ var factory3 = {
|
|
|
36031
36039
|
create: () => new MissingNgForOfLetCheck()
|
|
36032
36040
|
};
|
|
36033
36041
|
|
|
36034
|
-
// bazel-out/
|
|
36042
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
36035
36043
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
36036
36044
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
36037
36045
|
constructor() {
|
|
@@ -36075,7 +36083,7 @@ var factory4 = {
|
|
|
36075
36083
|
}
|
|
36076
36084
|
};
|
|
36077
36085
|
|
|
36078
|
-
// bazel-out/
|
|
36086
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
36079
36087
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
36080
36088
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
36081
36089
|
constructor() {
|
|
@@ -36120,7 +36128,7 @@ var factory5 = {
|
|
|
36120
36128
|
}
|
|
36121
36129
|
};
|
|
36122
36130
|
|
|
36123
|
-
// bazel-out/
|
|
36131
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
36124
36132
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
36125
36133
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
36126
36134
|
constructor() {
|
|
@@ -36143,7 +36151,7 @@ var factory6 = {
|
|
|
36143
36151
|
create: () => new SuffixNotSupportedCheck()
|
|
36144
36152
|
};
|
|
36145
36153
|
|
|
36146
|
-
// bazel-out/
|
|
36154
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
36147
36155
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
36148
36156
|
constructor() {
|
|
36149
36157
|
super(...arguments);
|
|
@@ -36181,10 +36189,10 @@ var factory7 = {
|
|
|
36181
36189
|
create: () => new TextAttributeNotBindingSpec()
|
|
36182
36190
|
};
|
|
36183
36191
|
|
|
36184
|
-
// bazel-out/
|
|
36192
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
36185
36193
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
36186
36194
|
|
|
36187
|
-
// bazel-out/
|
|
36195
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
36188
36196
|
var DiagnosticCategoryLabel;
|
|
36189
36197
|
(function(DiagnosticCategoryLabel2) {
|
|
36190
36198
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -36192,7 +36200,7 @@ var DiagnosticCategoryLabel;
|
|
|
36192
36200
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
36193
36201
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
36194
36202
|
|
|
36195
|
-
// bazel-out/
|
|
36203
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
36196
36204
|
var ExtendedTemplateCheckerImpl = class {
|
|
36197
36205
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
36198
36206
|
var _a2, _b, _c, _d, _e;
|
|
@@ -36244,7 +36252,7 @@ function assertNever(value) {
|
|
|
36244
36252
|
${value}`);
|
|
36245
36253
|
}
|
|
36246
36254
|
|
|
36247
|
-
// bazel-out/
|
|
36255
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
36248
36256
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
36249
36257
|
factory,
|
|
36250
36258
|
factory4,
|
|
@@ -36255,7 +36263,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
36255
36263
|
factory6
|
|
36256
36264
|
];
|
|
36257
36265
|
|
|
36258
|
-
// bazel-out/
|
|
36266
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
36259
36267
|
var CompilationTicketKind;
|
|
36260
36268
|
(function(CompilationTicketKind2) {
|
|
36261
36269
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -36974,7 +36982,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
36974
36982
|
return versions;
|
|
36975
36983
|
}
|
|
36976
36984
|
|
|
36977
|
-
// bazel-out/
|
|
36985
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
36978
36986
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
36979
36987
|
var DelegatingCompilerHost2 = class {
|
|
36980
36988
|
constructor(delegate) {
|
|
@@ -37107,7 +37115,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
37107
37115
|
}
|
|
37108
37116
|
};
|
|
37109
37117
|
|
|
37110
|
-
// bazel-out/
|
|
37118
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
37111
37119
|
var NgtscProgram = class {
|
|
37112
37120
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
37113
37121
|
this.options = options;
|
|
@@ -37325,21 +37333,21 @@ function mergeEmitResults(emitResults) {
|
|
|
37325
37333
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
37326
37334
|
}
|
|
37327
37335
|
|
|
37328
|
-
// bazel-out/
|
|
37336
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
37329
37337
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
37330
37338
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
37331
37339
|
}
|
|
37332
37340
|
|
|
37333
|
-
// bazel-out/
|
|
37341
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
37334
37342
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
37335
37343
|
|
|
37336
|
-
// bazel-out/
|
|
37344
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
37337
37345
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
37338
37346
|
|
|
37339
|
-
// bazel-out/
|
|
37347
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
37340
37348
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
37341
37349
|
|
|
37342
|
-
// bazel-out/
|
|
37350
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
37343
37351
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
37344
37352
|
ngDevMode: false,
|
|
37345
37353
|
ngI18nClosureMode: false
|
|
@@ -37348,7 +37356,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
37348
37356
|
ngJitMode: false
|
|
37349
37357
|
});
|
|
37350
37358
|
|
|
37351
|
-
// bazel-out/
|
|
37359
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
37352
37360
|
var LogLevel;
|
|
37353
37361
|
(function(LogLevel2) {
|
|
37354
37362
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -37357,7 +37365,7 @@ var LogLevel;
|
|
|
37357
37365
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
37358
37366
|
})(LogLevel || (LogLevel = {}));
|
|
37359
37367
|
|
|
37360
|
-
// bazel-out/
|
|
37368
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
37361
37369
|
var RESET = "\x1B[0m";
|
|
37362
37370
|
var RED = "\x1B[31m";
|
|
37363
37371
|
var YELLOW = "\x1B[33m";
|
|
@@ -37366,18 +37374,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
37366
37374
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
37367
37375
|
var ERROR = `${RED}Error:${RESET}`;
|
|
37368
37376
|
|
|
37369
|
-
// bazel-out/
|
|
37377
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
37370
37378
|
setFileSystem(new NodeJSFileSystem());
|
|
37371
37379
|
|
|
37372
|
-
// bazel-out/
|
|
37380
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
37373
37381
|
var import_fs2 = require("fs");
|
|
37374
37382
|
var import_path8 = require("path");
|
|
37375
37383
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
37376
37384
|
|
|
37377
|
-
// bazel-out/
|
|
37385
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37378
37386
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
37379
37387
|
|
|
37380
|
-
// bazel-out/
|
|
37388
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
37381
37389
|
var import_path4 = require("path");
|
|
37382
37390
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
37383
37391
|
var ImportManager2 = class {
|
|
@@ -37561,7 +37569,7 @@ ${text2}`;
|
|
|
37561
37569
|
}
|
|
37562
37570
|
};
|
|
37563
37571
|
|
|
37564
|
-
// bazel-out/
|
|
37572
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37565
37573
|
var ChangeTracker = class {
|
|
37566
37574
|
constructor(_printer, _importRemapper) {
|
|
37567
37575
|
__publicField(this, "_printer");
|
|
@@ -37617,7 +37625,7 @@ function normalizePath(path3) {
|
|
|
37617
37625
|
return path3.replace(/\\/g, "/");
|
|
37618
37626
|
}
|
|
37619
37627
|
|
|
37620
|
-
// bazel-out/
|
|
37628
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
37621
37629
|
var import_core13 = require("@angular-devkit/core");
|
|
37622
37630
|
function getProjectTsConfigPaths(tree) {
|
|
37623
37631
|
return __async(this, null, function* () {
|
|
@@ -37697,11 +37705,11 @@ function getWorkspace(tree) {
|
|
|
37697
37705
|
});
|
|
37698
37706
|
}
|
|
37699
37707
|
|
|
37700
|
-
// bazel-out/
|
|
37708
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37701
37709
|
var import_path5 = require("path");
|
|
37702
37710
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
37703
37711
|
|
|
37704
|
-
// bazel-out/
|
|
37712
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
37705
37713
|
var path2 = __toESM(require("path"), 1);
|
|
37706
37714
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
37707
37715
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -37718,7 +37726,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
37718
37726
|
return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
37719
37727
|
}
|
|
37720
37728
|
|
|
37721
|
-
// bazel-out/
|
|
37729
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37722
37730
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
37723
37731
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
37724
37732
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -37747,13 +37755,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
37747
37755
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
37748
37756
|
}
|
|
37749
37757
|
|
|
37750
|
-
// bazel-out/
|
|
37758
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37751
37759
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
37752
37760
|
|
|
37753
|
-
// bazel-out/
|
|
37761
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37754
37762
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
37755
37763
|
|
|
37756
|
-
// bazel-out/
|
|
37764
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
37757
37765
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
37758
37766
|
function getImportOfIdentifier(typeChecker, node) {
|
|
37759
37767
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -37804,7 +37812,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
37804
37812
|
});
|
|
37805
37813
|
}
|
|
37806
37814
|
|
|
37807
|
-
// bazel-out/
|
|
37815
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37808
37816
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
37809
37817
|
if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
|
|
37810
37818
|
return null;
|
|
@@ -37813,7 +37821,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
37813
37821
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
37814
37822
|
}
|
|
37815
37823
|
|
|
37816
|
-
// bazel-out/
|
|
37824
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
37817
37825
|
function getAngularDecorators(typeChecker, decorators) {
|
|
37818
37826
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
37819
37827
|
node,
|
|
@@ -37823,7 +37831,7 @@ function getAngularDecorators(typeChecker, decorators) {
|
|
|
37823
37831
|
}));
|
|
37824
37832
|
}
|
|
37825
37833
|
|
|
37826
|
-
// bazel-out/
|
|
37834
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
37827
37835
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
37828
37836
|
function closestNode(node, predicate) {
|
|
37829
37837
|
let current = node.parent;
|
|
@@ -37836,7 +37844,7 @@ function closestNode(node, predicate) {
|
|
|
37836
37844
|
return null;
|
|
37837
37845
|
}
|
|
37838
37846
|
|
|
37839
|
-
// bazel-out/
|
|
37847
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
37840
37848
|
var import_path6 = require("path");
|
|
37841
37849
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
37842
37850
|
var UniqueItemTracker = class {
|
|
@@ -38012,7 +38020,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
38012
38020
|
}));
|
|
38013
38021
|
}
|
|
38014
38022
|
|
|
38015
|
-
// bazel-out/
|
|
38023
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
38016
38024
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
38017
38025
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
38018
38026
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -38211,14 +38219,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
38211
38219
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
38212
38220
|
}
|
|
38213
38221
|
|
|
38214
|
-
// bazel-out/
|
|
38222
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38215
38223
|
var import_path7 = require("path");
|
|
38216
38224
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
38217
38225
|
|
|
38218
|
-
// bazel-out/
|
|
38226
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
38219
38227
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
38220
38228
|
|
|
38221
|
-
// bazel-out/
|
|
38229
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
38222
38230
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
38223
38231
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
38224
38232
|
var _a2, _b;
|
|
@@ -38227,7 +38235,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
38227
38235
|
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];
|
|
38228
38236
|
}
|
|
38229
38237
|
|
|
38230
|
-
// bazel-out/
|
|
38238
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
38231
38239
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
38232
38240
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
38233
38241
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38590,7 +38598,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
38590
38598
|
return metadata != null && metadata.isStandalone;
|
|
38591
38599
|
}
|
|
38592
38600
|
|
|
38593
|
-
// bazel-out/
|
|
38601
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38594
38602
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
38595
38603
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
38596
38604
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38967,7 +38975,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
38967
38975
|
return false;
|
|
38968
38976
|
}
|
|
38969
38977
|
|
|
38970
|
-
// bazel-out/
|
|
38978
|
+
// bazel-out/darwin-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
38971
38979
|
var MigrationMode;
|
|
38972
38980
|
(function(MigrationMode2) {
|
|
38973
38981
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|