@angular/core 16.0.0 → 16.0.1
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 +60 -55
- package/esm2022/src/di/injectable.mjs +2 -1
- package/esm2022/src/di/metadata.mjs +6 -5
- package/esm2022/src/di/metadata_attr.mjs +2 -1
- package/esm2022/src/errors.mjs +1 -1
- package/esm2022/src/hydration/annotate.mjs +1 -1
- package/esm2022/src/hydration/api.mjs +2 -2
- package/esm2022/src/hydration/skip_hydration.mjs +12 -1
- package/esm2022/src/hydration/utils.mjs +9 -3
- package/esm2022/src/linker/element_ref.mjs +1 -1
- package/esm2022/src/linker/view_container_ref.mjs +16 -6
- package/esm2022/src/metadata/di.mjs +5 -4
- package/esm2022/src/metadata/directives.mjs +7 -7
- package/esm2022/src/metadata/ng_module.mjs +2 -1
- package/esm2022/src/render/api.mjs +1 -1
- package/esm2022/src/render3/definition.mjs +6 -3
- package/esm2022/src/render3/instructions/element_validation.mjs +2 -2
- package/esm2022/src/render3/instructions/shared.mjs +7 -3
- package/esm2022/src/render3/interfaces/document.mjs +6 -4
- package/esm2022/src/render3/interfaces/node.mjs +1 -1
- package/esm2022/src/render3/node_manipulation.mjs +7 -1
- package/esm2022/src/transfer_state.mjs +8 -7
- package/esm2022/src/util/assert.mjs +2 -5
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/esm2022/testing/src/test_bed.mjs +4 -4
- package/fesm2022/core.mjs +181 -133
- 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 +112 -71
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +36 -30
- 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 +415 -361
- package/schematics/ng-generate/standalone-migration/bundle.js.map +3 -3
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-fastbuild/bin/packages/compiler/src/i18n/big_integer.mjs
|
|
748
748
|
var BigInteger = class {
|
|
749
749
|
static zero() {
|
|
750
750
|
return new BigInteger([0]);
|
|
@@ -836,7 +836,7 @@ var BigIntExponentiation = class {
|
|
|
836
836
|
}
|
|
837
837
|
};
|
|
838
838
|
|
|
839
|
-
// bazel-out/
|
|
839
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
840
840
|
var textEncoder;
|
|
841
841
|
function digest(message) {
|
|
842
842
|
return message.id || computeDigest(message);
|
|
@@ -1099,7 +1099,7 @@ function wordsToDecimalString(hi, lo) {
|
|
|
1099
1099
|
return decimal.toString();
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
// bazel-out/
|
|
1102
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
1103
1103
|
var TypeModifier;
|
|
1104
1104
|
(function(TypeModifier2) {
|
|
1105
1105
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1881,6 +1881,9 @@ var RecursiveAstVisitor = class {
|
|
|
1881
1881
|
visitMapType(type, context) {
|
|
1882
1882
|
return this.visitType(type, context);
|
|
1883
1883
|
}
|
|
1884
|
+
visitTransplantedType(type, context) {
|
|
1885
|
+
return type;
|
|
1886
|
+
}
|
|
1884
1887
|
visitWrappedNodeExpr(ast, context) {
|
|
1885
1888
|
return ast;
|
|
1886
1889
|
}
|
|
@@ -2084,7 +2087,7 @@ function serializeTags(tags) {
|
|
|
2084
2087
|
return out;
|
|
2085
2088
|
}
|
|
2086
2089
|
|
|
2087
|
-
// bazel-out/
|
|
2090
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
2088
2091
|
var CONSTANT_PREFIX = "_c";
|
|
2089
2092
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
2090
2093
|
var KEY_CONTEXT = {};
|
|
@@ -2253,7 +2256,7 @@ function isLongStringLiteral(expr) {
|
|
|
2253
2256
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2254
2257
|
}
|
|
2255
2258
|
|
|
2256
|
-
// bazel-out/
|
|
2259
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2257
2260
|
var CORE = "@angular/core";
|
|
2258
2261
|
var _Identifiers = class {
|
|
2259
2262
|
};
|
|
@@ -2808,7 +2811,7 @@ var Identifiers = _Identifiers;
|
|
|
2808
2811
|
_Identifiers.validateIframeAttribute = { name: "\u0275\u0275validateIframeAttribute", moduleName: CORE };
|
|
2809
2812
|
})();
|
|
2810
2813
|
|
|
2811
|
-
// bazel-out/
|
|
2814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2812
2815
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2813
2816
|
function dashCaseToCamelCase(input) {
|
|
2814
2817
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2896,7 +2899,7 @@ function partitionArray(arr, conditionFn) {
|
|
|
2896
2899
|
return [truthy, falsy];
|
|
2897
2900
|
}
|
|
2898
2901
|
|
|
2899
|
-
// bazel-out/
|
|
2902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2900
2903
|
var VERSION = 3;
|
|
2901
2904
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2902
2905
|
var SourceMapGenerator = class {
|
|
@@ -3025,7 +3028,7 @@ function toBase64Digit(value) {
|
|
|
3025
3028
|
return B64_DIGITS[value];
|
|
3026
3029
|
}
|
|
3027
3030
|
|
|
3028
|
-
// bazel-out/
|
|
3031
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3029
3032
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3030
3033
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3031
3034
|
var _INDENT_WITH = " ";
|
|
@@ -3500,7 +3503,7 @@ function _createIndent(count) {
|
|
|
3500
3503
|
return res;
|
|
3501
3504
|
}
|
|
3502
3505
|
|
|
3503
|
-
// bazel-out/
|
|
3506
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3504
3507
|
function typeWithParameters(type, numParams) {
|
|
3505
3508
|
if (numParams === 0) {
|
|
3506
3509
|
return expressionType(type);
|
|
@@ -3568,7 +3571,7 @@ function generateForwardRef(expr) {
|
|
|
3568
3571
|
return importExpr(Identifiers.forwardRef).callFn([fn([], [new ReturnStatement(expr)])]);
|
|
3569
3572
|
}
|
|
3570
3573
|
|
|
3571
|
-
// bazel-out/
|
|
3574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3572
3575
|
var R3FactoryDelegateType;
|
|
3573
3576
|
(function(R3FactoryDelegateType2) {
|
|
3574
3577
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3713,7 +3716,7 @@ function getInjectFn(target) {
|
|
|
3713
3716
|
}
|
|
3714
3717
|
}
|
|
3715
3718
|
|
|
3716
|
-
// bazel-out/
|
|
3719
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
3717
3720
|
var Comment = class {
|
|
3718
3721
|
constructor(value, sourceSpan) {
|
|
3719
3722
|
this.value = value;
|
|
@@ -3922,7 +3925,7 @@ function visitAll(visitor, nodes) {
|
|
|
3922
3925
|
const result = [];
|
|
3923
3926
|
if (visitor.visit) {
|
|
3924
3927
|
for (const node of nodes) {
|
|
3925
|
-
|
|
3928
|
+
visitor.visit(node) || node.visit(visitor);
|
|
3926
3929
|
}
|
|
3927
3930
|
} else {
|
|
3928
3931
|
for (const node of nodes) {
|
|
@@ -3935,7 +3938,7 @@ function visitAll(visitor, nodes) {
|
|
|
3935
3938
|
return result;
|
|
3936
3939
|
}
|
|
3937
3940
|
|
|
3938
|
-
// bazel-out/
|
|
3941
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
3939
3942
|
var Message = class {
|
|
3940
3943
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
3941
3944
|
this.nodes = nodes;
|
|
@@ -4098,7 +4101,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4098
4101
|
}
|
|
4099
4102
|
};
|
|
4100
4103
|
|
|
4101
|
-
// bazel-out/
|
|
4104
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/serializer.mjs
|
|
4102
4105
|
var Serializer = class {
|
|
4103
4106
|
createNameMapper(message) {
|
|
4104
4107
|
return null;
|
|
@@ -4150,7 +4153,7 @@ var SimplePlaceholderMapper = class extends RecurseVisitor {
|
|
|
4150
4153
|
}
|
|
4151
4154
|
};
|
|
4152
4155
|
|
|
4153
|
-
// bazel-out/
|
|
4156
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4154
4157
|
var _Visitor = class {
|
|
4155
4158
|
visitTag(tag) {
|
|
4156
4159
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4238,7 +4241,7 @@ function escapeXml(text2) {
|
|
|
4238
4241
|
return _ESCAPED_CHARS.reduce((text3, entry) => text3.replace(entry[0], entry[1]), text2);
|
|
4239
4242
|
}
|
|
4240
4243
|
|
|
4241
|
-
// bazel-out/
|
|
4244
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4242
4245
|
var _MESSAGES_TAG = "messagebundle";
|
|
4243
4246
|
var _MESSAGE_TAG = "msg";
|
|
4244
4247
|
var _PLACEHOLDER_TAG = "ph";
|
|
@@ -4381,7 +4384,7 @@ function toPublicName(internalName) {
|
|
|
4381
4384
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4382
4385
|
}
|
|
4383
4386
|
|
|
4384
|
-
// bazel-out/
|
|
4387
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4385
4388
|
var CLOSURE_TRANSLATION_VAR_PREFIX = "MSG_";
|
|
4386
4389
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
4387
4390
|
var I18N_ATTR = "i18n";
|
|
@@ -4483,7 +4486,7 @@ function declareI18nVariable(variable2) {
|
|
|
4483
4486
|
return new DeclareVarStmt(variable2.name, void 0, INFERRED_TYPE, void 0, variable2.sourceSpan);
|
|
4484
4487
|
}
|
|
4485
4488
|
|
|
4486
|
-
// bazel-out/
|
|
4489
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4487
4490
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4488
4491
|
var TEMPORARY_NAME = "_t";
|
|
4489
4492
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4691,7 +4694,7 @@ function getInstructionStatements(instructions) {
|
|
|
4691
4694
|
return statements;
|
|
4692
4695
|
}
|
|
4693
4696
|
|
|
4694
|
-
// bazel-out/
|
|
4697
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4695
4698
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4696
4699
|
let result = null;
|
|
4697
4700
|
const factoryMeta = {
|
|
@@ -4779,7 +4782,7 @@ function createFactoryFunction(type) {
|
|
|
4779
4782
|
return fn([new FnParam("t", DYNAMIC_TYPE)], [new ReturnStatement(type.prop("\u0275fac").callFn([variable("t")]))]);
|
|
4780
4783
|
}
|
|
4781
4784
|
|
|
4782
|
-
// bazel-out/
|
|
4785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4783
4786
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4784
4787
|
/^\s*$/,
|
|
4785
4788
|
/[<>]/,
|
|
@@ -4801,7 +4804,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4801
4804
|
}
|
|
4802
4805
|
}
|
|
4803
4806
|
|
|
4804
|
-
// bazel-out/
|
|
4807
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/interpolation_config.mjs
|
|
4805
4808
|
var InterpolationConfig = class {
|
|
4806
4809
|
static fromArray(markers) {
|
|
4807
4810
|
if (!markers) {
|
|
@@ -4817,7 +4820,7 @@ var InterpolationConfig = class {
|
|
|
4817
4820
|
};
|
|
4818
4821
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4819
4822
|
|
|
4820
|
-
// bazel-out/
|
|
4823
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4821
4824
|
var $EOF = 0;
|
|
4822
4825
|
var $BSPACE = 8;
|
|
4823
4826
|
var $TAB = 9;
|
|
@@ -4898,7 +4901,7 @@ function isQuote(code) {
|
|
|
4898
4901
|
return code === $SQ || code === $DQ || code === $BT;
|
|
4899
4902
|
}
|
|
4900
4903
|
|
|
4901
|
-
// bazel-out/
|
|
4904
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
4902
4905
|
var ParseLocation = class {
|
|
4903
4906
|
constructor(file, offset, line, col) {
|
|
4904
4907
|
this.file = file;
|
|
@@ -5045,7 +5048,7 @@ function sanitizeIdentifier(name) {
|
|
|
5045
5048
|
return name.replace(/\W/g, "_");
|
|
5046
5049
|
}
|
|
5047
5050
|
|
|
5048
|
-
// bazel-out/
|
|
5051
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5049
5052
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5050
5053
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5051
5054
|
constructor() {
|
|
@@ -5116,7 +5119,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5116
5119
|
}
|
|
5117
5120
|
};
|
|
5118
5121
|
|
|
5119
|
-
// bazel-out/
|
|
5122
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5120
5123
|
var policy;
|
|
5121
5124
|
function getPolicy() {
|
|
5122
5125
|
if (policy === void 0) {
|
|
@@ -5153,7 +5156,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5153
5156
|
return fn2.bind(_global);
|
|
5154
5157
|
}
|
|
5155
5158
|
|
|
5156
|
-
// bazel-out/
|
|
5159
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5157
5160
|
var JitEvaluator = class {
|
|
5158
5161
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5159
5162
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5244,7 +5247,7 @@ function isUseStrictStatement(statement) {
|
|
|
5244
5247
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5245
5248
|
}
|
|
5246
5249
|
|
|
5247
|
-
// bazel-out/
|
|
5250
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5248
5251
|
function compileInjector(meta) {
|
|
5249
5252
|
const definitionMap = new DefinitionMap();
|
|
5250
5253
|
if (meta.providers !== null) {
|
|
@@ -5261,7 +5264,7 @@ function createInjectorType(meta) {
|
|
|
5261
5264
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5262
5265
|
}
|
|
5263
5266
|
|
|
5264
|
-
// bazel-out/
|
|
5267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5265
5268
|
var R3JitReflector = class {
|
|
5266
5269
|
constructor(context) {
|
|
5267
5270
|
this.context = context;
|
|
@@ -5277,7 +5280,7 @@ var R3JitReflector = class {
|
|
|
5277
5280
|
}
|
|
5278
5281
|
};
|
|
5279
5282
|
|
|
5280
|
-
// bazel-out/
|
|
5283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5281
5284
|
var R3SelectorScopeMode;
|
|
5282
5285
|
(function(R3SelectorScopeMode2) {
|
|
5283
5286
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5390,7 +5393,7 @@ function tupleOfTypes(types) {
|
|
|
5390
5393
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5391
5394
|
}
|
|
5392
5395
|
|
|
5393
|
-
// bazel-out/
|
|
5396
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5394
5397
|
function compilePipeFromMetadata(metadata) {
|
|
5395
5398
|
const definitionMapValues = [];
|
|
5396
5399
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5411,7 +5414,7 @@ function createPipeType(metadata) {
|
|
|
5411
5414
|
]));
|
|
5412
5415
|
}
|
|
5413
5416
|
|
|
5414
|
-
// bazel-out/
|
|
5417
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5415
5418
|
var R3TemplateDependencyKind;
|
|
5416
5419
|
(function(R3TemplateDependencyKind2) {
|
|
5417
5420
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5419,7 +5422,7 @@ var R3TemplateDependencyKind;
|
|
|
5419
5422
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5420
5423
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5421
5424
|
|
|
5422
|
-
// bazel-out/
|
|
5425
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
5423
5426
|
var ParserError = class {
|
|
5424
5427
|
constructor(message, input, errLocation, ctxLocation) {
|
|
5425
5428
|
this.input = input;
|
|
@@ -6085,7 +6088,7 @@ var BoundElementProperty = class {
|
|
|
6085
6088
|
}
|
|
6086
6089
|
};
|
|
6087
6090
|
|
|
6088
|
-
// bazel-out/
|
|
6091
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler_util/expression_converter.mjs
|
|
6089
6092
|
var _EventHandlerVars = class {
|
|
6090
6093
|
};
|
|
6091
6094
|
var EventHandlerVars = _EventHandlerVars;
|
|
@@ -6706,7 +6709,7 @@ var BuiltinFunctionCall = class extends Call {
|
|
|
6706
6709
|
}
|
|
6707
6710
|
};
|
|
6708
6711
|
|
|
6709
|
-
// bazel-out/
|
|
6712
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
6710
6713
|
var _SECURITY_SCHEMA;
|
|
6711
6714
|
function SECURITY_SCHEMA() {
|
|
6712
6715
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -6764,7 +6767,7 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
6764
6767
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
6765
6768
|
}
|
|
6766
6769
|
|
|
6767
|
-
// bazel-out/
|
|
6770
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
6768
6771
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
6769
6772
|
"inherit",
|
|
6770
6773
|
"initial",
|
|
@@ -7224,7 +7227,7 @@ function repeatGroups(groups, multiples) {
|
|
|
7224
7227
|
}
|
|
7225
7228
|
}
|
|
7226
7229
|
|
|
7227
|
-
// bazel-out/
|
|
7230
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
7228
7231
|
var TagContentType;
|
|
7229
7232
|
(function(TagContentType2) {
|
|
7230
7233
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -7257,7 +7260,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
7257
7260
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
7258
7261
|
}
|
|
7259
7262
|
|
|
7260
|
-
// bazel-out/
|
|
7263
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/element.mjs
|
|
7261
7264
|
var ElementAttributeKind;
|
|
7262
7265
|
(function(ElementAttributeKind2) {
|
|
7263
7266
|
ElementAttributeKind2[ElementAttributeKind2["Attribute"] = 0] = "Attribute";
|
|
@@ -7334,7 +7337,7 @@ function assertIsElementAttributes(attrs) {
|
|
|
7334
7337
|
}
|
|
7335
7338
|
}
|
|
7336
7339
|
|
|
7337
|
-
// bazel-out/
|
|
7340
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
7338
7341
|
var OpKind;
|
|
7339
7342
|
(function(OpKind2) {
|
|
7340
7343
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -7368,7 +7371,7 @@ var SemanticVariableKind;
|
|
|
7368
7371
|
SemanticVariableKind2[SemanticVariableKind2["SavedView"] = 2] = "SavedView";
|
|
7369
7372
|
})(SemanticVariableKind || (SemanticVariableKind = {}));
|
|
7370
7373
|
|
|
7371
|
-
// bazel-out/
|
|
7374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
7372
7375
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
7373
7376
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
7374
7377
|
var UsesSlotIndex = Symbol("UsesSlotIndex");
|
|
@@ -7401,7 +7404,7 @@ function hasUsesSlotIndexTrait(value) {
|
|
|
7401
7404
|
return value[UsesSlotIndex] === true;
|
|
7402
7405
|
}
|
|
7403
7406
|
|
|
7404
|
-
// bazel-out/
|
|
7407
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
7405
7408
|
var _a;
|
|
7406
7409
|
var ExpressionBase = class extends Expression {
|
|
7407
7410
|
constructor(sourceSpan = null) {
|
|
@@ -7639,7 +7642,7 @@ function transformExpressionsInStatement(stmt, transform, flags) {
|
|
|
7639
7642
|
}
|
|
7640
7643
|
}
|
|
7641
7644
|
|
|
7642
|
-
// bazel-out/
|
|
7645
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7643
7646
|
var _OpList = class {
|
|
7644
7647
|
constructor() {
|
|
7645
7648
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7803,7 +7806,7 @@ var OpList = _OpList;
|
|
|
7803
7806
|
_OpList.nextListId = 0;
|
|
7804
7807
|
})();
|
|
7805
7808
|
|
|
7806
|
-
// bazel-out/
|
|
7809
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
7807
7810
|
function createStatementOp(statement) {
|
|
7808
7811
|
return __spreadValues({
|
|
7809
7812
|
kind: OpKind.Statement,
|
|
@@ -7824,7 +7827,7 @@ var NEW_OP = {
|
|
|
7824
7827
|
next: null
|
|
7825
7828
|
};
|
|
7826
7829
|
|
|
7827
|
-
// bazel-out/
|
|
7830
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7828
7831
|
function createElementStartOp(tag, xref) {
|
|
7829
7832
|
return __spreadValues(__spreadValues({
|
|
7830
7833
|
kind: OpKind.ElementStart,
|
|
@@ -7869,7 +7872,7 @@ function createListenerOp(target, name, tag) {
|
|
|
7869
7872
|
}, NEW_OP), TRAIT_USES_SLOT_INDEX);
|
|
7870
7873
|
}
|
|
7871
7874
|
|
|
7872
|
-
// bazel-out/
|
|
7875
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
7873
7876
|
function createInterpolateTextOp(xref, strings, expressions) {
|
|
7874
7877
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
7875
7878
|
kind: OpKind.InterpolateText,
|
|
@@ -7893,7 +7896,7 @@ function createAdvanceOp(delta) {
|
|
|
7893
7896
|
}, NEW_OP);
|
|
7894
7897
|
}
|
|
7895
7898
|
|
|
7896
|
-
// bazel-out/
|
|
7899
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
7897
7900
|
function phaseConstCollection(cpl) {
|
|
7898
7901
|
for (const [_, view] of cpl.views) {
|
|
7899
7902
|
for (const op of view.create) {
|
|
@@ -7934,7 +7937,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n, projectAs, s
|
|
|
7934
7937
|
return literalArr(attrArray);
|
|
7935
7938
|
}
|
|
7936
7939
|
|
|
7937
|
-
// bazel-out/
|
|
7940
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
7938
7941
|
function phaseEmptyElements(cpl) {
|
|
7939
7942
|
for (const [_, view] of cpl.views) {
|
|
7940
7943
|
for (const op of view.create) {
|
|
@@ -7946,7 +7949,7 @@ function phaseEmptyElements(cpl) {
|
|
|
7946
7949
|
}
|
|
7947
7950
|
}
|
|
7948
7951
|
|
|
7949
|
-
// bazel-out/
|
|
7952
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
7950
7953
|
function phaseGenerateAdvance(cpl) {
|
|
7951
7954
|
for (const [_, view] of cpl.views) {
|
|
7952
7955
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -7978,7 +7981,7 @@ function phaseGenerateAdvance(cpl) {
|
|
|
7978
7981
|
}
|
|
7979
7982
|
}
|
|
7980
7983
|
|
|
7981
|
-
// bazel-out/
|
|
7984
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
7982
7985
|
function element(slot, tag, constIndex, localRefIndex) {
|
|
7983
7986
|
return elementStartBase(Identifiers.element, slot, tag, constIndex, localRefIndex);
|
|
7984
7987
|
}
|
|
@@ -8103,7 +8106,7 @@ function callInterpolation(config, baseArgs, interpolationArgs) {
|
|
|
8103
8106
|
}
|
|
8104
8107
|
}
|
|
8105
8108
|
|
|
8106
|
-
// bazel-out/
|
|
8109
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
8107
8110
|
function phaseReify(cpl) {
|
|
8108
8111
|
for (const [_, view] of cpl.views) {
|
|
8109
8112
|
reifyCreateOperations(view, view.create);
|
|
@@ -8228,7 +8231,7 @@ var LookForEventVisitor = class extends RecursiveAstVisitor {
|
|
|
8228
8231
|
}
|
|
8229
8232
|
};
|
|
8230
8233
|
|
|
8231
|
-
// bazel-out/
|
|
8234
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
8232
8235
|
function phaseSlotAllocation(cpl) {
|
|
8233
8236
|
const slotMap = /* @__PURE__ */ new Map();
|
|
8234
8237
|
for (const [_, view] of cpl.views) {
|
|
@@ -8268,7 +8271,7 @@ function phaseSlotAllocation(cpl) {
|
|
|
8268
8271
|
}
|
|
8269
8272
|
}
|
|
8270
8273
|
|
|
8271
|
-
// bazel-out/
|
|
8274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
8272
8275
|
function phaseVarCounting(cpl) {
|
|
8273
8276
|
for (const [_, view] of cpl.views) {
|
|
8274
8277
|
let varCount = 0;
|
|
@@ -8308,7 +8311,7 @@ function varsUsedByIrExpression(expr) {
|
|
|
8308
8311
|
return 0;
|
|
8309
8312
|
}
|
|
8310
8313
|
|
|
8311
|
-
// bazel-out/
|
|
8314
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
8312
8315
|
function phaseNaming(cpl) {
|
|
8313
8316
|
addNamesToView(cpl.root, cpl.componentName, { index: 0 });
|
|
8314
8317
|
}
|
|
@@ -8366,7 +8369,7 @@ function getVariableName(variable2, state) {
|
|
|
8366
8369
|
return variable2.name;
|
|
8367
8370
|
}
|
|
8368
8371
|
|
|
8369
|
-
// bazel-out/
|
|
8372
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
8370
8373
|
function phaseLocalRefs(cpl) {
|
|
8371
8374
|
for (const view of cpl.views.values()) {
|
|
8372
8375
|
for (const op of view.create) {
|
|
@@ -8397,7 +8400,7 @@ function serializeLocalRefs(refs) {
|
|
|
8397
8400
|
return literalArr(constRefs);
|
|
8398
8401
|
}
|
|
8399
8402
|
|
|
8400
|
-
// bazel-out/
|
|
8403
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
8401
8404
|
function phaseGenerateVariables(cpl) {
|
|
8402
8405
|
recursivelyProcessView(cpl.root, null);
|
|
8403
8406
|
}
|
|
@@ -8494,7 +8497,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
8494
8497
|
return newOps;
|
|
8495
8498
|
}
|
|
8496
8499
|
|
|
8497
|
-
// bazel-out/
|
|
8500
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
8498
8501
|
function phaseResolveNames(cpl) {
|
|
8499
8502
|
for (const [_, view] of cpl.views) {
|
|
8500
8503
|
processLexicalScope(view, view.create, null);
|
|
@@ -8547,7 +8550,7 @@ function processLexicalScope(view, ops, savedView) {
|
|
|
8547
8550
|
}
|
|
8548
8551
|
}
|
|
8549
8552
|
|
|
8550
|
-
// bazel-out/
|
|
8553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
8551
8554
|
function phaseResolveContexts(cpl) {
|
|
8552
8555
|
for (const view of cpl.views.values()) {
|
|
8553
8556
|
processLexicalScope2(view, view.create);
|
|
@@ -8585,7 +8588,7 @@ function processLexicalScope2(view, ops) {
|
|
|
8585
8588
|
}
|
|
8586
8589
|
}
|
|
8587
8590
|
|
|
8588
|
-
// bazel-out/
|
|
8591
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
8589
8592
|
function phaseVariableOptimization(cpl, options) {
|
|
8590
8593
|
for (const [_, view] of cpl.views) {
|
|
8591
8594
|
optimizeVariablesInOpList(view.create, options);
|
|
@@ -8783,7 +8786,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
8783
8786
|
}
|
|
8784
8787
|
}
|
|
8785
8788
|
|
|
8786
|
-
// bazel-out/
|
|
8789
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8787
8790
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8788
8791
|
Identifiers.elementStart,
|
|
8789
8792
|
Identifiers.elementEnd,
|
|
@@ -8826,7 +8829,7 @@ function chainOperationsInList(opList) {
|
|
|
8826
8829
|
}
|
|
8827
8830
|
}
|
|
8828
8831
|
|
|
8829
|
-
// bazel-out/
|
|
8832
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
8830
8833
|
function phaseMergeNextContext(cpl) {
|
|
8831
8834
|
for (const view of cpl.views.values()) {
|
|
8832
8835
|
for (const op of view.create) {
|
|
@@ -8868,7 +8871,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
8868
8871
|
}
|
|
8869
8872
|
}
|
|
8870
8873
|
|
|
8871
|
-
// bazel-out/
|
|
8874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
8872
8875
|
function transformTemplate(cpl) {
|
|
8873
8876
|
phaseGenerateVariables(cpl);
|
|
8874
8877
|
phaseResolveNames(cpl);
|
|
@@ -8943,7 +8946,7 @@ function maybeGenerateRfBlock(flag, statements) {
|
|
|
8943
8946
|
];
|
|
8944
8947
|
}
|
|
8945
8948
|
|
|
8946
|
-
// bazel-out/
|
|
8949
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8947
8950
|
var ComponentCompilation = class {
|
|
8948
8951
|
constructor(componentName) {
|
|
8949
8952
|
this.componentName = componentName;
|
|
@@ -9000,7 +9003,7 @@ var ViewCompilation = class {
|
|
|
9000
9003
|
}
|
|
9001
9004
|
};
|
|
9002
9005
|
|
|
9003
|
-
// bazel-out/
|
|
9006
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
9004
9007
|
function ingest(componentName, template2) {
|
|
9005
9008
|
const cpl = new ComponentCompilation(componentName);
|
|
9006
9009
|
ingestNodes(cpl.root, template2);
|
|
@@ -9137,10 +9140,10 @@ function assertIsArray(value) {
|
|
|
9137
9140
|
}
|
|
9138
9141
|
}
|
|
9139
9142
|
|
|
9140
|
-
// bazel-out/
|
|
9143
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/switch/index.mjs
|
|
9141
9144
|
var USE_TEMPLATE_PIPELINE = false;
|
|
9142
9145
|
|
|
9143
|
-
// bazel-out/
|
|
9146
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/style_parser.mjs
|
|
9144
9147
|
function parse(value) {
|
|
9145
9148
|
const styles = [];
|
|
9146
9149
|
let i = 0;
|
|
@@ -9201,7 +9204,7 @@ function hyphenate(value) {
|
|
|
9201
9204
|
}).toLowerCase();
|
|
9202
9205
|
}
|
|
9203
9206
|
|
|
9204
|
-
// bazel-out/
|
|
9207
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/styling_builder.mjs
|
|
9205
9208
|
var IMPORTANT_FLAG = "!important";
|
|
9206
9209
|
var MIN_STYLING_BINDING_SLOTS_REQUIRED = 2;
|
|
9207
9210
|
var StylingBuilder = class {
|
|
@@ -9534,7 +9537,7 @@ function isEmptyExpression(ast) {
|
|
|
9534
9537
|
return ast instanceof EmptyExpr;
|
|
9535
9538
|
}
|
|
9536
9539
|
|
|
9537
|
-
// bazel-out/
|
|
9540
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9538
9541
|
var TokenType;
|
|
9539
9542
|
(function(TokenType2) {
|
|
9540
9543
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9895,7 +9898,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9895
9898
|
return result;
|
|
9896
9899
|
}
|
|
9897
9900
|
|
|
9898
|
-
// bazel-out/
|
|
9901
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9899
9902
|
var SplitInterpolation = class {
|
|
9900
9903
|
constructor(strings, expressions, offsets) {
|
|
9901
9904
|
this.strings = strings;
|
|
@@ -10789,7 +10792,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10789
10792
|
return offsetMap;
|
|
10790
10793
|
}
|
|
10791
10794
|
|
|
10792
|
-
// bazel-out/
|
|
10795
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10793
10796
|
var NodeWithI18n = class {
|
|
10794
10797
|
constructor(sourceSpan, i18n) {
|
|
10795
10798
|
this.sourceSpan = sourceSpan;
|
|
@@ -10877,11 +10880,11 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
10877
10880
|
return result;
|
|
10878
10881
|
}
|
|
10879
10882
|
|
|
10880
|
-
// bazel-out/
|
|
10883
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10881
10884
|
var ElementSchemaRegistry = class {
|
|
10882
10885
|
};
|
|
10883
10886
|
|
|
10884
|
-
// bazel-out/
|
|
10887
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10885
10888
|
var BOOLEAN = "boolean";
|
|
10886
10889
|
var NUMBER = "number";
|
|
10887
10890
|
var STRING = "string";
|
|
@@ -11234,7 +11237,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11234
11237
|
}
|
|
11235
11238
|
}
|
|
11236
11239
|
|
|
11237
|
-
// bazel-out/
|
|
11240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11238
11241
|
var HtmlTagDefinition = class {
|
|
11239
11242
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11240
11243
|
this.closedByChildren = {};
|
|
@@ -11352,7 +11355,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11352
11355
|
return (_b = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b : DEFAULT_TAG_DEFINITION;
|
|
11353
11356
|
}
|
|
11354
11357
|
|
|
11355
|
-
// bazel-out/
|
|
11358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11356
11359
|
var NAMED_ENTITIES = {
|
|
11357
11360
|
"AElig": "\xC6",
|
|
11358
11361
|
"AMP": "&",
|
|
@@ -13483,7 +13486,7 @@ var NAMED_ENTITIES = {
|
|
|
13483
13486
|
var NGSP_UNICODE = "\uE500";
|
|
13484
13487
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13485
13488
|
|
|
13486
|
-
// bazel-out/
|
|
13489
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13487
13490
|
var TokenError = class extends ParseError {
|
|
13488
13491
|
constructor(errorMsg, tokenType, span) {
|
|
13489
13492
|
super(span, errorMsg);
|
|
@@ -14318,7 +14321,7 @@ var CursorError = class {
|
|
|
14318
14321
|
}
|
|
14319
14322
|
};
|
|
14320
14323
|
|
|
14321
|
-
// bazel-out/
|
|
14324
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14322
14325
|
var TreeError = class extends ParseError {
|
|
14323
14326
|
static create(elementName, span, msg) {
|
|
14324
14327
|
return new TreeError(elementName, span, msg);
|
|
@@ -14645,7 +14648,7 @@ function decodeEntity(match, entity) {
|
|
|
14645
14648
|
return match;
|
|
14646
14649
|
}
|
|
14647
14650
|
|
|
14648
|
-
// bazel-out/
|
|
14651
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
14649
14652
|
var HtmlParser = class extends Parser2 {
|
|
14650
14653
|
constructor() {
|
|
14651
14654
|
super(getHtmlTagDefinition);
|
|
@@ -14655,7 +14658,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
14655
14658
|
}
|
|
14656
14659
|
};
|
|
14657
14660
|
|
|
14658
|
-
// bazel-out/
|
|
14661
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
14659
14662
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
14660
14663
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
14661
14664
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -14715,7 +14718,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
14715
14718
|
return result;
|
|
14716
14719
|
}
|
|
14717
14720
|
|
|
14718
|
-
// bazel-out/
|
|
14721
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
14719
14722
|
function mapLiteral(obj, quoted = false) {
|
|
14720
14723
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
14721
14724
|
key,
|
|
@@ -14724,7 +14727,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
14724
14727
|
})));
|
|
14725
14728
|
}
|
|
14726
14729
|
|
|
14727
|
-
// bazel-out/
|
|
14730
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
14728
14731
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
14729
14732
|
"iframe|srcdoc",
|
|
14730
14733
|
"*|innerhtml",
|
|
@@ -14739,7 +14742,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
14739
14742
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
14740
14743
|
}
|
|
14741
14744
|
|
|
14742
|
-
// bazel-out/
|
|
14745
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
14743
14746
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
14744
14747
|
var ATTRIBUTE_PREFIX = "attr";
|
|
14745
14748
|
var CLASS_PREFIX = "class";
|
|
@@ -15059,7 +15062,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
15059
15062
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
15060
15063
|
}
|
|
15061
15064
|
|
|
15062
|
-
// bazel-out/
|
|
15065
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
15063
15066
|
function isStyleUrlResolvable(url) {
|
|
15064
15067
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
15065
15068
|
return false;
|
|
@@ -15068,7 +15071,7 @@ function isStyleUrlResolvable(url) {
|
|
|
15068
15071
|
}
|
|
15069
15072
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
15070
15073
|
|
|
15071
|
-
// bazel-out/
|
|
15074
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
15072
15075
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
15073
15076
|
var LINK_ELEMENT = "link";
|
|
15074
15077
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -15138,7 +15141,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
15138
15141
|
return selectAttr;
|
|
15139
15142
|
}
|
|
15140
15143
|
|
|
15141
|
-
// bazel-out/
|
|
15144
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
15142
15145
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
15143
15146
|
var KW_BIND_IDX = 1;
|
|
15144
15147
|
var KW_LET_IDX = 2;
|
|
@@ -15486,7 +15489,7 @@ function textContents(node) {
|
|
|
15486
15489
|
}
|
|
15487
15490
|
}
|
|
15488
15491
|
|
|
15489
|
-
// bazel-out/
|
|
15492
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/context.mjs
|
|
15490
15493
|
var TagType;
|
|
15491
15494
|
(function(TagType2) {
|
|
15492
15495
|
TagType2[TagType2["ELEMENT"] = 0] = "ELEMENT";
|
|
@@ -15621,7 +15624,7 @@ function serializePlaceholderValue(value) {
|
|
|
15621
15624
|
}
|
|
15622
15625
|
}
|
|
15623
15626
|
|
|
15624
|
-
// bazel-out/
|
|
15627
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
15625
15628
|
var IcuSerializerVisitor = class {
|
|
15626
15629
|
visitText(text2) {
|
|
15627
15630
|
return text2.value;
|
|
@@ -15652,7 +15655,7 @@ function serializeIcuNode(icu) {
|
|
|
15652
15655
|
return icu.visit(serializer);
|
|
15653
15656
|
}
|
|
15654
15657
|
|
|
15655
|
-
// bazel-out/
|
|
15658
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15656
15659
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15657
15660
|
"A": "LINK",
|
|
15658
15661
|
"B": "BOLD_TEXT",
|
|
@@ -15746,7 +15749,7 @@ var PlaceholderRegistry = class {
|
|
|
15746
15749
|
}
|
|
15747
15750
|
};
|
|
15748
15751
|
|
|
15749
|
-
// bazel-out/
|
|
15752
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15750
15753
|
var _expParser = new Parser(new Lexer());
|
|
15751
15754
|
function createI18nMessageFactory(interpolationConfig) {
|
|
15752
15755
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig);
|
|
@@ -15901,14 +15904,14 @@ function extractPlaceholderName(input) {
|
|
|
15901
15904
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15902
15905
|
}
|
|
15903
15906
|
|
|
15904
|
-
// bazel-out/
|
|
15907
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15905
15908
|
var I18nError = class extends ParseError {
|
|
15906
15909
|
constructor(span, msg) {
|
|
15907
15910
|
super(span, msg);
|
|
15908
15911
|
}
|
|
15909
15912
|
};
|
|
15910
15913
|
|
|
15911
|
-
// bazel-out/
|
|
15914
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15912
15915
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15913
15916
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15914
15917
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -16057,7 +16060,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
16057
16060
|
return jsDocComment(tags);
|
|
16058
16061
|
}
|
|
16059
16062
|
|
|
16060
|
-
// bazel-out/
|
|
16063
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
16061
16064
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
16062
16065
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
16063
16066
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16105,7 +16108,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16105
16108
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16106
16109
|
}
|
|
16107
16110
|
|
|
16108
|
-
// bazel-out/
|
|
16111
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16109
16112
|
function createLocalizeStatements(variable2, message, params) {
|
|
16110
16113
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16111
16114
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16188,7 +16191,7 @@ function createEmptyMessagePart(location) {
|
|
|
16188
16191
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16189
16192
|
}
|
|
16190
16193
|
|
|
16191
|
-
// bazel-out/
|
|
16194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
16192
16195
|
var NG_CONTENT_SELECT_ATTR2 = "select";
|
|
16193
16196
|
var NG_PROJECT_AS_ATTR_NAME = "ngProjectAs";
|
|
16194
16197
|
var EVENT_BINDING_SCOPE_GLOBALS = /* @__PURE__ */ new Set(["$event"]);
|
|
@@ -17490,7 +17493,7 @@ function createClosureModeGuard() {
|
|
|
17490
17493
|
return typeofExpr(variable(NG_I18N_CLOSURE_MODE)).notIdentical(literal("undefined", STRING_TYPE)).and(variable(NG_I18N_CLOSURE_MODE));
|
|
17491
17494
|
}
|
|
17492
17495
|
|
|
17493
|
-
// bazel-out/
|
|
17496
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
17494
17497
|
var ATTR_REGEX = /attr\.([^\]]+)/;
|
|
17495
17498
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
17496
17499
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
@@ -18034,11 +18037,11 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
18034
18037
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
18035
18038
|
}
|
|
18036
18039
|
|
|
18037
|
-
// bazel-out/
|
|
18040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
18038
18041
|
var ResourceLoader = class {
|
|
18039
18042
|
};
|
|
18040
18043
|
|
|
18041
|
-
// bazel-out/
|
|
18044
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
18042
18045
|
var CompilerFacadeImpl = class {
|
|
18043
18046
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
18044
18047
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -18539,10 +18542,10 @@ function publishFacade(global2) {
|
|
|
18539
18542
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
18540
18543
|
}
|
|
18541
18544
|
|
|
18542
|
-
// bazel-out/
|
|
18543
|
-
var VERSION2 = new Version("16.0.
|
|
18545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
18546
|
+
var VERSION2 = new Version("16.0.1");
|
|
18544
18547
|
|
|
18545
|
-
// bazel-out/
|
|
18548
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
18546
18549
|
var _I18N_ATTR = "i18n";
|
|
18547
18550
|
var _I18N_ATTR_PREFIX = "i18n-";
|
|
18548
18551
|
var _I18N_COMMENT_PREFIX_REGEXP = /^i18n:?/;
|
|
@@ -18846,7 +18849,7 @@ function _parseMessageMeta(i18n) {
|
|
|
18846
18849
|
return { meaning, description, id: id.trim() };
|
|
18847
18850
|
}
|
|
18848
18851
|
|
|
18849
|
-
// bazel-out/
|
|
18852
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
18850
18853
|
var XmlTagDefinition = class {
|
|
18851
18854
|
constructor() {
|
|
18852
18855
|
this.closedByParent = false;
|
|
@@ -18871,7 +18874,7 @@ function getXmlTagDefinition(tagName) {
|
|
|
18871
18874
|
return _TAG_DEFINITION;
|
|
18872
18875
|
}
|
|
18873
18876
|
|
|
18874
|
-
// bazel-out/
|
|
18877
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_parser.mjs
|
|
18875
18878
|
var XmlParser = class extends Parser2 {
|
|
18876
18879
|
constructor() {
|
|
18877
18880
|
super(getXmlTagDefinition);
|
|
@@ -18881,7 +18884,7 @@ var XmlParser = class extends Parser2 {
|
|
|
18881
18884
|
}
|
|
18882
18885
|
};
|
|
18883
18886
|
|
|
18884
|
-
// bazel-out/
|
|
18887
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff.mjs
|
|
18885
18888
|
var _VERSION = "1.2";
|
|
18886
18889
|
var _XMLNS = "urn:oasis:names:tc:xliff:document:1.2";
|
|
18887
18890
|
var _DEFAULT_SOURCE_LANG = "en";
|
|
@@ -19121,7 +19124,7 @@ function getCtypeForTag(tag) {
|
|
|
19121
19124
|
}
|
|
19122
19125
|
}
|
|
19123
19126
|
|
|
19124
|
-
// bazel-out/
|
|
19127
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xliff2.mjs
|
|
19125
19128
|
var _VERSION2 = "2.0";
|
|
19126
19129
|
var _XMLNS2 = "urn:oasis:names:tc:xliff:document:2.0";
|
|
19127
19130
|
var _DEFAULT_SOURCE_LANG2 = "en";
|
|
@@ -19412,7 +19415,7 @@ function getTypeForTag(tag) {
|
|
|
19412
19415
|
}
|
|
19413
19416
|
}
|
|
19414
19417
|
|
|
19415
|
-
// bazel-out/
|
|
19418
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/message_bundle.mjs
|
|
19416
19419
|
var MessageBundle = class {
|
|
19417
19420
|
constructor(_htmlParser, _implicitTags, _implicitAttrs, _locale = null) {
|
|
19418
19421
|
this._htmlParser = _htmlParser;
|
|
@@ -19479,7 +19482,7 @@ var MapPlaceholderNames = class extends CloneVisitor {
|
|
|
19479
19482
|
}
|
|
19480
19483
|
};
|
|
19481
19484
|
|
|
19482
|
-
// bazel-out/
|
|
19485
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
19483
19486
|
var FactoryTarget2;
|
|
19484
19487
|
(function(FactoryTarget3) {
|
|
19485
19488
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -19489,7 +19492,7 @@ var FactoryTarget2;
|
|
|
19489
19492
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
19490
19493
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
19491
19494
|
|
|
19492
|
-
// bazel-out/
|
|
19495
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
19493
19496
|
var R3TargetBinder = class {
|
|
19494
19497
|
constructor(directiveMatcher) {
|
|
19495
19498
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -19841,7 +19844,7 @@ function extractTemplateEntities(rootScope) {
|
|
|
19841
19844
|
return templateEntities;
|
|
19842
19845
|
}
|
|
19843
19846
|
|
|
19844
|
-
// bazel-out/
|
|
19847
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_class_metadata_compiler.mjs
|
|
19845
19848
|
function compileClassMetadata(metadata) {
|
|
19846
19849
|
var _a2, _b;
|
|
19847
19850
|
const fnCall = importExpr(Identifiers.setClassMetadata).callFn([
|
|
@@ -19854,12 +19857,12 @@ function compileClassMetadata(metadata) {
|
|
|
19854
19857
|
return iife.callFn([]);
|
|
19855
19858
|
}
|
|
19856
19859
|
|
|
19857
|
-
// bazel-out/
|
|
19860
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/class_metadata.mjs
|
|
19858
19861
|
var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
19859
19862
|
function compileDeclareClassMetadata(metadata) {
|
|
19860
19863
|
const definitionMap = new DefinitionMap();
|
|
19861
19864
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
19862
|
-
definitionMap.set("version", literal("16.0.
|
|
19865
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
19863
19866
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
19864
19867
|
definitionMap.set("type", metadata.type);
|
|
19865
19868
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -19868,7 +19871,7 @@ function compileDeclareClassMetadata(metadata) {
|
|
|
19868
19871
|
return importExpr(Identifiers.declareClassMetadata).callFn([definitionMap.toLiteralMap()]);
|
|
19869
19872
|
}
|
|
19870
19873
|
|
|
19871
|
-
// bazel-out/
|
|
19874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/util.mjs
|
|
19872
19875
|
function toOptionalLiteralArray(values, mapper) {
|
|
19873
19876
|
if (values === null || values.length === 0) {
|
|
19874
19877
|
return null;
|
|
@@ -19916,7 +19919,7 @@ function compileDependency(dep) {
|
|
|
19916
19919
|
return depMeta.toLiteralMap();
|
|
19917
19920
|
}
|
|
19918
19921
|
|
|
19919
|
-
// bazel-out/
|
|
19922
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/directive.mjs
|
|
19920
19923
|
var MINIMUM_PARTIAL_LINKER_VERSION2 = "14.0.0";
|
|
19921
19924
|
function compileDeclareDirectiveFromMetadata(meta) {
|
|
19922
19925
|
const definitionMap = createDirectiveDefinitionMap(meta);
|
|
@@ -19928,7 +19931,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
19928
19931
|
var _a2;
|
|
19929
19932
|
const definitionMap = new DefinitionMap();
|
|
19930
19933
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
19931
|
-
definitionMap.set("version", literal("16.0.
|
|
19934
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
19932
19935
|
definitionMap.set("type", meta.type.value);
|
|
19933
19936
|
if (meta.isStandalone) {
|
|
19934
19937
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -20018,7 +20021,7 @@ function createHostDirectives(hostDirectives) {
|
|
|
20018
20021
|
return literalArr(expressions);
|
|
20019
20022
|
}
|
|
20020
20023
|
|
|
20021
|
-
// bazel-out/
|
|
20024
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/component.mjs
|
|
20022
20025
|
function compileDeclareComponentFromMetadata(meta, template2, additionalTemplateInfo) {
|
|
20023
20026
|
const definitionMap = createComponentDefinitionMap(meta, template2, additionalTemplateInfo);
|
|
20024
20027
|
const expression = importExpr(Identifiers.declareComponent).callFn([definitionMap.toLiteralMap()]);
|
|
@@ -20105,12 +20108,12 @@ function compileUsedDependenciesMetadata(meta) {
|
|
|
20105
20108
|
});
|
|
20106
20109
|
}
|
|
20107
20110
|
|
|
20108
|
-
// bazel-out/
|
|
20111
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/factory.mjs
|
|
20109
20112
|
var MINIMUM_PARTIAL_LINKER_VERSION3 = "12.0.0";
|
|
20110
20113
|
function compileDeclareFactoryFunction(meta) {
|
|
20111
20114
|
const definitionMap = new DefinitionMap();
|
|
20112
20115
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
20113
|
-
definitionMap.set("version", literal("16.0.
|
|
20116
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
20114
20117
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20115
20118
|
definitionMap.set("type", meta.type.value);
|
|
20116
20119
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -20122,7 +20125,7 @@ function compileDeclareFactoryFunction(meta) {
|
|
|
20122
20125
|
};
|
|
20123
20126
|
}
|
|
20124
20127
|
|
|
20125
|
-
// bazel-out/
|
|
20128
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injectable.mjs
|
|
20126
20129
|
var MINIMUM_PARTIAL_LINKER_VERSION4 = "12.0.0";
|
|
20127
20130
|
function compileDeclareInjectableFromMetadata(meta) {
|
|
20128
20131
|
const definitionMap = createInjectableDefinitionMap(meta);
|
|
@@ -20133,7 +20136,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
20133
20136
|
function createInjectableDefinitionMap(meta) {
|
|
20134
20137
|
const definitionMap = new DefinitionMap();
|
|
20135
20138
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
20136
|
-
definitionMap.set("version", literal("16.0.
|
|
20139
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
20137
20140
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20138
20141
|
definitionMap.set("type", meta.type.value);
|
|
20139
20142
|
if (meta.providedIn !== void 0) {
|
|
@@ -20160,7 +20163,7 @@ function createInjectableDefinitionMap(meta) {
|
|
|
20160
20163
|
return definitionMap;
|
|
20161
20164
|
}
|
|
20162
20165
|
|
|
20163
|
-
// bazel-out/
|
|
20166
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/injector.mjs
|
|
20164
20167
|
var MINIMUM_PARTIAL_LINKER_VERSION5 = "12.0.0";
|
|
20165
20168
|
function compileDeclareInjectorFromMetadata(meta) {
|
|
20166
20169
|
const definitionMap = createInjectorDefinitionMap(meta);
|
|
@@ -20171,7 +20174,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
20171
20174
|
function createInjectorDefinitionMap(meta) {
|
|
20172
20175
|
const definitionMap = new DefinitionMap();
|
|
20173
20176
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
20174
|
-
definitionMap.set("version", literal("16.0.
|
|
20177
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
20175
20178
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20176
20179
|
definitionMap.set("type", meta.type.value);
|
|
20177
20180
|
definitionMap.set("providers", meta.providers);
|
|
@@ -20181,7 +20184,7 @@ function createInjectorDefinitionMap(meta) {
|
|
|
20181
20184
|
return definitionMap;
|
|
20182
20185
|
}
|
|
20183
20186
|
|
|
20184
|
-
// bazel-out/
|
|
20187
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/ng_module.mjs
|
|
20185
20188
|
var MINIMUM_PARTIAL_LINKER_VERSION6 = "14.0.0";
|
|
20186
20189
|
function compileDeclareNgModuleFromMetadata(meta) {
|
|
20187
20190
|
const definitionMap = createNgModuleDefinitionMap(meta);
|
|
@@ -20192,7 +20195,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
|
|
|
20192
20195
|
function createNgModuleDefinitionMap(meta) {
|
|
20193
20196
|
const definitionMap = new DefinitionMap();
|
|
20194
20197
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
20195
|
-
definitionMap.set("version", literal("16.0.
|
|
20198
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
20196
20199
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20197
20200
|
definitionMap.set("type", meta.type.value);
|
|
20198
20201
|
if (meta.bootstrap.length > 0) {
|
|
@@ -20216,7 +20219,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
20216
20219
|
return definitionMap;
|
|
20217
20220
|
}
|
|
20218
20221
|
|
|
20219
|
-
// bazel-out/
|
|
20222
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/pipe.mjs
|
|
20220
20223
|
var MINIMUM_PARTIAL_LINKER_VERSION7 = "14.0.0";
|
|
20221
20224
|
function compileDeclarePipeFromMetadata(meta) {
|
|
20222
20225
|
const definitionMap = createPipeDefinitionMap(meta);
|
|
@@ -20227,7 +20230,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
20227
20230
|
function createPipeDefinitionMap(meta) {
|
|
20228
20231
|
const definitionMap = new DefinitionMap();
|
|
20229
20232
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION7));
|
|
20230
|
-
definitionMap.set("version", literal("16.0.
|
|
20233
|
+
definitionMap.set("version", literal("16.0.1"));
|
|
20231
20234
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
20232
20235
|
definitionMap.set("type", meta.type.value);
|
|
20233
20236
|
if (meta.isStandalone) {
|
|
@@ -20240,13 +20243,13 @@ function createPipeDefinitionMap(meta) {
|
|
|
20240
20243
|
return definitionMap;
|
|
20241
20244
|
}
|
|
20242
20245
|
|
|
20243
|
-
// bazel-out/
|
|
20246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
20244
20247
|
publishFacade(_global);
|
|
20245
20248
|
|
|
20246
|
-
// bazel-out/
|
|
20247
|
-
var VERSION3 = new Version("16.0.
|
|
20249
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
20250
|
+
var VERSION3 = new Version("16.0.1");
|
|
20248
20251
|
|
|
20249
|
-
// bazel-out/
|
|
20252
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
20250
20253
|
var EmitFlags;
|
|
20251
20254
|
(function(EmitFlags2) {
|
|
20252
20255
|
EmitFlags2[EmitFlags2["DTS"] = 1] = "DTS";
|
|
@@ -20258,13 +20261,13 @@ var EmitFlags;
|
|
|
20258
20261
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
20259
20262
|
})(EmitFlags || (EmitFlags = {}));
|
|
20260
20263
|
|
|
20261
|
-
// bazel-out/
|
|
20264
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
20262
20265
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
20263
20266
|
|
|
20264
|
-
// bazel-out/
|
|
20267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
20265
20268
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
20266
20269
|
|
|
20267
|
-
// bazel-out/
|
|
20270
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
20268
20271
|
var path = __toESM(require("path"), 1);
|
|
20269
20272
|
function i18nGetExtension(formatName) {
|
|
20270
20273
|
const format = formatName.toLowerCase();
|
|
@@ -20314,10 +20317,10 @@ function getPathNormalizer(basePath) {
|
|
|
20314
20317
|
};
|
|
20315
20318
|
}
|
|
20316
20319
|
|
|
20317
|
-
// bazel-out/
|
|
20320
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20318
20321
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
20319
20322
|
|
|
20320
|
-
// bazel-out/
|
|
20323
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
20321
20324
|
function toNumbers(value) {
|
|
20322
20325
|
const suffixIndex = value.lastIndexOf("-");
|
|
20323
20326
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -20352,7 +20355,7 @@ function compareVersions(v1, v2) {
|
|
|
20352
20355
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
20353
20356
|
}
|
|
20354
20357
|
|
|
20355
|
-
// bazel-out/
|
|
20358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
20356
20359
|
var MIN_TS_VERSION = "4.9.3";
|
|
20357
20360
|
var MAX_TS_VERSION = "5.1.0";
|
|
20358
20361
|
var tsVersion = import_typescript3.default.version;
|
|
@@ -20365,13 +20368,13 @@ function verifySupportedTypeScriptVersion() {
|
|
|
20365
20368
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
20366
20369
|
}
|
|
20367
20370
|
|
|
20368
|
-
// bazel-out/
|
|
20371
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
20369
20372
|
var import_typescript90 = __toESM(require("typescript"), 1);
|
|
20370
20373
|
|
|
20371
|
-
// bazel-out/
|
|
20374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
20372
20375
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
20373
20376
|
|
|
20374
|
-
// bazel-out/
|
|
20377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
20375
20378
|
var ErrorCode;
|
|
20376
20379
|
(function(ErrorCode2) {
|
|
20377
20380
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -20444,7 +20447,7 @@ var ErrorCode;
|
|
|
20444
20447
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
20445
20448
|
})(ErrorCode || (ErrorCode = {}));
|
|
20446
20449
|
|
|
20447
|
-
// bazel-out/
|
|
20450
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
20448
20451
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
20449
20452
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
20450
20453
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -20456,15 +20459,15 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
20456
20459
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
20457
20460
|
]);
|
|
20458
20461
|
|
|
20459
|
-
// bazel-out/
|
|
20462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20460
20463
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
20461
20464
|
|
|
20462
|
-
// bazel-out/
|
|
20465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
20463
20466
|
function ngErrorCode(code) {
|
|
20464
20467
|
return parseInt("-99" + code);
|
|
20465
20468
|
}
|
|
20466
20469
|
|
|
20467
|
-
// bazel-out/
|
|
20470
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
20468
20471
|
var FatalDiagnosticError = class {
|
|
20469
20472
|
constructor(code, node, message, relatedInformation) {
|
|
20470
20473
|
this.code = code;
|
|
@@ -20520,10 +20523,10 @@ function addDiagnosticChain(messageText, add) {
|
|
|
20520
20523
|
return messageText;
|
|
20521
20524
|
}
|
|
20522
20525
|
|
|
20523
|
-
// bazel-out/
|
|
20526
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
20524
20527
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
20525
20528
|
|
|
20526
|
-
// bazel-out/
|
|
20529
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
20527
20530
|
var ExtendedTemplateDiagnosticName;
|
|
20528
20531
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
20529
20532
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -20536,13 +20539,13 @@ var ExtendedTemplateDiagnosticName;
|
|
|
20536
20539
|
ExtendedTemplateDiagnosticName2["SKIP_HYDRATION_NOT_STATIC"] = "skipHydrationNotStatic";
|
|
20537
20540
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
20538
20541
|
|
|
20539
|
-
// bazel-out/
|
|
20542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
20540
20543
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
20541
20544
|
|
|
20542
|
-
// bazel-out/
|
|
20545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20543
20546
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
20544
20547
|
|
|
20545
|
-
// bazel-out/
|
|
20548
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
20546
20549
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
20547
20550
|
var TS = /\.tsx?$/i;
|
|
20548
20551
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -20643,7 +20646,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
20643
20646
|
return redirectInfo.unredirected;
|
|
20644
20647
|
}
|
|
20645
20648
|
|
|
20646
|
-
// bazel-out/
|
|
20649
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
20647
20650
|
function findExportedNameOfNode(target, file, reflector) {
|
|
20648
20651
|
const exports = reflector.getExportsOfModule(file);
|
|
20649
20652
|
if (exports === null) {
|
|
@@ -20663,7 +20666,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
20663
20666
|
return foundExportName;
|
|
20664
20667
|
}
|
|
20665
20668
|
|
|
20666
|
-
// bazel-out/
|
|
20669
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
20667
20670
|
var ImportFlags;
|
|
20668
20671
|
(function(ImportFlags2) {
|
|
20669
20672
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -20879,7 +20882,7 @@ var UnifiedModulesStrategy = class {
|
|
|
20879
20882
|
}
|
|
20880
20883
|
};
|
|
20881
20884
|
|
|
20882
|
-
// bazel-out/
|
|
20885
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
20883
20886
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
20884
20887
|
var UnifiedModulesAliasingHost = class {
|
|
20885
20888
|
constructor(unifiedModulesHost) {
|
|
@@ -20946,7 +20949,7 @@ var AliasStrategy = class {
|
|
|
20946
20949
|
}
|
|
20947
20950
|
};
|
|
20948
20951
|
|
|
20949
|
-
// bazel-out/
|
|
20952
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
20950
20953
|
function relativePathBetween(from, to) {
|
|
20951
20954
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
20952
20955
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -20955,7 +20958,7 @@ function normalizeSeparators2(path3) {
|
|
|
20955
20958
|
return path3.replace(/\\/g, "/");
|
|
20956
20959
|
}
|
|
20957
20960
|
|
|
20958
|
-
// bazel-out/
|
|
20961
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
20959
20962
|
var NoopImportRewriter = class {
|
|
20960
20963
|
shouldImportSymbol(symbol, specifier) {
|
|
20961
20964
|
return true;
|
|
@@ -21013,7 +21016,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
21013
21016
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
21014
21017
|
}
|
|
21015
21018
|
|
|
21016
|
-
// bazel-out/
|
|
21019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
21017
21020
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
21018
21021
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
21019
21022
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -21048,7 +21051,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
21048
21051
|
throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
21049
21052
|
}
|
|
21050
21053
|
|
|
21051
|
-
// bazel-out/
|
|
21054
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
21052
21055
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
21053
21056
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
21054
21057
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -21089,7 +21092,7 @@ var DefaultImportTracker = class {
|
|
|
21089
21092
|
}
|
|
21090
21093
|
};
|
|
21091
21094
|
|
|
21092
|
-
// bazel-out/
|
|
21095
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
21093
21096
|
var Reference2 = class {
|
|
21094
21097
|
constructor(node, bestGuessOwningModule = null) {
|
|
21095
21098
|
this.node = node;
|
|
@@ -21152,7 +21155,7 @@ var Reference2 = class {
|
|
|
21152
21155
|
}
|
|
21153
21156
|
};
|
|
21154
21157
|
|
|
21155
|
-
// bazel-out/
|
|
21158
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
21156
21159
|
var ModuleResolver = class {
|
|
21157
21160
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
21158
21161
|
this.program = program;
|
|
@@ -21169,7 +21172,7 @@ var ModuleResolver = class {
|
|
|
21169
21172
|
}
|
|
21170
21173
|
};
|
|
21171
21174
|
|
|
21172
|
-
// bazel-out/
|
|
21175
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
21173
21176
|
function valueReferenceToExpression(valueRef) {
|
|
21174
21177
|
if (valueRef.kind === 2) {
|
|
21175
21178
|
return null;
|
|
@@ -21404,7 +21407,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
21404
21407
|
return import_typescript13.default.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === import_typescript13.default.SyntaxKind.AbstractKeyword) : false;
|
|
21405
21408
|
}
|
|
21406
21409
|
|
|
21407
|
-
// bazel-out/
|
|
21410
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
21408
21411
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
21409
21412
|
const deps = [];
|
|
21410
21413
|
const errors = [];
|
|
@@ -21546,10 +21549,10 @@ function createUnsuitableInjectionTokenError(clazz, error2) {
|
|
|
21546
21549
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
21547
21550
|
}
|
|
21548
21551
|
|
|
21549
|
-
// bazel-out/
|
|
21552
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
21550
21553
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
21551
21554
|
|
|
21552
|
-
// bazel-out/
|
|
21555
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
21553
21556
|
var MetaKind;
|
|
21554
21557
|
(function(MetaKind2) {
|
|
21555
21558
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -21562,10 +21565,10 @@ var MatchSource;
|
|
|
21562
21565
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
21563
21566
|
})(MatchSource || (MatchSource = {}));
|
|
21564
21567
|
|
|
21565
|
-
// bazel-out/
|
|
21568
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
21566
21569
|
var import_typescript22 = __toESM(require("typescript"), 1);
|
|
21567
21570
|
|
|
21568
|
-
// bazel-out/
|
|
21571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
21569
21572
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
21570
21573
|
function isDecoratorIdentifier(exp) {
|
|
21571
21574
|
return import_typescript15.default.isIdentifier(exp) || import_typescript15.default.isPropertyAccessExpression(exp) && import_typescript15.default.isIdentifier(exp.expression) && import_typescript15.default.isIdentifier(exp.name);
|
|
@@ -21579,7 +21582,7 @@ var ClassMemberKind;
|
|
|
21579
21582
|
ClassMemberKind2[ClassMemberKind2["Method"] = 4] = "Method";
|
|
21580
21583
|
})(ClassMemberKind || (ClassMemberKind = {}));
|
|
21581
21584
|
|
|
21582
|
-
// bazel-out/
|
|
21585
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
21583
21586
|
var import_typescript16 = __toESM(require("typescript"), 1);
|
|
21584
21587
|
function typeToValue(typeNode, checker) {
|
|
21585
21588
|
if (typeNode === null) {
|
|
@@ -21745,10 +21748,10 @@ function extractModuleName(node) {
|
|
|
21745
21748
|
return node.moduleSpecifier.text;
|
|
21746
21749
|
}
|
|
21747
21750
|
|
|
21748
|
-
// bazel-out/
|
|
21751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21749
21752
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
21750
21753
|
|
|
21751
|
-
// bazel-out/
|
|
21754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
21752
21755
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
21753
21756
|
function isNamedClassDeclaration(node) {
|
|
21754
21757
|
return import_typescript17.default.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -21757,7 +21760,7 @@ function isIdentifier(node) {
|
|
|
21757
21760
|
return node !== void 0 && import_typescript17.default.isIdentifier(node);
|
|
21758
21761
|
}
|
|
21759
21762
|
|
|
21760
|
-
// bazel-out/
|
|
21763
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
21761
21764
|
var TypeScriptReflectionHost = class {
|
|
21762
21765
|
constructor(checker) {
|
|
21763
21766
|
this.checker = checker;
|
|
@@ -21855,16 +21858,21 @@ var TypeScriptReflectionHost = class {
|
|
|
21855
21858
|
return this.getDeclarationOfSymbol(symbol, id);
|
|
21856
21859
|
}
|
|
21857
21860
|
getDefinitionOfFunction(node) {
|
|
21858
|
-
if (!import_typescript18.default.isFunctionDeclaration(node) && !import_typescript18.default.isMethodDeclaration(node) && !import_typescript18.default.isFunctionExpression(node)) {
|
|
21861
|
+
if (!import_typescript18.default.isFunctionDeclaration(node) && !import_typescript18.default.isMethodDeclaration(node) && !import_typescript18.default.isFunctionExpression(node) && !import_typescript18.default.isArrowFunction(node)) {
|
|
21859
21862
|
return null;
|
|
21860
21863
|
}
|
|
21864
|
+
let body = null;
|
|
21865
|
+
if (node.body !== void 0) {
|
|
21866
|
+
body = import_typescript18.default.isBlock(node.body) ? Array.from(node.body.statements) : [import_typescript18.default.factory.createReturnStatement(node.body)];
|
|
21867
|
+
}
|
|
21861
21868
|
return {
|
|
21862
21869
|
node,
|
|
21863
|
-
body
|
|
21870
|
+
body,
|
|
21871
|
+
typeParameters: node.typeParameters === void 0 ? null : Array.from(node.typeParameters),
|
|
21864
21872
|
parameters: node.parameters.map((param) => {
|
|
21865
21873
|
const name = parameterName(param.name);
|
|
21866
21874
|
const initializer = param.initializer || null;
|
|
21867
|
-
return { name, node: param, initializer };
|
|
21875
|
+
return { name, node: param, initializer, type: param.type || null };
|
|
21868
21876
|
})
|
|
21869
21877
|
};
|
|
21870
21878
|
}
|
|
@@ -22178,7 +22186,7 @@ function getExportedName(decl, originalId) {
|
|
|
22178
22186
|
}
|
|
22179
22187
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
22180
22188
|
|
|
22181
|
-
// bazel-out/
|
|
22189
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
22182
22190
|
var ClassPropertyMapping = class {
|
|
22183
22191
|
constructor(forwardMap) {
|
|
22184
22192
|
this.forwardMap = forwardMap;
|
|
@@ -22256,7 +22264,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
22256
22264
|
return reverseMap;
|
|
22257
22265
|
}
|
|
22258
22266
|
|
|
22259
|
-
// bazel-out/
|
|
22267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
22260
22268
|
var import_typescript20 = __toESM(require("typescript"), 1);
|
|
22261
22269
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
22262
22270
|
if (!import_typescript20.default.isTupleTypeNode(def)) {
|
|
@@ -22438,7 +22446,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
22438
22446
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
22439
22447
|
}
|
|
22440
22448
|
|
|
22441
|
-
// bazel-out/
|
|
22449
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
22442
22450
|
var DtsMetadataReader = class {
|
|
22443
22451
|
constructor(checker, reflector) {
|
|
22444
22452
|
this.checker = checker;
|
|
@@ -22608,7 +22616,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
22608
22616
|
return result.length > 0 ? result : null;
|
|
22609
22617
|
}
|
|
22610
22618
|
|
|
22611
|
-
// bazel-out/
|
|
22619
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
22612
22620
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
22613
22621
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
22614
22622
|
if (topMeta === null) {
|
|
@@ -22665,7 +22673,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
22665
22673
|
});
|
|
22666
22674
|
}
|
|
22667
22675
|
|
|
22668
|
-
// bazel-out/
|
|
22676
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
22669
22677
|
var LocalMetadataRegistry = class {
|
|
22670
22678
|
constructor() {
|
|
22671
22679
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -22722,7 +22730,7 @@ var CompoundMetadataRegistry = class {
|
|
|
22722
22730
|
}
|
|
22723
22731
|
};
|
|
22724
22732
|
|
|
22725
|
-
// bazel-out/
|
|
22733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
22726
22734
|
var ResourceRegistry = class {
|
|
22727
22735
|
constructor() {
|
|
22728
22736
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -22787,7 +22795,7 @@ var ResourceRegistry = class {
|
|
|
22787
22795
|
}
|
|
22788
22796
|
};
|
|
22789
22797
|
|
|
22790
|
-
// bazel-out/
|
|
22798
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
22791
22799
|
var ExportedProviderStatusResolver = class {
|
|
22792
22800
|
constructor(metaReader) {
|
|
22793
22801
|
this.metaReader = metaReader;
|
|
@@ -22831,7 +22839,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
22831
22839
|
}
|
|
22832
22840
|
};
|
|
22833
22841
|
|
|
22834
|
-
// bazel-out/
|
|
22842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
22835
22843
|
var EMPTY_ARRAY = [];
|
|
22836
22844
|
var HostDirectivesResolver = class {
|
|
22837
22845
|
constructor(metaReader) {
|
|
@@ -22891,10 +22899,10 @@ function resolveOutput(bindingName) {
|
|
|
22891
22899
|
return bindingName;
|
|
22892
22900
|
}
|
|
22893
22901
|
|
|
22894
|
-
// bazel-out/
|
|
22902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
22895
22903
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
22896
22904
|
|
|
22897
|
-
// bazel-out/
|
|
22905
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
22898
22906
|
var DynamicValue = class {
|
|
22899
22907
|
constructor(node, reason, code) {
|
|
22900
22908
|
this.node = node;
|
|
@@ -22984,7 +22992,7 @@ var DynamicValue = class {
|
|
|
22984
22992
|
}
|
|
22985
22993
|
};
|
|
22986
22994
|
|
|
22987
|
-
// bazel-out/
|
|
22995
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
22988
22996
|
var ResolvedModule = class {
|
|
22989
22997
|
constructor(exports, evaluate) {
|
|
22990
22998
|
this.exports = exports;
|
|
@@ -23014,7 +23022,7 @@ var EnumValue = class {
|
|
|
23014
23022
|
var KnownFn = class {
|
|
23015
23023
|
};
|
|
23016
23024
|
|
|
23017
|
-
// bazel-out/
|
|
23025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
23018
23026
|
function describeResolvedType(value, maxDepth = 1) {
|
|
23019
23027
|
var _a2, _b;
|
|
23020
23028
|
if (value === null) {
|
|
@@ -23143,10 +23151,10 @@ function getContainerNode(node) {
|
|
|
23143
23151
|
return node.getSourceFile();
|
|
23144
23152
|
}
|
|
23145
23153
|
|
|
23146
|
-
// bazel-out/
|
|
23154
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23147
23155
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
23148
23156
|
|
|
23149
|
-
// bazel-out/
|
|
23157
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
23150
23158
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
23151
23159
|
constructor(lhs) {
|
|
23152
23160
|
super();
|
|
@@ -23198,14 +23206,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
23198
23206
|
}
|
|
23199
23207
|
};
|
|
23200
23208
|
|
|
23201
|
-
// bazel-out/
|
|
23209
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
23202
23210
|
var SyntheticValue = class {
|
|
23203
23211
|
constructor(value) {
|
|
23204
23212
|
this.value = value;
|
|
23205
23213
|
}
|
|
23206
23214
|
};
|
|
23207
23215
|
|
|
23208
|
-
// bazel-out/
|
|
23216
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
23209
23217
|
function literalBinaryOp(op) {
|
|
23210
23218
|
return { op, literal: true };
|
|
23211
23219
|
}
|
|
@@ -23780,7 +23788,7 @@ function owningModule(context, override = null) {
|
|
|
23780
23788
|
}
|
|
23781
23789
|
}
|
|
23782
23790
|
|
|
23783
|
-
// bazel-out/
|
|
23791
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
23784
23792
|
var PartialEvaluator = class {
|
|
23785
23793
|
constructor(host, checker, dependencyTracker) {
|
|
23786
23794
|
this.host = host;
|
|
@@ -23800,7 +23808,7 @@ var PartialEvaluator = class {
|
|
|
23800
23808
|
}
|
|
23801
23809
|
};
|
|
23802
23810
|
|
|
23803
|
-
// bazel-out/
|
|
23811
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23804
23812
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
23805
23813
|
const context = [];
|
|
23806
23814
|
for (const decl of data) {
|
|
@@ -23996,7 +24004,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
23996
24004
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
23997
24005
|
}
|
|
23998
24006
|
|
|
23999
|
-
// bazel-out/
|
|
24007
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24000
24008
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24001
24009
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
24002
24010
|
let resolved = null;
|
|
@@ -24029,7 +24037,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
24029
24037
|
return meta;
|
|
24030
24038
|
}
|
|
24031
24039
|
|
|
24032
|
-
// bazel-out/
|
|
24040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
24033
24041
|
function compileNgFactoryDefField(metadata) {
|
|
24034
24042
|
const res = compileFactoryFunction(metadata);
|
|
24035
24043
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
@@ -24039,7 +24047,7 @@ function compileDeclareFactory(metadata) {
|
|
|
24039
24047
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
24040
24048
|
}
|
|
24041
24049
|
|
|
24042
|
-
// bazel-out/
|
|
24050
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
24043
24051
|
var InjectableClassRegistry = class {
|
|
24044
24052
|
constructor(host, isCore) {
|
|
24045
24053
|
this.host = host;
|
|
@@ -24065,7 +24073,7 @@ var InjectableClassRegistry = class {
|
|
|
24065
24073
|
}
|
|
24066
24074
|
};
|
|
24067
24075
|
|
|
24068
|
-
// bazel-out/
|
|
24076
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24069
24077
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24070
24078
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
24071
24079
|
if (!reflection.isClass(clazz)) {
|
|
@@ -24151,13 +24159,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
24151
24159
|
return result.transformed[0];
|
|
24152
24160
|
}
|
|
24153
24161
|
|
|
24154
|
-
// bazel-out/
|
|
24162
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
24155
24163
|
var NoopReferencesRegistry = class {
|
|
24156
24164
|
add(source, ...references) {
|
|
24157
24165
|
}
|
|
24158
24166
|
};
|
|
24159
24167
|
|
|
24160
|
-
// bazel-out/
|
|
24168
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
24161
24169
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
24162
24170
|
const schemas = [];
|
|
24163
24171
|
const result = evaluator.evaluate(rawExpr);
|
|
@@ -24186,10 +24194,10 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
24186
24194
|
return schemas;
|
|
24187
24195
|
}
|
|
24188
24196
|
|
|
24189
|
-
// bazel-out/
|
|
24197
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24190
24198
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24191
24199
|
|
|
24192
|
-
// bazel-out/
|
|
24200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24193
24201
|
var import_typescript31 = __toESM(require("typescript"), 1);
|
|
24194
24202
|
var SemanticSymbol = class {
|
|
24195
24203
|
constructor(decl) {
|
|
@@ -24205,7 +24213,7 @@ function getSymbolIdentifier(decl) {
|
|
|
24205
24213
|
return decl.name.text;
|
|
24206
24214
|
}
|
|
24207
24215
|
|
|
24208
|
-
// bazel-out/
|
|
24216
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
24209
24217
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
24210
24218
|
isPublicApiAffected() {
|
|
24211
24219
|
return false;
|
|
@@ -24347,10 +24355,10 @@ function getImportPath(expr) {
|
|
|
24347
24355
|
}
|
|
24348
24356
|
}
|
|
24349
24357
|
|
|
24350
|
-
// bazel-out/
|
|
24358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24351
24359
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24352
24360
|
|
|
24353
|
-
// bazel-out/
|
|
24361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
24354
24362
|
function isSymbolEqual(a, b) {
|
|
24355
24363
|
if (a.decl === b.decl) {
|
|
24356
24364
|
return true;
|
|
@@ -24400,7 +24408,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
24400
24408
|
return true;
|
|
24401
24409
|
}
|
|
24402
24410
|
|
|
24403
|
-
// bazel-out/
|
|
24411
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24404
24412
|
function extractSemanticTypeParameters(node) {
|
|
24405
24413
|
if (!import_typescript32.default.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
24406
24414
|
return null;
|
|
@@ -24420,7 +24428,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
24420
24428
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
24421
24429
|
}
|
|
24422
24430
|
|
|
24423
|
-
// bazel-out/
|
|
24431
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24424
24432
|
var PerfPhase;
|
|
24425
24433
|
(function(PerfPhase2) {
|
|
24426
24434
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24487,7 +24495,7 @@ var PerfCheckpoint;
|
|
|
24487
24495
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24488
24496
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24489
24497
|
|
|
24490
|
-
// bazel-out/
|
|
24498
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24491
24499
|
var NoopPerfRecorder = class {
|
|
24492
24500
|
eventCount() {
|
|
24493
24501
|
}
|
|
@@ -24504,7 +24512,7 @@ var NoopPerfRecorder = class {
|
|
|
24504
24512
|
};
|
|
24505
24513
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24506
24514
|
|
|
24507
|
-
// bazel-out/
|
|
24515
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
24508
24516
|
function mark() {
|
|
24509
24517
|
return process.hrtime();
|
|
24510
24518
|
}
|
|
@@ -24513,7 +24521,7 @@ function timeSinceInMicros(mark2) {
|
|
|
24513
24521
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
24514
24522
|
}
|
|
24515
24523
|
|
|
24516
|
-
// bazel-out/
|
|
24524
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
24517
24525
|
var ActivePerfRecorder = class {
|
|
24518
24526
|
static zeroedToNow() {
|
|
24519
24527
|
return new ActivePerfRecorder(mark());
|
|
@@ -24607,14 +24615,14 @@ var DelegatingPerfRecorder = class {
|
|
|
24607
24615
|
}
|
|
24608
24616
|
};
|
|
24609
24617
|
|
|
24610
|
-
// bazel-out/
|
|
24618
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24611
24619
|
var ComponentScopeKind;
|
|
24612
24620
|
(function(ComponentScopeKind2) {
|
|
24613
24621
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24614
24622
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24615
24623
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24616
24624
|
|
|
24617
|
-
// bazel-out/
|
|
24625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
24618
24626
|
var CompoundComponentScopeReader = class {
|
|
24619
24627
|
constructor(readers) {
|
|
24620
24628
|
this.readers = readers;
|
|
@@ -24639,7 +24647,7 @@ var CompoundComponentScopeReader = class {
|
|
|
24639
24647
|
}
|
|
24640
24648
|
};
|
|
24641
24649
|
|
|
24642
|
-
// bazel-out/
|
|
24650
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
24643
24651
|
var MetadataDtsModuleScopeResolver = class {
|
|
24644
24652
|
constructor(dtsMetaReader, aliasingHost) {
|
|
24645
24653
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -24714,10 +24722,10 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
24714
24722
|
}
|
|
24715
24723
|
};
|
|
24716
24724
|
|
|
24717
|
-
// bazel-out/
|
|
24725
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24718
24726
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24719
24727
|
|
|
24720
|
-
// bazel-out/
|
|
24728
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
24721
24729
|
function getDiagnosticNode(ref, rawExpr) {
|
|
24722
24730
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
24723
24731
|
}
|
|
@@ -24740,7 +24748,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
24740
24748
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
24741
24749
|
}
|
|
24742
24750
|
|
|
24743
|
-
// bazel-out/
|
|
24751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24744
24752
|
var LocalModuleScopeRegistry = class {
|
|
24745
24753
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
24746
24754
|
this.localReader = localReader;
|
|
@@ -25079,7 +25087,7 @@ function reexportCollision(module3, refA, refB) {
|
|
|
25079
25087
|
]);
|
|
25080
25088
|
}
|
|
25081
25089
|
|
|
25082
|
-
// bazel-out/
|
|
25090
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
25083
25091
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
25084
25092
|
var TypeCheckScopeRegistry = class {
|
|
25085
25093
|
constructor(scopeReader, metaReader, hostDirectivesResolver) {
|
|
@@ -25147,7 +25155,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
25147
25155
|
}
|
|
25148
25156
|
};
|
|
25149
25157
|
|
|
25150
|
-
// bazel-out/
|
|
25158
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
25151
25159
|
var CompilationMode;
|
|
25152
25160
|
(function(CompilationMode2) {
|
|
25153
25161
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -25166,7 +25174,7 @@ var HandlerFlags;
|
|
|
25166
25174
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
25167
25175
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
25168
25176
|
|
|
25169
|
-
// bazel-out/
|
|
25177
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
25170
25178
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
25171
25179
|
function aliasTransformFactory(exportStatements) {
|
|
25172
25180
|
return () => {
|
|
@@ -25189,10 +25197,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
25189
25197
|
};
|
|
25190
25198
|
}
|
|
25191
25199
|
|
|
25192
|
-
// bazel-out/
|
|
25200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25193
25201
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
25194
25202
|
|
|
25195
|
-
// bazel-out/
|
|
25203
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
25196
25204
|
var TraitState;
|
|
25197
25205
|
(function(TraitState2) {
|
|
25198
25206
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -25249,7 +25257,7 @@ var TraitImpl = class {
|
|
|
25249
25257
|
}
|
|
25250
25258
|
};
|
|
25251
25259
|
|
|
25252
|
-
// bazel-out/
|
|
25260
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
25253
25261
|
var TraitCompiler = class {
|
|
25254
25262
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
25255
25263
|
this.handlers = handlers;
|
|
@@ -25684,10 +25692,10 @@ function containsErrors(diagnostics) {
|
|
|
25684
25692
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === import_typescript37.default.DiagnosticCategory.Error);
|
|
25685
25693
|
}
|
|
25686
25694
|
|
|
25687
|
-
// bazel-out/
|
|
25695
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
25688
25696
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
25689
25697
|
|
|
25690
|
-
// bazel-out/
|
|
25698
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
25691
25699
|
var Context = class {
|
|
25692
25700
|
constructor(isStatement) {
|
|
25693
25701
|
this.isStatement = isStatement;
|
|
@@ -25700,7 +25708,7 @@ var Context = class {
|
|
|
25700
25708
|
}
|
|
25701
25709
|
};
|
|
25702
25710
|
|
|
25703
|
-
// bazel-out/
|
|
25711
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
25704
25712
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
25705
25713
|
var ImportManager = class {
|
|
25706
25714
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -25736,7 +25744,7 @@ var ImportManager = class {
|
|
|
25736
25744
|
}
|
|
25737
25745
|
};
|
|
25738
25746
|
|
|
25739
|
-
// bazel-out/
|
|
25747
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
25740
25748
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
25741
25749
|
[UnaryOperator.Minus, "-"],
|
|
25742
25750
|
[UnaryOperator.Plus, "+"]
|
|
@@ -25967,14 +25975,17 @@ function createRange(span) {
|
|
|
25967
25975
|
};
|
|
25968
25976
|
}
|
|
25969
25977
|
|
|
25970
|
-
// bazel-out/
|
|
25978
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
25971
25979
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
25972
|
-
function translateType(type, imports) {
|
|
25973
|
-
return type.visitType(new TypeTranslatorVisitor(imports), new Context(false));
|
|
25980
|
+
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
25981
|
+
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
25974
25982
|
}
|
|
25975
25983
|
var TypeTranslatorVisitor = class {
|
|
25976
|
-
constructor(imports) {
|
|
25984
|
+
constructor(imports, contextFile, reflector, refEmitter) {
|
|
25977
25985
|
this.imports = imports;
|
|
25986
|
+
this.contextFile = contextFile;
|
|
25987
|
+
this.reflector = reflector;
|
|
25988
|
+
this.refEmitter = refEmitter;
|
|
25978
25989
|
}
|
|
25979
25990
|
visitBuiltinType(type, context) {
|
|
25980
25991
|
switch (type.name) {
|
|
@@ -26015,6 +26026,12 @@ var TypeTranslatorVisitor = class {
|
|
|
26015
26026
|
const indexSignature = import_typescript40.default.factory.createIndexSignature(void 0, [parameter], typeArgs);
|
|
26016
26027
|
return import_typescript40.default.factory.createTypeLiteralNode([indexSignature]);
|
|
26017
26028
|
}
|
|
26029
|
+
visitTransplantedType(ast, context) {
|
|
26030
|
+
if (!import_typescript40.default.isTypeNode(ast.type)) {
|
|
26031
|
+
throw new Error(`A TransplantedType must wrap a TypeNode`);
|
|
26032
|
+
}
|
|
26033
|
+
return this.translateTransplantedTypeNode(ast.type, context);
|
|
26034
|
+
}
|
|
26018
26035
|
visitReadVarExpr(ast, context) {
|
|
26019
26036
|
if (ast.name === null) {
|
|
26020
26037
|
throw new Error(`ReadVarExpr with no variable name in type`);
|
|
@@ -26140,9 +26157,41 @@ var TypeTranslatorVisitor = class {
|
|
|
26140
26157
|
}
|
|
26141
26158
|
return typeNode;
|
|
26142
26159
|
}
|
|
26160
|
+
translateTransplantedTypeReferenceNode(node, context) {
|
|
26161
|
+
const declaration = this.reflector.getDeclarationOfIdentifier(node.typeName);
|
|
26162
|
+
if (declaration === null) {
|
|
26163
|
+
throw new Error(`Unable to statically determine the declaration file of type node ${node.typeName.text}`);
|
|
26164
|
+
}
|
|
26165
|
+
const emittedType = this.refEmitter.emit(new Reference2(declaration.node), this.contextFile, ImportFlags.NoAliasing | ImportFlags.AllowTypeImports | ImportFlags.AllowRelativeDtsImports);
|
|
26166
|
+
assertSuccessfulReferenceEmit(emittedType, node, "type");
|
|
26167
|
+
const result = emittedType.expression.visitExpression(this, context);
|
|
26168
|
+
if (!import_typescript40.default.isTypeReferenceNode(result)) {
|
|
26169
|
+
throw new Error(`Expected TypeReferenceNode when referencing the type for ${node.typeName.text}, but received ${import_typescript40.default.SyntaxKind[result.kind]}`);
|
|
26170
|
+
}
|
|
26171
|
+
if (node.typeArguments === void 0 || node.typeArguments.length === 0) {
|
|
26172
|
+
return result;
|
|
26173
|
+
}
|
|
26174
|
+
const translatedArgs = node.typeArguments.map((arg) => this.translateTransplantedTypeNode(arg, context));
|
|
26175
|
+
return import_typescript40.default.factory.updateTypeReferenceNode(result, result.typeName, import_typescript40.default.factory.createNodeArray(translatedArgs));
|
|
26176
|
+
}
|
|
26177
|
+
translateTransplantedTypeNode(rootNode, context) {
|
|
26178
|
+
const factory8 = (transformContext) => (root) => {
|
|
26179
|
+
const walk = (node) => {
|
|
26180
|
+
if (import_typescript40.default.isTypeReferenceNode(node) && import_typescript40.default.isIdentifier(node.typeName)) {
|
|
26181
|
+
const translated = this.translateTransplantedTypeReferenceNode(node, context);
|
|
26182
|
+
if (translated !== node) {
|
|
26183
|
+
return translated;
|
|
26184
|
+
}
|
|
26185
|
+
}
|
|
26186
|
+
return import_typescript40.default.visitEachChild(node, walk, transformContext);
|
|
26187
|
+
};
|
|
26188
|
+
return import_typescript40.default.visitNode(root, walk);
|
|
26189
|
+
};
|
|
26190
|
+
return import_typescript40.default.transform(rootNode, [factory8]).transformed[0];
|
|
26191
|
+
}
|
|
26143
26192
|
};
|
|
26144
26193
|
|
|
26145
|
-
// bazel-out/
|
|
26194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
26146
26195
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
26147
26196
|
var PureAnnotation;
|
|
26148
26197
|
(function(PureAnnotation2) {
|
|
@@ -26325,7 +26374,7 @@ function attachComments(statement, leadingComments) {
|
|
|
26325
26374
|
}
|
|
26326
26375
|
}
|
|
26327
26376
|
|
|
26328
|
-
// bazel-out/
|
|
26377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
26329
26378
|
function translateExpression(expression, imports, options = {}) {
|
|
26330
26379
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
26331
26380
|
}
|
|
@@ -26333,7 +26382,7 @@ function translateStatement(statement, imports, options = {}) {
|
|
|
26333
26382
|
return statement.visitStatement(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(true));
|
|
26334
26383
|
}
|
|
26335
26384
|
|
|
26336
|
-
// bazel-out/
|
|
26385
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
26337
26386
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
26338
26387
|
function addImports(importManager, sf, extraStatements = []) {
|
|
26339
26388
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -26369,7 +26418,7 @@ function isImportStatement(stmt) {
|
|
|
26369
26418
|
return import_typescript42.default.isImportDeclaration(stmt) || import_typescript42.default.isImportEqualsDeclaration(stmt) || import_typescript42.default.isNamespaceImport(stmt);
|
|
26370
26419
|
}
|
|
26371
26420
|
|
|
26372
|
-
// bazel-out/
|
|
26421
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
26373
26422
|
var DtsTransformRegistry = class {
|
|
26374
26423
|
constructor() {
|
|
26375
26424
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -26393,9 +26442,9 @@ var DtsTransformRegistry = class {
|
|
|
26393
26442
|
return transforms;
|
|
26394
26443
|
}
|
|
26395
26444
|
};
|
|
26396
|
-
function declarationTransformFactory(transformRegistry, importRewriter, importPrefix) {
|
|
26445
|
+
function declarationTransformFactory(transformRegistry, reflector, refEmitter, importRewriter, importPrefix) {
|
|
26397
26446
|
return (context) => {
|
|
26398
|
-
const transformer = new DtsTransformer(context, importRewriter, importPrefix);
|
|
26447
|
+
const transformer = new DtsTransformer(context, reflector, refEmitter, importRewriter, importPrefix);
|
|
26399
26448
|
return (fileOrBundle) => {
|
|
26400
26449
|
if (import_typescript43.default.isBundle(fileOrBundle)) {
|
|
26401
26450
|
return fileOrBundle;
|
|
@@ -26409,8 +26458,10 @@ function declarationTransformFactory(transformRegistry, importRewriter, importPr
|
|
|
26409
26458
|
};
|
|
26410
26459
|
}
|
|
26411
26460
|
var DtsTransformer = class {
|
|
26412
|
-
constructor(ctx, importRewriter, importPrefix) {
|
|
26461
|
+
constructor(ctx, reflector, refEmitter, importRewriter, importPrefix) {
|
|
26413
26462
|
this.ctx = ctx;
|
|
26463
|
+
this.reflector = reflector;
|
|
26464
|
+
this.refEmitter = refEmitter;
|
|
26414
26465
|
this.importRewriter = importRewriter;
|
|
26415
26466
|
this.importPrefix = importPrefix;
|
|
26416
26467
|
}
|
|
@@ -26449,7 +26500,7 @@ var DtsTransformer = class {
|
|
|
26449
26500
|
for (const transform of transforms) {
|
|
26450
26501
|
if (transform.transformClass !== void 0) {
|
|
26451
26502
|
const inputMembers = clazz === newClazz ? elements : newClazz.members;
|
|
26452
|
-
newClazz = transform.transformClass(newClazz, inputMembers, imports);
|
|
26503
|
+
newClazz = transform.transformClass(newClazz, inputMembers, this.reflector, this.refEmitter, imports);
|
|
26453
26504
|
}
|
|
26454
26505
|
}
|
|
26455
26506
|
if (elementsChanged && clazz === newClazz) {
|
|
@@ -26481,7 +26532,7 @@ var IvyDeclarationDtsTransform = class {
|
|
|
26481
26532
|
addFields(decl, fields) {
|
|
26482
26533
|
this.declarationFields.set(decl, fields);
|
|
26483
26534
|
}
|
|
26484
|
-
transformClass(clazz, members, imports) {
|
|
26535
|
+
transformClass(clazz, members, reflector, refEmitter, imports) {
|
|
26485
26536
|
const original = import_typescript43.default.getOriginalNode(clazz);
|
|
26486
26537
|
if (!this.declarationFields.has(original)) {
|
|
26487
26538
|
return clazz;
|
|
@@ -26489,7 +26540,7 @@ var IvyDeclarationDtsTransform = class {
|
|
|
26489
26540
|
const fields = this.declarationFields.get(original);
|
|
26490
26541
|
const newMembers = fields.map((decl) => {
|
|
26491
26542
|
const modifiers = [import_typescript43.default.factory.createModifier(import_typescript43.default.SyntaxKind.StaticKeyword)];
|
|
26492
|
-
const typeRef = translateType(decl.type, imports);
|
|
26543
|
+
const typeRef = translateType(decl.type, original.getSourceFile(), reflector, refEmitter, imports);
|
|
26493
26544
|
markForEmitAsSingleLine(typeRef);
|
|
26494
26545
|
return import_typescript43.default.factory.createPropertyDeclaration(
|
|
26495
26546
|
modifiers,
|
|
@@ -26514,10 +26565,10 @@ function markForEmitAsSingleLine(node) {
|
|
|
26514
26565
|
import_typescript43.default.forEachChild(node, markForEmitAsSingleLine);
|
|
26515
26566
|
}
|
|
26516
26567
|
|
|
26517
|
-
// bazel-out/
|
|
26568
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26518
26569
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
26519
26570
|
|
|
26520
|
-
// bazel-out/
|
|
26571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
26521
26572
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
26522
26573
|
function visit(node, visitor, context) {
|
|
26523
26574
|
return visitor._visit(node, context);
|
|
@@ -26578,7 +26629,7 @@ var Visitor = class {
|
|
|
26578
26629
|
}
|
|
26579
26630
|
};
|
|
26580
26631
|
|
|
26581
|
-
// bazel-out/
|
|
26632
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
26582
26633
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
26583
26634
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
26584
26635
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -26786,7 +26837,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
26786
26837
|
return array;
|
|
26787
26838
|
}
|
|
26788
26839
|
|
|
26789
|
-
// bazel-out/
|
|
26840
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
26790
26841
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
26791
26842
|
var EMPTY_OBJECT = {};
|
|
26792
26843
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
@@ -27257,7 +27308,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
27257
27308
|
};
|
|
27258
27309
|
}
|
|
27259
27310
|
|
|
27260
|
-
// bazel-out/
|
|
27311
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
27261
27312
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
27262
27313
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
27263
27314
|
super(decl);
|
|
@@ -27337,7 +27388,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
27337
27388
|
return isSymbolEqual(current, previous);
|
|
27338
27389
|
}
|
|
27339
27390
|
|
|
27340
|
-
// bazel-out/
|
|
27391
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
27341
27392
|
var FIELD_DECORATORS = [
|
|
27342
27393
|
"Input",
|
|
27343
27394
|
"Output",
|
|
@@ -27497,10 +27548,10 @@ var DirectiveDecoratorHandler = class {
|
|
|
27497
27548
|
}
|
|
27498
27549
|
};
|
|
27499
27550
|
|
|
27500
|
-
// bazel-out/
|
|
27551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27501
27552
|
var import_typescript48 = __toESM(require("typescript"), 1);
|
|
27502
27553
|
|
|
27503
|
-
// bazel-out/
|
|
27554
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
27504
27555
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
27505
27556
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
27506
27557
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -27567,7 +27618,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
27567
27618
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
27568
27619
|
}
|
|
27569
27620
|
|
|
27570
|
-
// bazel-out/
|
|
27621
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
27571
27622
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
27572
27623
|
constructor(decl, hasProviders) {
|
|
27573
27624
|
super(decl);
|
|
@@ -28089,7 +28140,7 @@ function isSyntheticReference(ref) {
|
|
|
28089
28140
|
return ref.synthetic;
|
|
28090
28141
|
}
|
|
28091
28142
|
|
|
28092
|
-
// bazel-out/
|
|
28143
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
28093
28144
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
28094
28145
|
const name = ref.debugName || "(unknown)";
|
|
28095
28146
|
const path3 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -28112,7 +28163,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
28112
28163
|
return null;
|
|
28113
28164
|
}
|
|
28114
28165
|
|
|
28115
|
-
// bazel-out/
|
|
28166
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
28116
28167
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
28117
28168
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
28118
28169
|
return declaration.isInline ? declaration.expression : declaration.templateUrlExpression;
|
|
@@ -28422,7 +28473,7 @@ function _extractTemplateStyleUrls(template2) {
|
|
|
28422
28473
|
return template2.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
28423
28474
|
}
|
|
28424
28475
|
|
|
28425
|
-
// bazel-out/
|
|
28476
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
28426
28477
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
28427
28478
|
constructor() {
|
|
28428
28479
|
super(...arguments);
|
|
@@ -28457,7 +28508,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
28457
28508
|
}
|
|
28458
28509
|
};
|
|
28459
28510
|
|
|
28460
|
-
// bazel-out/
|
|
28511
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
28461
28512
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
28462
28513
|
if (value instanceof Map) {
|
|
28463
28514
|
const name = value.get("name");
|
|
@@ -28533,7 +28584,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
28533
28584
|
return false;
|
|
28534
28585
|
}
|
|
28535
28586
|
|
|
28536
|
-
// bazel-out/
|
|
28587
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
28537
28588
|
var EMPTY_ARRAY2 = [];
|
|
28538
28589
|
var ComponentDecoratorHandler = class {
|
|
28539
28590
|
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
@@ -29181,7 +29232,7 @@ function validateStandaloneImports(importRefs, importExpr2, metaReader, scopeRea
|
|
|
29181
29232
|
return diagnostics;
|
|
29182
29233
|
}
|
|
29183
29234
|
|
|
29184
|
-
// bazel-out/
|
|
29235
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
29185
29236
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
29186
29237
|
var InjectableDecoratorHandler = class {
|
|
29187
29238
|
constructor(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, perf, errorOnDuplicateProv = true) {
|
|
@@ -29395,7 +29446,7 @@ function getDep(dep, reflector) {
|
|
|
29395
29446
|
return meta;
|
|
29396
29447
|
}
|
|
29397
29448
|
|
|
29398
|
-
// bazel-out/
|
|
29449
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
29399
29450
|
var import_typescript54 = __toESM(require("typescript"), 1);
|
|
29400
29451
|
var PipeSymbol = class extends SemanticSymbol {
|
|
29401
29452
|
constructor(decl, name) {
|
|
@@ -29538,7 +29589,7 @@ var PipeDecoratorHandler = class {
|
|
|
29538
29589
|
}
|
|
29539
29590
|
};
|
|
29540
29591
|
|
|
29541
|
-
// bazel-out/
|
|
29592
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
29542
29593
|
var CycleAnalyzer = class {
|
|
29543
29594
|
constructor(importGraph) {
|
|
29544
29595
|
this.importGraph = importGraph;
|
|
@@ -29609,7 +29660,7 @@ var Cycle = class {
|
|
|
29609
29660
|
}
|
|
29610
29661
|
};
|
|
29611
29662
|
|
|
29612
|
-
// bazel-out/
|
|
29663
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
29613
29664
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
29614
29665
|
var ImportGraph = class {
|
|
29615
29666
|
constructor(checker, perf) {
|
|
@@ -29701,7 +29752,7 @@ var Found = class {
|
|
|
29701
29752
|
}
|
|
29702
29753
|
};
|
|
29703
29754
|
|
|
29704
|
-
// bazel-out/
|
|
29755
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
29705
29756
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
29706
29757
|
var FlatIndexGenerator = class {
|
|
29707
29758
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -29726,7 +29777,7 @@ export * from '${relativeEntryPoint}';
|
|
|
29726
29777
|
}
|
|
29727
29778
|
};
|
|
29728
29779
|
|
|
29729
|
-
// bazel-out/
|
|
29780
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
29730
29781
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
29731
29782
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
29732
29783
|
let resolvedEntryPoint = null;
|
|
@@ -29742,7 +29793,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
29742
29793
|
return resolvedEntryPoint;
|
|
29743
29794
|
}
|
|
29744
29795
|
|
|
29745
|
-
// bazel-out/
|
|
29796
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
29746
29797
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
29747
29798
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
29748
29799
|
const diagnostics = [];
|
|
@@ -29822,7 +29873,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
29822
29873
|
}
|
|
29823
29874
|
}
|
|
29824
29875
|
|
|
29825
|
-
// bazel-out/
|
|
29876
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
29826
29877
|
var ReferenceGraph = class {
|
|
29827
29878
|
constructor() {
|
|
29828
29879
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -29876,7 +29927,7 @@ var ReferenceGraph = class {
|
|
|
29876
29927
|
}
|
|
29877
29928
|
};
|
|
29878
29929
|
|
|
29879
|
-
// bazel-out/
|
|
29930
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
29880
29931
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
29881
29932
|
var UpdateMode;
|
|
29882
29933
|
(function(UpdateMode2) {
|
|
@@ -29884,13 +29935,13 @@ var UpdateMode;
|
|
|
29884
29935
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
29885
29936
|
})(UpdateMode || (UpdateMode = {}));
|
|
29886
29937
|
|
|
29887
|
-
// bazel-out/
|
|
29938
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
29888
29939
|
var import_typescript62 = __toESM(require("typescript"), 1);
|
|
29889
29940
|
|
|
29890
|
-
// bazel-out/
|
|
29941
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
29891
29942
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
29892
29943
|
|
|
29893
|
-
// bazel-out/
|
|
29944
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
29894
29945
|
var NgExtension = Symbol("NgExtension");
|
|
29895
29946
|
function isExtended(sf) {
|
|
29896
29947
|
return sf[NgExtension] !== void 0;
|
|
@@ -29950,13 +30001,13 @@ function retagTsFile(sf) {
|
|
|
29950
30001
|
}
|
|
29951
30002
|
}
|
|
29952
30003
|
|
|
29953
|
-
// bazel-out/
|
|
30004
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
29954
30005
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
29955
30006
|
function makeShimFileName(fileName, suffix) {
|
|
29956
30007
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
29957
30008
|
}
|
|
29958
30009
|
|
|
29959
|
-
// bazel-out/
|
|
30010
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
29960
30011
|
var ShimAdapter = class {
|
|
29961
30012
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
29962
30013
|
this.delegate = delegate;
|
|
@@ -30051,7 +30102,7 @@ var ShimAdapter = class {
|
|
|
30051
30102
|
}
|
|
30052
30103
|
};
|
|
30053
30104
|
|
|
30054
|
-
// bazel-out/
|
|
30105
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
30055
30106
|
var ShimReferenceTagger = class {
|
|
30056
30107
|
constructor(shimExtensions) {
|
|
30057
30108
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -30085,7 +30136,7 @@ var ShimReferenceTagger = class {
|
|
|
30085
30136
|
}
|
|
30086
30137
|
};
|
|
30087
30138
|
|
|
30088
|
-
// bazel-out/
|
|
30139
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
30089
30140
|
var DelegatingCompilerHost = class {
|
|
30090
30141
|
constructor(delegate) {
|
|
30091
30142
|
this.delegate = delegate;
|
|
@@ -30198,7 +30249,7 @@ var TsCreateProgramDriver = class {
|
|
|
30198
30249
|
}
|
|
30199
30250
|
};
|
|
30200
30251
|
|
|
30201
|
-
// bazel-out/
|
|
30252
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
30202
30253
|
var FileDependencyGraph = class {
|
|
30203
30254
|
constructor() {
|
|
30204
30255
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -30265,7 +30316,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
30265
30316
|
return false;
|
|
30266
30317
|
}
|
|
30267
30318
|
|
|
30268
|
-
// bazel-out/
|
|
30319
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
30269
30320
|
var IncrementalStateKind;
|
|
30270
30321
|
(function(IncrementalStateKind2) {
|
|
30271
30322
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -30273,7 +30324,7 @@ var IncrementalStateKind;
|
|
|
30273
30324
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
30274
30325
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
30275
30326
|
|
|
30276
|
-
// bazel-out/
|
|
30327
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
30277
30328
|
var PhaseKind;
|
|
30278
30329
|
(function(PhaseKind2) {
|
|
30279
30330
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -30474,7 +30525,7 @@ function toOriginalSourceFile(sf) {
|
|
|
30474
30525
|
}
|
|
30475
30526
|
}
|
|
30476
30527
|
|
|
30477
|
-
// bazel-out/
|
|
30528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
30478
30529
|
var TrackedIncrementalBuildStrategy = class {
|
|
30479
30530
|
constructor() {
|
|
30480
30531
|
this.state = null;
|
|
@@ -30495,7 +30546,7 @@ var TrackedIncrementalBuildStrategy = class {
|
|
|
30495
30546
|
};
|
|
30496
30547
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
30497
30548
|
|
|
30498
|
-
// bazel-out/
|
|
30549
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
30499
30550
|
var IdentifierKind;
|
|
30500
30551
|
(function(IdentifierKind2) {
|
|
30501
30552
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -30513,7 +30564,7 @@ var AbsoluteSourceSpan2 = class {
|
|
|
30513
30564
|
}
|
|
30514
30565
|
};
|
|
30515
30566
|
|
|
30516
|
-
// bazel-out/
|
|
30567
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
30517
30568
|
var IndexingContext = class {
|
|
30518
30569
|
constructor() {
|
|
30519
30570
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -30523,7 +30574,7 @@ var IndexingContext = class {
|
|
|
30523
30574
|
}
|
|
30524
30575
|
};
|
|
30525
30576
|
|
|
30526
|
-
// bazel-out/
|
|
30577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
30527
30578
|
var ExpressionVisitor = class extends RecursiveAstVisitor2 {
|
|
30528
30579
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
30529
30580
|
super();
|
|
@@ -30759,7 +30810,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
30759
30810
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
30760
30811
|
}
|
|
30761
30812
|
|
|
30762
|
-
// bazel-out/
|
|
30813
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
30763
30814
|
function generateAnalysis(context) {
|
|
30764
30815
|
const analysis = /* @__PURE__ */ new Map();
|
|
30765
30816
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -30795,7 +30846,7 @@ function generateAnalysis(context) {
|
|
|
30795
30846
|
return analysis;
|
|
30796
30847
|
}
|
|
30797
30848
|
|
|
30798
|
-
// bazel-out/
|
|
30849
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
30799
30850
|
var NgModuleIndexImpl = class {
|
|
30800
30851
|
constructor(metaReader, localReader) {
|
|
30801
30852
|
this.metaReader = metaReader;
|
|
@@ -30884,7 +30935,7 @@ var NgModuleIndexImpl = class {
|
|
|
30884
30935
|
}
|
|
30885
30936
|
};
|
|
30886
30937
|
|
|
30887
|
-
// bazel-out/
|
|
30938
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
30888
30939
|
var import_typescript65 = __toESM(require("typescript"), 1);
|
|
30889
30940
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
30890
30941
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -31032,7 +31083,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
31032
31083
|
};
|
|
31033
31084
|
}
|
|
31034
31085
|
|
|
31035
|
-
// bazel-out/
|
|
31086
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
31036
31087
|
var StandaloneComponentScopeReader = class {
|
|
31037
31088
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
31038
31089
|
this.metaReader = metaReader;
|
|
@@ -31110,21 +31161,21 @@ var StandaloneComponentScopeReader = class {
|
|
|
31110
31161
|
}
|
|
31111
31162
|
};
|
|
31112
31163
|
|
|
31113
|
-
// bazel-out/
|
|
31164
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
31114
31165
|
var OptimizeFor;
|
|
31115
31166
|
(function(OptimizeFor2) {
|
|
31116
31167
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
31117
31168
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
31118
31169
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
31119
31170
|
|
|
31120
|
-
// bazel-out/
|
|
31171
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
31121
31172
|
var CompletionKind;
|
|
31122
31173
|
(function(CompletionKind2) {
|
|
31123
31174
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
31124
31175
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
31125
31176
|
})(CompletionKind || (CompletionKind = {}));
|
|
31126
31177
|
|
|
31127
|
-
// bazel-out/
|
|
31178
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
31128
31179
|
var PotentialImportKind;
|
|
31129
31180
|
(function(PotentialImportKind2) {
|
|
31130
31181
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -31136,7 +31187,7 @@ var PotentialImportMode;
|
|
|
31136
31187
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
31137
31188
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
31138
31189
|
|
|
31139
|
-
// bazel-out/
|
|
31190
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
31140
31191
|
var SymbolKind;
|
|
31141
31192
|
(function(SymbolKind2) {
|
|
31142
31193
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -31152,7 +31203,7 @@ var SymbolKind;
|
|
|
31152
31203
|
SymbolKind2[SymbolKind2["Pipe"] = 10] = "Pipe";
|
|
31153
31204
|
})(SymbolKind || (SymbolKind = {}));
|
|
31154
31205
|
|
|
31155
|
-
// bazel-out/
|
|
31206
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
31156
31207
|
var import_typescript66 = __toESM(require("typescript"), 1);
|
|
31157
31208
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
31158
31209
|
var _a2;
|
|
@@ -31259,7 +31310,7 @@ function parseTemplateAsSourceFile(fileName, template2) {
|
|
|
31259
31310
|
return import_typescript66.default.createSourceFile(fileName, template2, import_typescript66.default.ScriptTarget.Latest, false, import_typescript66.default.ScriptKind.JSX);
|
|
31260
31311
|
}
|
|
31261
31312
|
|
|
31262
|
-
// bazel-out/
|
|
31313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
31263
31314
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
31264
31315
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
31265
31316
|
function getTemplateId(clazz) {
|
|
@@ -31276,10 +31327,10 @@ function allocateTemplateId(sf) {
|
|
|
31276
31327
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
31277
31328
|
}
|
|
31278
31329
|
|
|
31279
|
-
// bazel-out/
|
|
31330
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31280
31331
|
var import_typescript68 = __toESM(require("typescript"), 1);
|
|
31281
31332
|
|
|
31282
|
-
// bazel-out/
|
|
31333
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
31283
31334
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
31284
31335
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
31285
31336
|
function readSpanComment(node, sourceFile = node.getSourceFile()) {
|
|
@@ -31408,7 +31459,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
31408
31459
|
}) || false;
|
|
31409
31460
|
}
|
|
31410
31461
|
|
|
31411
|
-
// bazel-out/
|
|
31462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
31412
31463
|
var CompletionEngine = class {
|
|
31413
31464
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
31414
31465
|
this.tcb = tcb;
|
|
@@ -31565,10 +31616,10 @@ var CompletionEngine = class {
|
|
|
31565
31616
|
}
|
|
31566
31617
|
};
|
|
31567
31618
|
|
|
31568
|
-
// bazel-out/
|
|
31619
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
31569
31620
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
31570
31621
|
|
|
31571
|
-
// bazel-out/
|
|
31622
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
31572
31623
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
31573
31624
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
31574
31625
|
var REMOVE_XHTML_REGEX = /^:xhtml:/;
|
|
@@ -31620,10 +31671,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
31620
31671
|
}
|
|
31621
31672
|
};
|
|
31622
31673
|
|
|
31623
|
-
// bazel-out/
|
|
31674
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
31624
31675
|
var import_typescript76 = __toESM(require("typescript"), 1);
|
|
31625
31676
|
|
|
31626
|
-
// bazel-out/
|
|
31677
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
31627
31678
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
31628
31679
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
31629
31680
|
import_typescript70.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -31697,16 +31748,16 @@ function isAccessExpression(node) {
|
|
|
31697
31748
|
return import_typescript70.default.isPropertyAccessExpression(node) || import_typescript70.default.isElementAccessExpression(node);
|
|
31698
31749
|
}
|
|
31699
31750
|
|
|
31700
|
-
// bazel-out/
|
|
31751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31701
31752
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
31702
31753
|
|
|
31703
|
-
// bazel-out/
|
|
31754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31704
31755
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
31705
31756
|
|
|
31706
|
-
// bazel-out/
|
|
31757
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31707
31758
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
31708
31759
|
|
|
31709
|
-
// bazel-out/
|
|
31760
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
31710
31761
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
31711
31762
|
var INELIGIBLE = {};
|
|
31712
31763
|
function canEmitType(type, canEmit) {
|
|
@@ -31781,7 +31832,7 @@ var TypeEmitter = class {
|
|
|
31781
31832
|
}
|
|
31782
31833
|
};
|
|
31783
31834
|
|
|
31784
|
-
// bazel-out/
|
|
31835
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
31785
31836
|
var TypeParameterEmitter = class {
|
|
31786
31837
|
constructor(typeParameters, reflector) {
|
|
31787
31838
|
this.typeParameters = typeParameters;
|
|
@@ -31858,7 +31909,7 @@ var TypeParameterEmitter = class {
|
|
|
31858
31909
|
}
|
|
31859
31910
|
};
|
|
31860
31911
|
|
|
31861
|
-
// bazel-out/
|
|
31912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
31862
31913
|
var TcbInliningRequirement;
|
|
31863
31914
|
(function(TcbInliningRequirement2) {
|
|
31864
31915
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -31938,7 +31989,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
31938
31989
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
31939
31990
|
}
|
|
31940
31991
|
|
|
31941
|
-
// bazel-out/
|
|
31992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
31942
31993
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
31943
31994
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
31944
31995
|
const rawType = import_typescript75.default.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -32050,7 +32101,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
32050
32101
|
});
|
|
32051
32102
|
}
|
|
32052
32103
|
|
|
32053
|
-
// bazel-out/
|
|
32104
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
32054
32105
|
var Environment = class {
|
|
32055
32106
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
32056
32107
|
this.config = config;
|
|
@@ -32124,7 +32175,7 @@ var Environment = class {
|
|
|
32124
32175
|
referenceType(ref) {
|
|
32125
32176
|
const ngExpr = this.refEmitter.emit(ref, this.contextFile, ImportFlags.NoAliasing | ImportFlags.AllowTypeImports | ImportFlags.AllowRelativeDtsImports);
|
|
32126
32177
|
assertSuccessfulReferenceEmit(ngExpr, this.contextFile, "symbol");
|
|
32127
|
-
return translateType(new ExpressionType(ngExpr.expression), this.importManager);
|
|
32178
|
+
return translateType(new ExpressionType(ngExpr.expression), this.contextFile, this.reflector, this.refEmitter, this.importManager);
|
|
32128
32179
|
}
|
|
32129
32180
|
emitTypeParameters(declaration) {
|
|
32130
32181
|
const emitter = new TypeParameterEmitter(declaration.typeParameters, this.reflector);
|
|
@@ -32132,7 +32183,10 @@ var Environment = class {
|
|
|
32132
32183
|
}
|
|
32133
32184
|
referenceExternalType(moduleName, name, typeParams) {
|
|
32134
32185
|
const external = new ExternalExpr({ moduleName, name });
|
|
32135
|
-
return translateType(new ExpressionType(external, TypeModifier.None, typeParams), this.importManager);
|
|
32186
|
+
return translateType(new ExpressionType(external, TypeModifier.None, typeParams), this.contextFile, this.reflector, this.refEmitter, this.importManager);
|
|
32187
|
+
}
|
|
32188
|
+
referenceTransplantedType(type) {
|
|
32189
|
+
return translateType(type, this.contextFile, this.reflector, this.refEmitter, this.importManager);
|
|
32136
32190
|
}
|
|
32137
32191
|
getPreludeStatements() {
|
|
32138
32192
|
return [
|
|
@@ -32142,7 +32196,7 @@ var Environment = class {
|
|
|
32142
32196
|
}
|
|
32143
32197
|
};
|
|
32144
32198
|
|
|
32145
|
-
// bazel-out/
|
|
32199
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
32146
32200
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
32147
32201
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
32148
32202
|
constructor(resolver) {
|
|
@@ -32277,7 +32331,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
32277
32331
|
});
|
|
32278
32332
|
}
|
|
32279
32333
|
|
|
32280
|
-
// bazel-out/
|
|
32334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
32281
32335
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
32282
32336
|
var TypeCheckShimGenerator = class {
|
|
32283
32337
|
constructor() {
|
|
@@ -32295,10 +32349,10 @@ var TypeCheckShimGenerator = class {
|
|
|
32295
32349
|
}
|
|
32296
32350
|
};
|
|
32297
32351
|
|
|
32298
|
-
// bazel-out/
|
|
32352
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32299
32353
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
32300
32354
|
|
|
32301
|
-
// bazel-out/
|
|
32355
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
32302
32356
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
32303
32357
|
function wrapForDiagnostics(expr) {
|
|
32304
32358
|
return import_typescript79.default.factory.createParenthesizedExpression(expr);
|
|
@@ -32343,7 +32397,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
32343
32397
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
32344
32398
|
}
|
|
32345
32399
|
|
|
32346
|
-
// bazel-out/
|
|
32400
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
32347
32401
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
32348
32402
|
var NULL_AS_ANY = import_typescript80.default.factory.createAsExpression(import_typescript80.default.factory.createNull(), import_typescript80.default.factory.createKeywordTypeNode(import_typescript80.default.SyntaxKind.AnyKeyword));
|
|
32349
32403
|
var UNDEFINED = import_typescript80.default.factory.createIdentifier("undefined");
|
|
@@ -32675,7 +32729,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
32675
32729
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
32676
32730
|
})();
|
|
32677
32731
|
|
|
32678
|
-
// bazel-out/
|
|
32732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
32679
32733
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
32680
32734
|
constructor(templateId, boundTarget, oob) {
|
|
32681
32735
|
super();
|
|
@@ -32698,7 +32752,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
32698
32752
|
}
|
|
32699
32753
|
};
|
|
32700
32754
|
|
|
32701
|
-
// bazel-out/
|
|
32755
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
32702
32756
|
var TcbGenericContextBehavior;
|
|
32703
32757
|
(function(TcbGenericContextBehavior2) {
|
|
32704
32758
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -33813,7 +33867,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
33813
33867
|
}
|
|
33814
33868
|
};
|
|
33815
33869
|
|
|
33816
|
-
// bazel-out/
|
|
33870
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
33817
33871
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
33818
33872
|
var TypeCheckFile = class extends Environment {
|
|
33819
33873
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -33849,7 +33903,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
33849
33903
|
}
|
|
33850
33904
|
};
|
|
33851
33905
|
|
|
33852
|
-
// bazel-out/
|
|
33906
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
33853
33907
|
var InliningMode;
|
|
33854
33908
|
(function(InliningMode2) {
|
|
33855
33909
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -34087,7 +34141,7 @@ function splitStringAtPoints(str, points) {
|
|
|
34087
34141
|
return splits;
|
|
34088
34142
|
}
|
|
34089
34143
|
|
|
34090
|
-
// bazel-out/
|
|
34144
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
34091
34145
|
var LF_CHAR = 10;
|
|
34092
34146
|
var CR_CHAR = 13;
|
|
34093
34147
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -34128,7 +34182,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
34128
34182
|
return low - 1;
|
|
34129
34183
|
}
|
|
34130
34184
|
|
|
34131
|
-
// bazel-out/
|
|
34185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
34132
34186
|
var TemplateSource = class {
|
|
34133
34187
|
constructor(mapping, file) {
|
|
34134
34188
|
this.mapping = mapping;
|
|
@@ -34179,7 +34233,7 @@ var TemplateSourceManager = class {
|
|
|
34179
34233
|
}
|
|
34180
34234
|
};
|
|
34181
34235
|
|
|
34182
|
-
// bazel-out/
|
|
34236
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
34183
34237
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
34184
34238
|
var SymbolBuilder = class {
|
|
34185
34239
|
constructor(tcbPath, tcbIsShim, typeCheckBlock, templateData, componentScopeReader, getTypeChecker) {
|
|
@@ -34656,7 +34710,7 @@ function sourceSpanEqual(a, b) {
|
|
|
34656
34710
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
34657
34711
|
}
|
|
34658
34712
|
|
|
34659
|
-
// bazel-out/
|
|
34713
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
34660
34714
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
34661
34715
|
var TemplateTypeCheckerImpl = class {
|
|
34662
34716
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -35349,7 +35403,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
35349
35403
|
}
|
|
35350
35404
|
};
|
|
35351
35405
|
|
|
35352
|
-
// bazel-out/
|
|
35406
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
35353
35407
|
var TemplateCheckWithVisitor = class {
|
|
35354
35408
|
run(ctx, component, template2) {
|
|
35355
35409
|
const visitor = new TemplateVisitor2(ctx, component, this);
|
|
@@ -35425,7 +35479,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
35425
35479
|
}
|
|
35426
35480
|
};
|
|
35427
35481
|
|
|
35428
|
-
// bazel-out/
|
|
35482
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
35429
35483
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
35430
35484
|
constructor() {
|
|
35431
35485
|
super(...arguments);
|
|
@@ -35450,7 +35504,7 @@ var factory = {
|
|
|
35450
35504
|
create: () => new InvalidBananaInBoxCheck()
|
|
35451
35505
|
};
|
|
35452
35506
|
|
|
35453
|
-
// bazel-out/
|
|
35507
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
35454
35508
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
35455
35509
|
["ngIf", "NgIf"],
|
|
35456
35510
|
["ngFor", "NgFor"],
|
|
@@ -35494,7 +35548,7 @@ var factory2 = {
|
|
|
35494
35548
|
}
|
|
35495
35549
|
};
|
|
35496
35550
|
|
|
35497
|
-
// bazel-out/
|
|
35551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
35498
35552
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
35499
35553
|
constructor() {
|
|
35500
35554
|
super(...arguments);
|
|
@@ -35526,7 +35580,7 @@ var factory3 = {
|
|
|
35526
35580
|
create: () => new MissingNgForOfLetCheck()
|
|
35527
35581
|
};
|
|
35528
35582
|
|
|
35529
|
-
// bazel-out/
|
|
35583
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
35530
35584
|
var import_typescript87 = __toESM(require("typescript"), 1);
|
|
35531
35585
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35532
35586
|
constructor() {
|
|
@@ -35570,7 +35624,7 @@ var factory4 = {
|
|
|
35570
35624
|
}
|
|
35571
35625
|
};
|
|
35572
35626
|
|
|
35573
|
-
// bazel-out/
|
|
35627
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
35574
35628
|
var import_typescript88 = __toESM(require("typescript"), 1);
|
|
35575
35629
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
35576
35630
|
constructor() {
|
|
@@ -35615,7 +35669,7 @@ var factory5 = {
|
|
|
35615
35669
|
}
|
|
35616
35670
|
};
|
|
35617
35671
|
|
|
35618
|
-
// bazel-out/
|
|
35672
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
35619
35673
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
35620
35674
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
35621
35675
|
constructor() {
|
|
@@ -35638,7 +35692,7 @@ var factory6 = {
|
|
|
35638
35692
|
create: () => new SuffixNotSupportedCheck()
|
|
35639
35693
|
};
|
|
35640
35694
|
|
|
35641
|
-
// bazel-out/
|
|
35695
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
35642
35696
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
35643
35697
|
constructor() {
|
|
35644
35698
|
super(...arguments);
|
|
@@ -35676,10 +35730,10 @@ var factory7 = {
|
|
|
35676
35730
|
create: () => new TextAttributeNotBindingSpec()
|
|
35677
35731
|
};
|
|
35678
35732
|
|
|
35679
|
-
// bazel-out/
|
|
35733
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35680
35734
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
35681
35735
|
|
|
35682
|
-
// bazel-out/
|
|
35736
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
35683
35737
|
var DiagnosticCategoryLabel;
|
|
35684
35738
|
(function(DiagnosticCategoryLabel2) {
|
|
35685
35739
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -35687,7 +35741,7 @@ var DiagnosticCategoryLabel;
|
|
|
35687
35741
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
35688
35742
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
35689
35743
|
|
|
35690
|
-
// bazel-out/
|
|
35744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
35691
35745
|
var ExtendedTemplateCheckerImpl = class {
|
|
35692
35746
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
35693
35747
|
var _a2, _b, _c, _d, _e;
|
|
@@ -35739,7 +35793,7 @@ function assertNever(value) {
|
|
|
35739
35793
|
${value}`);
|
|
35740
35794
|
}
|
|
35741
35795
|
|
|
35742
|
-
// bazel-out/
|
|
35796
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
35743
35797
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
35744
35798
|
factory,
|
|
35745
35799
|
factory4,
|
|
@@ -35750,7 +35804,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
35750
35804
|
factory6
|
|
35751
35805
|
];
|
|
35752
35806
|
|
|
35753
|
-
// bazel-out/
|
|
35807
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
35754
35808
|
var CompilationTicketKind;
|
|
35755
35809
|
(function(CompilationTicketKind2) {
|
|
35756
35810
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -36007,7 +36061,7 @@ var NgCompiler = class {
|
|
|
36007
36061
|
];
|
|
36008
36062
|
const afterDeclarations = [];
|
|
36009
36063
|
if (compilation.dtsTransforms !== null) {
|
|
36010
|
-
afterDeclarations.push(declarationTransformFactory(compilation.dtsTransforms, importRewriter));
|
|
36064
|
+
afterDeclarations.push(declarationTransformFactory(compilation.dtsTransforms, compilation.reflector, compilation.refEmitter, importRewriter));
|
|
36011
36065
|
}
|
|
36012
36066
|
if (compilation.aliasingHost !== null && compilation.aliasingHost.aliasExportsInDts) {
|
|
36013
36067
|
afterDeclarations.push(aliasTransformFactory(compilation.traitCompiler.exportStatements));
|
|
@@ -36469,7 +36523,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
36469
36523
|
return versions;
|
|
36470
36524
|
}
|
|
36471
36525
|
|
|
36472
|
-
// bazel-out/
|
|
36526
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
36473
36527
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
36474
36528
|
var DelegatingCompilerHost2 = class {
|
|
36475
36529
|
constructor(delegate) {
|
|
@@ -36602,7 +36656,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
36602
36656
|
}
|
|
36603
36657
|
};
|
|
36604
36658
|
|
|
36605
|
-
// bazel-out/
|
|
36659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
36606
36660
|
var NgtscProgram = class {
|
|
36607
36661
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
36608
36662
|
this.options = options;
|
|
@@ -36820,21 +36874,21 @@ function mergeEmitResults(emitResults) {
|
|
|
36820
36874
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
36821
36875
|
}
|
|
36822
36876
|
|
|
36823
|
-
// bazel-out/
|
|
36877
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
36824
36878
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
36825
36879
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
36826
36880
|
}
|
|
36827
36881
|
|
|
36828
|
-
// bazel-out/
|
|
36882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
36829
36883
|
var import_typescript96 = __toESM(require("typescript"), 1);
|
|
36830
36884
|
|
|
36831
|
-
// bazel-out/
|
|
36885
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
36832
36886
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
36833
36887
|
|
|
36834
|
-
// bazel-out/
|
|
36888
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
36835
36889
|
var import_typescript97 = __toESM(require("typescript"), 1);
|
|
36836
36890
|
|
|
36837
|
-
// bazel-out/
|
|
36891
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
36838
36892
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
36839
36893
|
ngDevMode: false,
|
|
36840
36894
|
ngI18nClosureMode: false
|
|
@@ -36843,7 +36897,7 @@ var GLOBAL_DEFS_FOR_TERSER_WITH_AOT = __spreadProps(__spreadValues({}, GLOBAL_DE
|
|
|
36843
36897
|
ngJitMode: false
|
|
36844
36898
|
});
|
|
36845
36899
|
|
|
36846
|
-
// bazel-out/
|
|
36900
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
36847
36901
|
var LogLevel;
|
|
36848
36902
|
(function(LogLevel2) {
|
|
36849
36903
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -36852,7 +36906,7 @@ var LogLevel;
|
|
|
36852
36906
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
36853
36907
|
})(LogLevel || (LogLevel = {}));
|
|
36854
36908
|
|
|
36855
|
-
// bazel-out/
|
|
36909
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
36856
36910
|
var RESET = "\x1B[0m";
|
|
36857
36911
|
var RED = "\x1B[31m";
|
|
36858
36912
|
var YELLOW = "\x1B[33m";
|
|
@@ -36861,18 +36915,18 @@ var DEBUG = `${BLUE}Debug:${RESET}`;
|
|
|
36861
36915
|
var WARN = `${YELLOW}Warning:${RESET}`;
|
|
36862
36916
|
var ERROR = `${RED}Error:${RESET}`;
|
|
36863
36917
|
|
|
36864
|
-
// bazel-out/
|
|
36918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs
|
|
36865
36919
|
setFileSystem(new NodeJSFileSystem());
|
|
36866
36920
|
|
|
36867
|
-
// bazel-out/
|
|
36921
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
36868
36922
|
var import_fs2 = require("fs");
|
|
36869
36923
|
var import_path8 = require("path");
|
|
36870
36924
|
var import_typescript110 = __toESM(require("typescript"), 1);
|
|
36871
36925
|
|
|
36872
|
-
// bazel-out/
|
|
36926
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
36873
36927
|
var import_typescript99 = __toESM(require("typescript"), 1);
|
|
36874
36928
|
|
|
36875
|
-
// bazel-out/
|
|
36929
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/import_manager.mjs
|
|
36876
36930
|
var import_path4 = require("path");
|
|
36877
36931
|
var import_typescript98 = __toESM(require("typescript"), 1);
|
|
36878
36932
|
var ImportManager2 = class {
|
|
@@ -37056,7 +37110,7 @@ ${text2}`;
|
|
|
37056
37110
|
}
|
|
37057
37111
|
};
|
|
37058
37112
|
|
|
37059
|
-
// bazel-out/
|
|
37113
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
37060
37114
|
var ChangeTracker = class {
|
|
37061
37115
|
constructor(_printer, _importRemapper) {
|
|
37062
37116
|
__publicField(this, "_printer");
|
|
@@ -37112,7 +37166,7 @@ function normalizePath(path3) {
|
|
|
37112
37166
|
return path3.replace(/\\/g, "/");
|
|
37113
37167
|
}
|
|
37114
37168
|
|
|
37115
|
-
// bazel-out/
|
|
37169
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
37116
37170
|
var import_core13 = require("@angular-devkit/core");
|
|
37117
37171
|
function getProjectTsConfigPaths(tree) {
|
|
37118
37172
|
return __async(this, null, function* () {
|
|
@@ -37192,11 +37246,11 @@ function getWorkspace(tree) {
|
|
|
37192
37246
|
});
|
|
37193
37247
|
}
|
|
37194
37248
|
|
|
37195
|
-
// bazel-out/
|
|
37249
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37196
37250
|
var import_path5 = require("path");
|
|
37197
37251
|
var import_typescript101 = __toESM(require("typescript"), 1);
|
|
37198
37252
|
|
|
37199
|
-
// bazel-out/
|
|
37253
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
37200
37254
|
var path2 = __toESM(require("path"), 1);
|
|
37201
37255
|
var import_typescript100 = __toESM(require("typescript"), 1);
|
|
37202
37256
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -37213,7 +37267,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
37213
37267
|
return import_typescript100.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
37214
37268
|
}
|
|
37215
37269
|
|
|
37216
|
-
// bazel-out/
|
|
37270
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
37217
37271
|
function createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles, optionOverrides) {
|
|
37218
37272
|
tsconfigPath = (0, import_path5.resolve)(basePath, tsconfigPath);
|
|
37219
37273
|
const parsed = parseTsconfigFile(tsconfigPath, (0, import_path5.dirname)(tsconfigPath));
|
|
@@ -37242,13 +37296,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
37242
37296
|
return !(0, import_path5.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
37243
37297
|
}
|
|
37244
37298
|
|
|
37245
|
-
// bazel-out/
|
|
37299
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37246
37300
|
var import_typescript106 = __toESM(require("typescript"), 1);
|
|
37247
37301
|
|
|
37248
|
-
// bazel-out/
|
|
37302
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37249
37303
|
var import_typescript103 = __toESM(require("typescript"), 1);
|
|
37250
37304
|
|
|
37251
|
-
// bazel-out/
|
|
37305
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
37252
37306
|
var import_typescript102 = __toESM(require("typescript"), 1);
|
|
37253
37307
|
function getImportOfIdentifier(typeChecker, node) {
|
|
37254
37308
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -37299,7 +37353,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
37299
37353
|
});
|
|
37300
37354
|
}
|
|
37301
37355
|
|
|
37302
|
-
// bazel-out/
|
|
37356
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/decorators.mjs
|
|
37303
37357
|
function getCallDecoratorImport(typeChecker, decorator) {
|
|
37304
37358
|
if (!import_typescript103.default.isCallExpression(decorator.expression) || !import_typescript103.default.isIdentifier(decorator.expression.expression)) {
|
|
37305
37359
|
return null;
|
|
@@ -37308,7 +37362,7 @@ function getCallDecoratorImport(typeChecker, decorator) {
|
|
|
37308
37362
|
return getImportOfIdentifier(typeChecker, identifier);
|
|
37309
37363
|
}
|
|
37310
37364
|
|
|
37311
|
-
// bazel-out/
|
|
37365
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/ng_decorators.mjs
|
|
37312
37366
|
function getAngularDecorators(typeChecker, decorators) {
|
|
37313
37367
|
return decorators.map((node) => ({ node, importData: getCallDecoratorImport(typeChecker, node) })).filter(({ importData }) => importData && importData.importModule.startsWith("@angular/")).map(({ node, importData }) => ({
|
|
37314
37368
|
node,
|
|
@@ -37318,7 +37372,7 @@ function getAngularDecorators(typeChecker, decorators) {
|
|
|
37318
37372
|
}));
|
|
37319
37373
|
}
|
|
37320
37374
|
|
|
37321
|
-
// bazel-out/
|
|
37375
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/nodes.mjs
|
|
37322
37376
|
var import_typescript104 = __toESM(require("typescript"), 1);
|
|
37323
37377
|
function closestNode(node, predicate) {
|
|
37324
37378
|
let current = node.parent;
|
|
@@ -37331,7 +37385,7 @@ function closestNode(node, predicate) {
|
|
|
37331
37385
|
return null;
|
|
37332
37386
|
}
|
|
37333
37387
|
|
|
37334
|
-
// bazel-out/
|
|
37388
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/util.mjs
|
|
37335
37389
|
var import_path6 = require("path");
|
|
37336
37390
|
var import_typescript105 = __toESM(require("typescript"), 1);
|
|
37337
37391
|
var UniqueItemTracker = class {
|
|
@@ -37507,7 +37561,7 @@ function isClassReferenceInAngularModule(node, className, moduleName, typeChecke
|
|
|
37507
37561
|
}));
|
|
37508
37562
|
}
|
|
37509
37563
|
|
|
37510
|
-
// bazel-out/
|
|
37564
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/prune-modules.mjs
|
|
37511
37565
|
function pruneNgModules(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles) {
|
|
37512
37566
|
const filesToRemove = /* @__PURE__ */ new Set();
|
|
37513
37567
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
@@ -37706,14 +37760,14 @@ function findNgModuleDecorator(node, typeChecker) {
|
|
|
37706
37760
|
return decorators.find((decorator) => decorator.name === "NgModule") || null;
|
|
37707
37761
|
}
|
|
37708
37762
|
|
|
37709
|
-
// bazel-out/
|
|
37763
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
37710
37764
|
var import_path7 = require("path");
|
|
37711
37765
|
var import_typescript109 = __toESM(require("typescript"), 1);
|
|
37712
37766
|
|
|
37713
|
-
// bazel-out/
|
|
37767
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37714
37768
|
var import_typescript108 = __toESM(require("typescript"), 1);
|
|
37715
37769
|
|
|
37716
|
-
// bazel-out/
|
|
37770
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/utils/typescript/symbol.mjs
|
|
37717
37771
|
var import_typescript107 = __toESM(require("typescript"), 1);
|
|
37718
37772
|
function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
37719
37773
|
var _a2, _b;
|
|
@@ -37722,7 +37776,7 @@ function isReferenceToImport(typeChecker, node, importSpecifier) {
|
|
|
37722
37776
|
return !!(((_a2 = nodeSymbol == null ? void 0 : nodeSymbol.declarations) == null ? void 0 : _a2[0]) && ((_b = importSymbol == null ? void 0 : importSymbol.declarations) == null ? void 0 : _b[0])) && nodeSymbol.declarations[0] === importSymbol.declarations[0];
|
|
37723
37777
|
}
|
|
37724
37778
|
|
|
37725
|
-
// bazel-out/
|
|
37779
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/to-standalone.mjs
|
|
37726
37780
|
function toStandalone(sourceFiles, program, printer, fileImportRemapper, componentImportRemapper) {
|
|
37727
37781
|
const templateTypeChecker = program.compiler.getTemplateTypeChecker();
|
|
37728
37782
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38085,7 +38139,7 @@ function isStandaloneDeclaration(node, declarationsInMigration, templateTypeChec
|
|
|
38085
38139
|
return metadata != null && metadata.isStandalone;
|
|
38086
38140
|
}
|
|
38087
38141
|
|
|
38088
|
-
// bazel-out/
|
|
38142
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/standalone-bootstrap.mjs
|
|
38089
38143
|
function toStandaloneBootstrap(program, host, basePath, rootFileNames, sourceFiles, printer, importRemapper, referenceLookupExcludedFiles, componentImportRemapper) {
|
|
38090
38144
|
const tracker = new ChangeTracker(printer, importRemapper);
|
|
38091
38145
|
const typeChecker = program.getTsProgram().getTypeChecker();
|
|
@@ -38462,7 +38516,7 @@ function hasImport(program, rootFileNames, moduleName) {
|
|
|
38462
38516
|
return false;
|
|
38463
38517
|
}
|
|
38464
38518
|
|
|
38465
|
-
// bazel-out/
|
|
38519
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/ng-generate/standalone-migration/index.mjs
|
|
38466
38520
|
var MigrationMode;
|
|
38467
38521
|
(function(MigrationMode2) {
|
|
38468
38522
|
MigrationMode2["toStandalone"] = "convert-to-standalone";
|