@angular/core 18.2.12 → 18.2.14
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/create_application.mjs +10 -4
- package/esm2022/src/platform/platform.mjs +25 -12
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/application_error_handler.mjs +3 -3
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +34 -16
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/index.d.ts +6 -2
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/add-bootstrap-context-to-server-main/bundle.js +27129 -0
- package/schematics/migrations/after-render-phase/bundle.js +267 -267
- package/schematics/migrations/http-providers/bundle.js +284 -285
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +161 -161
- package/schematics/migrations.json +5 -0
- package/schematics/ng-generate/control-flow-migration/bundle.js +270 -270
- package/schematics/ng-generate/inject-migration/bundle.js +273 -273
- package/schematics/ng-generate/route-lazy-loading/bundle.js +269 -269
- package/schematics/ng-generate/standalone-migration/bundle.js +451 -451
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/index.mjs
|
|
67
67
|
var after_render_phase_exports = {};
|
|
68
68
|
__export(after_render_phase_exports, {
|
|
69
69
|
default: () => after_render_phase_default
|
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(after_render_phase_exports);
|
|
|
72
72
|
var import_schematics = require("@angular-devkit/schematics");
|
|
73
73
|
var import_path3 = require("path");
|
|
74
74
|
|
|
75
|
-
// bazel-out/
|
|
75
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/project_tsconfig_paths.mjs
|
|
76
76
|
var import_core = require("@angular-devkit/core");
|
|
77
77
|
function getProjectTsConfigPaths(tree) {
|
|
78
78
|
return __async(this, null, function* () {
|
|
@@ -152,11 +152,11 @@ function getWorkspace(tree) {
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
// bazel-out/
|
|
155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
156
156
|
var import_path = require("path");
|
|
157
157
|
var import_typescript2 = __toESM(require("typescript"), 1);
|
|
158
158
|
|
|
159
|
-
// bazel-out/
|
|
159
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/parse_tsconfig.mjs
|
|
160
160
|
var path = __toESM(require("path"), 1);
|
|
161
161
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
162
162
|
function parseTsconfigFile(tsconfigPath, basePath) {
|
|
@@ -173,7 +173,7 @@ function parseTsconfigFile(tsconfigPath, basePath) {
|
|
|
173
173
|
return import_typescript.default.parseJsonConfigFileContent(config, parseConfigHost, basePath, {});
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/compiler_host.mjs
|
|
177
177
|
function createMigrationProgram(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles) {
|
|
178
178
|
const { rootNames, options, host } = createProgramOptions(tree, tsconfigPath, basePath, fakeFileRead, additionalFiles);
|
|
179
179
|
return import_typescript2.default.createProgram(rootNames, options, host);
|
|
@@ -206,13 +206,13 @@ function canMigrateFile(basePath, sourceFile, program) {
|
|
|
206
206
|
return !(0, import_path.relative)(basePath, sourceFile.fileName).startsWith("..");
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
// bazel-out/
|
|
209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/migration.mjs
|
|
210
210
|
var import_typescript95 = __toESM(require("typescript"), 1);
|
|
211
211
|
|
|
212
|
-
// bazel-out/
|
|
212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
213
213
|
var import_typescript93 = __toESM(require("typescript"), 1);
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
216
216
|
var _SELECTOR_REGEXP = new RegExp(
|
|
217
217
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
218
218
|
"g"
|
|
@@ -520,7 +520,7 @@ var SelectorContext = class {
|
|
|
520
520
|
}
|
|
521
521
|
};
|
|
522
522
|
|
|
523
|
-
// bazel-out/
|
|
523
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
524
524
|
var ViewEncapsulation;
|
|
525
525
|
(function(ViewEncapsulation2) {
|
|
526
526
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -588,7 +588,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
588
588
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
-
// bazel-out/
|
|
591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
592
592
|
var textEncoder;
|
|
593
593
|
function computeDigest(message) {
|
|
594
594
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -835,7 +835,7 @@ function wordAt(bytes, index, endian) {
|
|
|
835
835
|
return word;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
// bazel-out/
|
|
838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
839
839
|
var TypeModifier;
|
|
840
840
|
(function(TypeModifier2) {
|
|
841
841
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1782,7 +1782,7 @@ function serializeTags(tags) {
|
|
|
1782
1782
|
return out;
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
|
-
// bazel-out/
|
|
1785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1786
1786
|
var CONSTANT_PREFIX = "_c";
|
|
1787
1787
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1788
1788
|
var KEY_CONTEXT = {};
|
|
@@ -1970,7 +1970,7 @@ function isLongStringLiteral(expr) {
|
|
|
1970
1970
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
1971
1971
|
}
|
|
1972
1972
|
|
|
1973
|
-
// bazel-out/
|
|
1973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
1974
1974
|
var CORE = "@angular/core";
|
|
1975
1975
|
var _Identifiers = class {
|
|
1976
1976
|
};
|
|
@@ -2867,7 +2867,7 @@ var Identifiers = _Identifiers;
|
|
|
2867
2867
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2868
2868
|
})();
|
|
2869
2869
|
|
|
2870
|
-
// bazel-out/
|
|
2870
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2871
2871
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2872
2872
|
function dashCaseToCamelCase(input) {
|
|
2873
2873
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2944,7 +2944,7 @@ var Version = class {
|
|
|
2944
2944
|
};
|
|
2945
2945
|
var _global = globalThis;
|
|
2946
2946
|
|
|
2947
|
-
// bazel-out/
|
|
2947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2948
2948
|
var VERSION = 3;
|
|
2949
2949
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2950
2950
|
var SourceMapGenerator = class {
|
|
@@ -3073,7 +3073,7 @@ function toBase64Digit(value) {
|
|
|
3073
3073
|
return B64_DIGITS[value];
|
|
3074
3074
|
}
|
|
3075
3075
|
|
|
3076
|
-
// bazel-out/
|
|
3076
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3077
3077
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3078
3078
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3079
3079
|
var _INDENT_WITH = " ";
|
|
@@ -3561,7 +3561,7 @@ function _createIndent(count) {
|
|
|
3561
3561
|
return res;
|
|
3562
3562
|
}
|
|
3563
3563
|
|
|
3564
|
-
// bazel-out/
|
|
3564
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3565
3565
|
function typeWithParameters(type, numParams) {
|
|
3566
3566
|
if (numParams === 0) {
|
|
3567
3567
|
return expressionType(type);
|
|
@@ -3616,7 +3616,7 @@ function generateForwardRef(expr) {
|
|
|
3616
3616
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3617
3617
|
}
|
|
3618
3618
|
|
|
3619
|
-
// bazel-out/
|
|
3619
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3620
3620
|
var R3FactoryDelegateType;
|
|
3621
3621
|
(function(R3FactoryDelegateType2) {
|
|
3622
3622
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3761,7 +3761,7 @@ function getInjectFn(target) {
|
|
|
3761
3761
|
}
|
|
3762
3762
|
}
|
|
3763
3763
|
|
|
3764
|
-
// bazel-out/
|
|
3764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3765
3765
|
var ParserError = class {
|
|
3766
3766
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3767
3767
|
this.input = input;
|
|
@@ -4199,7 +4199,7 @@ var BoundElementProperty = class {
|
|
|
4199
4199
|
}
|
|
4200
4200
|
};
|
|
4201
4201
|
|
|
4202
|
-
// bazel-out/
|
|
4202
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4203
4203
|
var TagContentType;
|
|
4204
4204
|
(function(TagContentType2) {
|
|
4205
4205
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4236,7 +4236,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4236
4236
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4237
4237
|
}
|
|
4238
4238
|
|
|
4239
|
-
// bazel-out/
|
|
4239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4240
4240
|
var Comment = class {
|
|
4241
4241
|
constructor(value, sourceSpan) {
|
|
4242
4242
|
this.value = value;
|
|
@@ -4630,7 +4630,7 @@ function visitAll(visitor, nodes) {
|
|
|
4630
4630
|
return result;
|
|
4631
4631
|
}
|
|
4632
4632
|
|
|
4633
|
-
// bazel-out/
|
|
4633
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4634
4634
|
var Message = class {
|
|
4635
4635
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4636
4636
|
this.nodes = nodes;
|
|
@@ -4770,7 +4770,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4770
4770
|
}
|
|
4771
4771
|
};
|
|
4772
4772
|
|
|
4773
|
-
// bazel-out/
|
|
4773
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4774
4774
|
var _Visitor = class {
|
|
4775
4775
|
visitTag(tag) {
|
|
4776
4776
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4798,12 +4798,12 @@ ${doctype.dtd}
|
|
|
4798
4798
|
};
|
|
4799
4799
|
var _visitor = new _Visitor();
|
|
4800
4800
|
|
|
4801
|
-
// bazel-out/
|
|
4801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4802
4802
|
function toPublicName(internalName) {
|
|
4803
4803
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4804
4804
|
}
|
|
4805
4805
|
|
|
4806
|
-
// bazel-out/
|
|
4806
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4807
4807
|
var I18N_ATTR = "i18n";
|
|
4808
4808
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4809
4809
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4843,7 +4843,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4843
4843
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
|
-
// bazel-out/
|
|
4846
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4847
4847
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4848
4848
|
var TEMPORARY_NAME = "_t";
|
|
4849
4849
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4970,7 +4970,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4970
4970
|
return attributesMap;
|
|
4971
4971
|
}
|
|
4972
4972
|
|
|
4973
|
-
// bazel-out/
|
|
4973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4974
4974
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4975
4975
|
let result = null;
|
|
4976
4976
|
const factoryMeta = {
|
|
@@ -5058,7 +5058,7 @@ function createFactoryFunction(type) {
|
|
|
5058
5058
|
return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
|
-
// bazel-out/
|
|
5061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
5062
5062
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
5063
5063
|
/@/,
|
|
5064
5064
|
/^\s*$/,
|
|
@@ -5081,7 +5081,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
5081
5081
|
}
|
|
5082
5082
|
}
|
|
5083
5083
|
|
|
5084
|
-
// bazel-out/
|
|
5084
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
5085
5085
|
var InterpolationConfig = class {
|
|
5086
5086
|
static fromArray(markers) {
|
|
5087
5087
|
if (!markers) {
|
|
@@ -5098,7 +5098,7 @@ var InterpolationConfig = class {
|
|
|
5098
5098
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
5099
5099
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
5100
5100
|
|
|
5101
|
-
// bazel-out/
|
|
5101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
5102
5102
|
var $EOF = 0;
|
|
5103
5103
|
var $BSPACE = 8;
|
|
5104
5104
|
var $TAB = 9;
|
|
@@ -5180,7 +5180,7 @@ function isQuote(code) {
|
|
|
5180
5180
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5181
5181
|
}
|
|
5182
5182
|
|
|
5183
|
-
// bazel-out/
|
|
5183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5184
5184
|
var ParseLocation = class {
|
|
5185
5185
|
constructor(file, offset, line, col) {
|
|
5186
5186
|
this.file = file;
|
|
@@ -5327,7 +5327,7 @@ function sanitizeIdentifier(name) {
|
|
|
5327
5327
|
return name.replace(/\W/g, "_");
|
|
5328
5328
|
}
|
|
5329
5329
|
|
|
5330
|
-
// bazel-out/
|
|
5330
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5331
5331
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5332
5332
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5333
5333
|
constructor() {
|
|
@@ -5420,7 +5420,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5420
5420
|
}
|
|
5421
5421
|
};
|
|
5422
5422
|
|
|
5423
|
-
// bazel-out/
|
|
5423
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5424
5424
|
var policy;
|
|
5425
5425
|
function getPolicy() {
|
|
5426
5426
|
if (policy === void 0) {
|
|
@@ -5458,7 +5458,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5458
5458
|
return fn2.bind(_global);
|
|
5459
5459
|
}
|
|
5460
5460
|
|
|
5461
|
-
// bazel-out/
|
|
5461
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5462
5462
|
var JitEvaluator = class {
|
|
5463
5463
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5464
5464
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5546,7 +5546,7 @@ function isUseStrictStatement(statement) {
|
|
|
5546
5546
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5547
5547
|
}
|
|
5548
5548
|
|
|
5549
|
-
// bazel-out/
|
|
5549
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5550
5550
|
function compileInjector(meta) {
|
|
5551
5551
|
const definitionMap = new DefinitionMap();
|
|
5552
5552
|
if (meta.providers !== null) {
|
|
@@ -5563,7 +5563,7 @@ function createInjectorType(meta) {
|
|
|
5563
5563
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5564
5564
|
}
|
|
5565
5565
|
|
|
5566
|
-
// bazel-out/
|
|
5566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5567
5567
|
var R3JitReflector = class {
|
|
5568
5568
|
constructor(context) {
|
|
5569
5569
|
this.context = context;
|
|
@@ -5579,7 +5579,7 @@ var R3JitReflector = class {
|
|
|
5579
5579
|
}
|
|
5580
5580
|
};
|
|
5581
5581
|
|
|
5582
|
-
// bazel-out/
|
|
5582
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5583
5583
|
var R3SelectorScopeMode;
|
|
5584
5584
|
(function(R3SelectorScopeMode2) {
|
|
5585
5585
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5714,7 +5714,7 @@ function tupleOfTypes(types) {
|
|
|
5714
5714
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5715
5715
|
}
|
|
5716
5716
|
|
|
5717
|
-
// bazel-out/
|
|
5717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5718
5718
|
function compilePipeFromMetadata(metadata) {
|
|
5719
5719
|
const definitionMapValues = [];
|
|
5720
5720
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5735,7 +5735,7 @@ function createPipeType(metadata) {
|
|
|
5735
5735
|
]));
|
|
5736
5736
|
}
|
|
5737
5737
|
|
|
5738
|
-
// bazel-out/
|
|
5738
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5739
5739
|
var R3TemplateDependencyKind;
|
|
5740
5740
|
(function(R3TemplateDependencyKind2) {
|
|
5741
5741
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5743,7 +5743,7 @@ var R3TemplateDependencyKind;
|
|
|
5743
5743
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5744
5744
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5745
5745
|
|
|
5746
|
-
// bazel-out/
|
|
5746
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5747
5747
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5748
5748
|
"inherit",
|
|
5749
5749
|
"initial",
|
|
@@ -6223,7 +6223,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6223
6223
|
}
|
|
6224
6224
|
}
|
|
6225
6225
|
|
|
6226
|
-
// bazel-out/
|
|
6226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6227
6227
|
var OpKind;
|
|
6228
6228
|
(function(OpKind2) {
|
|
6229
6229
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6381,7 +6381,7 @@ var TemplateKind;
|
|
|
6381
6381
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6382
6382
|
})(TemplateKind || (TemplateKind = {}));
|
|
6383
6383
|
|
|
6384
|
-
// bazel-out/
|
|
6384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6385
6385
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6386
6386
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6387
6387
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6409,7 +6409,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6409
6409
|
return expr[UsesVarOffset] === true;
|
|
6410
6410
|
}
|
|
6411
6411
|
|
|
6412
|
-
// bazel-out/
|
|
6412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6413
6413
|
function createStatementOp(statement) {
|
|
6414
6414
|
return __spreadValues({
|
|
6415
6415
|
kind: OpKind.Statement,
|
|
@@ -6431,7 +6431,7 @@ var NEW_OP = {
|
|
|
6431
6431
|
next: null
|
|
6432
6432
|
};
|
|
6433
6433
|
|
|
6434
|
-
// bazel-out/
|
|
6434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6435
6435
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6436
6436
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6437
6437
|
kind: OpKind.InterpolateText,
|
|
@@ -6620,7 +6620,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6620
6620
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6621
6621
|
}
|
|
6622
6622
|
|
|
6623
|
-
// bazel-out/
|
|
6623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6624
6624
|
var _a;
|
|
6625
6625
|
var _b;
|
|
6626
6626
|
var _c;
|
|
@@ -7538,7 +7538,7 @@ function isStringLiteral(expr) {
|
|
|
7538
7538
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7539
7539
|
}
|
|
7540
7540
|
|
|
7541
|
-
// bazel-out/
|
|
7541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7542
7542
|
var _OpList = class {
|
|
7543
7543
|
constructor() {
|
|
7544
7544
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7729,14 +7729,14 @@ var OpList = _OpList;
|
|
|
7729
7729
|
_OpList.nextListId = 0;
|
|
7730
7730
|
})();
|
|
7731
7731
|
|
|
7732
|
-
// bazel-out/
|
|
7732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7733
7733
|
var SlotHandle = class {
|
|
7734
7734
|
constructor() {
|
|
7735
7735
|
this.slot = null;
|
|
7736
7736
|
}
|
|
7737
7737
|
};
|
|
7738
7738
|
|
|
7739
|
-
// bazel-out/
|
|
7739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7740
7740
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7741
7741
|
OpKind.Element,
|
|
7742
7742
|
OpKind.ElementStart,
|
|
@@ -8049,7 +8049,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
8049
8049
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8050
8050
|
}
|
|
8051
8051
|
|
|
8052
|
-
// bazel-out/
|
|
8052
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
8053
8053
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
8054
8054
|
return __spreadValues(__spreadValues({
|
|
8055
8055
|
kind: OpKind.HostProperty,
|
|
@@ -8063,10 +8063,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
8063
8063
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
8064
8064
|
}
|
|
8065
8065
|
|
|
8066
|
-
// bazel-out/
|
|
8066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
8067
8067
|
var CTX_REF = "CTX_REF_MARKER";
|
|
8068
8068
|
|
|
8069
|
-
// bazel-out/
|
|
8069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8070
8070
|
var CompilationJobKind;
|
|
8071
8071
|
(function(CompilationJobKind2) {
|
|
8072
8072
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8174,7 +8174,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8174
8174
|
}
|
|
8175
8175
|
};
|
|
8176
8176
|
|
|
8177
|
-
// bazel-out/
|
|
8177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8178
8178
|
function deleteAnyCasts(job) {
|
|
8179
8179
|
for (const unit of job.units) {
|
|
8180
8180
|
for (const op of unit.ops()) {
|
|
@@ -8192,7 +8192,7 @@ function removeAnys(e) {
|
|
|
8192
8192
|
return e;
|
|
8193
8193
|
}
|
|
8194
8194
|
|
|
8195
|
-
// bazel-out/
|
|
8195
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8196
8196
|
function applyI18nExpressions(job) {
|
|
8197
8197
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8198
8198
|
for (const unit of job.units) {
|
|
@@ -8235,7 +8235,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8235
8235
|
return false;
|
|
8236
8236
|
}
|
|
8237
8237
|
|
|
8238
|
-
// bazel-out/
|
|
8238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8239
8239
|
function assignI18nSlotDependencies(job) {
|
|
8240
8240
|
for (const unit of job.units) {
|
|
8241
8241
|
let updateOp = unit.update.head;
|
|
@@ -8280,7 +8280,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8280
8280
|
}
|
|
8281
8281
|
}
|
|
8282
8282
|
|
|
8283
|
-
// bazel-out/
|
|
8283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8284
8284
|
function createOpXrefMap(unit) {
|
|
8285
8285
|
const map = /* @__PURE__ */ new Map();
|
|
8286
8286
|
for (const op of unit.create) {
|
|
@@ -8295,7 +8295,7 @@ function createOpXrefMap(unit) {
|
|
|
8295
8295
|
return map;
|
|
8296
8296
|
}
|
|
8297
8297
|
|
|
8298
|
-
// bazel-out/
|
|
8298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8299
8299
|
function extractAttributes(job) {
|
|
8300
8300
|
for (const unit of job.units) {
|
|
8301
8301
|
const elements = createOpXrefMap(unit);
|
|
@@ -8424,7 +8424,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8424
8424
|
}
|
|
8425
8425
|
}
|
|
8426
8426
|
|
|
8427
|
-
// bazel-out/
|
|
8427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8428
8428
|
function lookupElement2(elements, xref) {
|
|
8429
8429
|
const el = elements.get(xref);
|
|
8430
8430
|
if (el === void 0) {
|
|
@@ -8481,7 +8481,7 @@ function specializeBindings(job) {
|
|
|
8481
8481
|
}
|
|
8482
8482
|
}
|
|
8483
8483
|
|
|
8484
|
-
// bazel-out/
|
|
8484
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8485
8485
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8486
8486
|
Identifiers.attribute,
|
|
8487
8487
|
Identifiers.classProp,
|
|
@@ -8553,7 +8553,7 @@ function chainOperationsInList(opList) {
|
|
|
8553
8553
|
}
|
|
8554
8554
|
}
|
|
8555
8555
|
|
|
8556
|
-
// bazel-out/
|
|
8556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8557
8557
|
function collapseSingletonInterpolations(job) {
|
|
8558
8558
|
for (const unit of job.units) {
|
|
8559
8559
|
for (const op of unit.update) {
|
|
@@ -8565,7 +8565,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8565
8565
|
}
|
|
8566
8566
|
}
|
|
8567
8567
|
|
|
8568
|
-
// bazel-out/
|
|
8568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8569
8569
|
function generateConditionalExpressions(job) {
|
|
8570
8570
|
for (const unit of job.units) {
|
|
8571
8571
|
for (const op of unit.ops()) {
|
|
@@ -8602,7 +8602,7 @@ function generateConditionalExpressions(job) {
|
|
|
8602
8602
|
}
|
|
8603
8603
|
}
|
|
8604
8604
|
|
|
8605
|
-
// bazel-out/
|
|
8605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8606
8606
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8607
8607
|
["&&", BinaryOperator.And],
|
|
8608
8608
|
[">", BinaryOperator.Bigger],
|
|
@@ -8659,7 +8659,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8659
8659
|
return literal(value);
|
|
8660
8660
|
}
|
|
8661
8661
|
|
|
8662
|
-
// bazel-out/
|
|
8662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8663
8663
|
function collectElementConsts(job) {
|
|
8664
8664
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8665
8665
|
for (const unit of job.units) {
|
|
@@ -8828,7 +8828,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8828
8828
|
return literalArr(attrArray);
|
|
8829
8829
|
}
|
|
8830
8830
|
|
|
8831
|
-
// bazel-out/
|
|
8831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8832
8832
|
function convertI18nBindings(job) {
|
|
8833
8833
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8834
8834
|
for (const unit of job.units) {
|
|
@@ -8869,7 +8869,7 @@ function convertI18nBindings(job) {
|
|
|
8869
8869
|
}
|
|
8870
8870
|
}
|
|
8871
8871
|
|
|
8872
|
-
// bazel-out/
|
|
8872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8873
8873
|
function resolveDeferDepsFns(job) {
|
|
8874
8874
|
var _a2;
|
|
8875
8875
|
for (const unit of job.units) {
|
|
@@ -8894,7 +8894,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8894
8894
|
}
|
|
8895
8895
|
}
|
|
8896
8896
|
|
|
8897
|
-
// bazel-out/
|
|
8897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8898
8898
|
function createI18nContexts(job) {
|
|
8899
8899
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8900
8900
|
for (const unit of job.units) {
|
|
@@ -8972,7 +8972,7 @@ function createI18nContexts(job) {
|
|
|
8972
8972
|
}
|
|
8973
8973
|
}
|
|
8974
8974
|
|
|
8975
|
-
// bazel-out/
|
|
8975
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8976
8976
|
function deduplicateTextBindings(job) {
|
|
8977
8977
|
const seen = /* @__PURE__ */ new Map();
|
|
8978
8978
|
for (const unit of job.units) {
|
|
@@ -8994,7 +8994,7 @@ function deduplicateTextBindings(job) {
|
|
|
8994
8994
|
}
|
|
8995
8995
|
}
|
|
8996
8996
|
|
|
8997
|
-
// bazel-out/
|
|
8997
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8998
8998
|
function configureDeferInstructions(job) {
|
|
8999
8999
|
for (const unit of job.units) {
|
|
9000
9000
|
for (const op of unit.create) {
|
|
@@ -9011,7 +9011,7 @@ function configureDeferInstructions(job) {
|
|
|
9011
9011
|
}
|
|
9012
9012
|
}
|
|
9013
9013
|
|
|
9014
|
-
// bazel-out/
|
|
9014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
9015
9015
|
function resolveDeferTargetNames(job) {
|
|
9016
9016
|
const scopes = /* @__PURE__ */ new Map();
|
|
9017
9017
|
function getScopeForView2(view) {
|
|
@@ -9105,7 +9105,7 @@ var Scope = class {
|
|
|
9105
9105
|
}
|
|
9106
9106
|
};
|
|
9107
9107
|
|
|
9108
|
-
// bazel-out/
|
|
9108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9109
9109
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9110
9110
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9111
9111
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9132,7 +9132,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9132
9132
|
}
|
|
9133
9133
|
}
|
|
9134
9134
|
|
|
9135
|
-
// bazel-out/
|
|
9135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9136
9136
|
function expandSafeReads(job) {
|
|
9137
9137
|
for (const unit of job.units) {
|
|
9138
9138
|
for (const op of unit.ops()) {
|
|
@@ -9268,7 +9268,7 @@ function ternaryTransform(e) {
|
|
|
9268
9268
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9269
9269
|
}
|
|
9270
9270
|
|
|
9271
|
-
// bazel-out/
|
|
9271
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9272
9272
|
var ESCAPE = "\uFFFD";
|
|
9273
9273
|
var ELEMENT_MARKER = "#";
|
|
9274
9274
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9404,7 +9404,7 @@ function formatValue(value) {
|
|
|
9404
9404
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9405
9405
|
}
|
|
9406
9406
|
|
|
9407
|
-
// bazel-out/
|
|
9407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9408
9408
|
function generateAdvance(job) {
|
|
9409
9409
|
for (const unit of job.units) {
|
|
9410
9410
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9447,7 +9447,7 @@ function generateAdvance(job) {
|
|
|
9447
9447
|
}
|
|
9448
9448
|
}
|
|
9449
9449
|
|
|
9450
|
-
// bazel-out/
|
|
9450
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9451
9451
|
function generateProjectionDefs(job) {
|
|
9452
9452
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9453
9453
|
const selectors = [];
|
|
@@ -9471,7 +9471,7 @@ function generateProjectionDefs(job) {
|
|
|
9471
9471
|
}
|
|
9472
9472
|
}
|
|
9473
9473
|
|
|
9474
|
-
// bazel-out/
|
|
9474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9475
9475
|
function generateVariables(job) {
|
|
9476
9476
|
recursivelyProcessView(job.root, null);
|
|
9477
9477
|
}
|
|
@@ -9589,7 +9589,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9589
9589
|
return newOps;
|
|
9590
9590
|
}
|
|
9591
9591
|
|
|
9592
|
-
// bazel-out/
|
|
9592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9593
9593
|
function collectConstExpressions(job) {
|
|
9594
9594
|
for (const unit of job.units) {
|
|
9595
9595
|
for (const op of unit.ops()) {
|
|
@@ -9603,7 +9603,7 @@ function collectConstExpressions(job) {
|
|
|
9603
9603
|
}
|
|
9604
9604
|
}
|
|
9605
9605
|
|
|
9606
|
-
// bazel-out/
|
|
9606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9607
9607
|
var STYLE_DOT = "style.";
|
|
9608
9608
|
var CLASS_DOT = "class.";
|
|
9609
9609
|
var STYLE_BANG = "style!";
|
|
@@ -9661,7 +9661,7 @@ function parseProperty(name) {
|
|
|
9661
9661
|
return { property: property2, suffix };
|
|
9662
9662
|
}
|
|
9663
9663
|
|
|
9664
|
-
// bazel-out/
|
|
9664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9665
9665
|
function mapLiteral(obj, quoted = false) {
|
|
9666
9666
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9667
9667
|
key,
|
|
@@ -9670,7 +9670,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9670
9670
|
})));
|
|
9671
9671
|
}
|
|
9672
9672
|
|
|
9673
|
-
// bazel-out/
|
|
9673
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9674
9674
|
var IcuSerializerVisitor = class {
|
|
9675
9675
|
visitText(text2) {
|
|
9676
9676
|
return text2.value;
|
|
@@ -9704,7 +9704,7 @@ function serializeIcuNode(icu) {
|
|
|
9704
9704
|
return icu.visit(serializer);
|
|
9705
9705
|
}
|
|
9706
9706
|
|
|
9707
|
-
// bazel-out/
|
|
9707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
9708
9708
|
var NodeWithI18n = class {
|
|
9709
9709
|
constructor(sourceSpan, i18n2) {
|
|
9710
9710
|
this.sourceSpan = sourceSpan;
|
|
@@ -9827,7 +9827,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
9827
9827
|
return result;
|
|
9828
9828
|
}
|
|
9829
9829
|
|
|
9830
|
-
// bazel-out/
|
|
9830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
9831
9831
|
var NAMED_ENTITIES = {
|
|
9832
9832
|
"AElig": "\xC6",
|
|
9833
9833
|
"AMP": "&",
|
|
@@ -11958,7 +11958,7 @@ var NAMED_ENTITIES = {
|
|
|
11958
11958
|
var NGSP_UNICODE = "\uE500";
|
|
11959
11959
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
11960
11960
|
|
|
11961
|
-
// bazel-out/
|
|
11961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
11962
11962
|
var TokenError = class extends ParseError {
|
|
11963
11963
|
constructor(errorMsg, tokenType, span) {
|
|
11964
11964
|
super(span, errorMsg);
|
|
@@ -12948,7 +12948,7 @@ var CursorError = class {
|
|
|
12948
12948
|
}
|
|
12949
12949
|
};
|
|
12950
12950
|
|
|
12951
|
-
// bazel-out/
|
|
12951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
12952
12952
|
var TreeError = class extends ParseError {
|
|
12953
12953
|
static create(elementName, span, msg) {
|
|
12954
12954
|
return new TreeError(elementName, span, msg);
|
|
@@ -13376,7 +13376,7 @@ function decodeEntity(match, entity) {
|
|
|
13376
13376
|
return match;
|
|
13377
13377
|
}
|
|
13378
13378
|
|
|
13379
|
-
// bazel-out/
|
|
13379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
13380
13380
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
13381
13381
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
13382
13382
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -13516,7 +13516,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
13516
13516
|
return result;
|
|
13517
13517
|
}
|
|
13518
13518
|
|
|
13519
|
-
// bazel-out/
|
|
13519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13520
13520
|
var TokenType;
|
|
13521
13521
|
(function(TokenType2) {
|
|
13522
13522
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13877,7 +13877,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13877
13877
|
return result;
|
|
13878
13878
|
}
|
|
13879
13879
|
|
|
13880
|
-
// bazel-out/
|
|
13880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
13881
13881
|
var SplitInterpolation = class {
|
|
13882
13882
|
constructor(strings, expressions, offsets) {
|
|
13883
13883
|
this.strings = strings;
|
|
@@ -14761,7 +14761,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14761
14761
|
return offsetMap;
|
|
14762
14762
|
}
|
|
14763
14763
|
|
|
14764
|
-
// bazel-out/
|
|
14764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14765
14765
|
var _SECURITY_SCHEMA;
|
|
14766
14766
|
function SECURITY_SCHEMA() {
|
|
14767
14767
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14822,11 +14822,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14822
14822
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14823
14823
|
}
|
|
14824
14824
|
|
|
14825
|
-
// bazel-out/
|
|
14825
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14826
14826
|
var ElementSchemaRegistry = class {
|
|
14827
14827
|
};
|
|
14828
14828
|
|
|
14829
|
-
// bazel-out/
|
|
14829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14830
14830
|
var BOOLEAN = "boolean";
|
|
14831
14831
|
var NUMBER = "number";
|
|
14832
14832
|
var STRING = "string";
|
|
@@ -15209,7 +15209,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15209
15209
|
}
|
|
15210
15210
|
}
|
|
15211
15211
|
|
|
15212
|
-
// bazel-out/
|
|
15212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15213
15213
|
var HtmlTagDefinition = class {
|
|
15214
15214
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15215
15215
|
this.closedByChildren = {};
|
|
@@ -15345,7 +15345,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15345
15345
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15346
15346
|
}
|
|
15347
15347
|
|
|
15348
|
-
// bazel-out/
|
|
15348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15349
15349
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15350
15350
|
"A": "LINK",
|
|
15351
15351
|
"B": "BOLD_TEXT",
|
|
@@ -15467,7 +15467,7 @@ var PlaceholderRegistry = class {
|
|
|
15467
15467
|
}
|
|
15468
15468
|
};
|
|
15469
15469
|
|
|
15470
|
-
// bazel-out/
|
|
15470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15471
15471
|
var _expParser = new Parser2(new Lexer());
|
|
15472
15472
|
function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
|
|
15473
15473
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
|
|
@@ -15662,14 +15662,14 @@ function extractPlaceholderName(input) {
|
|
|
15662
15662
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15663
15663
|
}
|
|
15664
15664
|
|
|
15665
|
-
// bazel-out/
|
|
15665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15666
15666
|
var I18nError = class extends ParseError {
|
|
15667
15667
|
constructor(span, msg) {
|
|
15668
15668
|
super(span, msg);
|
|
15669
15669
|
}
|
|
15670
15670
|
};
|
|
15671
15671
|
|
|
15672
|
-
// bazel-out/
|
|
15672
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15673
15673
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15674
15674
|
"iframe|srcdoc",
|
|
15675
15675
|
"*|innerhtml",
|
|
@@ -15684,7 +15684,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15684
15684
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15685
15685
|
}
|
|
15686
15686
|
|
|
15687
|
-
// bazel-out/
|
|
15687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15688
15688
|
var setI18nRefs = (originalNodeMap) => {
|
|
15689
15689
|
return (trimmedNode, i18nNode) => {
|
|
15690
15690
|
var _a2;
|
|
@@ -15858,7 +15858,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15858
15858
|
return jsDocComment(tags);
|
|
15859
15859
|
}
|
|
15860
15860
|
|
|
15861
|
-
// bazel-out/
|
|
15861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15862
15862
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15863
15863
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15864
15864
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15909,7 +15909,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15909
15909
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15910
15910
|
}
|
|
15911
15911
|
|
|
15912
|
-
// bazel-out/
|
|
15912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15913
15913
|
function createLocalizeStatements(variable2, message, params) {
|
|
15914
15914
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15915
15915
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15998,7 +15998,7 @@ function createEmptyMessagePart(location) {
|
|
|
15998
15998
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15999
15999
|
}
|
|
16000
16000
|
|
|
16001
|
-
// bazel-out/
|
|
16001
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16002
16002
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16003
16003
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
16004
16004
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16169,7 +16169,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16169
16169
|
return variable(name);
|
|
16170
16170
|
}
|
|
16171
16171
|
|
|
16172
|
-
// bazel-out/
|
|
16172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16173
16173
|
function convertI18nText(job) {
|
|
16174
16174
|
var _a2, _b2, _c2;
|
|
16175
16175
|
for (const unit of job.units) {
|
|
@@ -16239,7 +16239,7 @@ function convertI18nText(job) {
|
|
|
16239
16239
|
}
|
|
16240
16240
|
}
|
|
16241
16241
|
|
|
16242
|
-
// bazel-out/
|
|
16242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16243
16243
|
function liftLocalRefs(job) {
|
|
16244
16244
|
for (const unit of job.units) {
|
|
16245
16245
|
for (const op of unit.create) {
|
|
@@ -16269,7 +16269,7 @@ function serializeLocalRefs(refs) {
|
|
|
16269
16269
|
return literalArr(constRefs);
|
|
16270
16270
|
}
|
|
16271
16271
|
|
|
16272
|
-
// bazel-out/
|
|
16272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16273
16273
|
function emitNamespaceChanges(job) {
|
|
16274
16274
|
for (const unit of job.units) {
|
|
16275
16275
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16285,7 +16285,7 @@ function emitNamespaceChanges(job) {
|
|
|
16285
16285
|
}
|
|
16286
16286
|
}
|
|
16287
16287
|
|
|
16288
|
-
// bazel-out/
|
|
16288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16289
16289
|
function parse(value) {
|
|
16290
16290
|
const styles = [];
|
|
16291
16291
|
let i = 0;
|
|
@@ -16379,7 +16379,7 @@ function parseExtractedStyles(job) {
|
|
|
16379
16379
|
}
|
|
16380
16380
|
}
|
|
16381
16381
|
|
|
16382
|
-
// bazel-out/
|
|
16382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16383
16383
|
function nameFunctionsAndVariables(job) {
|
|
16384
16384
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16385
16385
|
}
|
|
@@ -16523,7 +16523,7 @@ function stripImportant(name) {
|
|
|
16523
16523
|
return name;
|
|
16524
16524
|
}
|
|
16525
16525
|
|
|
16526
|
-
// bazel-out/
|
|
16526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16527
16527
|
function mergeNextContextExpressions(job) {
|
|
16528
16528
|
for (const unit of job.units) {
|
|
16529
16529
|
for (const op of unit.create) {
|
|
@@ -16570,7 +16570,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16570
16570
|
}
|
|
16571
16571
|
}
|
|
16572
16572
|
|
|
16573
|
-
// bazel-out/
|
|
16573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16574
16574
|
var CONTAINER_TAG = "ng-container";
|
|
16575
16575
|
function generateNgContainerOps(job) {
|
|
16576
16576
|
for (const unit of job.units) {
|
|
@@ -16587,7 +16587,7 @@ function generateNgContainerOps(job) {
|
|
|
16587
16587
|
}
|
|
16588
16588
|
}
|
|
16589
16589
|
|
|
16590
|
-
// bazel-out/
|
|
16590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16591
16591
|
function lookupElement3(elements, xref) {
|
|
16592
16592
|
const el = elements.get(xref);
|
|
16593
16593
|
if (el === void 0) {
|
|
@@ -16617,7 +16617,7 @@ function disableBindings(job) {
|
|
|
16617
16617
|
}
|
|
16618
16618
|
}
|
|
16619
16619
|
|
|
16620
|
-
// bazel-out/
|
|
16620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16621
16621
|
function generateNullishCoalesceExpressions(job) {
|
|
16622
16622
|
for (const unit of job.units) {
|
|
16623
16623
|
for (const op of unit.ops()) {
|
|
@@ -16633,7 +16633,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16633
16633
|
}
|
|
16634
16634
|
}
|
|
16635
16635
|
|
|
16636
|
-
// bazel-out/
|
|
16636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16637
16637
|
function kindTest(kind) {
|
|
16638
16638
|
return (op) => op.kind === kind;
|
|
16639
16639
|
}
|
|
@@ -16723,7 +16723,7 @@ function keepLast(ops) {
|
|
|
16723
16723
|
return ops.slice(ops.length - 1);
|
|
16724
16724
|
}
|
|
16725
16725
|
|
|
16726
|
-
// bazel-out/
|
|
16726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16727
16727
|
function removeContentSelectors(job) {
|
|
16728
16728
|
for (const unit of job.units) {
|
|
16729
16729
|
const elements = createOpXrefMap(unit);
|
|
@@ -16750,7 +16750,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16750
16750
|
return el;
|
|
16751
16751
|
}
|
|
16752
16752
|
|
|
16753
|
-
// bazel-out/
|
|
16753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16754
16754
|
function createPipes(job) {
|
|
16755
16755
|
for (const unit of job.units) {
|
|
16756
16756
|
processPipeBindingsInView(unit);
|
|
@@ -16798,7 +16798,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16798
16798
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16799
16799
|
}
|
|
16800
16800
|
|
|
16801
|
-
// bazel-out/
|
|
16801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16802
16802
|
function createVariadicPipes(job) {
|
|
16803
16803
|
for (const unit of job.units) {
|
|
16804
16804
|
for (const op of unit.update) {
|
|
@@ -16815,7 +16815,7 @@ function createVariadicPipes(job) {
|
|
|
16815
16815
|
}
|
|
16816
16816
|
}
|
|
16817
16817
|
|
|
16818
|
-
// bazel-out/
|
|
16818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16819
16819
|
function propagateI18nBlocks(job) {
|
|
16820
16820
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16821
16821
|
}
|
|
@@ -16869,7 +16869,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16869
16869
|
}
|
|
16870
16870
|
}
|
|
16871
16871
|
|
|
16872
|
-
// bazel-out/
|
|
16872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16873
16873
|
function extractPureFunctions(job) {
|
|
16874
16874
|
for (const view of job.units) {
|
|
16875
16875
|
for (const op of view.ops()) {
|
|
@@ -16911,7 +16911,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16911
16911
|
}
|
|
16912
16912
|
};
|
|
16913
16913
|
|
|
16914
|
-
// bazel-out/
|
|
16914
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16915
16915
|
function generatePureLiteralStructures(job) {
|
|
16916
16916
|
for (const unit of job.units) {
|
|
16917
16917
|
for (const op of unit.update) {
|
|
@@ -16958,7 +16958,7 @@ function transformLiteralMap(expr) {
|
|
|
16958
16958
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16959
16959
|
}
|
|
16960
16960
|
|
|
16961
|
-
// bazel-out/
|
|
16961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16962
16962
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16963
16963
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16964
16964
|
}
|
|
@@ -17490,7 +17490,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17490
17490
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17491
17491
|
}
|
|
17492
17492
|
|
|
17493
|
-
// bazel-out/
|
|
17493
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17494
17494
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17495
17495
|
["window", Identifiers.resolveWindow],
|
|
17496
17496
|
["document", Identifiers.resolveDocument],
|
|
@@ -17855,7 +17855,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17855
17855
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17856
17856
|
}
|
|
17857
17857
|
|
|
17858
|
-
// bazel-out/
|
|
17858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17859
17859
|
function removeEmptyBindings(job) {
|
|
17860
17860
|
for (const unit of job.units) {
|
|
17861
17861
|
for (const op of unit.update) {
|
|
@@ -17876,7 +17876,7 @@ function removeEmptyBindings(job) {
|
|
|
17876
17876
|
}
|
|
17877
17877
|
}
|
|
17878
17878
|
|
|
17879
|
-
// bazel-out/
|
|
17879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17880
17880
|
function removeI18nContexts(job) {
|
|
17881
17881
|
for (const unit of job.units) {
|
|
17882
17882
|
for (const op of unit.create) {
|
|
@@ -17892,7 +17892,7 @@ function removeI18nContexts(job) {
|
|
|
17892
17892
|
}
|
|
17893
17893
|
}
|
|
17894
17894
|
|
|
17895
|
-
// bazel-out/
|
|
17895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17896
17896
|
function removeUnusedI18nAttributesOps(job) {
|
|
17897
17897
|
for (const unit of job.units) {
|
|
17898
17898
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17914,7 +17914,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17914
17914
|
}
|
|
17915
17915
|
}
|
|
17916
17916
|
|
|
17917
|
-
// bazel-out/
|
|
17917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17918
17918
|
function resolveContexts(job) {
|
|
17919
17919
|
for (const unit of job.units) {
|
|
17920
17920
|
processLexicalScope(unit, unit.create);
|
|
@@ -17956,7 +17956,7 @@ function processLexicalScope(view, ops) {
|
|
|
17956
17956
|
}
|
|
17957
17957
|
}
|
|
17958
17958
|
|
|
17959
|
-
// bazel-out/
|
|
17959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17960
17960
|
function resolveDollarEvent(job) {
|
|
17961
17961
|
for (const unit of job.units) {
|
|
17962
17962
|
transformDollarEvent(unit.create);
|
|
@@ -17979,7 +17979,7 @@ function transformDollarEvent(ops) {
|
|
|
17979
17979
|
}
|
|
17980
17980
|
}
|
|
17981
17981
|
|
|
17982
|
-
// bazel-out/
|
|
17982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17983
17983
|
function resolveI18nElementPlaceholders(job) {
|
|
17984
17984
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17985
17985
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18158,7 +18158,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18158
18158
|
params.set(placeholder, values);
|
|
18159
18159
|
}
|
|
18160
18160
|
|
|
18161
|
-
// bazel-out/
|
|
18161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18162
18162
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18163
18163
|
var _a2;
|
|
18164
18164
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18211,7 +18211,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18211
18211
|
}
|
|
18212
18212
|
}
|
|
18213
18213
|
|
|
18214
|
-
// bazel-out/
|
|
18214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18215
18215
|
function resolveNames(job) {
|
|
18216
18216
|
for (const unit of job.units) {
|
|
18217
18217
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18289,7 +18289,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18289
18289
|
}
|
|
18290
18290
|
}
|
|
18291
18291
|
|
|
18292
|
-
// bazel-out/
|
|
18292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18293
18293
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18294
18294
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18295
18295
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18359,7 +18359,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18359
18359
|
return securityContext;
|
|
18360
18360
|
}
|
|
18361
18361
|
|
|
18362
|
-
// bazel-out/
|
|
18362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18363
18363
|
function transformTwoWayBindingSet(job) {
|
|
18364
18364
|
for (const unit of job.units) {
|
|
18365
18365
|
for (const op of unit.create) {
|
|
@@ -18382,7 +18382,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18382
18382
|
}
|
|
18383
18383
|
}
|
|
18384
18384
|
|
|
18385
|
-
// bazel-out/
|
|
18385
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18386
18386
|
function saveAndRestoreView(job) {
|
|
18387
18387
|
for (const unit of job.units) {
|
|
18388
18388
|
unit.create.prepend([
|
|
@@ -18427,7 +18427,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18427
18427
|
}
|
|
18428
18428
|
}
|
|
18429
18429
|
|
|
18430
|
-
// bazel-out/
|
|
18430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18431
18431
|
function allocateSlots(job) {
|
|
18432
18432
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18433
18433
|
for (const unit of job.units) {
|
|
@@ -18452,7 +18452,7 @@ function allocateSlots(job) {
|
|
|
18452
18452
|
}
|
|
18453
18453
|
}
|
|
18454
18454
|
|
|
18455
|
-
// bazel-out/
|
|
18455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18456
18456
|
function specializeStyleBindings(job) {
|
|
18457
18457
|
for (const unit of job.units) {
|
|
18458
18458
|
for (const op of unit.update) {
|
|
@@ -18482,7 +18482,7 @@ function specializeStyleBindings(job) {
|
|
|
18482
18482
|
}
|
|
18483
18483
|
}
|
|
18484
18484
|
|
|
18485
|
-
// bazel-out/
|
|
18485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18486
18486
|
function generateTemporaryVariables(job) {
|
|
18487
18487
|
for (const unit of job.units) {
|
|
18488
18488
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18540,7 +18540,7 @@ function assignName(names, expr) {
|
|
|
18540
18540
|
expr.name = name;
|
|
18541
18541
|
}
|
|
18542
18542
|
|
|
18543
|
-
// bazel-out/
|
|
18543
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18544
18544
|
function generateTrackFns(job) {
|
|
18545
18545
|
for (const unit of job.units) {
|
|
18546
18546
|
for (const op of unit.create) {
|
|
@@ -18573,7 +18573,7 @@ function generateTrackFns(job) {
|
|
|
18573
18573
|
}
|
|
18574
18574
|
}
|
|
18575
18575
|
|
|
18576
|
-
// bazel-out/
|
|
18576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18577
18577
|
function optimizeTrackFns(job) {
|
|
18578
18578
|
for (const unit of job.units) {
|
|
18579
18579
|
for (const op of unit.create) {
|
|
@@ -18623,7 +18623,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18623
18623
|
return true;
|
|
18624
18624
|
}
|
|
18625
18625
|
|
|
18626
|
-
// bazel-out/
|
|
18626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18627
18627
|
function generateTrackVariables(job) {
|
|
18628
18628
|
for (const unit of job.units) {
|
|
18629
18629
|
for (const op of unit.create) {
|
|
@@ -18644,7 +18644,7 @@ function generateTrackVariables(job) {
|
|
|
18644
18644
|
}
|
|
18645
18645
|
}
|
|
18646
18646
|
|
|
18647
|
-
// bazel-out/
|
|
18647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18648
18648
|
function countVariables(job) {
|
|
18649
18649
|
for (const unit of job.units) {
|
|
18650
18650
|
let varCount = 0;
|
|
@@ -18757,7 +18757,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18757
18757
|
return true;
|
|
18758
18758
|
}
|
|
18759
18759
|
|
|
18760
|
-
// bazel-out/
|
|
18760
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18761
18761
|
function optimizeVariables(job) {
|
|
18762
18762
|
for (const unit of job.units) {
|
|
18763
18763
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19009,7 +19009,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19009
19009
|
}
|
|
19010
19010
|
}
|
|
19011
19011
|
|
|
19012
|
-
// bazel-out/
|
|
19012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19013
19013
|
function wrapI18nIcus(job) {
|
|
19014
19014
|
for (const unit of job.units) {
|
|
19015
19015
|
let currentI18nOp = null;
|
|
@@ -19039,7 +19039,7 @@ function wrapI18nIcus(job) {
|
|
|
19039
19039
|
}
|
|
19040
19040
|
}
|
|
19041
19041
|
|
|
19042
|
-
// bazel-out/
|
|
19042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
19043
19043
|
function optimizeStoreLet(job) {
|
|
19044
19044
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
19045
19045
|
for (const unit of job.units) {
|
|
@@ -19058,7 +19058,7 @@ function optimizeStoreLet(job) {
|
|
|
19058
19058
|
}
|
|
19059
19059
|
}
|
|
19060
19060
|
|
|
19061
|
-
// bazel-out/
|
|
19061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
19062
19062
|
function removeIllegalLetReferences(job) {
|
|
19063
19063
|
for (const unit of job.units) {
|
|
19064
19064
|
for (const op of unit.update) {
|
|
@@ -19075,7 +19075,7 @@ function removeIllegalLetReferences(job) {
|
|
|
19075
19075
|
}
|
|
19076
19076
|
}
|
|
19077
19077
|
|
|
19078
|
-
// bazel-out/
|
|
19078
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
19079
19079
|
function generateLocalLetReferences(job) {
|
|
19080
19080
|
for (const unit of job.units) {
|
|
19081
19081
|
for (const op of unit.update) {
|
|
@@ -19093,7 +19093,7 @@ function generateLocalLetReferences(job) {
|
|
|
19093
19093
|
}
|
|
19094
19094
|
}
|
|
19095
19095
|
|
|
19096
|
-
// bazel-out/
|
|
19096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19097
19097
|
var phases = [
|
|
19098
19098
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19099
19099
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19250,7 +19250,7 @@ function emitHostBindingFunction(job) {
|
|
|
19250
19250
|
);
|
|
19251
19251
|
}
|
|
19252
19252
|
|
|
19253
|
-
// bazel-out/
|
|
19253
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19254
19254
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19255
19255
|
var domSchema = new DomElementSchemaRegistry();
|
|
19256
19256
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20008,7 +20008,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20008
20008
|
return null;
|
|
20009
20009
|
}
|
|
20010
20010
|
|
|
20011
|
-
// bazel-out/
|
|
20011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
20012
20012
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
20013
20013
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
20014
20014
|
}
|
|
@@ -20128,7 +20128,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
20128
20128
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
20129
20129
|
}
|
|
20130
20130
|
|
|
20131
|
-
// bazel-out/
|
|
20131
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20132
20132
|
var HtmlParser = class extends Parser {
|
|
20133
20133
|
constructor() {
|
|
20134
20134
|
super(getHtmlTagDefinition);
|
|
@@ -20138,7 +20138,7 @@ var HtmlParser = class extends Parser {
|
|
|
20138
20138
|
}
|
|
20139
20139
|
};
|
|
20140
20140
|
|
|
20141
|
-
// bazel-out/
|
|
20141
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20142
20142
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20143
20143
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20144
20144
|
var CLASS_PREFIX = "class";
|
|
@@ -20492,7 +20492,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20492
20492
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20493
20493
|
}
|
|
20494
20494
|
|
|
20495
|
-
// bazel-out/
|
|
20495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20496
20496
|
function isStyleUrlResolvable(url) {
|
|
20497
20497
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20498
20498
|
return false;
|
|
@@ -20501,7 +20501,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20501
20501
|
}
|
|
20502
20502
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20503
20503
|
|
|
20504
|
-
// bazel-out/
|
|
20504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20505
20505
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20506
20506
|
var LINK_ELEMENT = "link";
|
|
20507
20507
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20571,7 +20571,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20571
20571
|
return selectAttr;
|
|
20572
20572
|
}
|
|
20573
20573
|
|
|
20574
|
-
// bazel-out/
|
|
20574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20575
20575
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20576
20576
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20577
20577
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20894,7 +20894,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20894
20894
|
return expression.slice(start, end);
|
|
20895
20895
|
}
|
|
20896
20896
|
|
|
20897
|
-
// bazel-out/
|
|
20897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20898
20898
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20899
20899
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20900
20900
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21158,7 +21158,7 @@ function parseDeferredTime(value) {
|
|
|
21158
21158
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21159
21159
|
}
|
|
21160
21160
|
|
|
21161
|
-
// bazel-out/
|
|
21161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21162
21162
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21163
21163
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21164
21164
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21293,7 +21293,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21293
21293
|
return { triggers, prefetchTriggers };
|
|
21294
21294
|
}
|
|
21295
21295
|
|
|
21296
|
-
// bazel-out/
|
|
21296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21297
21297
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21298
21298
|
var KW_BIND_IDX = 1;
|
|
21299
21299
|
var KW_LET_IDX = 2;
|
|
@@ -21760,7 +21760,7 @@ function textContents(node) {
|
|
|
21760
21760
|
}
|
|
21761
21761
|
}
|
|
21762
21762
|
|
|
21763
|
-
// bazel-out/
|
|
21763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21764
21764
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21765
21765
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21766
21766
|
var _a2, _b2, _c2;
|
|
@@ -21854,7 +21854,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21854
21854
|
return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21855
21855
|
}
|
|
21856
21856
|
|
|
21857
|
-
// bazel-out/
|
|
21857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21858
21858
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21859
21859
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21860
21860
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22221,7 +22221,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22221
22221
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22222
22222
|
}
|
|
22223
22223
|
|
|
22224
|
-
// bazel-out/
|
|
22224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22225
22225
|
var R3TargetBinder = class {
|
|
22226
22226
|
constructor(directiveMatcher) {
|
|
22227
22227
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22868,11 +22868,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22868
22868
|
return templateEntities;
|
|
22869
22869
|
}
|
|
22870
22870
|
|
|
22871
|
-
// bazel-out/
|
|
22871
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22872
22872
|
var ResourceLoader = class {
|
|
22873
22873
|
};
|
|
22874
22874
|
|
|
22875
|
-
// bazel-out/
|
|
22875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22876
22876
|
var CompilerFacadeImpl = class {
|
|
22877
22877
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22878
22878
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23450,17 +23450,17 @@ function publishFacade(global) {
|
|
|
23450
23450
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23451
23451
|
}
|
|
23452
23452
|
|
|
23453
|
-
// bazel-out/
|
|
23454
|
-
var VERSION2 = new Version("18.2.
|
|
23453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23454
|
+
var VERSION2 = new Version("18.2.14");
|
|
23455
23455
|
|
|
23456
|
-
// bazel-out/
|
|
23456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23457
23457
|
var _VisitorMode;
|
|
23458
23458
|
(function(_VisitorMode2) {
|
|
23459
23459
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23460
23460
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23461
23461
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23462
23462
|
|
|
23463
|
-
// bazel-out/
|
|
23463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23464
23464
|
var XmlTagDefinition = class {
|
|
23465
23465
|
constructor() {
|
|
23466
23466
|
this.closedByParent = false;
|
|
@@ -23482,7 +23482,7 @@ var XmlTagDefinition = class {
|
|
|
23482
23482
|
};
|
|
23483
23483
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23484
23484
|
|
|
23485
|
-
// bazel-out/
|
|
23485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23486
23486
|
var FactoryTarget2;
|
|
23487
23487
|
(function(FactoryTarget3) {
|
|
23488
23488
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23492,13 +23492,13 @@ var FactoryTarget2;
|
|
|
23492
23492
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23493
23493
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23494
23494
|
|
|
23495
|
-
// bazel-out/
|
|
23495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23496
23496
|
publishFacade(_global);
|
|
23497
23497
|
|
|
23498
|
-
// bazel-out/
|
|
23498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
23499
23499
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
23500
23500
|
|
|
23501
|
-
// bazel-out/
|
|
23501
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
23502
23502
|
var ErrorCode;
|
|
23503
23503
|
(function(ErrorCode2) {
|
|
23504
23504
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -23593,7 +23593,7 @@ var ErrorCode;
|
|
|
23593
23593
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
23594
23594
|
})(ErrorCode || (ErrorCode = {}));
|
|
23595
23595
|
|
|
23596
|
-
// bazel-out/
|
|
23596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
23597
23597
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
23598
23598
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
23599
23599
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -23605,10 +23605,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
23605
23605
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
23606
23606
|
]);
|
|
23607
23607
|
|
|
23608
|
-
// bazel-out/
|
|
23608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
23609
23609
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
23610
23610
|
|
|
23611
|
-
// bazel-out/
|
|
23611
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
23612
23612
|
var ExtendedTemplateDiagnosticName;
|
|
23613
23613
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
23614
23614
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -23625,16 +23625,16 @@ var ExtendedTemplateDiagnosticName;
|
|
|
23625
23625
|
ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
|
|
23626
23626
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
23627
23627
|
|
|
23628
|
-
// bazel-out/
|
|
23628
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
23629
23629
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
23630
23630
|
|
|
23631
|
-
// bazel-out/
|
|
23631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23632
23632
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
23633
23633
|
|
|
23634
|
-
// bazel-out/
|
|
23634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
23635
23635
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
23636
23636
|
|
|
23637
|
-
// bazel-out/
|
|
23637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
23638
23638
|
var InvalidFileSystem = class {
|
|
23639
23639
|
exists(path2) {
|
|
23640
23640
|
throw makeError();
|
|
@@ -23722,18 +23722,18 @@ function makeError() {
|
|
|
23722
23722
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
23723
23723
|
}
|
|
23724
23724
|
|
|
23725
|
-
// bazel-out/
|
|
23725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
23726
23726
|
var fs = new InvalidFileSystem();
|
|
23727
23727
|
var ABSOLUTE_PATH = Symbol("AbsolutePath");
|
|
23728
23728
|
|
|
23729
|
-
// bazel-out/
|
|
23729
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
23730
23730
|
var import_url = require("url");
|
|
23731
23731
|
var import_meta3 = {};
|
|
23732
23732
|
var isCommonJS = typeof __filename !== "undefined";
|
|
23733
23733
|
var currentFileUrl = isCommonJS ? null : import_meta3.url;
|
|
23734
23734
|
var currentFileName = isCommonJS ? __filename : (0, import_url.fileURLToPath)(currentFileUrl);
|
|
23735
23735
|
|
|
23736
|
-
// bazel-out/
|
|
23736
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
23737
23737
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
23738
23738
|
function identifierOfNode(decl) {
|
|
23739
23739
|
if (decl.name !== void 0 && import_typescript5.default.isIdentifier(decl.name)) {
|
|
@@ -23743,7 +23743,7 @@ function identifierOfNode(decl) {
|
|
|
23743
23743
|
}
|
|
23744
23744
|
}
|
|
23745
23745
|
|
|
23746
|
-
// bazel-out/
|
|
23746
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23747
23747
|
var ImportFlags;
|
|
23748
23748
|
(function(ImportFlags2) {
|
|
23749
23749
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -23754,7 +23754,7 @@ var ImportFlags;
|
|
|
23754
23754
|
ImportFlags2[ImportFlags2["AllowAmbientReferences"] = 16] = "AllowAmbientReferences";
|
|
23755
23755
|
})(ImportFlags || (ImportFlags = {}));
|
|
23756
23756
|
|
|
23757
|
-
// bazel-out/
|
|
23757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
23758
23758
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
23759
23759
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
23760
23760
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -23789,16 +23789,16 @@ function throwIncompatibleTransformationContextError() {
|
|
|
23789
23789
|
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.");
|
|
23790
23790
|
}
|
|
23791
23791
|
|
|
23792
|
-
// bazel-out/
|
|
23792
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
23793
23793
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
23794
23794
|
|
|
23795
|
-
// bazel-out/
|
|
23795
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
23796
23796
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
23797
23797
|
|
|
23798
|
-
// bazel-out/
|
|
23798
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23799
23799
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
23800
23800
|
|
|
23801
|
-
// bazel-out/
|
|
23801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
23802
23802
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
23803
23803
|
var ClassMemberKind;
|
|
23804
23804
|
(function(ClassMemberKind2) {
|
|
@@ -23818,22 +23818,22 @@ var ClassMemberAccessLevel;
|
|
|
23818
23818
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
23819
23819
|
var AmbientImport = {};
|
|
23820
23820
|
|
|
23821
|
-
// bazel-out/
|
|
23821
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
23822
23822
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
23823
23823
|
|
|
23824
|
-
// bazel-out/
|
|
23824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
23825
23825
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
23826
23826
|
|
|
23827
|
-
// bazel-out/
|
|
23827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23828
23828
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
23829
23829
|
|
|
23830
|
-
// bazel-out/
|
|
23830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
23831
23831
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
23832
23832
|
|
|
23833
|
-
// bazel-out/
|
|
23833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
23834
23834
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
23835
23835
|
|
|
23836
|
-
// bazel-out/
|
|
23836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
23837
23837
|
var Reference2 = class {
|
|
23838
23838
|
constructor(node, bestGuessOwningModule = null) {
|
|
23839
23839
|
this.node = node;
|
|
@@ -23902,10 +23902,10 @@ var Reference2 = class {
|
|
|
23902
23902
|
}
|
|
23903
23903
|
};
|
|
23904
23904
|
|
|
23905
|
-
// bazel-out/
|
|
23905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23906
23906
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
23907
23907
|
|
|
23908
|
-
// bazel-out/
|
|
23908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
23909
23909
|
var MetaKind;
|
|
23910
23910
|
(function(MetaKind2) {
|
|
23911
23911
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -23918,10 +23918,10 @@ var MatchSource;
|
|
|
23918
23918
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
23919
23919
|
})(MatchSource || (MatchSource = {}));
|
|
23920
23920
|
|
|
23921
|
-
// bazel-out/
|
|
23921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
23922
23922
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
23923
23923
|
|
|
23924
|
-
// bazel-out/
|
|
23924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
23925
23925
|
var ClassPropertyMapping = class {
|
|
23926
23926
|
constructor(forwardMap) {
|
|
23927
23927
|
this.forwardMap = forwardMap;
|
|
@@ -24001,13 +24001,13 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
24001
24001
|
return reverseMap;
|
|
24002
24002
|
}
|
|
24003
24003
|
|
|
24004
|
-
// bazel-out/
|
|
24004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
24005
24005
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
24006
24006
|
|
|
24007
|
-
// bazel-out/
|
|
24007
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
24008
24008
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24009
24009
|
|
|
24010
|
-
// bazel-out/
|
|
24010
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
24011
24011
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24012
24012
|
function literalBinaryOp(op) {
|
|
24013
24013
|
return { op, literal: true };
|
|
@@ -24046,7 +24046,7 @@ var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
24046
24046
|
[import_typescript30.default.SyntaxKind.ExclamationToken, (a) => !a]
|
|
24047
24047
|
]);
|
|
24048
24048
|
|
|
24049
|
-
// bazel-out/
|
|
24049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
24050
24050
|
var CompilationMode;
|
|
24051
24051
|
(function(CompilationMode2) {
|
|
24052
24052
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -24060,13 +24060,13 @@ var HandlerPrecedence;
|
|
|
24060
24060
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
24061
24061
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
24062
24062
|
|
|
24063
|
-
// bazel-out/
|
|
24063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
24064
24064
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24065
24065
|
|
|
24066
|
-
// bazel-out/
|
|
24066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
24067
24067
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24068
24068
|
|
|
24069
|
-
// bazel-out/
|
|
24069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24070
24070
|
var PerfPhase;
|
|
24071
24071
|
(function(PerfPhase2) {
|
|
24072
24072
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24136,7 +24136,7 @@ var PerfCheckpoint;
|
|
|
24136
24136
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24137
24137
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24138
24138
|
|
|
24139
|
-
// bazel-out/
|
|
24139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24140
24140
|
var NoopPerfRecorder = class {
|
|
24141
24141
|
eventCount() {
|
|
24142
24142
|
}
|
|
@@ -24153,7 +24153,7 @@ var NoopPerfRecorder = class {
|
|
|
24153
24153
|
};
|
|
24154
24154
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24155
24155
|
|
|
24156
|
-
// bazel-out/
|
|
24156
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
24157
24157
|
var TraitState;
|
|
24158
24158
|
(function(TraitState2) {
|
|
24159
24159
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -24162,13 +24162,13 @@ var TraitState;
|
|
|
24162
24162
|
TraitState2[TraitState2["Skipped"] = 3] = "Skipped";
|
|
24163
24163
|
})(TraitState || (TraitState = {}));
|
|
24164
24164
|
|
|
24165
|
-
// bazel-out/
|
|
24165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
24166
24166
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
24167
24167
|
|
|
24168
|
-
// bazel-out/
|
|
24168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24169
24169
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
24170
24170
|
|
|
24171
|
-
// bazel-out/
|
|
24171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
24172
24172
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
24173
24173
|
function createGenerateUniqueIdentifierHelper() {
|
|
24174
24174
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -24194,7 +24194,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
24194
24194
|
};
|
|
24195
24195
|
}
|
|
24196
24196
|
|
|
24197
|
-
// bazel-out/
|
|
24197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
24198
24198
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
24199
24199
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
24200
24200
|
return (ctx) => {
|
|
@@ -24261,7 +24261,7 @@ function isImportStatement(stmt) {
|
|
|
24261
24261
|
return import_typescript36.default.isImportDeclaration(stmt) || import_typescript36.default.isImportEqualsDeclaration(stmt) || import_typescript36.default.isNamespaceImport(stmt);
|
|
24262
24262
|
}
|
|
24263
24263
|
|
|
24264
|
-
// bazel-out/
|
|
24264
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
24265
24265
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
24266
24266
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
24267
24267
|
const requestHash = hashImportRequest(request);
|
|
@@ -24288,7 +24288,7 @@ function hashImportRequest(req) {
|
|
|
24288
24288
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
|
|
24289
24289
|
}
|
|
24290
24290
|
|
|
24291
|
-
// bazel-out/
|
|
24291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
24292
24292
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
24293
24293
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
24294
24294
|
let candidateImportToBeUpdated = null;
|
|
@@ -24348,7 +24348,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
24348
24348
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
24349
24349
|
}
|
|
24350
24350
|
|
|
24351
|
-
// bazel-out/
|
|
24351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24352
24352
|
var ImportManager = class {
|
|
24353
24353
|
constructor(config = {}) {
|
|
24354
24354
|
var _a2, _b2, _c2, _d2, _e2, _f2;
|
|
@@ -24562,7 +24562,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
24562
24562
|
}
|
|
24563
24563
|
}
|
|
24564
24564
|
|
|
24565
|
-
// bazel-out/
|
|
24565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
24566
24566
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
24567
24567
|
[UnaryOperator.Minus, "-"],
|
|
24568
24568
|
[UnaryOperator.Plus, "+"]
|
|
@@ -24588,7 +24588,7 @@ var BINARY_OPERATORS3 = /* @__PURE__ */ new Map([
|
|
|
24588
24588
|
[BinaryOperator.NullishCoalesce, "??"]
|
|
24589
24589
|
]);
|
|
24590
24590
|
|
|
24591
|
-
// bazel-out/
|
|
24591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
24592
24592
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
24593
24593
|
var INELIGIBLE = {};
|
|
24594
24594
|
function canEmitType(type, canEmit) {
|
|
@@ -24663,13 +24663,13 @@ var TypeEmitter = class {
|
|
|
24663
24663
|
}
|
|
24664
24664
|
};
|
|
24665
24665
|
|
|
24666
|
-
// bazel-out/
|
|
24666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
24667
24667
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
24668
24668
|
|
|
24669
|
-
// bazel-out/
|
|
24669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
24670
24670
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
24671
24671
|
|
|
24672
|
-
// bazel-out/
|
|
24672
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
24673
24673
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
24674
24674
|
var PureAnnotation;
|
|
24675
24675
|
(function(PureAnnotation2) {
|
|
@@ -24707,50 +24707,50 @@ var VAR_TYPES = {
|
|
|
24707
24707
|
"var": import_typescript43.default.NodeFlags.None
|
|
24708
24708
|
};
|
|
24709
24709
|
|
|
24710
|
-
// bazel-out/
|
|
24710
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
24711
24711
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
24712
24712
|
|
|
24713
|
-
// bazel-out/
|
|
24713
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
24714
24714
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
24715
24715
|
|
|
24716
|
-
// bazel-out/
|
|
24716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24717
24717
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
24718
24718
|
|
|
24719
|
-
// bazel-out/
|
|
24719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24720
24720
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
24721
24721
|
|
|
24722
|
-
// bazel-out/
|
|
24722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24723
24723
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
24724
24724
|
|
|
24725
|
-
// bazel-out/
|
|
24725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24726
24726
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24727
24727
|
|
|
24728
|
-
// bazel-out/
|
|
24728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24729
24729
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
24730
24730
|
|
|
24731
|
-
// bazel-out/
|
|
24731
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24732
24732
|
var ComponentScopeKind;
|
|
24733
24733
|
(function(ComponentScopeKind2) {
|
|
24734
24734
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24735
24735
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24736
24736
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24737
24737
|
|
|
24738
|
-
// bazel-out/
|
|
24738
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24739
24739
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
24740
24740
|
|
|
24741
|
-
// bazel-out/
|
|
24741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
24742
24742
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
24743
24743
|
|
|
24744
|
-
// bazel-out/
|
|
24744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24745
24745
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
24746
24746
|
|
|
24747
|
-
// bazel-out/
|
|
24747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
24748
24748
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
24749
24749
|
|
|
24750
|
-
// bazel-out/
|
|
24750
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
24751
24751
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
24752
24752
|
|
|
24753
|
-
// bazel-out/
|
|
24753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
24754
24754
|
var INPUT_INITIALIZER_FN = {
|
|
24755
24755
|
functionName: "input",
|
|
24756
24756
|
owningModule: "@angular/core",
|
|
@@ -24761,7 +24761,7 @@ var INPUT_INITIALIZER_FN = {
|
|
|
24761
24761
|
]
|
|
24762
24762
|
};
|
|
24763
24763
|
|
|
24764
|
-
// bazel-out/
|
|
24764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
24765
24765
|
var MODEL_INITIALIZER_FN = {
|
|
24766
24766
|
functionName: "model",
|
|
24767
24767
|
owningModule: "@angular/core",
|
|
@@ -24772,14 +24772,14 @@ var MODEL_INITIALIZER_FN = {
|
|
|
24772
24772
|
]
|
|
24773
24773
|
};
|
|
24774
24774
|
|
|
24775
|
-
// bazel-out/
|
|
24775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
24776
24776
|
var allowedAccessLevels = [
|
|
24777
24777
|
ClassMemberAccessLevel.PublicWritable,
|
|
24778
24778
|
ClassMemberAccessLevel.PublicReadonly,
|
|
24779
24779
|
ClassMemberAccessLevel.Protected
|
|
24780
24780
|
];
|
|
24781
24781
|
|
|
24782
|
-
// bazel-out/
|
|
24782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
24783
24783
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
24784
24784
|
var queryFunctionNames = [
|
|
24785
24785
|
"viewChild",
|
|
@@ -24798,7 +24798,7 @@ var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
|
|
|
24798
24798
|
]
|
|
24799
24799
|
}));
|
|
24800
24800
|
|
|
24801
|
-
// bazel-out/
|
|
24801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24802
24802
|
var queryDecoratorNames = [
|
|
24803
24803
|
"ViewChild",
|
|
24804
24804
|
"ViewChildren",
|
|
@@ -24807,16 +24807,16 @@ var queryDecoratorNames = [
|
|
|
24807
24807
|
];
|
|
24808
24808
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
24809
24809
|
|
|
24810
|
-
// bazel-out/
|
|
24810
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
24811
24811
|
var import_typescript61 = __toESM(require("typescript"), 1);
|
|
24812
24812
|
|
|
24813
|
-
// bazel-out/
|
|
24813
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
24814
24814
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
24815
24815
|
|
|
24816
|
-
// bazel-out/
|
|
24816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
24817
24817
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
24818
24818
|
|
|
24819
|
-
// bazel-out/
|
|
24819
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
24820
24820
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
24821
24821
|
var UpdateMode;
|
|
24822
24822
|
(function(UpdateMode2) {
|
|
@@ -24824,23 +24824,23 @@ var UpdateMode;
|
|
|
24824
24824
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
24825
24825
|
})(UpdateMode || (UpdateMode = {}));
|
|
24826
24826
|
|
|
24827
|
-
// bazel-out/
|
|
24827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
24828
24828
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
24829
24829
|
|
|
24830
|
-
// bazel-out/
|
|
24830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
24831
24831
|
var import_typescript64 = __toESM(require("typescript"), 1);
|
|
24832
24832
|
|
|
24833
|
-
// bazel-out/
|
|
24833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
24834
24834
|
var NgExtension = Symbol("NgExtension");
|
|
24835
24835
|
|
|
24836
|
-
// bazel-out/
|
|
24836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
24837
24837
|
var OptimizeFor;
|
|
24838
24838
|
(function(OptimizeFor2) {
|
|
24839
24839
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
24840
24840
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
24841
24841
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
24842
24842
|
|
|
24843
|
-
// bazel-out/
|
|
24843
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
24844
24844
|
var CompletionKind;
|
|
24845
24845
|
(function(CompletionKind2) {
|
|
24846
24846
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -24848,7 +24848,7 @@ var CompletionKind;
|
|
|
24848
24848
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
24849
24849
|
})(CompletionKind || (CompletionKind = {}));
|
|
24850
24850
|
|
|
24851
|
-
// bazel-out/
|
|
24851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
24852
24852
|
var PotentialImportKind;
|
|
24853
24853
|
(function(PotentialImportKind2) {
|
|
24854
24854
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -24860,7 +24860,7 @@ var PotentialImportMode;
|
|
|
24860
24860
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
24861
24861
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24862
24862
|
|
|
24863
|
-
// bazel-out/
|
|
24863
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
24864
24864
|
var SymbolKind;
|
|
24865
24865
|
(function(SymbolKind2) {
|
|
24866
24866
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -24877,18 +24877,18 @@ var SymbolKind;
|
|
|
24877
24877
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
24878
24878
|
})(SymbolKind || (SymbolKind = {}));
|
|
24879
24879
|
|
|
24880
|
-
// bazel-out/
|
|
24880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
24881
24881
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
24882
24882
|
var TemplateSourceFile = Symbol("TemplateSourceFile");
|
|
24883
24883
|
|
|
24884
|
-
// bazel-out/
|
|
24884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
24885
24885
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
24886
24886
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
24887
24887
|
|
|
24888
|
-
// bazel-out/
|
|
24888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
24889
24889
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
24890
24890
|
|
|
24891
|
-
// bazel-out/
|
|
24891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
24892
24892
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
24893
24893
|
var CommentTriviaType;
|
|
24894
24894
|
(function(CommentTriviaType2) {
|
|
@@ -24933,17 +24933,17 @@ for (let i = 0; i < chars.length; i++) {
|
|
|
24933
24933
|
}
|
|
24934
24934
|
var bufLength = 1024 * 16;
|
|
24935
24935
|
|
|
24936
|
-
// bazel-out/
|
|
24936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
24937
24937
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
24938
24938
|
|
|
24939
|
-
// bazel-out/
|
|
24939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
24940
24940
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
24941
24941
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
24942
24942
|
|
|
24943
|
-
// bazel-out/
|
|
24943
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
24944
24944
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
24945
24945
|
|
|
24946
|
-
// bazel-out/
|
|
24946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
24947
24947
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
24948
24948
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
24949
24949
|
import_typescript73.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -25023,13 +25023,13 @@ function tsNumericExpression2(value) {
|
|
|
25023
25023
|
return import_typescript73.default.factory.createNumericLiteral(value);
|
|
25024
25024
|
}
|
|
25025
25025
|
|
|
25026
|
-
// bazel-out/
|
|
25026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
25027
25027
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
25028
25028
|
|
|
25029
|
-
// bazel-out/
|
|
25029
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
25030
25030
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
25031
25031
|
|
|
25032
|
-
// bazel-out/
|
|
25032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
25033
25033
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
25034
25034
|
var TypeParameterEmitter = class {
|
|
25035
25035
|
constructor(typeParameters, reflector) {
|
|
@@ -25107,7 +25107,7 @@ var TypeParameterEmitter = class {
|
|
|
25107
25107
|
}
|
|
25108
25108
|
};
|
|
25109
25109
|
|
|
25110
|
-
// bazel-out/
|
|
25110
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
25111
25111
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
25112
25112
|
Identifiers.InputSignalBrandWriteType
|
|
25113
25113
|
];
|
|
@@ -25122,21 +25122,21 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
25122
25122
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
25123
25123
|
}
|
|
25124
25124
|
|
|
25125
|
-
// bazel-out/
|
|
25125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
25126
25126
|
function requiresInlineTypeCtor(node, host, env) {
|
|
25127
25127
|
return !checkIfGenericTypeBoundsCanBeEmitted(node, host, env);
|
|
25128
25128
|
}
|
|
25129
25129
|
|
|
25130
|
-
// bazel-out/
|
|
25130
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
25131
25131
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
25132
25132
|
|
|
25133
|
-
// bazel-out/
|
|
25133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
25134
25134
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
25135
25135
|
|
|
25136
|
-
// bazel-out/
|
|
25136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25137
25137
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
25138
25138
|
|
|
25139
|
-
// bazel-out/
|
|
25139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
25140
25140
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
25141
25141
|
function wrapForDiagnostics(expr) {
|
|
25142
25142
|
return import_typescript81.default.factory.createParenthesizedExpression(expr);
|
|
@@ -25159,7 +25159,7 @@ function addParseSpanInfo(node, span) {
|
|
|
25159
25159
|
);
|
|
25160
25160
|
}
|
|
25161
25161
|
|
|
25162
|
-
// bazel-out/
|
|
25162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
25163
25163
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
25164
25164
|
var ANY_EXPRESSION = import_typescript82.default.factory.createAsExpression(import_typescript82.default.factory.createNumericLiteral("0"), import_typescript82.default.factory.createKeywordTypeNode(import_typescript82.default.SyntaxKind.AnyKeyword));
|
|
25165
25165
|
var UNDEFINED = import_typescript82.default.factory.createIdentifier("undefined");
|
|
@@ -25491,7 +25491,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
25491
25491
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
25492
25492
|
})();
|
|
25493
25493
|
|
|
25494
|
-
// bazel-out/
|
|
25494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25495
25495
|
var TcbGenericContextBehavior;
|
|
25496
25496
|
(function(TcbGenericContextBehavior2) {
|
|
25497
25497
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -27003,29 +27003,29 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
27003
27003
|
}
|
|
27004
27004
|
};
|
|
27005
27005
|
|
|
27006
|
-
// bazel-out/
|
|
27006
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
27007
27007
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
27008
27008
|
|
|
27009
|
-
// bazel-out/
|
|
27009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
27010
27010
|
var InliningMode;
|
|
27011
27011
|
(function(InliningMode2) {
|
|
27012
27012
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
27013
27013
|
InliningMode2[InliningMode2["Error"] = 1] = "Error";
|
|
27014
27014
|
})(InliningMode || (InliningMode = {}));
|
|
27015
27015
|
|
|
27016
|
-
// bazel-out/
|
|
27016
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
27017
27017
|
var import_typescript86 = __toESM(require("typescript"), 1);
|
|
27018
27018
|
|
|
27019
|
-
// bazel-out/
|
|
27019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
27020
27020
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
27021
27021
|
|
|
27022
|
-
// bazel-out/
|
|
27022
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
27023
27023
|
var import_typescript91 = __toESM(require("typescript"), 1);
|
|
27024
27024
|
|
|
27025
|
-
// bazel-out/
|
|
27025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
27026
27026
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
27027
27027
|
|
|
27028
|
-
// bazel-out/
|
|
27028
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
27029
27029
|
var ChangeTracker = class {
|
|
27030
27030
|
constructor(_printer, _importRemapper) {
|
|
27031
27031
|
__publicField(this, "_printer");
|
|
@@ -27143,7 +27143,7 @@ function normalizePath(path2) {
|
|
|
27143
27143
|
return path2.replace(/\\/g, "/");
|
|
27144
27144
|
}
|
|
27145
27145
|
|
|
27146
|
-
// bazel-out/
|
|
27146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
27147
27147
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
27148
27148
|
function getImportOfIdentifier(typeChecker, node) {
|
|
27149
27149
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -27216,7 +27216,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
27216
27216
|
});
|
|
27217
27217
|
}
|
|
27218
27218
|
|
|
27219
|
-
// bazel-out/
|
|
27219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/migration.mjs
|
|
27220
27220
|
var CORE2 = "@angular/core";
|
|
27221
27221
|
var AFTER_RENDER_PHASE_ENUM = "AfterRenderPhase";
|
|
27222
27222
|
var AFTER_RENDER_FNS = /* @__PURE__ */ new Set(["afterRender", "afterNextRender"]);
|
|
@@ -27273,7 +27273,7 @@ function migrateFile(sourceFile, typeChecker, rewriteFn) {
|
|
|
27273
27273
|
}
|
|
27274
27274
|
}
|
|
27275
27275
|
|
|
27276
|
-
// bazel-out/
|
|
27276
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/index.mjs
|
|
27277
27277
|
function after_render_phase_default() {
|
|
27278
27278
|
return (tree) => __async(this, null, function* () {
|
|
27279
27279
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|