@angular/core 18.2.9 → 18.2.10
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/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/util/change_detection_utils.mjs +1 -2
- package/esm2022/src/render3/util/discovery_utils.mjs +1 -10
- 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 +3 -13
- 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 +1 -11
- 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/after-render-phase/bundle.js +288 -330
- package/schematics/migrations/http-providers/bundle.js +291 -333
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +182 -224
- package/schematics/ng-generate/control-flow-migration/bundle.js +291 -333
- package/schematics/ng-generate/inject-migration/bundle.js +294 -336
- package/schematics/ng-generate/route-lazy-loading/bundle.js +290 -332
- package/schematics/ng-generate/standalone-migration/bundle.js +472 -514
- 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",
|
|
@@ -5889,7 +5889,7 @@ var ShadowCss = class {
|
|
|
5889
5889
|
});
|
|
5890
5890
|
}
|
|
5891
5891
|
_convertColonHostContext(cssText) {
|
|
5892
|
-
return cssText.replace(_cssColonHostContextReGlobal, (selectorText
|
|
5892
|
+
return cssText.replace(_cssColonHostContextReGlobal, (selectorText) => {
|
|
5893
5893
|
var _a2;
|
|
5894
5894
|
const contextSelectorGroups = [[]];
|
|
5895
5895
|
let match;
|
|
@@ -5904,7 +5904,7 @@ var ShadowCss = class {
|
|
|
5904
5904
|
}
|
|
5905
5905
|
selectorText = match[2];
|
|
5906
5906
|
}
|
|
5907
|
-
return contextSelectorGroups.map((contextSelectors) =>
|
|
5907
|
+
return contextSelectorGroups.map((contextSelectors) => combineHostContextSelectors(contextSelectors, selectorText)).join(", ");
|
|
5908
5908
|
});
|
|
5909
5909
|
}
|
|
5910
5910
|
_convertShadowDOMSelectors(cssText) {
|
|
@@ -5915,12 +5915,7 @@ var ShadowCss = class {
|
|
|
5915
5915
|
let selector = rule.selector;
|
|
5916
5916
|
let content = rule.content;
|
|
5917
5917
|
if (rule.selector[0] !== "@") {
|
|
5918
|
-
selector = this._scopeSelector(
|
|
5919
|
-
selector,
|
|
5920
|
-
scopeSelector,
|
|
5921
|
-
hostSelector,
|
|
5922
|
-
isParentSelector: true
|
|
5923
|
-
});
|
|
5918
|
+
selector = this._scopeSelector(rule.selector, scopeSelector, hostSelector);
|
|
5924
5919
|
} else if (scopedAtRuleIdentifiers.some((atRule) => rule.selector.startsWith(atRule))) {
|
|
5925
5920
|
content = this._scopeSelectors(rule.content, scopeSelector, hostSelector);
|
|
5926
5921
|
} else if (rule.selector.startsWith("@font-face") || rule.selector.startsWith("@page")) {
|
|
@@ -5935,18 +5930,12 @@ var ShadowCss = class {
|
|
|
5935
5930
|
return new CssRule(selector, rule.content);
|
|
5936
5931
|
});
|
|
5937
5932
|
}
|
|
5938
|
-
_scopeSelector(
|
|
5939
|
-
|
|
5940
|
-
return selector.split(selectorSplitRe).map((part) => part.split(_shadowDeepSelectors)).map((deepParts) => {
|
|
5933
|
+
_scopeSelector(selector, scopeSelector, hostSelector) {
|
|
5934
|
+
return selector.split(/ ?, ?/).map((part) => part.split(_shadowDeepSelectors)).map((deepParts) => {
|
|
5941
5935
|
const [shallowPart, ...otherParts] = deepParts;
|
|
5942
5936
|
const applyScope = (shallowPart2) => {
|
|
5943
5937
|
if (this._selectorNeedsScoping(shallowPart2, scopeSelector)) {
|
|
5944
|
-
return this._applySelectorScope(
|
|
5945
|
-
selector: shallowPart2,
|
|
5946
|
-
scopeSelector,
|
|
5947
|
-
hostSelector,
|
|
5948
|
-
isParentSelector
|
|
5949
|
-
});
|
|
5938
|
+
return this._applySelectorScope(shallowPart2, scopeSelector, hostSelector);
|
|
5950
5939
|
} else {
|
|
5951
5940
|
return shallowPart2;
|
|
5952
5941
|
}
|
|
@@ -5968,15 +5957,15 @@ var ShadowCss = class {
|
|
|
5968
5957
|
_polyfillHostRe.lastIndex = 0;
|
|
5969
5958
|
if (_polyfillHostRe.test(selector)) {
|
|
5970
5959
|
const replaceBy = `[${hostSelector}]`;
|
|
5971
|
-
return selector.replace(
|
|
5972
|
-
return selector2.replace(/([
|
|
5960
|
+
return selector.replace(_polyfillHostNoCombinatorRe, (hnc, selector2) => {
|
|
5961
|
+
return selector2.replace(/([^:]*)(:*)(.*)/, (_, before, colon, after) => {
|
|
5973
5962
|
return before + replaceBy + colon + after;
|
|
5974
5963
|
});
|
|
5975
5964
|
}).replace(_polyfillHostRe, replaceBy + " ");
|
|
5976
5965
|
}
|
|
5977
5966
|
return scopeSelector + " " + selector;
|
|
5978
5967
|
}
|
|
5979
|
-
_applySelectorScope(
|
|
5968
|
+
_applySelectorScope(selector, scopeSelector, hostSelector) {
|
|
5980
5969
|
var _a2;
|
|
5981
5970
|
const isRe = /\[is=([^\]]*)\]/g;
|
|
5982
5971
|
scopeSelector = scopeSelector.replace(isRe, (_, ...parts) => parts[0]);
|
|
@@ -5988,10 +5977,6 @@ var ShadowCss = class {
|
|
|
5988
5977
|
}
|
|
5989
5978
|
if (p.includes(_polyfillHostNoCombinator)) {
|
|
5990
5979
|
scopedP = this._applySimpleSelectorScope(p, scopeSelector, hostSelector);
|
|
5991
|
-
if (_polyfillHostNoCombinatorWithinPseudoFunction.test(p)) {
|
|
5992
|
-
const [_, before, colon, after] = scopedP.match(/([^:]*)(:*)(.*)/);
|
|
5993
|
-
scopedP = before + attrName + colon + after;
|
|
5994
|
-
}
|
|
5995
5980
|
} else {
|
|
5996
5981
|
const t = p.replace(_polyfillHostRe, "");
|
|
5997
5982
|
if (t.length > 0) {
|
|
@@ -6003,52 +5988,29 @@ var ShadowCss = class {
|
|
|
6003
5988
|
}
|
|
6004
5989
|
return scopedP;
|
|
6005
5990
|
};
|
|
6006
|
-
const
|
|
6007
|
-
|
|
6008
|
-
const cssPrefixWithPseudoSelectorFunctionMatch = selectorPart.match(_cssPrefixWithPseudoSelectorFunction);
|
|
6009
|
-
if (cssPrefixWithPseudoSelectorFunctionMatch) {
|
|
6010
|
-
const [cssPseudoSelectorFunction] = cssPrefixWithPseudoSelectorFunctionMatch;
|
|
6011
|
-
const selectorToScope = selectorPart.slice(cssPseudoSelectorFunction.length, -1);
|
|
6012
|
-
if (selectorToScope.includes(_polyfillHostNoCombinator)) {
|
|
6013
|
-
this._shouldScopeIndicator = true;
|
|
6014
|
-
}
|
|
6015
|
-
const scopedInnerPart = this._scopeSelector({
|
|
6016
|
-
selector: selectorToScope,
|
|
6017
|
-
scopeSelector,
|
|
6018
|
-
hostSelector
|
|
6019
|
-
});
|
|
6020
|
-
scopedPart = `${cssPseudoSelectorFunction}${scopedInnerPart})`;
|
|
6021
|
-
} else {
|
|
6022
|
-
this._shouldScopeIndicator = this._shouldScopeIndicator || selectorPart.includes(_polyfillHostNoCombinator);
|
|
6023
|
-
scopedPart = this._shouldScopeIndicator ? _scopeSelectorPart(selectorPart) : selectorPart;
|
|
6024
|
-
}
|
|
6025
|
-
return scopedPart;
|
|
6026
|
-
};
|
|
6027
|
-
if (isParentSelector) {
|
|
6028
|
-
this._safeSelector = new SafeSelector(selector);
|
|
6029
|
-
selector = this._safeSelector.content();
|
|
6030
|
-
}
|
|
5991
|
+
const safeContent = new SafeSelector(selector);
|
|
5992
|
+
selector = safeContent.content();
|
|
6031
5993
|
let scopedSelector = "";
|
|
6032
5994
|
let startIndex = 0;
|
|
6033
5995
|
let res;
|
|
6034
|
-
const sep = /( |>|\+|~(?!=))
|
|
5996
|
+
const sep = /( |>|\+|~(?!=))\s*/g;
|
|
6035
5997
|
const hasHost = selector.includes(_polyfillHostNoCombinator);
|
|
6036
|
-
|
|
6037
|
-
this._shouldScopeIndicator = !hasHost;
|
|
6038
|
-
}
|
|
5998
|
+
let shouldScope = !hasHost;
|
|
6039
5999
|
while ((res = sep.exec(selector)) !== null) {
|
|
6040
6000
|
const separator = res[1];
|
|
6041
6001
|
const part2 = selector.slice(startIndex, res.index);
|
|
6042
6002
|
if (part2.match(/__esc-ph-(\d+)__/) && ((_a2 = selector[res.index + 1]) == null ? void 0 : _a2.match(/[a-fA-F\d]/))) {
|
|
6043
6003
|
continue;
|
|
6044
6004
|
}
|
|
6045
|
-
|
|
6005
|
+
shouldScope = shouldScope || part2.includes(_polyfillHostNoCombinator);
|
|
6006
|
+
const scopedPart = shouldScope ? _scopeSelectorPart(part2) : part2;
|
|
6046
6007
|
scopedSelector += `${scopedPart} ${separator} `;
|
|
6047
6008
|
startIndex = sep.lastIndex;
|
|
6048
6009
|
}
|
|
6049
6010
|
const part = selector.substring(startIndex);
|
|
6050
|
-
|
|
6051
|
-
|
|
6011
|
+
shouldScope = shouldScope || part.includes(_polyfillHostNoCombinator);
|
|
6012
|
+
scopedSelector += shouldScope ? _scopeSelectorPart(part) : part;
|
|
6013
|
+
return safeContent.restore(scopedSelector);
|
|
6052
6014
|
}
|
|
6053
6015
|
_insertPolyfillHostInCssText(selector) {
|
|
6054
6016
|
return selector.replace(_colonHostContextRe, _polyfillHostContext).replace(_colonHostRe, _polyfillHost);
|
|
@@ -6087,8 +6049,6 @@ var SafeSelector = class {
|
|
|
6087
6049
|
});
|
|
6088
6050
|
}
|
|
6089
6051
|
};
|
|
6090
|
-
var _cssScopedPseudoFunctionPrefix = "(:(where|is)\\()?";
|
|
6091
|
-
var _cssPrefixWithPseudoSelectorFunction = /^:(where|is)\(/i;
|
|
6092
6052
|
var _cssContentNextSelectorRe = /polyfill-next-selector[^}]*content:[\s]*?(['"])(.*?)\1[;\s]*}([^{]*?){/gim;
|
|
6093
6053
|
var _cssContentRuleRe = /(polyfill-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim;
|
|
6094
6054
|
var _cssContentUnscopedRuleRe = /(polyfill-unscoped-rule)[^}]*(content:[\s]*(['"])(.*?)\3)[;\s]*[^}]*}/gim;
|
|
@@ -6096,12 +6056,10 @@ var _polyfillHost = "-shadowcsshost";
|
|
|
6096
6056
|
var _polyfillHostContext = "-shadowcsscontext";
|
|
6097
6057
|
var _parenSuffix = "(?:\\(((?:\\([^)(]*\\)|[^)(]*)+?)\\))?([^,{]*)";
|
|
6098
6058
|
var _cssColonHostRe = new RegExp(_polyfillHost + _parenSuffix, "gim");
|
|
6099
|
-
var _cssColonHostContextReGlobal = new RegExp(
|
|
6059
|
+
var _cssColonHostContextReGlobal = new RegExp(_polyfillHostContext + _parenSuffix, "gim");
|
|
6100
6060
|
var _cssColonHostContextRe = new RegExp(_polyfillHostContext + _parenSuffix, "im");
|
|
6101
6061
|
var _polyfillHostNoCombinator = _polyfillHost + "-no-combinator";
|
|
6102
|
-
var _polyfillHostNoCombinatorWithinPseudoFunction = new RegExp(`:.*\\(.*${_polyfillHostNoCombinator}.*\\)`);
|
|
6103
6062
|
var _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s]*)/;
|
|
6104
|
-
var _polyfillHostNoCombinatorReGlobal = new RegExp(_polyfillHostNoCombinatorRe, "g");
|
|
6105
6063
|
var _shadowDOMSelectorsRe = [
|
|
6106
6064
|
/::shadow/g,
|
|
6107
6065
|
/::content/g,
|
|
@@ -6236,7 +6194,7 @@ function unescapeInStrings(input) {
|
|
|
6236
6194
|
function unescapeQuotes(str, isQuoted) {
|
|
6237
6195
|
return !isQuoted ? str : str.replace(/((?:^|[^\\])(?:\\\\)*)\\(?=['"])/g, "$1");
|
|
6238
6196
|
}
|
|
6239
|
-
function
|
|
6197
|
+
function combineHostContextSelectors(contextSelectors, otherSelectors) {
|
|
6240
6198
|
const hostMarker = _polyfillHostNoCombinator;
|
|
6241
6199
|
_polyfillHostRe.lastIndex = 0;
|
|
6242
6200
|
const otherSelectorsHasHost = _polyfillHostRe.test(otherSelectors);
|
|
@@ -6254,7 +6212,7 @@ function _combineHostContextSelectors(contextSelectors, otherSelectors, pseudoPr
|
|
|
6254
6212
|
combined[i] = contextSelector + previousSelectors;
|
|
6255
6213
|
}
|
|
6256
6214
|
}
|
|
6257
|
-
return combined.map((s) => otherSelectorsHasHost ? `${
|
|
6215
|
+
return combined.map((s) => otherSelectorsHasHost ? `${s}${otherSelectors}` : `${s}${hostMarker}${otherSelectors}, ${s} ${hostMarker}${otherSelectors}`).join(",");
|
|
6258
6216
|
}
|
|
6259
6217
|
function repeatGroups(groups, multiples) {
|
|
6260
6218
|
const length = groups.length;
|
|
@@ -6265,7 +6223,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6265
6223
|
}
|
|
6266
6224
|
}
|
|
6267
6225
|
|
|
6268
|
-
// bazel-out/
|
|
6226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6269
6227
|
var OpKind;
|
|
6270
6228
|
(function(OpKind2) {
|
|
6271
6229
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6423,7 +6381,7 @@ var TemplateKind;
|
|
|
6423
6381
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6424
6382
|
})(TemplateKind || (TemplateKind = {}));
|
|
6425
6383
|
|
|
6426
|
-
// bazel-out/
|
|
6384
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6427
6385
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6428
6386
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6429
6387
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6451,7 +6409,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6451
6409
|
return expr[UsesVarOffset] === true;
|
|
6452
6410
|
}
|
|
6453
6411
|
|
|
6454
|
-
// bazel-out/
|
|
6412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6455
6413
|
function createStatementOp(statement) {
|
|
6456
6414
|
return __spreadValues({
|
|
6457
6415
|
kind: OpKind.Statement,
|
|
@@ -6473,7 +6431,7 @@ var NEW_OP = {
|
|
|
6473
6431
|
next: null
|
|
6474
6432
|
};
|
|
6475
6433
|
|
|
6476
|
-
// bazel-out/
|
|
6434
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6477
6435
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6478
6436
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6479
6437
|
kind: OpKind.InterpolateText,
|
|
@@ -6662,7 +6620,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6662
6620
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6663
6621
|
}
|
|
6664
6622
|
|
|
6665
|
-
// bazel-out/
|
|
6623
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6666
6624
|
var _a;
|
|
6667
6625
|
var _b;
|
|
6668
6626
|
var _c;
|
|
@@ -7580,7 +7538,7 @@ function isStringLiteral(expr) {
|
|
|
7580
7538
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7581
7539
|
}
|
|
7582
7540
|
|
|
7583
|
-
// bazel-out/
|
|
7541
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7584
7542
|
var _OpList = class {
|
|
7585
7543
|
constructor() {
|
|
7586
7544
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7771,14 +7729,14 @@ var OpList = _OpList;
|
|
|
7771
7729
|
_OpList.nextListId = 0;
|
|
7772
7730
|
})();
|
|
7773
7731
|
|
|
7774
|
-
// bazel-out/
|
|
7732
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7775
7733
|
var SlotHandle = class {
|
|
7776
7734
|
constructor() {
|
|
7777
7735
|
this.slot = null;
|
|
7778
7736
|
}
|
|
7779
7737
|
};
|
|
7780
7738
|
|
|
7781
|
-
// bazel-out/
|
|
7739
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7782
7740
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7783
7741
|
OpKind.Element,
|
|
7784
7742
|
OpKind.ElementStart,
|
|
@@ -8091,7 +8049,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
8091
8049
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8092
8050
|
}
|
|
8093
8051
|
|
|
8094
|
-
// bazel-out/
|
|
8052
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
8095
8053
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
8096
8054
|
return __spreadValues(__spreadValues({
|
|
8097
8055
|
kind: OpKind.HostProperty,
|
|
@@ -8105,10 +8063,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
8105
8063
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
8106
8064
|
}
|
|
8107
8065
|
|
|
8108
|
-
// bazel-out/
|
|
8066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
8109
8067
|
var CTX_REF = "CTX_REF_MARKER";
|
|
8110
8068
|
|
|
8111
|
-
// bazel-out/
|
|
8069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8112
8070
|
var CompilationJobKind;
|
|
8113
8071
|
(function(CompilationJobKind2) {
|
|
8114
8072
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8216,7 +8174,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8216
8174
|
}
|
|
8217
8175
|
};
|
|
8218
8176
|
|
|
8219
|
-
// bazel-out/
|
|
8177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8220
8178
|
function deleteAnyCasts(job) {
|
|
8221
8179
|
for (const unit of job.units) {
|
|
8222
8180
|
for (const op of unit.ops()) {
|
|
@@ -8234,7 +8192,7 @@ function removeAnys(e) {
|
|
|
8234
8192
|
return e;
|
|
8235
8193
|
}
|
|
8236
8194
|
|
|
8237
|
-
// bazel-out/
|
|
8195
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8238
8196
|
function applyI18nExpressions(job) {
|
|
8239
8197
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8240
8198
|
for (const unit of job.units) {
|
|
@@ -8277,7 +8235,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8277
8235
|
return false;
|
|
8278
8236
|
}
|
|
8279
8237
|
|
|
8280
|
-
// bazel-out/
|
|
8238
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8281
8239
|
function assignI18nSlotDependencies(job) {
|
|
8282
8240
|
for (const unit of job.units) {
|
|
8283
8241
|
let updateOp = unit.update.head;
|
|
@@ -8322,7 +8280,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8322
8280
|
}
|
|
8323
8281
|
}
|
|
8324
8282
|
|
|
8325
|
-
// bazel-out/
|
|
8283
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8326
8284
|
function createOpXrefMap(unit) {
|
|
8327
8285
|
const map = /* @__PURE__ */ new Map();
|
|
8328
8286
|
for (const op of unit.create) {
|
|
@@ -8337,7 +8295,7 @@ function createOpXrefMap(unit) {
|
|
|
8337
8295
|
return map;
|
|
8338
8296
|
}
|
|
8339
8297
|
|
|
8340
|
-
// bazel-out/
|
|
8298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8341
8299
|
function extractAttributes(job) {
|
|
8342
8300
|
for (const unit of job.units) {
|
|
8343
8301
|
const elements = createOpXrefMap(unit);
|
|
@@ -8466,7 +8424,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8466
8424
|
}
|
|
8467
8425
|
}
|
|
8468
8426
|
|
|
8469
|
-
// bazel-out/
|
|
8427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8470
8428
|
function lookupElement2(elements, xref) {
|
|
8471
8429
|
const el = elements.get(xref);
|
|
8472
8430
|
if (el === void 0) {
|
|
@@ -8523,7 +8481,7 @@ function specializeBindings(job) {
|
|
|
8523
8481
|
}
|
|
8524
8482
|
}
|
|
8525
8483
|
|
|
8526
|
-
// bazel-out/
|
|
8484
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8527
8485
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8528
8486
|
Identifiers.attribute,
|
|
8529
8487
|
Identifiers.classProp,
|
|
@@ -8595,7 +8553,7 @@ function chainOperationsInList(opList) {
|
|
|
8595
8553
|
}
|
|
8596
8554
|
}
|
|
8597
8555
|
|
|
8598
|
-
// bazel-out/
|
|
8556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8599
8557
|
function collapseSingletonInterpolations(job) {
|
|
8600
8558
|
for (const unit of job.units) {
|
|
8601
8559
|
for (const op of unit.update) {
|
|
@@ -8607,7 +8565,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8607
8565
|
}
|
|
8608
8566
|
}
|
|
8609
8567
|
|
|
8610
|
-
// bazel-out/
|
|
8568
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8611
8569
|
function generateConditionalExpressions(job) {
|
|
8612
8570
|
for (const unit of job.units) {
|
|
8613
8571
|
for (const op of unit.ops()) {
|
|
@@ -8644,7 +8602,7 @@ function generateConditionalExpressions(job) {
|
|
|
8644
8602
|
}
|
|
8645
8603
|
}
|
|
8646
8604
|
|
|
8647
|
-
// bazel-out/
|
|
8605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8648
8606
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8649
8607
|
["&&", BinaryOperator.And],
|
|
8650
8608
|
[">", BinaryOperator.Bigger],
|
|
@@ -8701,7 +8659,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8701
8659
|
return literal(value);
|
|
8702
8660
|
}
|
|
8703
8661
|
|
|
8704
|
-
// bazel-out/
|
|
8662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8705
8663
|
function collectElementConsts(job) {
|
|
8706
8664
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8707
8665
|
for (const unit of job.units) {
|
|
@@ -8870,7 +8828,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8870
8828
|
return literalArr(attrArray);
|
|
8871
8829
|
}
|
|
8872
8830
|
|
|
8873
|
-
// bazel-out/
|
|
8831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8874
8832
|
function convertI18nBindings(job) {
|
|
8875
8833
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8876
8834
|
for (const unit of job.units) {
|
|
@@ -8911,7 +8869,7 @@ function convertI18nBindings(job) {
|
|
|
8911
8869
|
}
|
|
8912
8870
|
}
|
|
8913
8871
|
|
|
8914
|
-
// bazel-out/
|
|
8872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8915
8873
|
function resolveDeferDepsFns(job) {
|
|
8916
8874
|
var _a2;
|
|
8917
8875
|
for (const unit of job.units) {
|
|
@@ -8936,7 +8894,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8936
8894
|
}
|
|
8937
8895
|
}
|
|
8938
8896
|
|
|
8939
|
-
// bazel-out/
|
|
8897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8940
8898
|
function createI18nContexts(job) {
|
|
8941
8899
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8942
8900
|
for (const unit of job.units) {
|
|
@@ -9014,7 +8972,7 @@ function createI18nContexts(job) {
|
|
|
9014
8972
|
}
|
|
9015
8973
|
}
|
|
9016
8974
|
|
|
9017
|
-
// bazel-out/
|
|
8975
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
9018
8976
|
function deduplicateTextBindings(job) {
|
|
9019
8977
|
const seen = /* @__PURE__ */ new Map();
|
|
9020
8978
|
for (const unit of job.units) {
|
|
@@ -9036,7 +8994,7 @@ function deduplicateTextBindings(job) {
|
|
|
9036
8994
|
}
|
|
9037
8995
|
}
|
|
9038
8996
|
|
|
9039
|
-
// bazel-out/
|
|
8997
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
9040
8998
|
function configureDeferInstructions(job) {
|
|
9041
8999
|
for (const unit of job.units) {
|
|
9042
9000
|
for (const op of unit.create) {
|
|
@@ -9053,7 +9011,7 @@ function configureDeferInstructions(job) {
|
|
|
9053
9011
|
}
|
|
9054
9012
|
}
|
|
9055
9013
|
|
|
9056
|
-
// bazel-out/
|
|
9014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
9057
9015
|
function resolveDeferTargetNames(job) {
|
|
9058
9016
|
const scopes = /* @__PURE__ */ new Map();
|
|
9059
9017
|
function getScopeForView2(view) {
|
|
@@ -9147,7 +9105,7 @@ var Scope = class {
|
|
|
9147
9105
|
}
|
|
9148
9106
|
};
|
|
9149
9107
|
|
|
9150
|
-
// bazel-out/
|
|
9108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9151
9109
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9152
9110
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9153
9111
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9174,7 +9132,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9174
9132
|
}
|
|
9175
9133
|
}
|
|
9176
9134
|
|
|
9177
|
-
// bazel-out/
|
|
9135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9178
9136
|
function expandSafeReads(job) {
|
|
9179
9137
|
for (const unit of job.units) {
|
|
9180
9138
|
for (const op of unit.ops()) {
|
|
@@ -9310,7 +9268,7 @@ function ternaryTransform(e) {
|
|
|
9310
9268
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9311
9269
|
}
|
|
9312
9270
|
|
|
9313
|
-
// bazel-out/
|
|
9271
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9314
9272
|
var ESCAPE = "\uFFFD";
|
|
9315
9273
|
var ELEMENT_MARKER = "#";
|
|
9316
9274
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9446,7 +9404,7 @@ function formatValue(value) {
|
|
|
9446
9404
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9447
9405
|
}
|
|
9448
9406
|
|
|
9449
|
-
// bazel-out/
|
|
9407
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9450
9408
|
function generateAdvance(job) {
|
|
9451
9409
|
for (const unit of job.units) {
|
|
9452
9410
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9489,7 +9447,7 @@ function generateAdvance(job) {
|
|
|
9489
9447
|
}
|
|
9490
9448
|
}
|
|
9491
9449
|
|
|
9492
|
-
// bazel-out/
|
|
9450
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9493
9451
|
function generateProjectionDefs(job) {
|
|
9494
9452
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9495
9453
|
const selectors = [];
|
|
@@ -9513,7 +9471,7 @@ function generateProjectionDefs(job) {
|
|
|
9513
9471
|
}
|
|
9514
9472
|
}
|
|
9515
9473
|
|
|
9516
|
-
// bazel-out/
|
|
9474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9517
9475
|
function generateVariables(job) {
|
|
9518
9476
|
recursivelyProcessView(job.root, null);
|
|
9519
9477
|
}
|
|
@@ -9631,7 +9589,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9631
9589
|
return newOps;
|
|
9632
9590
|
}
|
|
9633
9591
|
|
|
9634
|
-
// bazel-out/
|
|
9592
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9635
9593
|
function collectConstExpressions(job) {
|
|
9636
9594
|
for (const unit of job.units) {
|
|
9637
9595
|
for (const op of unit.ops()) {
|
|
@@ -9645,7 +9603,7 @@ function collectConstExpressions(job) {
|
|
|
9645
9603
|
}
|
|
9646
9604
|
}
|
|
9647
9605
|
|
|
9648
|
-
// bazel-out/
|
|
9606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9649
9607
|
var STYLE_DOT = "style.";
|
|
9650
9608
|
var CLASS_DOT = "class.";
|
|
9651
9609
|
var STYLE_BANG = "style!";
|
|
@@ -9703,7 +9661,7 @@ function parseProperty(name) {
|
|
|
9703
9661
|
return { property: property2, suffix };
|
|
9704
9662
|
}
|
|
9705
9663
|
|
|
9706
|
-
// bazel-out/
|
|
9664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9707
9665
|
function mapLiteral(obj, quoted = false) {
|
|
9708
9666
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9709
9667
|
key,
|
|
@@ -9712,7 +9670,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9712
9670
|
})));
|
|
9713
9671
|
}
|
|
9714
9672
|
|
|
9715
|
-
// bazel-out/
|
|
9673
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9716
9674
|
var IcuSerializerVisitor = class {
|
|
9717
9675
|
visitText(text2) {
|
|
9718
9676
|
return text2.value;
|
|
@@ -9746,7 +9704,7 @@ function serializeIcuNode(icu) {
|
|
|
9746
9704
|
return icu.visit(serializer);
|
|
9747
9705
|
}
|
|
9748
9706
|
|
|
9749
|
-
// bazel-out/
|
|
9707
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
9750
9708
|
var NodeWithI18n = class {
|
|
9751
9709
|
constructor(sourceSpan, i18n2) {
|
|
9752
9710
|
this.sourceSpan = sourceSpan;
|
|
@@ -9869,7 +9827,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
9869
9827
|
return result;
|
|
9870
9828
|
}
|
|
9871
9829
|
|
|
9872
|
-
// bazel-out/
|
|
9830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
9873
9831
|
var NAMED_ENTITIES = {
|
|
9874
9832
|
"AElig": "\xC6",
|
|
9875
9833
|
"AMP": "&",
|
|
@@ -12000,7 +11958,7 @@ var NAMED_ENTITIES = {
|
|
|
12000
11958
|
var NGSP_UNICODE = "\uE500";
|
|
12001
11959
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
12002
11960
|
|
|
12003
|
-
// bazel-out/
|
|
11961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
12004
11962
|
var TokenError = class extends ParseError {
|
|
12005
11963
|
constructor(errorMsg, tokenType, span) {
|
|
12006
11964
|
super(span, errorMsg);
|
|
@@ -12990,7 +12948,7 @@ var CursorError = class {
|
|
|
12990
12948
|
}
|
|
12991
12949
|
};
|
|
12992
12950
|
|
|
12993
|
-
// bazel-out/
|
|
12951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
12994
12952
|
var TreeError = class extends ParseError {
|
|
12995
12953
|
static create(elementName, span, msg) {
|
|
12996
12954
|
return new TreeError(elementName, span, msg);
|
|
@@ -13418,7 +13376,7 @@ function decodeEntity(match, entity) {
|
|
|
13418
13376
|
return match;
|
|
13419
13377
|
}
|
|
13420
13378
|
|
|
13421
|
-
// bazel-out/
|
|
13379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
13422
13380
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
13423
13381
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
13424
13382
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -13558,7 +13516,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
13558
13516
|
return result;
|
|
13559
13517
|
}
|
|
13560
13518
|
|
|
13561
|
-
// bazel-out/
|
|
13519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13562
13520
|
var TokenType;
|
|
13563
13521
|
(function(TokenType2) {
|
|
13564
13522
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13919,7 +13877,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13919
13877
|
return result;
|
|
13920
13878
|
}
|
|
13921
13879
|
|
|
13922
|
-
// bazel-out/
|
|
13880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
13923
13881
|
var SplitInterpolation = class {
|
|
13924
13882
|
constructor(strings, expressions, offsets) {
|
|
13925
13883
|
this.strings = strings;
|
|
@@ -14803,7 +14761,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14803
14761
|
return offsetMap;
|
|
14804
14762
|
}
|
|
14805
14763
|
|
|
14806
|
-
// bazel-out/
|
|
14764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14807
14765
|
var _SECURITY_SCHEMA;
|
|
14808
14766
|
function SECURITY_SCHEMA() {
|
|
14809
14767
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14864,11 +14822,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14864
14822
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14865
14823
|
}
|
|
14866
14824
|
|
|
14867
|
-
// bazel-out/
|
|
14825
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14868
14826
|
var ElementSchemaRegistry = class {
|
|
14869
14827
|
};
|
|
14870
14828
|
|
|
14871
|
-
// bazel-out/
|
|
14829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14872
14830
|
var BOOLEAN = "boolean";
|
|
14873
14831
|
var NUMBER = "number";
|
|
14874
14832
|
var STRING = "string";
|
|
@@ -15251,7 +15209,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15251
15209
|
}
|
|
15252
15210
|
}
|
|
15253
15211
|
|
|
15254
|
-
// bazel-out/
|
|
15212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15255
15213
|
var HtmlTagDefinition = class {
|
|
15256
15214
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15257
15215
|
this.closedByChildren = {};
|
|
@@ -15387,7 +15345,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15387
15345
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15388
15346
|
}
|
|
15389
15347
|
|
|
15390
|
-
// bazel-out/
|
|
15348
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15391
15349
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15392
15350
|
"A": "LINK",
|
|
15393
15351
|
"B": "BOLD_TEXT",
|
|
@@ -15509,7 +15467,7 @@ var PlaceholderRegistry = class {
|
|
|
15509
15467
|
}
|
|
15510
15468
|
};
|
|
15511
15469
|
|
|
15512
|
-
// bazel-out/
|
|
15470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15513
15471
|
var _expParser = new Parser2(new Lexer());
|
|
15514
15472
|
function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
|
|
15515
15473
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
|
|
@@ -15704,14 +15662,14 @@ function extractPlaceholderName(input) {
|
|
|
15704
15662
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15705
15663
|
}
|
|
15706
15664
|
|
|
15707
|
-
// bazel-out/
|
|
15665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15708
15666
|
var I18nError = class extends ParseError {
|
|
15709
15667
|
constructor(span, msg) {
|
|
15710
15668
|
super(span, msg);
|
|
15711
15669
|
}
|
|
15712
15670
|
};
|
|
15713
15671
|
|
|
15714
|
-
// bazel-out/
|
|
15672
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15715
15673
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15716
15674
|
"iframe|srcdoc",
|
|
15717
15675
|
"*|innerhtml",
|
|
@@ -15726,7 +15684,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15726
15684
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15727
15685
|
}
|
|
15728
15686
|
|
|
15729
|
-
// bazel-out/
|
|
15687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15730
15688
|
var setI18nRefs = (originalNodeMap) => {
|
|
15731
15689
|
return (trimmedNode, i18nNode) => {
|
|
15732
15690
|
var _a2;
|
|
@@ -15900,7 +15858,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15900
15858
|
return jsDocComment(tags);
|
|
15901
15859
|
}
|
|
15902
15860
|
|
|
15903
|
-
// bazel-out/
|
|
15861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15904
15862
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15905
15863
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15906
15864
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15951,7 +15909,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15951
15909
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15952
15910
|
}
|
|
15953
15911
|
|
|
15954
|
-
// bazel-out/
|
|
15912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15955
15913
|
function createLocalizeStatements(variable2, message, params) {
|
|
15956
15914
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15957
15915
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16040,7 +15998,7 @@ function createEmptyMessagePart(location) {
|
|
|
16040
15998
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16041
15999
|
}
|
|
16042
16000
|
|
|
16043
|
-
// bazel-out/
|
|
16001
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16044
16002
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16045
16003
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
16046
16004
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16211,7 +16169,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16211
16169
|
return variable(name);
|
|
16212
16170
|
}
|
|
16213
16171
|
|
|
16214
|
-
// bazel-out/
|
|
16172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16215
16173
|
function convertI18nText(job) {
|
|
16216
16174
|
var _a2, _b2, _c2;
|
|
16217
16175
|
for (const unit of job.units) {
|
|
@@ -16281,7 +16239,7 @@ function convertI18nText(job) {
|
|
|
16281
16239
|
}
|
|
16282
16240
|
}
|
|
16283
16241
|
|
|
16284
|
-
// bazel-out/
|
|
16242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16285
16243
|
function liftLocalRefs(job) {
|
|
16286
16244
|
for (const unit of job.units) {
|
|
16287
16245
|
for (const op of unit.create) {
|
|
@@ -16311,7 +16269,7 @@ function serializeLocalRefs(refs) {
|
|
|
16311
16269
|
return literalArr(constRefs);
|
|
16312
16270
|
}
|
|
16313
16271
|
|
|
16314
|
-
// bazel-out/
|
|
16272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16315
16273
|
function emitNamespaceChanges(job) {
|
|
16316
16274
|
for (const unit of job.units) {
|
|
16317
16275
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16327,7 +16285,7 @@ function emitNamespaceChanges(job) {
|
|
|
16327
16285
|
}
|
|
16328
16286
|
}
|
|
16329
16287
|
|
|
16330
|
-
// bazel-out/
|
|
16288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16331
16289
|
function parse(value) {
|
|
16332
16290
|
const styles = [];
|
|
16333
16291
|
let i = 0;
|
|
@@ -16421,7 +16379,7 @@ function parseExtractedStyles(job) {
|
|
|
16421
16379
|
}
|
|
16422
16380
|
}
|
|
16423
16381
|
|
|
16424
|
-
// bazel-out/
|
|
16382
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16425
16383
|
function nameFunctionsAndVariables(job) {
|
|
16426
16384
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16427
16385
|
}
|
|
@@ -16565,7 +16523,7 @@ function stripImportant(name) {
|
|
|
16565
16523
|
return name;
|
|
16566
16524
|
}
|
|
16567
16525
|
|
|
16568
|
-
// bazel-out/
|
|
16526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16569
16527
|
function mergeNextContextExpressions(job) {
|
|
16570
16528
|
for (const unit of job.units) {
|
|
16571
16529
|
for (const op of unit.create) {
|
|
@@ -16612,7 +16570,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16612
16570
|
}
|
|
16613
16571
|
}
|
|
16614
16572
|
|
|
16615
|
-
// bazel-out/
|
|
16573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16616
16574
|
var CONTAINER_TAG = "ng-container";
|
|
16617
16575
|
function generateNgContainerOps(job) {
|
|
16618
16576
|
for (const unit of job.units) {
|
|
@@ -16629,7 +16587,7 @@ function generateNgContainerOps(job) {
|
|
|
16629
16587
|
}
|
|
16630
16588
|
}
|
|
16631
16589
|
|
|
16632
|
-
// bazel-out/
|
|
16590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16633
16591
|
function lookupElement3(elements, xref) {
|
|
16634
16592
|
const el = elements.get(xref);
|
|
16635
16593
|
if (el === void 0) {
|
|
@@ -16659,7 +16617,7 @@ function disableBindings(job) {
|
|
|
16659
16617
|
}
|
|
16660
16618
|
}
|
|
16661
16619
|
|
|
16662
|
-
// bazel-out/
|
|
16620
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16663
16621
|
function generateNullishCoalesceExpressions(job) {
|
|
16664
16622
|
for (const unit of job.units) {
|
|
16665
16623
|
for (const op of unit.ops()) {
|
|
@@ -16675,7 +16633,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16675
16633
|
}
|
|
16676
16634
|
}
|
|
16677
16635
|
|
|
16678
|
-
// bazel-out/
|
|
16636
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16679
16637
|
function kindTest(kind) {
|
|
16680
16638
|
return (op) => op.kind === kind;
|
|
16681
16639
|
}
|
|
@@ -16765,7 +16723,7 @@ function keepLast(ops) {
|
|
|
16765
16723
|
return ops.slice(ops.length - 1);
|
|
16766
16724
|
}
|
|
16767
16725
|
|
|
16768
|
-
// bazel-out/
|
|
16726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16769
16727
|
function removeContentSelectors(job) {
|
|
16770
16728
|
for (const unit of job.units) {
|
|
16771
16729
|
const elements = createOpXrefMap(unit);
|
|
@@ -16792,7 +16750,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16792
16750
|
return el;
|
|
16793
16751
|
}
|
|
16794
16752
|
|
|
16795
|
-
// bazel-out/
|
|
16753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16796
16754
|
function createPipes(job) {
|
|
16797
16755
|
for (const unit of job.units) {
|
|
16798
16756
|
processPipeBindingsInView(unit);
|
|
@@ -16840,7 +16798,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16840
16798
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16841
16799
|
}
|
|
16842
16800
|
|
|
16843
|
-
// bazel-out/
|
|
16801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16844
16802
|
function createVariadicPipes(job) {
|
|
16845
16803
|
for (const unit of job.units) {
|
|
16846
16804
|
for (const op of unit.update) {
|
|
@@ -16857,7 +16815,7 @@ function createVariadicPipes(job) {
|
|
|
16857
16815
|
}
|
|
16858
16816
|
}
|
|
16859
16817
|
|
|
16860
|
-
// bazel-out/
|
|
16818
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16861
16819
|
function propagateI18nBlocks(job) {
|
|
16862
16820
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16863
16821
|
}
|
|
@@ -16911,7 +16869,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16911
16869
|
}
|
|
16912
16870
|
}
|
|
16913
16871
|
|
|
16914
|
-
// bazel-out/
|
|
16872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16915
16873
|
function extractPureFunctions(job) {
|
|
16916
16874
|
for (const view of job.units) {
|
|
16917
16875
|
for (const op of view.ops()) {
|
|
@@ -16953,7 +16911,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16953
16911
|
}
|
|
16954
16912
|
};
|
|
16955
16913
|
|
|
16956
|
-
// bazel-out/
|
|
16914
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16957
16915
|
function generatePureLiteralStructures(job) {
|
|
16958
16916
|
for (const unit of job.units) {
|
|
16959
16917
|
for (const op of unit.update) {
|
|
@@ -17000,7 +16958,7 @@ function transformLiteralMap(expr) {
|
|
|
17000
16958
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
17001
16959
|
}
|
|
17002
16960
|
|
|
17003
|
-
// bazel-out/
|
|
16961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
17004
16962
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
17005
16963
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
17006
16964
|
}
|
|
@@ -17532,7 +17490,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17532
17490
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17533
17491
|
}
|
|
17534
17492
|
|
|
17535
|
-
// bazel-out/
|
|
17493
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17536
17494
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17537
17495
|
["window", Identifiers.resolveWindow],
|
|
17538
17496
|
["document", Identifiers.resolveDocument],
|
|
@@ -17897,7 +17855,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17897
17855
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17898
17856
|
}
|
|
17899
17857
|
|
|
17900
|
-
// bazel-out/
|
|
17858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17901
17859
|
function removeEmptyBindings(job) {
|
|
17902
17860
|
for (const unit of job.units) {
|
|
17903
17861
|
for (const op of unit.update) {
|
|
@@ -17918,7 +17876,7 @@ function removeEmptyBindings(job) {
|
|
|
17918
17876
|
}
|
|
17919
17877
|
}
|
|
17920
17878
|
|
|
17921
|
-
// bazel-out/
|
|
17879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17922
17880
|
function removeI18nContexts(job) {
|
|
17923
17881
|
for (const unit of job.units) {
|
|
17924
17882
|
for (const op of unit.create) {
|
|
@@ -17934,7 +17892,7 @@ function removeI18nContexts(job) {
|
|
|
17934
17892
|
}
|
|
17935
17893
|
}
|
|
17936
17894
|
|
|
17937
|
-
// bazel-out/
|
|
17895
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17938
17896
|
function removeUnusedI18nAttributesOps(job) {
|
|
17939
17897
|
for (const unit of job.units) {
|
|
17940
17898
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17956,7 +17914,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17956
17914
|
}
|
|
17957
17915
|
}
|
|
17958
17916
|
|
|
17959
|
-
// bazel-out/
|
|
17917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17960
17918
|
function resolveContexts(job) {
|
|
17961
17919
|
for (const unit of job.units) {
|
|
17962
17920
|
processLexicalScope(unit, unit.create);
|
|
@@ -17998,7 +17956,7 @@ function processLexicalScope(view, ops) {
|
|
|
17998
17956
|
}
|
|
17999
17957
|
}
|
|
18000
17958
|
|
|
18001
|
-
// bazel-out/
|
|
17959
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
18002
17960
|
function resolveDollarEvent(job) {
|
|
18003
17961
|
for (const unit of job.units) {
|
|
18004
17962
|
transformDollarEvent(unit.create);
|
|
@@ -18021,7 +17979,7 @@ function transformDollarEvent(ops) {
|
|
|
18021
17979
|
}
|
|
18022
17980
|
}
|
|
18023
17981
|
|
|
18024
|
-
// bazel-out/
|
|
17982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
18025
17983
|
function resolveI18nElementPlaceholders(job) {
|
|
18026
17984
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
18027
17985
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18200,7 +18158,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18200
18158
|
params.set(placeholder, values);
|
|
18201
18159
|
}
|
|
18202
18160
|
|
|
18203
|
-
// bazel-out/
|
|
18161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18204
18162
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18205
18163
|
var _a2;
|
|
18206
18164
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18253,7 +18211,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18253
18211
|
}
|
|
18254
18212
|
}
|
|
18255
18213
|
|
|
18256
|
-
// bazel-out/
|
|
18214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18257
18215
|
function resolveNames(job) {
|
|
18258
18216
|
for (const unit of job.units) {
|
|
18259
18217
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18331,7 +18289,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18331
18289
|
}
|
|
18332
18290
|
}
|
|
18333
18291
|
|
|
18334
|
-
// bazel-out/
|
|
18292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18335
18293
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18336
18294
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18337
18295
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18401,7 +18359,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18401
18359
|
return securityContext;
|
|
18402
18360
|
}
|
|
18403
18361
|
|
|
18404
|
-
// bazel-out/
|
|
18362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18405
18363
|
function transformTwoWayBindingSet(job) {
|
|
18406
18364
|
for (const unit of job.units) {
|
|
18407
18365
|
for (const op of unit.create) {
|
|
@@ -18424,7 +18382,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18424
18382
|
}
|
|
18425
18383
|
}
|
|
18426
18384
|
|
|
18427
|
-
// bazel-out/
|
|
18385
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18428
18386
|
function saveAndRestoreView(job) {
|
|
18429
18387
|
for (const unit of job.units) {
|
|
18430
18388
|
unit.create.prepend([
|
|
@@ -18469,7 +18427,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18469
18427
|
}
|
|
18470
18428
|
}
|
|
18471
18429
|
|
|
18472
|
-
// bazel-out/
|
|
18430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18473
18431
|
function allocateSlots(job) {
|
|
18474
18432
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18475
18433
|
for (const unit of job.units) {
|
|
@@ -18494,7 +18452,7 @@ function allocateSlots(job) {
|
|
|
18494
18452
|
}
|
|
18495
18453
|
}
|
|
18496
18454
|
|
|
18497
|
-
// bazel-out/
|
|
18455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18498
18456
|
function specializeStyleBindings(job) {
|
|
18499
18457
|
for (const unit of job.units) {
|
|
18500
18458
|
for (const op of unit.update) {
|
|
@@ -18524,7 +18482,7 @@ function specializeStyleBindings(job) {
|
|
|
18524
18482
|
}
|
|
18525
18483
|
}
|
|
18526
18484
|
|
|
18527
|
-
// bazel-out/
|
|
18485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18528
18486
|
function generateTemporaryVariables(job) {
|
|
18529
18487
|
for (const unit of job.units) {
|
|
18530
18488
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18582,7 +18540,7 @@ function assignName(names, expr) {
|
|
|
18582
18540
|
expr.name = name;
|
|
18583
18541
|
}
|
|
18584
18542
|
|
|
18585
|
-
// bazel-out/
|
|
18543
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18586
18544
|
function generateTrackFns(job) {
|
|
18587
18545
|
for (const unit of job.units) {
|
|
18588
18546
|
for (const op of unit.create) {
|
|
@@ -18615,7 +18573,7 @@ function generateTrackFns(job) {
|
|
|
18615
18573
|
}
|
|
18616
18574
|
}
|
|
18617
18575
|
|
|
18618
|
-
// bazel-out/
|
|
18576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18619
18577
|
function optimizeTrackFns(job) {
|
|
18620
18578
|
for (const unit of job.units) {
|
|
18621
18579
|
for (const op of unit.create) {
|
|
@@ -18665,7 +18623,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18665
18623
|
return true;
|
|
18666
18624
|
}
|
|
18667
18625
|
|
|
18668
|
-
// bazel-out/
|
|
18626
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18669
18627
|
function generateTrackVariables(job) {
|
|
18670
18628
|
for (const unit of job.units) {
|
|
18671
18629
|
for (const op of unit.create) {
|
|
@@ -18686,7 +18644,7 @@ function generateTrackVariables(job) {
|
|
|
18686
18644
|
}
|
|
18687
18645
|
}
|
|
18688
18646
|
|
|
18689
|
-
// bazel-out/
|
|
18647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18690
18648
|
function countVariables(job) {
|
|
18691
18649
|
for (const unit of job.units) {
|
|
18692
18650
|
let varCount = 0;
|
|
@@ -18799,7 +18757,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18799
18757
|
return true;
|
|
18800
18758
|
}
|
|
18801
18759
|
|
|
18802
|
-
// bazel-out/
|
|
18760
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18803
18761
|
function optimizeVariables(job) {
|
|
18804
18762
|
for (const unit of job.units) {
|
|
18805
18763
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19051,7 +19009,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19051
19009
|
}
|
|
19052
19010
|
}
|
|
19053
19011
|
|
|
19054
|
-
// bazel-out/
|
|
19012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19055
19013
|
function wrapI18nIcus(job) {
|
|
19056
19014
|
for (const unit of job.units) {
|
|
19057
19015
|
let currentI18nOp = null;
|
|
@@ -19081,7 +19039,7 @@ function wrapI18nIcus(job) {
|
|
|
19081
19039
|
}
|
|
19082
19040
|
}
|
|
19083
19041
|
|
|
19084
|
-
// bazel-out/
|
|
19042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
19085
19043
|
function optimizeStoreLet(job) {
|
|
19086
19044
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
19087
19045
|
for (const unit of job.units) {
|
|
@@ -19100,7 +19058,7 @@ function optimizeStoreLet(job) {
|
|
|
19100
19058
|
}
|
|
19101
19059
|
}
|
|
19102
19060
|
|
|
19103
|
-
// bazel-out/
|
|
19061
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
19104
19062
|
function removeIllegalLetReferences(job) {
|
|
19105
19063
|
for (const unit of job.units) {
|
|
19106
19064
|
for (const op of unit.update) {
|
|
@@ -19117,7 +19075,7 @@ function removeIllegalLetReferences(job) {
|
|
|
19117
19075
|
}
|
|
19118
19076
|
}
|
|
19119
19077
|
|
|
19120
|
-
// bazel-out/
|
|
19078
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
19121
19079
|
function generateLocalLetReferences(job) {
|
|
19122
19080
|
for (const unit of job.units) {
|
|
19123
19081
|
for (const op of unit.update) {
|
|
@@ -19135,7 +19093,7 @@ function generateLocalLetReferences(job) {
|
|
|
19135
19093
|
}
|
|
19136
19094
|
}
|
|
19137
19095
|
|
|
19138
|
-
// bazel-out/
|
|
19096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19139
19097
|
var phases = [
|
|
19140
19098
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19141
19099
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19292,7 +19250,7 @@ function emitHostBindingFunction(job) {
|
|
|
19292
19250
|
);
|
|
19293
19251
|
}
|
|
19294
19252
|
|
|
19295
|
-
// bazel-out/
|
|
19253
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19296
19254
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19297
19255
|
var domSchema = new DomElementSchemaRegistry();
|
|
19298
19256
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20050,7 +20008,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20050
20008
|
return null;
|
|
20051
20009
|
}
|
|
20052
20010
|
|
|
20053
|
-
// bazel-out/
|
|
20011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
20054
20012
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
20055
20013
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
20056
20014
|
}
|
|
@@ -20170,7 +20128,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
20170
20128
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
20171
20129
|
}
|
|
20172
20130
|
|
|
20173
|
-
// bazel-out/
|
|
20131
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20174
20132
|
var HtmlParser = class extends Parser {
|
|
20175
20133
|
constructor() {
|
|
20176
20134
|
super(getHtmlTagDefinition);
|
|
@@ -20180,7 +20138,7 @@ var HtmlParser = class extends Parser {
|
|
|
20180
20138
|
}
|
|
20181
20139
|
};
|
|
20182
20140
|
|
|
20183
|
-
// bazel-out/
|
|
20141
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20184
20142
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20185
20143
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20186
20144
|
var CLASS_PREFIX = "class";
|
|
@@ -20534,7 +20492,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20534
20492
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20535
20493
|
}
|
|
20536
20494
|
|
|
20537
|
-
// bazel-out/
|
|
20495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20538
20496
|
function isStyleUrlResolvable(url) {
|
|
20539
20497
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20540
20498
|
return false;
|
|
@@ -20543,7 +20501,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20543
20501
|
}
|
|
20544
20502
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20545
20503
|
|
|
20546
|
-
// bazel-out/
|
|
20504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20547
20505
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20548
20506
|
var LINK_ELEMENT = "link";
|
|
20549
20507
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20613,7 +20571,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20613
20571
|
return selectAttr;
|
|
20614
20572
|
}
|
|
20615
20573
|
|
|
20616
|
-
// bazel-out/
|
|
20574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20617
20575
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20618
20576
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20619
20577
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20936,7 +20894,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20936
20894
|
return expression.slice(start, end);
|
|
20937
20895
|
}
|
|
20938
20896
|
|
|
20939
|
-
// bazel-out/
|
|
20897
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20940
20898
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20941
20899
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20942
20900
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21200,7 +21158,7 @@ function parseDeferredTime(value) {
|
|
|
21200
21158
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21201
21159
|
}
|
|
21202
21160
|
|
|
21203
|
-
// bazel-out/
|
|
21161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21204
21162
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21205
21163
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21206
21164
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21335,7 +21293,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21335
21293
|
return { triggers, prefetchTriggers };
|
|
21336
21294
|
}
|
|
21337
21295
|
|
|
21338
|
-
// bazel-out/
|
|
21296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21339
21297
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21340
21298
|
var KW_BIND_IDX = 1;
|
|
21341
21299
|
var KW_LET_IDX = 2;
|
|
@@ -21802,7 +21760,7 @@ function textContents(node) {
|
|
|
21802
21760
|
}
|
|
21803
21761
|
}
|
|
21804
21762
|
|
|
21805
|
-
// bazel-out/
|
|
21763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21806
21764
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21807
21765
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21808
21766
|
var _a2, _b2, _c2;
|
|
@@ -21896,7 +21854,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21896
21854
|
return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21897
21855
|
}
|
|
21898
21856
|
|
|
21899
|
-
// bazel-out/
|
|
21857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21900
21858
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21901
21859
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21902
21860
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22263,7 +22221,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22263
22221
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22264
22222
|
}
|
|
22265
22223
|
|
|
22266
|
-
// bazel-out/
|
|
22224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22267
22225
|
var R3TargetBinder = class {
|
|
22268
22226
|
constructor(directiveMatcher) {
|
|
22269
22227
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22910,11 +22868,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22910
22868
|
return templateEntities;
|
|
22911
22869
|
}
|
|
22912
22870
|
|
|
22913
|
-
// bazel-out/
|
|
22871
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22914
22872
|
var ResourceLoader = class {
|
|
22915
22873
|
};
|
|
22916
22874
|
|
|
22917
|
-
// bazel-out/
|
|
22875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22918
22876
|
var CompilerFacadeImpl = class {
|
|
22919
22877
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22920
22878
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23492,17 +23450,17 @@ function publishFacade(global) {
|
|
|
23492
23450
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23493
23451
|
}
|
|
23494
23452
|
|
|
23495
|
-
// bazel-out/
|
|
23496
|
-
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.10");
|
|
23497
23455
|
|
|
23498
|
-
// bazel-out/
|
|
23456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23499
23457
|
var _VisitorMode;
|
|
23500
23458
|
(function(_VisitorMode2) {
|
|
23501
23459
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23502
23460
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23503
23461
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23504
23462
|
|
|
23505
|
-
// bazel-out/
|
|
23463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23506
23464
|
var XmlTagDefinition = class {
|
|
23507
23465
|
constructor() {
|
|
23508
23466
|
this.closedByParent = false;
|
|
@@ -23524,7 +23482,7 @@ var XmlTagDefinition = class {
|
|
|
23524
23482
|
};
|
|
23525
23483
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23526
23484
|
|
|
23527
|
-
// bazel-out/
|
|
23485
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23528
23486
|
var FactoryTarget2;
|
|
23529
23487
|
(function(FactoryTarget3) {
|
|
23530
23488
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23534,13 +23492,13 @@ var FactoryTarget2;
|
|
|
23534
23492
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23535
23493
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23536
23494
|
|
|
23537
|
-
// bazel-out/
|
|
23495
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23538
23496
|
publishFacade(_global);
|
|
23539
23497
|
|
|
23540
|
-
// bazel-out/
|
|
23498
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
23541
23499
|
var import_typescript24 = __toESM(require("typescript"), 1);
|
|
23542
23500
|
|
|
23543
|
-
// bazel-out/
|
|
23501
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
23544
23502
|
var ErrorCode;
|
|
23545
23503
|
(function(ErrorCode2) {
|
|
23546
23504
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -23635,7 +23593,7 @@ var ErrorCode;
|
|
|
23635
23593
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
23636
23594
|
})(ErrorCode || (ErrorCode = {}));
|
|
23637
23595
|
|
|
23638
|
-
// bazel-out/
|
|
23596
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
23639
23597
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
23640
23598
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
23641
23599
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -23647,10 +23605,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
23647
23605
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
23648
23606
|
]);
|
|
23649
23607
|
|
|
23650
|
-
// bazel-out/
|
|
23608
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
23651
23609
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
23652
23610
|
|
|
23653
|
-
// bazel-out/
|
|
23611
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
23654
23612
|
var ExtendedTemplateDiagnosticName;
|
|
23655
23613
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
23656
23614
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -23667,16 +23625,16 @@ var ExtendedTemplateDiagnosticName;
|
|
|
23667
23625
|
ExtendedTemplateDiagnosticName2["UNUSED_LET_DECLARATION"] = "unusedLetDeclaration";
|
|
23668
23626
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
23669
23627
|
|
|
23670
|
-
// bazel-out/
|
|
23628
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
23671
23629
|
var import_typescript23 = __toESM(require("typescript"), 1);
|
|
23672
23630
|
|
|
23673
|
-
// bazel-out/
|
|
23631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23674
23632
|
var import_typescript7 = __toESM(require("typescript"), 1);
|
|
23675
23633
|
|
|
23676
|
-
// bazel-out/
|
|
23634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
23677
23635
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
23678
23636
|
|
|
23679
|
-
// bazel-out/
|
|
23637
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
23680
23638
|
var InvalidFileSystem = class {
|
|
23681
23639
|
exists(path2) {
|
|
23682
23640
|
throw makeError();
|
|
@@ -23764,18 +23722,18 @@ function makeError() {
|
|
|
23764
23722
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
23765
23723
|
}
|
|
23766
23724
|
|
|
23767
|
-
// bazel-out/
|
|
23725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
23768
23726
|
var fs = new InvalidFileSystem();
|
|
23769
23727
|
var ABSOLUTE_PATH = Symbol("AbsolutePath");
|
|
23770
23728
|
|
|
23771
|
-
// bazel-out/
|
|
23729
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
23772
23730
|
var import_url = require("url");
|
|
23773
23731
|
var import_meta3 = {};
|
|
23774
23732
|
var isCommonJS = typeof __filename !== "undefined";
|
|
23775
23733
|
var currentFileUrl = isCommonJS ? null : import_meta3.url;
|
|
23776
23734
|
var currentFileName = isCommonJS ? __filename : (0, import_url.fileURLToPath)(currentFileUrl);
|
|
23777
23735
|
|
|
23778
|
-
// bazel-out/
|
|
23736
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
23779
23737
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
23780
23738
|
function identifierOfNode(decl) {
|
|
23781
23739
|
if (decl.name !== void 0 && import_typescript5.default.isIdentifier(decl.name)) {
|
|
@@ -23785,7 +23743,7 @@ function identifierOfNode(decl) {
|
|
|
23785
23743
|
}
|
|
23786
23744
|
}
|
|
23787
23745
|
|
|
23788
|
-
// bazel-out/
|
|
23746
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
23789
23747
|
var ImportFlags;
|
|
23790
23748
|
(function(ImportFlags2) {
|
|
23791
23749
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -23796,7 +23754,7 @@ var ImportFlags;
|
|
|
23796
23754
|
ImportFlags2[ImportFlags2["AllowAmbientReferences"] = 16] = "AllowAmbientReferences";
|
|
23797
23755
|
})(ImportFlags || (ImportFlags = {}));
|
|
23798
23756
|
|
|
23799
|
-
// bazel-out/
|
|
23757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
23800
23758
|
var import_typescript9 = __toESM(require("typescript"), 1);
|
|
23801
23759
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
23802
23760
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -23831,16 +23789,16 @@ function throwIncompatibleTransformationContextError() {
|
|
|
23831
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.");
|
|
23832
23790
|
}
|
|
23833
23791
|
|
|
23834
|
-
// bazel-out/
|
|
23792
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
23835
23793
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
23836
23794
|
|
|
23837
|
-
// bazel-out/
|
|
23795
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
23838
23796
|
var import_typescript15 = __toESM(require("typescript"), 1);
|
|
23839
23797
|
|
|
23840
|
-
// bazel-out/
|
|
23798
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23841
23799
|
var import_typescript14 = __toESM(require("typescript"), 1);
|
|
23842
23800
|
|
|
23843
|
-
// bazel-out/
|
|
23801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
23844
23802
|
var import_typescript11 = __toESM(require("typescript"), 1);
|
|
23845
23803
|
var ClassMemberKind;
|
|
23846
23804
|
(function(ClassMemberKind2) {
|
|
@@ -23860,22 +23818,22 @@ var ClassMemberAccessLevel;
|
|
|
23860
23818
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
23861
23819
|
var AmbientImport = {};
|
|
23862
23820
|
|
|
23863
|
-
// bazel-out/
|
|
23821
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
23864
23822
|
var import_typescript12 = __toESM(require("typescript"), 1);
|
|
23865
23823
|
|
|
23866
|
-
// bazel-out/
|
|
23824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
23867
23825
|
var import_typescript13 = __toESM(require("typescript"), 1);
|
|
23868
23826
|
|
|
23869
|
-
// bazel-out/
|
|
23827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
23870
23828
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
23871
23829
|
|
|
23872
|
-
// bazel-out/
|
|
23830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
23873
23831
|
var import_typescript17 = __toESM(require("typescript"), 1);
|
|
23874
23832
|
|
|
23875
|
-
// bazel-out/
|
|
23833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
23876
23834
|
var import_typescript18 = __toESM(require("typescript"), 1);
|
|
23877
23835
|
|
|
23878
|
-
// bazel-out/
|
|
23836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
23879
23837
|
var Reference2 = class {
|
|
23880
23838
|
constructor(node, bestGuessOwningModule = null) {
|
|
23881
23839
|
this.node = node;
|
|
@@ -23944,10 +23902,10 @@ var Reference2 = class {
|
|
|
23944
23902
|
}
|
|
23945
23903
|
};
|
|
23946
23904
|
|
|
23947
|
-
// bazel-out/
|
|
23905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
23948
23906
|
var import_typescript47 = __toESM(require("typescript"), 1);
|
|
23949
23907
|
|
|
23950
|
-
// bazel-out/
|
|
23908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
23951
23909
|
var MetaKind;
|
|
23952
23910
|
(function(MetaKind2) {
|
|
23953
23911
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -23960,10 +23918,10 @@ var MatchSource;
|
|
|
23960
23918
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
23961
23919
|
})(MatchSource || (MatchSource = {}));
|
|
23962
23920
|
|
|
23963
|
-
// bazel-out/
|
|
23921
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
23964
23922
|
var import_typescript27 = __toESM(require("typescript"), 1);
|
|
23965
23923
|
|
|
23966
|
-
// bazel-out/
|
|
23924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
23967
23925
|
var ClassPropertyMapping = class {
|
|
23968
23926
|
constructor(forwardMap) {
|
|
23969
23927
|
this.forwardMap = forwardMap;
|
|
@@ -24043,13 +24001,13 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
24043
24001
|
return reverseMap;
|
|
24044
24002
|
}
|
|
24045
24003
|
|
|
24046
|
-
// bazel-out/
|
|
24004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
24047
24005
|
var import_typescript25 = __toESM(require("typescript"), 1);
|
|
24048
24006
|
|
|
24049
|
-
// bazel-out/
|
|
24007
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
24050
24008
|
var import_typescript29 = __toESM(require("typescript"), 1);
|
|
24051
24009
|
|
|
24052
|
-
// bazel-out/
|
|
24010
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
24053
24011
|
var import_typescript30 = __toESM(require("typescript"), 1);
|
|
24054
24012
|
function literalBinaryOp(op) {
|
|
24055
24013
|
return { op, literal: true };
|
|
@@ -24088,7 +24046,7 @@ var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
|
24088
24046
|
[import_typescript30.default.SyntaxKind.ExclamationToken, (a) => !a]
|
|
24089
24047
|
]);
|
|
24090
24048
|
|
|
24091
|
-
// bazel-out/
|
|
24049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
24092
24050
|
var CompilationMode;
|
|
24093
24051
|
(function(CompilationMode2) {
|
|
24094
24052
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -24102,13 +24060,13 @@ var HandlerPrecedence;
|
|
|
24102
24060
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
24103
24061
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
24104
24062
|
|
|
24105
|
-
// bazel-out/
|
|
24063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
24106
24064
|
var import_typescript32 = __toESM(require("typescript"), 1);
|
|
24107
24065
|
|
|
24108
|
-
// bazel-out/
|
|
24066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
24109
24067
|
var import_typescript33 = __toESM(require("typescript"), 1);
|
|
24110
24068
|
|
|
24111
|
-
// bazel-out/
|
|
24069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
24112
24070
|
var PerfPhase;
|
|
24113
24071
|
(function(PerfPhase2) {
|
|
24114
24072
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -24178,7 +24136,7 @@ var PerfCheckpoint;
|
|
|
24178
24136
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
24179
24137
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
24180
24138
|
|
|
24181
|
-
// bazel-out/
|
|
24139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
24182
24140
|
var NoopPerfRecorder = class {
|
|
24183
24141
|
eventCount() {
|
|
24184
24142
|
}
|
|
@@ -24195,7 +24153,7 @@ var NoopPerfRecorder = class {
|
|
|
24195
24153
|
};
|
|
24196
24154
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
24197
24155
|
|
|
24198
|
-
// bazel-out/
|
|
24156
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
24199
24157
|
var TraitState;
|
|
24200
24158
|
(function(TraitState2) {
|
|
24201
24159
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -24204,13 +24162,13 @@ var TraitState;
|
|
|
24204
24162
|
TraitState2[TraitState2["Skipped"] = 3] = "Skipped";
|
|
24205
24163
|
})(TraitState || (TraitState = {}));
|
|
24206
24164
|
|
|
24207
|
-
// bazel-out/
|
|
24165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
24208
24166
|
var import_typescript44 = __toESM(require("typescript"), 1);
|
|
24209
24167
|
|
|
24210
|
-
// bazel-out/
|
|
24168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24211
24169
|
var import_typescript39 = __toESM(require("typescript"), 1);
|
|
24212
24170
|
|
|
24213
|
-
// bazel-out/
|
|
24171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
24214
24172
|
var import_typescript35 = __toESM(require("typescript"), 1);
|
|
24215
24173
|
function createGenerateUniqueIdentifierHelper() {
|
|
24216
24174
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -24236,7 +24194,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
24236
24194
|
};
|
|
24237
24195
|
}
|
|
24238
24196
|
|
|
24239
|
-
// bazel-out/
|
|
24197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
24240
24198
|
var import_typescript36 = __toESM(require("typescript"), 1);
|
|
24241
24199
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
24242
24200
|
return (ctx) => {
|
|
@@ -24303,7 +24261,7 @@ function isImportStatement(stmt) {
|
|
|
24303
24261
|
return import_typescript36.default.isImportDeclaration(stmt) || import_typescript36.default.isImportEqualsDeclaration(stmt) || import_typescript36.default.isNamespaceImport(stmt);
|
|
24304
24262
|
}
|
|
24305
24263
|
|
|
24306
|
-
// bazel-out/
|
|
24264
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
24307
24265
|
var import_typescript37 = __toESM(require("typescript"), 1);
|
|
24308
24266
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
24309
24267
|
const requestHash = hashImportRequest(request);
|
|
@@ -24330,7 +24288,7 @@ function hashImportRequest(req) {
|
|
|
24330
24288
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}${req.unsafeAliasOverride ? ":" + req.unsafeAliasOverride : ""}`;
|
|
24331
24289
|
}
|
|
24332
24290
|
|
|
24333
|
-
// bazel-out/
|
|
24291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
24334
24292
|
var import_typescript38 = __toESM(require("typescript"), 1);
|
|
24335
24293
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
24336
24294
|
let candidateImportToBeUpdated = null;
|
|
@@ -24390,7 +24348,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
24390
24348
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
24391
24349
|
}
|
|
24392
24350
|
|
|
24393
|
-
// bazel-out/
|
|
24351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
24394
24352
|
var ImportManager = class {
|
|
24395
24353
|
constructor(config = {}) {
|
|
24396
24354
|
var _a2, _b2, _c2, _d2, _e2, _f2;
|
|
@@ -24604,7 +24562,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
24604
24562
|
}
|
|
24605
24563
|
}
|
|
24606
24564
|
|
|
24607
|
-
// bazel-out/
|
|
24565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
24608
24566
|
var UNARY_OPERATORS2 = /* @__PURE__ */ new Map([
|
|
24609
24567
|
[UnaryOperator.Minus, "-"],
|
|
24610
24568
|
[UnaryOperator.Plus, "+"]
|
|
@@ -24630,7 +24588,7 @@ var BINARY_OPERATORS3 = /* @__PURE__ */ new Map([
|
|
|
24630
24588
|
[BinaryOperator.NullishCoalesce, "??"]
|
|
24631
24589
|
]);
|
|
24632
24590
|
|
|
24633
|
-
// bazel-out/
|
|
24591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
24634
24592
|
var import_typescript40 = __toESM(require("typescript"), 1);
|
|
24635
24593
|
var INELIGIBLE = {};
|
|
24636
24594
|
function canEmitType(type, canEmit) {
|
|
@@ -24705,13 +24663,13 @@ var TypeEmitter = class {
|
|
|
24705
24663
|
}
|
|
24706
24664
|
};
|
|
24707
24665
|
|
|
24708
|
-
// bazel-out/
|
|
24666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
24709
24667
|
var import_typescript42 = __toESM(require("typescript"), 1);
|
|
24710
24668
|
|
|
24711
|
-
// bazel-out/
|
|
24669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
24712
24670
|
var import_typescript41 = __toESM(require("typescript"), 1);
|
|
24713
24671
|
|
|
24714
|
-
// bazel-out/
|
|
24672
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
24715
24673
|
var import_typescript43 = __toESM(require("typescript"), 1);
|
|
24716
24674
|
var PureAnnotation;
|
|
24717
24675
|
(function(PureAnnotation2) {
|
|
@@ -24749,50 +24707,50 @@ var VAR_TYPES = {
|
|
|
24749
24707
|
"var": import_typescript43.default.NodeFlags.None
|
|
24750
24708
|
};
|
|
24751
24709
|
|
|
24752
|
-
// bazel-out/
|
|
24710
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
24753
24711
|
var import_typescript46 = __toESM(require("typescript"), 1);
|
|
24754
24712
|
|
|
24755
|
-
// bazel-out/
|
|
24713
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
24756
24714
|
var import_typescript45 = __toESM(require("typescript"), 1);
|
|
24757
24715
|
|
|
24758
|
-
// bazel-out/
|
|
24716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
24759
24717
|
var import_typescript49 = __toESM(require("typescript"), 1);
|
|
24760
24718
|
|
|
24761
|
-
// bazel-out/
|
|
24719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
24762
24720
|
var import_typescript50 = __toESM(require("typescript"), 1);
|
|
24763
24721
|
|
|
24764
|
-
// bazel-out/
|
|
24722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
24765
24723
|
var import_typescript89 = __toESM(require("typescript"), 1);
|
|
24766
24724
|
|
|
24767
|
-
// bazel-out/
|
|
24725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
24768
24726
|
var import_typescript51 = __toESM(require("typescript"), 1);
|
|
24769
24727
|
|
|
24770
|
-
// bazel-out/
|
|
24728
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
24771
24729
|
var import_typescript52 = __toESM(require("typescript"), 1);
|
|
24772
24730
|
|
|
24773
|
-
// bazel-out/
|
|
24731
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
24774
24732
|
var ComponentScopeKind;
|
|
24775
24733
|
(function(ComponentScopeKind2) {
|
|
24776
24734
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
24777
24735
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
24778
24736
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
24779
24737
|
|
|
24780
|
-
// bazel-out/
|
|
24738
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
24781
24739
|
var import_typescript53 = __toESM(require("typescript"), 1);
|
|
24782
24740
|
|
|
24783
|
-
// bazel-out/
|
|
24741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
24784
24742
|
var import_typescript55 = __toESM(require("typescript"), 1);
|
|
24785
24743
|
|
|
24786
|
-
// bazel-out/
|
|
24744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24787
24745
|
var import_typescript59 = __toESM(require("typescript"), 1);
|
|
24788
24746
|
|
|
24789
|
-
// bazel-out/
|
|
24747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
24790
24748
|
var import_typescript56 = __toESM(require("typescript"), 1);
|
|
24791
24749
|
|
|
24792
|
-
// bazel-out/
|
|
24750
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
24793
24751
|
var import_typescript57 = __toESM(require("typescript"), 1);
|
|
24794
24752
|
|
|
24795
|
-
// bazel-out/
|
|
24753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
24796
24754
|
var INPUT_INITIALIZER_FN = {
|
|
24797
24755
|
functionName: "input",
|
|
24798
24756
|
owningModule: "@angular/core",
|
|
@@ -24803,7 +24761,7 @@ var INPUT_INITIALIZER_FN = {
|
|
|
24803
24761
|
]
|
|
24804
24762
|
};
|
|
24805
24763
|
|
|
24806
|
-
// bazel-out/
|
|
24764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
24807
24765
|
var MODEL_INITIALIZER_FN = {
|
|
24808
24766
|
functionName: "model",
|
|
24809
24767
|
owningModule: "@angular/core",
|
|
@@ -24814,14 +24772,14 @@ var MODEL_INITIALIZER_FN = {
|
|
|
24814
24772
|
]
|
|
24815
24773
|
};
|
|
24816
24774
|
|
|
24817
|
-
// bazel-out/
|
|
24775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
24818
24776
|
var allowedAccessLevels = [
|
|
24819
24777
|
ClassMemberAccessLevel.PublicWritable,
|
|
24820
24778
|
ClassMemberAccessLevel.PublicReadonly,
|
|
24821
24779
|
ClassMemberAccessLevel.Protected
|
|
24822
24780
|
];
|
|
24823
24781
|
|
|
24824
|
-
// bazel-out/
|
|
24782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
24825
24783
|
var import_typescript58 = __toESM(require("typescript"), 1);
|
|
24826
24784
|
var queryFunctionNames = [
|
|
24827
24785
|
"viewChild",
|
|
@@ -24840,7 +24798,7 @@ var QUERY_INITIALIZER_FNS = queryFunctionNames.map((fnName) => ({
|
|
|
24840
24798
|
]
|
|
24841
24799
|
}));
|
|
24842
24800
|
|
|
24843
|
-
// bazel-out/
|
|
24801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
24844
24802
|
var queryDecoratorNames = [
|
|
24845
24803
|
"ViewChild",
|
|
24846
24804
|
"ViewChildren",
|
|
@@ -24849,16 +24807,16 @@ var queryDecoratorNames = [
|
|
|
24849
24807
|
];
|
|
24850
24808
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
24851
24809
|
|
|
24852
|
-
// bazel-out/
|
|
24810
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
24853
24811
|
var import_typescript61 = __toESM(require("typescript"), 1);
|
|
24854
24812
|
|
|
24855
|
-
// bazel-out/
|
|
24813
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
24856
24814
|
var import_typescript60 = __toESM(require("typescript"), 1);
|
|
24857
24815
|
|
|
24858
|
-
// bazel-out/
|
|
24816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
24859
24817
|
var import_typescript63 = __toESM(require("typescript"), 1);
|
|
24860
24818
|
|
|
24861
|
-
// bazel-out/
|
|
24819
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
24862
24820
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
24863
24821
|
var UpdateMode;
|
|
24864
24822
|
(function(UpdateMode2) {
|
|
@@ -24866,23 +24824,23 @@ var UpdateMode;
|
|
|
24866
24824
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
24867
24825
|
})(UpdateMode || (UpdateMode = {}));
|
|
24868
24826
|
|
|
24869
|
-
// bazel-out/
|
|
24827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
24870
24828
|
var import_typescript67 = __toESM(require("typescript"), 1);
|
|
24871
24829
|
|
|
24872
|
-
// bazel-out/
|
|
24830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
24873
24831
|
var import_typescript64 = __toESM(require("typescript"), 1);
|
|
24874
24832
|
|
|
24875
|
-
// bazel-out/
|
|
24833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
24876
24834
|
var NgExtension = Symbol("NgExtension");
|
|
24877
24835
|
|
|
24878
|
-
// bazel-out/
|
|
24836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
24879
24837
|
var OptimizeFor;
|
|
24880
24838
|
(function(OptimizeFor2) {
|
|
24881
24839
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
24882
24840
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
24883
24841
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
24884
24842
|
|
|
24885
|
-
// bazel-out/
|
|
24843
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
24886
24844
|
var CompletionKind;
|
|
24887
24845
|
(function(CompletionKind2) {
|
|
24888
24846
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -24890,7 +24848,7 @@ var CompletionKind;
|
|
|
24890
24848
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
24891
24849
|
})(CompletionKind || (CompletionKind = {}));
|
|
24892
24850
|
|
|
24893
|
-
// bazel-out/
|
|
24851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
24894
24852
|
var PotentialImportKind;
|
|
24895
24853
|
(function(PotentialImportKind2) {
|
|
24896
24854
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -24902,7 +24860,7 @@ var PotentialImportMode;
|
|
|
24902
24860
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
24903
24861
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24904
24862
|
|
|
24905
|
-
// bazel-out/
|
|
24863
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
24906
24864
|
var SymbolKind;
|
|
24907
24865
|
(function(SymbolKind2) {
|
|
24908
24866
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -24919,18 +24877,18 @@ var SymbolKind;
|
|
|
24919
24877
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
24920
24878
|
})(SymbolKind || (SymbolKind = {}));
|
|
24921
24879
|
|
|
24922
|
-
// bazel-out/
|
|
24880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
24923
24881
|
var import_typescript69 = __toESM(require("typescript"), 1);
|
|
24924
24882
|
var TemplateSourceFile = Symbol("TemplateSourceFile");
|
|
24925
24883
|
|
|
24926
|
-
// bazel-out/
|
|
24884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
24927
24885
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
24928
24886
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
24929
24887
|
|
|
24930
|
-
// bazel-out/
|
|
24888
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
24931
24889
|
var import_typescript71 = __toESM(require("typescript"), 1);
|
|
24932
24890
|
|
|
24933
|
-
// bazel-out/
|
|
24891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
24934
24892
|
var import_typescript70 = __toESM(require("typescript"), 1);
|
|
24935
24893
|
var CommentTriviaType;
|
|
24936
24894
|
(function(CommentTriviaType2) {
|
|
@@ -24975,17 +24933,17 @@ for (let i = 0; i < chars.length; i++) {
|
|
|
24975
24933
|
}
|
|
24976
24934
|
var bufLength = 1024 * 16;
|
|
24977
24935
|
|
|
24978
|
-
// bazel-out/
|
|
24936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
24979
24937
|
var import_typescript85 = __toESM(require("typescript"), 1);
|
|
24980
24938
|
|
|
24981
|
-
// bazel-out/
|
|
24939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
24982
24940
|
var import_typescript72 = __toESM(require("typescript"), 1);
|
|
24983
24941
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
24984
24942
|
|
|
24985
|
-
// bazel-out/
|
|
24943
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
24986
24944
|
var import_typescript78 = __toESM(require("typescript"), 1);
|
|
24987
24945
|
|
|
24988
|
-
// bazel-out/
|
|
24946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
24989
24947
|
var import_typescript73 = __toESM(require("typescript"), 1);
|
|
24990
24948
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
24991
24949
|
import_typescript73.default.SyntaxKind.ParenthesizedExpression,
|
|
@@ -25065,13 +25023,13 @@ function tsNumericExpression2(value) {
|
|
|
25065
25023
|
return import_typescript73.default.factory.createNumericLiteral(value);
|
|
25066
25024
|
}
|
|
25067
25025
|
|
|
25068
|
-
// bazel-out/
|
|
25026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
25069
25027
|
var import_typescript77 = __toESM(require("typescript"), 1);
|
|
25070
25028
|
|
|
25071
|
-
// bazel-out/
|
|
25029
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
25072
25030
|
var import_typescript75 = __toESM(require("typescript"), 1);
|
|
25073
25031
|
|
|
25074
|
-
// bazel-out/
|
|
25032
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
25075
25033
|
var import_typescript74 = __toESM(require("typescript"), 1);
|
|
25076
25034
|
var TypeParameterEmitter = class {
|
|
25077
25035
|
constructor(typeParameters, reflector) {
|
|
@@ -25149,7 +25107,7 @@ var TypeParameterEmitter = class {
|
|
|
25149
25107
|
}
|
|
25150
25108
|
};
|
|
25151
25109
|
|
|
25152
|
-
// bazel-out/
|
|
25110
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
25153
25111
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
25154
25112
|
Identifiers.InputSignalBrandWriteType
|
|
25155
25113
|
];
|
|
@@ -25164,21 +25122,21 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
25164
25122
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
25165
25123
|
}
|
|
25166
25124
|
|
|
25167
|
-
// bazel-out/
|
|
25125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
25168
25126
|
function requiresInlineTypeCtor(node, host, env) {
|
|
25169
25127
|
return !checkIfGenericTypeBoundsCanBeEmitted(node, host, env);
|
|
25170
25128
|
}
|
|
25171
25129
|
|
|
25172
|
-
// bazel-out/
|
|
25130
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
25173
25131
|
var import_typescript79 = __toESM(require("typescript"), 1);
|
|
25174
25132
|
|
|
25175
|
-
// bazel-out/
|
|
25133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
25176
25134
|
var import_typescript80 = __toESM(require("typescript"), 1);
|
|
25177
25135
|
|
|
25178
|
-
// bazel-out/
|
|
25136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25179
25137
|
var import_typescript83 = __toESM(require("typescript"), 1);
|
|
25180
25138
|
|
|
25181
|
-
// bazel-out/
|
|
25139
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
25182
25140
|
var import_typescript81 = __toESM(require("typescript"), 1);
|
|
25183
25141
|
function wrapForDiagnostics(expr) {
|
|
25184
25142
|
return import_typescript81.default.factory.createParenthesizedExpression(expr);
|
|
@@ -25201,7 +25159,7 @@ function addParseSpanInfo(node, span) {
|
|
|
25201
25159
|
);
|
|
25202
25160
|
}
|
|
25203
25161
|
|
|
25204
|
-
// bazel-out/
|
|
25162
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
25205
25163
|
var import_typescript82 = __toESM(require("typescript"), 1);
|
|
25206
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));
|
|
25207
25165
|
var UNDEFINED = import_typescript82.default.factory.createIdentifier("undefined");
|
|
@@ -25533,7 +25491,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
25533
25491
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
25534
25492
|
})();
|
|
25535
25493
|
|
|
25536
|
-
// bazel-out/
|
|
25494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
25537
25495
|
var TcbGenericContextBehavior;
|
|
25538
25496
|
(function(TcbGenericContextBehavior2) {
|
|
25539
25497
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -27045,29 +27003,29 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
27045
27003
|
}
|
|
27046
27004
|
};
|
|
27047
27005
|
|
|
27048
|
-
// bazel-out/
|
|
27006
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
27049
27007
|
var import_typescript84 = __toESM(require("typescript"), 1);
|
|
27050
27008
|
|
|
27051
|
-
// bazel-out/
|
|
27009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
27052
27010
|
var InliningMode;
|
|
27053
27011
|
(function(InliningMode2) {
|
|
27054
27012
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
27055
27013
|
InliningMode2[InliningMode2["Error"] = 1] = "Error";
|
|
27056
27014
|
})(InliningMode || (InliningMode = {}));
|
|
27057
27015
|
|
|
27058
|
-
// bazel-out/
|
|
27016
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
27059
27017
|
var import_typescript86 = __toESM(require("typescript"), 1);
|
|
27060
27018
|
|
|
27061
|
-
// bazel-out/
|
|
27019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
27062
27020
|
var REGISTRY2 = new DomElementSchemaRegistry();
|
|
27063
27021
|
|
|
27064
|
-
// bazel-out/
|
|
27022
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
27065
27023
|
var import_typescript91 = __toESM(require("typescript"), 1);
|
|
27066
27024
|
|
|
27067
|
-
// bazel-out/
|
|
27025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
27068
27026
|
var import_typescript92 = __toESM(require("typescript"), 1);
|
|
27069
27027
|
|
|
27070
|
-
// bazel-out/
|
|
27028
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/change_tracker.mjs
|
|
27071
27029
|
var ChangeTracker = class {
|
|
27072
27030
|
constructor(_printer, _importRemapper) {
|
|
27073
27031
|
__publicField(this, "_printer");
|
|
@@ -27185,7 +27143,7 @@ function normalizePath(path2) {
|
|
|
27185
27143
|
return path2.replace(/\\/g, "/");
|
|
27186
27144
|
}
|
|
27187
27145
|
|
|
27188
|
-
// bazel-out/
|
|
27146
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/utils/typescript/imports.mjs
|
|
27189
27147
|
var import_typescript94 = __toESM(require("typescript"), 1);
|
|
27190
27148
|
function getImportOfIdentifier(typeChecker, node) {
|
|
27191
27149
|
const symbol = typeChecker.getSymbolAtLocation(node);
|
|
@@ -27258,7 +27216,7 @@ function findImportSpecifier(nodes, specifierName) {
|
|
|
27258
27216
|
});
|
|
27259
27217
|
}
|
|
27260
27218
|
|
|
27261
|
-
// bazel-out/
|
|
27219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/migration.mjs
|
|
27262
27220
|
var CORE2 = "@angular/core";
|
|
27263
27221
|
var AFTER_RENDER_PHASE_ENUM = "AfterRenderPhase";
|
|
27264
27222
|
var AFTER_RENDER_FNS = /* @__PURE__ */ new Set(["afterRender", "afterNextRender"]);
|
|
@@ -27315,7 +27273,7 @@ function migrateFile(sourceFile, typeChecker, rewriteFn) {
|
|
|
27315
27273
|
}
|
|
27316
27274
|
}
|
|
27317
27275
|
|
|
27318
|
-
// bazel-out/
|
|
27276
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/after-render-phase/index.mjs
|
|
27319
27277
|
function after_render_phase_default() {
|
|
27320
27278
|
return (tree) => __async(this, null, function* () {
|
|
27321
27279
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|