@angular/core 18.2.13 → 18.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/application/create_application.mjs +10 -4
- package/esm2022/src/platform/platform.mjs +25 -12
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/application_error_handler.mjs +3 -3
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +34 -16
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/index.d.ts +6 -2
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/add-bootstrap-context-to-server-main/bundle.js +27129 -0
- package/schematics/migrations/after-render-phase/bundle.js +267 -267
- package/schematics/migrations/http-providers/bundle.js +270 -270
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +161 -161
- package/schematics/migrations.json +5 -0
- package/schematics/ng-generate/control-flow-migration/bundle.js +270 -270
- package/schematics/ng-generate/inject-migration/bundle.js +273 -273
- package/schematics/ng-generate/route-lazy-loading/bundle.js +269 -269
- package/schematics/ng-generate/standalone-migration/bundle.js +451 -451
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
67
67
|
var invalid_two_way_bindings_exports = {};
|
|
68
68
|
__export(invalid_two_way_bindings_exports, {
|
|
69
69
|
default: () => invalid_two_way_bindings_default
|
|
@@ -72,7 +72,7 @@ module.exports = __toCommonJS(invalid_two_way_bindings_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,7 +206,7 @@ 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/invalid-two-way-bindings/analysis.mjs
|
|
210
210
|
var import_path2 = require("path");
|
|
211
211
|
var import_typescript3 = __toESM(require("typescript"), 1);
|
|
212
212
|
var AnalyzedFile = class {
|
|
@@ -266,7 +266,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
270
270
|
var _SELECTOR_REGEXP = new RegExp(
|
|
271
271
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
272
272
|
"g"
|
|
@@ -574,7 +574,7 @@ var SelectorContext = class {
|
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
// bazel-out/
|
|
577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/core.mjs
|
|
578
578
|
var ViewEncapsulation;
|
|
579
579
|
(function(ViewEncapsulation2) {
|
|
580
580
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -642,7 +642,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
642
642
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
// bazel-out/
|
|
645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
646
646
|
var textEncoder;
|
|
647
647
|
function computeDigest(message) {
|
|
648
648
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -889,7 +889,7 @@ function wordAt(bytes, index, endian) {
|
|
|
889
889
|
return word;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
-
// bazel-out/
|
|
892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
893
893
|
var TypeModifier;
|
|
894
894
|
(function(TypeModifier2) {
|
|
895
895
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1827,7 +1827,7 @@ function serializeTags(tags) {
|
|
|
1827
1827
|
return out;
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
-
// bazel-out/
|
|
1830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1831
1831
|
var CONSTANT_PREFIX = "_c";
|
|
1832
1832
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1833
1833
|
var KEY_CONTEXT = {};
|
|
@@ -2015,7 +2015,7 @@ function isLongStringLiteral(expr) {
|
|
|
2015
2015
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
2018
|
-
// bazel-out/
|
|
2018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2019
2019
|
var CORE = "@angular/core";
|
|
2020
2020
|
var _Identifiers = class {
|
|
2021
2021
|
};
|
|
@@ -2912,7 +2912,7 @@ var Identifiers = _Identifiers;
|
|
|
2912
2912
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2913
2913
|
})();
|
|
2914
2914
|
|
|
2915
|
-
// bazel-out/
|
|
2915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2916
2916
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2917
2917
|
function dashCaseToCamelCase(input) {
|
|
2918
2918
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2989,7 +2989,7 @@ var Version = class {
|
|
|
2989
2989
|
};
|
|
2990
2990
|
var _global = globalThis;
|
|
2991
2991
|
|
|
2992
|
-
// bazel-out/
|
|
2992
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2993
2993
|
var VERSION = 3;
|
|
2994
2994
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2995
2995
|
var SourceMapGenerator = class {
|
|
@@ -3118,7 +3118,7 @@ function toBase64Digit(value) {
|
|
|
3118
3118
|
return B64_DIGITS[value];
|
|
3119
3119
|
}
|
|
3120
3120
|
|
|
3121
|
-
// bazel-out/
|
|
3121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3122
3122
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3123
3123
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3124
3124
|
var _INDENT_WITH = " ";
|
|
@@ -3606,7 +3606,7 @@ function _createIndent(count) {
|
|
|
3606
3606
|
return res;
|
|
3607
3607
|
}
|
|
3608
3608
|
|
|
3609
|
-
// bazel-out/
|
|
3609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3610
3610
|
function typeWithParameters(type, numParams) {
|
|
3611
3611
|
if (numParams === 0) {
|
|
3612
3612
|
return expressionType(type);
|
|
@@ -3661,7 +3661,7 @@ function generateForwardRef(expr) {
|
|
|
3661
3661
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
|
-
// bazel-out/
|
|
3664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3665
3665
|
var R3FactoryDelegateType;
|
|
3666
3666
|
(function(R3FactoryDelegateType2) {
|
|
3667
3667
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3806,7 +3806,7 @@ function getInjectFn(target) {
|
|
|
3806
3806
|
}
|
|
3807
3807
|
}
|
|
3808
3808
|
|
|
3809
|
-
// bazel-out/
|
|
3809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3810
3810
|
var ParserError = class {
|
|
3811
3811
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3812
3812
|
this.input = input;
|
|
@@ -4244,7 +4244,7 @@ var BoundElementProperty = class {
|
|
|
4244
4244
|
}
|
|
4245
4245
|
};
|
|
4246
4246
|
|
|
4247
|
-
// bazel-out/
|
|
4247
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4248
4248
|
var TagContentType;
|
|
4249
4249
|
(function(TagContentType2) {
|
|
4250
4250
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4281,7 +4281,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4281
4281
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4282
4282
|
}
|
|
4283
4283
|
|
|
4284
|
-
// bazel-out/
|
|
4284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4285
4285
|
var Comment = class {
|
|
4286
4286
|
constructor(value, sourceSpan) {
|
|
4287
4287
|
this.value = value;
|
|
@@ -4751,7 +4751,7 @@ function visitAll(visitor, nodes) {
|
|
|
4751
4751
|
return result;
|
|
4752
4752
|
}
|
|
4753
4753
|
|
|
4754
|
-
// bazel-out/
|
|
4754
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4755
4755
|
var Message = class {
|
|
4756
4756
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4757
4757
|
this.nodes = nodes;
|
|
@@ -4891,7 +4891,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4891
4891
|
}
|
|
4892
4892
|
};
|
|
4893
4893
|
|
|
4894
|
-
// bazel-out/
|
|
4894
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4895
4895
|
var _Visitor = class {
|
|
4896
4896
|
visitTag(tag) {
|
|
4897
4897
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4919,12 +4919,12 @@ ${doctype.dtd}
|
|
|
4919
4919
|
};
|
|
4920
4920
|
var _visitor = new _Visitor();
|
|
4921
4921
|
|
|
4922
|
-
// bazel-out/
|
|
4922
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4923
4923
|
function toPublicName(internalName) {
|
|
4924
4924
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4925
4925
|
}
|
|
4926
4926
|
|
|
4927
|
-
// bazel-out/
|
|
4927
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4928
4928
|
var I18N_ATTR = "i18n";
|
|
4929
4929
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4930
4930
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4964,7 +4964,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4964
4964
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4965
4965
|
}
|
|
4966
4966
|
|
|
4967
|
-
// bazel-out/
|
|
4967
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4968
4968
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4969
4969
|
var TEMPORARY_NAME = "_t";
|
|
4970
4970
|
var CONTEXT_NAME = "ctx";
|
|
@@ -5091,7 +5091,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
5091
5091
|
return attributesMap;
|
|
5092
5092
|
}
|
|
5093
5093
|
|
|
5094
|
-
// bazel-out/
|
|
5094
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
5095
5095
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
5096
5096
|
let result = null;
|
|
5097
5097
|
const factoryMeta = {
|
|
@@ -5179,7 +5179,7 @@ function createFactoryFunction(type) {
|
|
|
5179
5179
|
return arrowFn([t], type.prop("\u0275fac").callFn([variable(t.name)]));
|
|
5180
5180
|
}
|
|
5181
5181
|
|
|
5182
|
-
// bazel-out/
|
|
5182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
5183
5183
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
5184
5184
|
/@/,
|
|
5185
5185
|
/^\s*$/,
|
|
@@ -5202,7 +5202,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
5202
5202
|
}
|
|
5203
5203
|
}
|
|
5204
5204
|
|
|
5205
|
-
// bazel-out/
|
|
5205
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
5206
5206
|
var InterpolationConfig = class {
|
|
5207
5207
|
static fromArray(markers) {
|
|
5208
5208
|
if (!markers) {
|
|
@@ -5219,7 +5219,7 @@ var InterpolationConfig = class {
|
|
|
5219
5219
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
5220
5220
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
5221
5221
|
|
|
5222
|
-
// bazel-out/
|
|
5222
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
5223
5223
|
var $EOF = 0;
|
|
5224
5224
|
var $BSPACE = 8;
|
|
5225
5225
|
var $TAB = 9;
|
|
@@ -5301,7 +5301,7 @@ function isQuote(code) {
|
|
|
5301
5301
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5302
5302
|
}
|
|
5303
5303
|
|
|
5304
|
-
// bazel-out/
|
|
5304
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5305
5305
|
var ParseLocation = class {
|
|
5306
5306
|
constructor(file, offset, line, col) {
|
|
5307
5307
|
this.file = file;
|
|
@@ -5448,7 +5448,7 @@ function sanitizeIdentifier(name) {
|
|
|
5448
5448
|
return name.replace(/\W/g, "_");
|
|
5449
5449
|
}
|
|
5450
5450
|
|
|
5451
|
-
// bazel-out/
|
|
5451
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5452
5452
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5453
5453
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5454
5454
|
constructor() {
|
|
@@ -5541,7 +5541,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5541
5541
|
}
|
|
5542
5542
|
};
|
|
5543
5543
|
|
|
5544
|
-
// bazel-out/
|
|
5544
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5545
5545
|
var policy;
|
|
5546
5546
|
function getPolicy() {
|
|
5547
5547
|
if (policy === void 0) {
|
|
@@ -5579,7 +5579,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5579
5579
|
return fn2.bind(_global);
|
|
5580
5580
|
}
|
|
5581
5581
|
|
|
5582
|
-
// bazel-out/
|
|
5582
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5583
5583
|
var JitEvaluator = class {
|
|
5584
5584
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5585
5585
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5667,7 +5667,7 @@ function isUseStrictStatement(statement) {
|
|
|
5667
5667
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5668
5668
|
}
|
|
5669
5669
|
|
|
5670
|
-
// bazel-out/
|
|
5670
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5671
5671
|
function compileInjector(meta) {
|
|
5672
5672
|
const definitionMap = new DefinitionMap();
|
|
5673
5673
|
if (meta.providers !== null) {
|
|
@@ -5684,7 +5684,7 @@ function createInjectorType(meta) {
|
|
|
5684
5684
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5685
5685
|
}
|
|
5686
5686
|
|
|
5687
|
-
// bazel-out/
|
|
5687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5688
5688
|
var R3JitReflector = class {
|
|
5689
5689
|
constructor(context) {
|
|
5690
5690
|
this.context = context;
|
|
@@ -5700,7 +5700,7 @@ var R3JitReflector = class {
|
|
|
5700
5700
|
}
|
|
5701
5701
|
};
|
|
5702
5702
|
|
|
5703
|
-
// bazel-out/
|
|
5703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5704
5704
|
var R3SelectorScopeMode;
|
|
5705
5705
|
(function(R3SelectorScopeMode2) {
|
|
5706
5706
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5835,7 +5835,7 @@ function tupleOfTypes(types) {
|
|
|
5835
5835
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5836
5836
|
}
|
|
5837
5837
|
|
|
5838
|
-
// bazel-out/
|
|
5838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5839
5839
|
function compilePipeFromMetadata(metadata) {
|
|
5840
5840
|
const definitionMapValues = [];
|
|
5841
5841
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5856,7 +5856,7 @@ function createPipeType(metadata) {
|
|
|
5856
5856
|
]));
|
|
5857
5857
|
}
|
|
5858
5858
|
|
|
5859
|
-
// bazel-out/
|
|
5859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5860
5860
|
var R3TemplateDependencyKind;
|
|
5861
5861
|
(function(R3TemplateDependencyKind2) {
|
|
5862
5862
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5864,7 +5864,7 @@ var R3TemplateDependencyKind;
|
|
|
5864
5864
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5865
5865
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5866
5866
|
|
|
5867
|
-
// bazel-out/
|
|
5867
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5868
5868
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5869
5869
|
"inherit",
|
|
5870
5870
|
"initial",
|
|
@@ -6344,7 +6344,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6344
6344
|
}
|
|
6345
6345
|
}
|
|
6346
6346
|
|
|
6347
|
-
// bazel-out/
|
|
6347
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6348
6348
|
var OpKind;
|
|
6349
6349
|
(function(OpKind2) {
|
|
6350
6350
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6502,7 +6502,7 @@ var TemplateKind;
|
|
|
6502
6502
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6503
6503
|
})(TemplateKind || (TemplateKind = {}));
|
|
6504
6504
|
|
|
6505
|
-
// bazel-out/
|
|
6505
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6506
6506
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6507
6507
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6508
6508
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6530,7 +6530,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6530
6530
|
return expr[UsesVarOffset] === true;
|
|
6531
6531
|
}
|
|
6532
6532
|
|
|
6533
|
-
// bazel-out/
|
|
6533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6534
6534
|
function createStatementOp(statement) {
|
|
6535
6535
|
return __spreadValues({
|
|
6536
6536
|
kind: OpKind.Statement,
|
|
@@ -6552,7 +6552,7 @@ var NEW_OP = {
|
|
|
6552
6552
|
next: null
|
|
6553
6553
|
};
|
|
6554
6554
|
|
|
6555
|
-
// bazel-out/
|
|
6555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6556
6556
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6557
6557
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6558
6558
|
kind: OpKind.InterpolateText,
|
|
@@ -6741,7 +6741,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6741
6741
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6742
6742
|
}
|
|
6743
6743
|
|
|
6744
|
-
// bazel-out/
|
|
6744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6745
6745
|
var _a;
|
|
6746
6746
|
var _b;
|
|
6747
6747
|
var _c;
|
|
@@ -7659,7 +7659,7 @@ function isStringLiteral(expr) {
|
|
|
7659
7659
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7660
7660
|
}
|
|
7661
7661
|
|
|
7662
|
-
// bazel-out/
|
|
7662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7663
7663
|
var _OpList = class {
|
|
7664
7664
|
constructor() {
|
|
7665
7665
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7850,14 +7850,14 @@ var OpList = _OpList;
|
|
|
7850
7850
|
_OpList.nextListId = 0;
|
|
7851
7851
|
})();
|
|
7852
7852
|
|
|
7853
|
-
// bazel-out/
|
|
7853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7854
7854
|
var SlotHandle = class {
|
|
7855
7855
|
constructor() {
|
|
7856
7856
|
this.slot = null;
|
|
7857
7857
|
}
|
|
7858
7858
|
};
|
|
7859
7859
|
|
|
7860
|
-
// bazel-out/
|
|
7860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7861
7861
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7862
7862
|
OpKind.Element,
|
|
7863
7863
|
OpKind.ElementStart,
|
|
@@ -8170,7 +8170,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
8170
8170
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8171
8171
|
}
|
|
8172
8172
|
|
|
8173
|
-
// bazel-out/
|
|
8173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
8174
8174
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
8175
8175
|
return __spreadValues(__spreadValues({
|
|
8176
8176
|
kind: OpKind.HostProperty,
|
|
@@ -8184,10 +8184,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
8184
8184
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
8185
8185
|
}
|
|
8186
8186
|
|
|
8187
|
-
// bazel-out/
|
|
8187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
8188
8188
|
var CTX_REF = "CTX_REF_MARKER";
|
|
8189
8189
|
|
|
8190
|
-
// bazel-out/
|
|
8190
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8191
8191
|
var CompilationJobKind;
|
|
8192
8192
|
(function(CompilationJobKind2) {
|
|
8193
8193
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8295,7 +8295,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8295
8295
|
}
|
|
8296
8296
|
};
|
|
8297
8297
|
|
|
8298
|
-
// bazel-out/
|
|
8298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8299
8299
|
function deleteAnyCasts(job) {
|
|
8300
8300
|
for (const unit of job.units) {
|
|
8301
8301
|
for (const op of unit.ops()) {
|
|
@@ -8313,7 +8313,7 @@ function removeAnys(e) {
|
|
|
8313
8313
|
return e;
|
|
8314
8314
|
}
|
|
8315
8315
|
|
|
8316
|
-
// bazel-out/
|
|
8316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8317
8317
|
function applyI18nExpressions(job) {
|
|
8318
8318
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8319
8319
|
for (const unit of job.units) {
|
|
@@ -8356,7 +8356,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8356
8356
|
return false;
|
|
8357
8357
|
}
|
|
8358
8358
|
|
|
8359
|
-
// bazel-out/
|
|
8359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8360
8360
|
function assignI18nSlotDependencies(job) {
|
|
8361
8361
|
for (const unit of job.units) {
|
|
8362
8362
|
let updateOp = unit.update.head;
|
|
@@ -8401,7 +8401,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8401
8401
|
}
|
|
8402
8402
|
}
|
|
8403
8403
|
|
|
8404
|
-
// bazel-out/
|
|
8404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8405
8405
|
function createOpXrefMap(unit) {
|
|
8406
8406
|
const map = /* @__PURE__ */ new Map();
|
|
8407
8407
|
for (const op of unit.create) {
|
|
@@ -8416,7 +8416,7 @@ function createOpXrefMap(unit) {
|
|
|
8416
8416
|
return map;
|
|
8417
8417
|
}
|
|
8418
8418
|
|
|
8419
|
-
// bazel-out/
|
|
8419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8420
8420
|
function extractAttributes(job) {
|
|
8421
8421
|
for (const unit of job.units) {
|
|
8422
8422
|
const elements = createOpXrefMap(unit);
|
|
@@ -8545,7 +8545,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8545
8545
|
}
|
|
8546
8546
|
}
|
|
8547
8547
|
|
|
8548
|
-
// bazel-out/
|
|
8548
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8549
8549
|
function lookupElement2(elements, xref) {
|
|
8550
8550
|
const el = elements.get(xref);
|
|
8551
8551
|
if (el === void 0) {
|
|
@@ -8602,7 +8602,7 @@ function specializeBindings(job) {
|
|
|
8602
8602
|
}
|
|
8603
8603
|
}
|
|
8604
8604
|
|
|
8605
|
-
// bazel-out/
|
|
8605
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8606
8606
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8607
8607
|
Identifiers.attribute,
|
|
8608
8608
|
Identifiers.classProp,
|
|
@@ -8674,7 +8674,7 @@ function chainOperationsInList(opList) {
|
|
|
8674
8674
|
}
|
|
8675
8675
|
}
|
|
8676
8676
|
|
|
8677
|
-
// bazel-out/
|
|
8677
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8678
8678
|
function collapseSingletonInterpolations(job) {
|
|
8679
8679
|
for (const unit of job.units) {
|
|
8680
8680
|
for (const op of unit.update) {
|
|
@@ -8686,7 +8686,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8686
8686
|
}
|
|
8687
8687
|
}
|
|
8688
8688
|
|
|
8689
|
-
// bazel-out/
|
|
8689
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8690
8690
|
function generateConditionalExpressions(job) {
|
|
8691
8691
|
for (const unit of job.units) {
|
|
8692
8692
|
for (const op of unit.ops()) {
|
|
@@ -8723,7 +8723,7 @@ function generateConditionalExpressions(job) {
|
|
|
8723
8723
|
}
|
|
8724
8724
|
}
|
|
8725
8725
|
|
|
8726
|
-
// bazel-out/
|
|
8726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8727
8727
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8728
8728
|
["&&", BinaryOperator.And],
|
|
8729
8729
|
[">", BinaryOperator.Bigger],
|
|
@@ -8780,7 +8780,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8780
8780
|
return literal(value);
|
|
8781
8781
|
}
|
|
8782
8782
|
|
|
8783
|
-
// bazel-out/
|
|
8783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8784
8784
|
function collectElementConsts(job) {
|
|
8785
8785
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8786
8786
|
for (const unit of job.units) {
|
|
@@ -8949,7 +8949,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8949
8949
|
return literalArr(attrArray);
|
|
8950
8950
|
}
|
|
8951
8951
|
|
|
8952
|
-
// bazel-out/
|
|
8952
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8953
8953
|
function convertI18nBindings(job) {
|
|
8954
8954
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8955
8955
|
for (const unit of job.units) {
|
|
@@ -8990,7 +8990,7 @@ function convertI18nBindings(job) {
|
|
|
8990
8990
|
}
|
|
8991
8991
|
}
|
|
8992
8992
|
|
|
8993
|
-
// bazel-out/
|
|
8993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8994
8994
|
function resolveDeferDepsFns(job) {
|
|
8995
8995
|
var _a2;
|
|
8996
8996
|
for (const unit of job.units) {
|
|
@@ -9015,7 +9015,7 @@ function resolveDeferDepsFns(job) {
|
|
|
9015
9015
|
}
|
|
9016
9016
|
}
|
|
9017
9017
|
|
|
9018
|
-
// bazel-out/
|
|
9018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
9019
9019
|
function createI18nContexts(job) {
|
|
9020
9020
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
9021
9021
|
for (const unit of job.units) {
|
|
@@ -9093,7 +9093,7 @@ function createI18nContexts(job) {
|
|
|
9093
9093
|
}
|
|
9094
9094
|
}
|
|
9095
9095
|
|
|
9096
|
-
// bazel-out/
|
|
9096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
9097
9097
|
function deduplicateTextBindings(job) {
|
|
9098
9098
|
const seen = /* @__PURE__ */ new Map();
|
|
9099
9099
|
for (const unit of job.units) {
|
|
@@ -9115,7 +9115,7 @@ function deduplicateTextBindings(job) {
|
|
|
9115
9115
|
}
|
|
9116
9116
|
}
|
|
9117
9117
|
|
|
9118
|
-
// bazel-out/
|
|
9118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
9119
9119
|
function configureDeferInstructions(job) {
|
|
9120
9120
|
for (const unit of job.units) {
|
|
9121
9121
|
for (const op of unit.create) {
|
|
@@ -9132,7 +9132,7 @@ function configureDeferInstructions(job) {
|
|
|
9132
9132
|
}
|
|
9133
9133
|
}
|
|
9134
9134
|
|
|
9135
|
-
// bazel-out/
|
|
9135
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
9136
9136
|
function resolveDeferTargetNames(job) {
|
|
9137
9137
|
const scopes = /* @__PURE__ */ new Map();
|
|
9138
9138
|
function getScopeForView2(view) {
|
|
@@ -9226,7 +9226,7 @@ var Scope = class {
|
|
|
9226
9226
|
}
|
|
9227
9227
|
};
|
|
9228
9228
|
|
|
9229
|
-
// bazel-out/
|
|
9229
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9230
9230
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9231
9231
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9232
9232
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9253,7 +9253,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9253
9253
|
}
|
|
9254
9254
|
}
|
|
9255
9255
|
|
|
9256
|
-
// bazel-out/
|
|
9256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9257
9257
|
function expandSafeReads(job) {
|
|
9258
9258
|
for (const unit of job.units) {
|
|
9259
9259
|
for (const op of unit.ops()) {
|
|
@@ -9389,7 +9389,7 @@ function ternaryTransform(e) {
|
|
|
9389
9389
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9390
9390
|
}
|
|
9391
9391
|
|
|
9392
|
-
// bazel-out/
|
|
9392
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9393
9393
|
var ESCAPE = "\uFFFD";
|
|
9394
9394
|
var ELEMENT_MARKER = "#";
|
|
9395
9395
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9525,7 +9525,7 @@ function formatValue(value) {
|
|
|
9525
9525
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9526
9526
|
}
|
|
9527
9527
|
|
|
9528
|
-
// bazel-out/
|
|
9528
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9529
9529
|
function generateAdvance(job) {
|
|
9530
9530
|
for (const unit of job.units) {
|
|
9531
9531
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9568,7 +9568,7 @@ function generateAdvance(job) {
|
|
|
9568
9568
|
}
|
|
9569
9569
|
}
|
|
9570
9570
|
|
|
9571
|
-
// bazel-out/
|
|
9571
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9572
9572
|
function generateProjectionDefs(job) {
|
|
9573
9573
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9574
9574
|
const selectors = [];
|
|
@@ -9592,7 +9592,7 @@ function generateProjectionDefs(job) {
|
|
|
9592
9592
|
}
|
|
9593
9593
|
}
|
|
9594
9594
|
|
|
9595
|
-
// bazel-out/
|
|
9595
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9596
9596
|
function generateVariables(job) {
|
|
9597
9597
|
recursivelyProcessView(job.root, null);
|
|
9598
9598
|
}
|
|
@@ -9710,7 +9710,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9710
9710
|
return newOps;
|
|
9711
9711
|
}
|
|
9712
9712
|
|
|
9713
|
-
// bazel-out/
|
|
9713
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9714
9714
|
function collectConstExpressions(job) {
|
|
9715
9715
|
for (const unit of job.units) {
|
|
9716
9716
|
for (const op of unit.ops()) {
|
|
@@ -9724,7 +9724,7 @@ function collectConstExpressions(job) {
|
|
|
9724
9724
|
}
|
|
9725
9725
|
}
|
|
9726
9726
|
|
|
9727
|
-
// bazel-out/
|
|
9727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9728
9728
|
var STYLE_DOT = "style.";
|
|
9729
9729
|
var CLASS_DOT = "class.";
|
|
9730
9730
|
var STYLE_BANG = "style!";
|
|
@@ -9782,7 +9782,7 @@ function parseProperty(name) {
|
|
|
9782
9782
|
return { property: property2, suffix };
|
|
9783
9783
|
}
|
|
9784
9784
|
|
|
9785
|
-
// bazel-out/
|
|
9785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9786
9786
|
function mapLiteral(obj, quoted = false) {
|
|
9787
9787
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9788
9788
|
key,
|
|
@@ -9791,7 +9791,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9791
9791
|
})));
|
|
9792
9792
|
}
|
|
9793
9793
|
|
|
9794
|
-
// bazel-out/
|
|
9794
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9795
9795
|
var IcuSerializerVisitor = class {
|
|
9796
9796
|
visitText(text2) {
|
|
9797
9797
|
return text2.value;
|
|
@@ -9825,7 +9825,7 @@ function serializeIcuNode(icu) {
|
|
|
9825
9825
|
return icu.visit(serializer);
|
|
9826
9826
|
}
|
|
9827
9827
|
|
|
9828
|
-
// bazel-out/
|
|
9828
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
9829
9829
|
var NodeWithI18n = class {
|
|
9830
9830
|
constructor(sourceSpan, i18n2) {
|
|
9831
9831
|
this.sourceSpan = sourceSpan;
|
|
@@ -9948,7 +9948,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
9948
9948
|
return result;
|
|
9949
9949
|
}
|
|
9950
9950
|
|
|
9951
|
-
// bazel-out/
|
|
9951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
9952
9952
|
var NAMED_ENTITIES = {
|
|
9953
9953
|
"AElig": "\xC6",
|
|
9954
9954
|
"AMP": "&",
|
|
@@ -12079,7 +12079,7 @@ var NAMED_ENTITIES = {
|
|
|
12079
12079
|
var NGSP_UNICODE = "\uE500";
|
|
12080
12080
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
12081
12081
|
|
|
12082
|
-
// bazel-out/
|
|
12082
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
12083
12083
|
var TokenError = class extends ParseError {
|
|
12084
12084
|
constructor(errorMsg, tokenType, span) {
|
|
12085
12085
|
super(span, errorMsg);
|
|
@@ -13069,7 +13069,7 @@ var CursorError = class {
|
|
|
13069
13069
|
}
|
|
13070
13070
|
};
|
|
13071
13071
|
|
|
13072
|
-
// bazel-out/
|
|
13072
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
13073
13073
|
var TreeError = class extends ParseError {
|
|
13074
13074
|
static create(elementName, span, msg) {
|
|
13075
13075
|
return new TreeError(elementName, span, msg);
|
|
@@ -13497,7 +13497,7 @@ function decodeEntity(match, entity) {
|
|
|
13497
13497
|
return match;
|
|
13498
13498
|
}
|
|
13499
13499
|
|
|
13500
|
-
// bazel-out/
|
|
13500
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
13501
13501
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
13502
13502
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
13503
13503
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -13637,7 +13637,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
13637
13637
|
return result;
|
|
13638
13638
|
}
|
|
13639
13639
|
|
|
13640
|
-
// bazel-out/
|
|
13640
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
13641
13641
|
var TokenType;
|
|
13642
13642
|
(function(TokenType2) {
|
|
13643
13643
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -13998,7 +13998,7 @@ function parseIntAutoRadix(text2) {
|
|
|
13998
13998
|
return result;
|
|
13999
13999
|
}
|
|
14000
14000
|
|
|
14001
|
-
// bazel-out/
|
|
14001
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
14002
14002
|
var SplitInterpolation = class {
|
|
14003
14003
|
constructor(strings, expressions, offsets) {
|
|
14004
14004
|
this.strings = strings;
|
|
@@ -14882,7 +14882,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
14882
14882
|
return offsetMap;
|
|
14883
14883
|
}
|
|
14884
14884
|
|
|
14885
|
-
// bazel-out/
|
|
14885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
14886
14886
|
var _SECURITY_SCHEMA;
|
|
14887
14887
|
function SECURITY_SCHEMA() {
|
|
14888
14888
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -14943,11 +14943,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
14943
14943
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
14944
14944
|
}
|
|
14945
14945
|
|
|
14946
|
-
// bazel-out/
|
|
14946
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
14947
14947
|
var ElementSchemaRegistry = class {
|
|
14948
14948
|
};
|
|
14949
14949
|
|
|
14950
|
-
// bazel-out/
|
|
14950
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
14951
14951
|
var BOOLEAN = "boolean";
|
|
14952
14952
|
var NUMBER = "number";
|
|
14953
14953
|
var STRING = "string";
|
|
@@ -15330,7 +15330,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
15330
15330
|
}
|
|
15331
15331
|
}
|
|
15332
15332
|
|
|
15333
|
-
// bazel-out/
|
|
15333
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
15334
15334
|
var HtmlTagDefinition = class {
|
|
15335
15335
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
15336
15336
|
this.closedByChildren = {};
|
|
@@ -15466,7 +15466,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
15466
15466
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
15467
15467
|
}
|
|
15468
15468
|
|
|
15469
|
-
// bazel-out/
|
|
15469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
15470
15470
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
15471
15471
|
"A": "LINK",
|
|
15472
15472
|
"B": "BOLD_TEXT",
|
|
@@ -15588,7 +15588,7 @@ var PlaceholderRegistry = class {
|
|
|
15588
15588
|
}
|
|
15589
15589
|
};
|
|
15590
15590
|
|
|
15591
|
-
// bazel-out/
|
|
15591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
15592
15592
|
var _expParser = new Parser2(new Lexer());
|
|
15593
15593
|
function createI18nMessageFactory(interpolationConfig, containerBlocks, retainEmptyTokens) {
|
|
15594
15594
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks, retainEmptyTokens);
|
|
@@ -15783,14 +15783,14 @@ function extractPlaceholderName(input) {
|
|
|
15783
15783
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
15784
15784
|
}
|
|
15785
15785
|
|
|
15786
|
-
// bazel-out/
|
|
15786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
15787
15787
|
var I18nError = class extends ParseError {
|
|
15788
15788
|
constructor(span, msg) {
|
|
15789
15789
|
super(span, msg);
|
|
15790
15790
|
}
|
|
15791
15791
|
};
|
|
15792
15792
|
|
|
15793
|
-
// bazel-out/
|
|
15793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15794
15794
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15795
15795
|
"iframe|srcdoc",
|
|
15796
15796
|
"*|innerhtml",
|
|
@@ -15805,7 +15805,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15805
15805
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15806
15806
|
}
|
|
15807
15807
|
|
|
15808
|
-
// bazel-out/
|
|
15808
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15809
15809
|
var setI18nRefs = (originalNodeMap) => {
|
|
15810
15810
|
return (trimmedNode, i18nNode) => {
|
|
15811
15811
|
var _a2;
|
|
@@ -15979,7 +15979,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15979
15979
|
return jsDocComment(tags);
|
|
15980
15980
|
}
|
|
15981
15981
|
|
|
15982
|
-
// bazel-out/
|
|
15982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15983
15983
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15984
15984
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15985
15985
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -16030,7 +16030,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
16030
16030
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
16031
16031
|
}
|
|
16032
16032
|
|
|
16033
|
-
// bazel-out/
|
|
16033
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
16034
16034
|
function createLocalizeStatements(variable2, message, params) {
|
|
16035
16035
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
16036
16036
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -16119,7 +16119,7 @@ function createEmptyMessagePart(location) {
|
|
|
16119
16119
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
16120
16120
|
}
|
|
16121
16121
|
|
|
16122
|
-
// bazel-out/
|
|
16122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
16123
16123
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
16124
16124
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
16125
16125
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16290,7 +16290,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16290
16290
|
return variable(name);
|
|
16291
16291
|
}
|
|
16292
16292
|
|
|
16293
|
-
// bazel-out/
|
|
16293
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16294
16294
|
function convertI18nText(job) {
|
|
16295
16295
|
var _a2, _b2, _c2;
|
|
16296
16296
|
for (const unit of job.units) {
|
|
@@ -16360,7 +16360,7 @@ function convertI18nText(job) {
|
|
|
16360
16360
|
}
|
|
16361
16361
|
}
|
|
16362
16362
|
|
|
16363
|
-
// bazel-out/
|
|
16363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16364
16364
|
function liftLocalRefs(job) {
|
|
16365
16365
|
for (const unit of job.units) {
|
|
16366
16366
|
for (const op of unit.create) {
|
|
@@ -16390,7 +16390,7 @@ function serializeLocalRefs(refs) {
|
|
|
16390
16390
|
return literalArr(constRefs);
|
|
16391
16391
|
}
|
|
16392
16392
|
|
|
16393
|
-
// bazel-out/
|
|
16393
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16394
16394
|
function emitNamespaceChanges(job) {
|
|
16395
16395
|
for (const unit of job.units) {
|
|
16396
16396
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16406,7 +16406,7 @@ function emitNamespaceChanges(job) {
|
|
|
16406
16406
|
}
|
|
16407
16407
|
}
|
|
16408
16408
|
|
|
16409
|
-
// bazel-out/
|
|
16409
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16410
16410
|
function parse(value) {
|
|
16411
16411
|
const styles = [];
|
|
16412
16412
|
let i = 0;
|
|
@@ -16500,7 +16500,7 @@ function parseExtractedStyles(job) {
|
|
|
16500
16500
|
}
|
|
16501
16501
|
}
|
|
16502
16502
|
|
|
16503
|
-
// bazel-out/
|
|
16503
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16504
16504
|
function nameFunctionsAndVariables(job) {
|
|
16505
16505
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16506
16506
|
}
|
|
@@ -16644,7 +16644,7 @@ function stripImportant(name) {
|
|
|
16644
16644
|
return name;
|
|
16645
16645
|
}
|
|
16646
16646
|
|
|
16647
|
-
// bazel-out/
|
|
16647
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16648
16648
|
function mergeNextContextExpressions(job) {
|
|
16649
16649
|
for (const unit of job.units) {
|
|
16650
16650
|
for (const op of unit.create) {
|
|
@@ -16691,7 +16691,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16691
16691
|
}
|
|
16692
16692
|
}
|
|
16693
16693
|
|
|
16694
|
-
// bazel-out/
|
|
16694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16695
16695
|
var CONTAINER_TAG = "ng-container";
|
|
16696
16696
|
function generateNgContainerOps(job) {
|
|
16697
16697
|
for (const unit of job.units) {
|
|
@@ -16708,7 +16708,7 @@ function generateNgContainerOps(job) {
|
|
|
16708
16708
|
}
|
|
16709
16709
|
}
|
|
16710
16710
|
|
|
16711
|
-
// bazel-out/
|
|
16711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16712
16712
|
function lookupElement3(elements, xref) {
|
|
16713
16713
|
const el = elements.get(xref);
|
|
16714
16714
|
if (el === void 0) {
|
|
@@ -16738,7 +16738,7 @@ function disableBindings(job) {
|
|
|
16738
16738
|
}
|
|
16739
16739
|
}
|
|
16740
16740
|
|
|
16741
|
-
// bazel-out/
|
|
16741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16742
16742
|
function generateNullishCoalesceExpressions(job) {
|
|
16743
16743
|
for (const unit of job.units) {
|
|
16744
16744
|
for (const op of unit.ops()) {
|
|
@@ -16754,7 +16754,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16754
16754
|
}
|
|
16755
16755
|
}
|
|
16756
16756
|
|
|
16757
|
-
// bazel-out/
|
|
16757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16758
16758
|
function kindTest(kind) {
|
|
16759
16759
|
return (op) => op.kind === kind;
|
|
16760
16760
|
}
|
|
@@ -16844,7 +16844,7 @@ function keepLast(ops) {
|
|
|
16844
16844
|
return ops.slice(ops.length - 1);
|
|
16845
16845
|
}
|
|
16846
16846
|
|
|
16847
|
-
// bazel-out/
|
|
16847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16848
16848
|
function removeContentSelectors(job) {
|
|
16849
16849
|
for (const unit of job.units) {
|
|
16850
16850
|
const elements = createOpXrefMap(unit);
|
|
@@ -16871,7 +16871,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16871
16871
|
return el;
|
|
16872
16872
|
}
|
|
16873
16873
|
|
|
16874
|
-
// bazel-out/
|
|
16874
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16875
16875
|
function createPipes(job) {
|
|
16876
16876
|
for (const unit of job.units) {
|
|
16877
16877
|
processPipeBindingsInView(unit);
|
|
@@ -16919,7 +16919,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16919
16919
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16920
16920
|
}
|
|
16921
16921
|
|
|
16922
|
-
// bazel-out/
|
|
16922
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16923
16923
|
function createVariadicPipes(job) {
|
|
16924
16924
|
for (const unit of job.units) {
|
|
16925
16925
|
for (const op of unit.update) {
|
|
@@ -16936,7 +16936,7 @@ function createVariadicPipes(job) {
|
|
|
16936
16936
|
}
|
|
16937
16937
|
}
|
|
16938
16938
|
|
|
16939
|
-
// bazel-out/
|
|
16939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16940
16940
|
function propagateI18nBlocks(job) {
|
|
16941
16941
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16942
16942
|
}
|
|
@@ -16990,7 +16990,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16990
16990
|
}
|
|
16991
16991
|
}
|
|
16992
16992
|
|
|
16993
|
-
// bazel-out/
|
|
16993
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16994
16994
|
function extractPureFunctions(job) {
|
|
16995
16995
|
for (const view of job.units) {
|
|
16996
16996
|
for (const op of view.ops()) {
|
|
@@ -17032,7 +17032,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
17032
17032
|
}
|
|
17033
17033
|
};
|
|
17034
17034
|
|
|
17035
|
-
// bazel-out/
|
|
17035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
17036
17036
|
function generatePureLiteralStructures(job) {
|
|
17037
17037
|
for (const unit of job.units) {
|
|
17038
17038
|
for (const op of unit.update) {
|
|
@@ -17079,7 +17079,7 @@ function transformLiteralMap(expr) {
|
|
|
17079
17079
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
17080
17080
|
}
|
|
17081
17081
|
|
|
17082
|
-
// bazel-out/
|
|
17082
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
17083
17083
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
17084
17084
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
17085
17085
|
}
|
|
@@ -17611,7 +17611,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17611
17611
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17612
17612
|
}
|
|
17613
17613
|
|
|
17614
|
-
// bazel-out/
|
|
17614
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17615
17615
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17616
17616
|
["window", Identifiers.resolveWindow],
|
|
17617
17617
|
["document", Identifiers.resolveDocument],
|
|
@@ -17976,7 +17976,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17976
17976
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17977
17977
|
}
|
|
17978
17978
|
|
|
17979
|
-
// bazel-out/
|
|
17979
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17980
17980
|
function removeEmptyBindings(job) {
|
|
17981
17981
|
for (const unit of job.units) {
|
|
17982
17982
|
for (const op of unit.update) {
|
|
@@ -17997,7 +17997,7 @@ function removeEmptyBindings(job) {
|
|
|
17997
17997
|
}
|
|
17998
17998
|
}
|
|
17999
17999
|
|
|
18000
|
-
// bazel-out/
|
|
18000
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
18001
18001
|
function removeI18nContexts(job) {
|
|
18002
18002
|
for (const unit of job.units) {
|
|
18003
18003
|
for (const op of unit.create) {
|
|
@@ -18013,7 +18013,7 @@ function removeI18nContexts(job) {
|
|
|
18013
18013
|
}
|
|
18014
18014
|
}
|
|
18015
18015
|
|
|
18016
|
-
// bazel-out/
|
|
18016
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
18017
18017
|
function removeUnusedI18nAttributesOps(job) {
|
|
18018
18018
|
for (const unit of job.units) {
|
|
18019
18019
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -18035,7 +18035,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
18035
18035
|
}
|
|
18036
18036
|
}
|
|
18037
18037
|
|
|
18038
|
-
// bazel-out/
|
|
18038
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
18039
18039
|
function resolveContexts(job) {
|
|
18040
18040
|
for (const unit of job.units) {
|
|
18041
18041
|
processLexicalScope(unit, unit.create);
|
|
@@ -18077,7 +18077,7 @@ function processLexicalScope(view, ops) {
|
|
|
18077
18077
|
}
|
|
18078
18078
|
}
|
|
18079
18079
|
|
|
18080
|
-
// bazel-out/
|
|
18080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
18081
18081
|
function resolveDollarEvent(job) {
|
|
18082
18082
|
for (const unit of job.units) {
|
|
18083
18083
|
transformDollarEvent(unit.create);
|
|
@@ -18100,7 +18100,7 @@ function transformDollarEvent(ops) {
|
|
|
18100
18100
|
}
|
|
18101
18101
|
}
|
|
18102
18102
|
|
|
18103
|
-
// bazel-out/
|
|
18103
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
18104
18104
|
function resolveI18nElementPlaceholders(job) {
|
|
18105
18105
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
18106
18106
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18279,7 +18279,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18279
18279
|
params.set(placeholder, values);
|
|
18280
18280
|
}
|
|
18281
18281
|
|
|
18282
|
-
// bazel-out/
|
|
18282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18283
18283
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18284
18284
|
var _a2;
|
|
18285
18285
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18332,7 +18332,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18332
18332
|
}
|
|
18333
18333
|
}
|
|
18334
18334
|
|
|
18335
|
-
// bazel-out/
|
|
18335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18336
18336
|
function resolveNames(job) {
|
|
18337
18337
|
for (const unit of job.units) {
|
|
18338
18338
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18410,7 +18410,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18410
18410
|
}
|
|
18411
18411
|
}
|
|
18412
18412
|
|
|
18413
|
-
// bazel-out/
|
|
18413
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18414
18414
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18415
18415
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18416
18416
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18480,7 +18480,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18480
18480
|
return securityContext;
|
|
18481
18481
|
}
|
|
18482
18482
|
|
|
18483
|
-
// bazel-out/
|
|
18483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18484
18484
|
function transformTwoWayBindingSet(job) {
|
|
18485
18485
|
for (const unit of job.units) {
|
|
18486
18486
|
for (const op of unit.create) {
|
|
@@ -18503,7 +18503,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18503
18503
|
}
|
|
18504
18504
|
}
|
|
18505
18505
|
|
|
18506
|
-
// bazel-out/
|
|
18506
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18507
18507
|
function saveAndRestoreView(job) {
|
|
18508
18508
|
for (const unit of job.units) {
|
|
18509
18509
|
unit.create.prepend([
|
|
@@ -18548,7 +18548,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18548
18548
|
}
|
|
18549
18549
|
}
|
|
18550
18550
|
|
|
18551
|
-
// bazel-out/
|
|
18551
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18552
18552
|
function allocateSlots(job) {
|
|
18553
18553
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18554
18554
|
for (const unit of job.units) {
|
|
@@ -18573,7 +18573,7 @@ function allocateSlots(job) {
|
|
|
18573
18573
|
}
|
|
18574
18574
|
}
|
|
18575
18575
|
|
|
18576
|
-
// bazel-out/
|
|
18576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18577
18577
|
function specializeStyleBindings(job) {
|
|
18578
18578
|
for (const unit of job.units) {
|
|
18579
18579
|
for (const op of unit.update) {
|
|
@@ -18603,7 +18603,7 @@ function specializeStyleBindings(job) {
|
|
|
18603
18603
|
}
|
|
18604
18604
|
}
|
|
18605
18605
|
|
|
18606
|
-
// bazel-out/
|
|
18606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18607
18607
|
function generateTemporaryVariables(job) {
|
|
18608
18608
|
for (const unit of job.units) {
|
|
18609
18609
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18661,7 +18661,7 @@ function assignName(names, expr) {
|
|
|
18661
18661
|
expr.name = name;
|
|
18662
18662
|
}
|
|
18663
18663
|
|
|
18664
|
-
// bazel-out/
|
|
18664
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18665
18665
|
function generateTrackFns(job) {
|
|
18666
18666
|
for (const unit of job.units) {
|
|
18667
18667
|
for (const op of unit.create) {
|
|
@@ -18694,7 +18694,7 @@ function generateTrackFns(job) {
|
|
|
18694
18694
|
}
|
|
18695
18695
|
}
|
|
18696
18696
|
|
|
18697
|
-
// bazel-out/
|
|
18697
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18698
18698
|
function optimizeTrackFns(job) {
|
|
18699
18699
|
for (const unit of job.units) {
|
|
18700
18700
|
for (const op of unit.create) {
|
|
@@ -18744,7 +18744,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18744
18744
|
return true;
|
|
18745
18745
|
}
|
|
18746
18746
|
|
|
18747
|
-
// bazel-out/
|
|
18747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18748
18748
|
function generateTrackVariables(job) {
|
|
18749
18749
|
for (const unit of job.units) {
|
|
18750
18750
|
for (const op of unit.create) {
|
|
@@ -18765,7 +18765,7 @@ function generateTrackVariables(job) {
|
|
|
18765
18765
|
}
|
|
18766
18766
|
}
|
|
18767
18767
|
|
|
18768
|
-
// bazel-out/
|
|
18768
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18769
18769
|
function countVariables(job) {
|
|
18770
18770
|
for (const unit of job.units) {
|
|
18771
18771
|
let varCount = 0;
|
|
@@ -18878,7 +18878,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18878
18878
|
return true;
|
|
18879
18879
|
}
|
|
18880
18880
|
|
|
18881
|
-
// bazel-out/
|
|
18881
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18882
18882
|
function optimizeVariables(job) {
|
|
18883
18883
|
for (const unit of job.units) {
|
|
18884
18884
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -19130,7 +19130,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
19130
19130
|
}
|
|
19131
19131
|
}
|
|
19132
19132
|
|
|
19133
|
-
// bazel-out/
|
|
19133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
19134
19134
|
function wrapI18nIcus(job) {
|
|
19135
19135
|
for (const unit of job.units) {
|
|
19136
19136
|
let currentI18nOp = null;
|
|
@@ -19160,7 +19160,7 @@ function wrapI18nIcus(job) {
|
|
|
19160
19160
|
}
|
|
19161
19161
|
}
|
|
19162
19162
|
|
|
19163
|
-
// bazel-out/
|
|
19163
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
19164
19164
|
function optimizeStoreLet(job) {
|
|
19165
19165
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
19166
19166
|
for (const unit of job.units) {
|
|
@@ -19179,7 +19179,7 @@ function optimizeStoreLet(job) {
|
|
|
19179
19179
|
}
|
|
19180
19180
|
}
|
|
19181
19181
|
|
|
19182
|
-
// bazel-out/
|
|
19182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
19183
19183
|
function removeIllegalLetReferences(job) {
|
|
19184
19184
|
for (const unit of job.units) {
|
|
19185
19185
|
for (const op of unit.update) {
|
|
@@ -19196,7 +19196,7 @@ function removeIllegalLetReferences(job) {
|
|
|
19196
19196
|
}
|
|
19197
19197
|
}
|
|
19198
19198
|
|
|
19199
|
-
// bazel-out/
|
|
19199
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
19200
19200
|
function generateLocalLetReferences(job) {
|
|
19201
19201
|
for (const unit of job.units) {
|
|
19202
19202
|
for (const op of unit.update) {
|
|
@@ -19214,7 +19214,7 @@ function generateLocalLetReferences(job) {
|
|
|
19214
19214
|
}
|
|
19215
19215
|
}
|
|
19216
19216
|
|
|
19217
|
-
// bazel-out/
|
|
19217
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19218
19218
|
var phases = [
|
|
19219
19219
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19220
19220
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19371,7 +19371,7 @@ function emitHostBindingFunction(job) {
|
|
|
19371
19371
|
);
|
|
19372
19372
|
}
|
|
19373
19373
|
|
|
19374
|
-
// bazel-out/
|
|
19374
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19375
19375
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19376
19376
|
var domSchema = new DomElementSchemaRegistry();
|
|
19377
19377
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -20129,7 +20129,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
20129
20129
|
return null;
|
|
20130
20130
|
}
|
|
20131
20131
|
|
|
20132
|
-
// bazel-out/
|
|
20132
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
20133
20133
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
20134
20134
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
20135
20135
|
}
|
|
@@ -20249,7 +20249,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
20249
20249
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
20250
20250
|
}
|
|
20251
20251
|
|
|
20252
|
-
// bazel-out/
|
|
20252
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20253
20253
|
var HtmlParser = class extends Parser {
|
|
20254
20254
|
constructor() {
|
|
20255
20255
|
super(getHtmlTagDefinition);
|
|
@@ -20259,7 +20259,7 @@ var HtmlParser = class extends Parser {
|
|
|
20259
20259
|
}
|
|
20260
20260
|
};
|
|
20261
20261
|
|
|
20262
|
-
// bazel-out/
|
|
20262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20263
20263
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20264
20264
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20265
20265
|
var CLASS_PREFIX = "class";
|
|
@@ -20613,7 +20613,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20613
20613
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20614
20614
|
}
|
|
20615
20615
|
|
|
20616
|
-
// bazel-out/
|
|
20616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20617
20617
|
function isStyleUrlResolvable(url) {
|
|
20618
20618
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20619
20619
|
return false;
|
|
@@ -20622,7 +20622,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20622
20622
|
}
|
|
20623
20623
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20624
20624
|
|
|
20625
|
-
// bazel-out/
|
|
20625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20626
20626
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20627
20627
|
var LINK_ELEMENT = "link";
|
|
20628
20628
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20692,7 +20692,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20692
20692
|
return selectAttr;
|
|
20693
20693
|
}
|
|
20694
20694
|
|
|
20695
|
-
// bazel-out/
|
|
20695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20696
20696
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20697
20697
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20698
20698
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -21015,7 +21015,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
21015
21015
|
return expression.slice(start, end);
|
|
21016
21016
|
}
|
|
21017
21017
|
|
|
21018
|
-
// bazel-out/
|
|
21018
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
21019
21019
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
21020
21020
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
21021
21021
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21279,7 +21279,7 @@ function parseDeferredTime(value) {
|
|
|
21279
21279
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21280
21280
|
}
|
|
21281
21281
|
|
|
21282
|
-
// bazel-out/
|
|
21282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21283
21283
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21284
21284
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21285
21285
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21414,7 +21414,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21414
21414
|
return { triggers, prefetchTriggers };
|
|
21415
21415
|
}
|
|
21416
21416
|
|
|
21417
|
-
// bazel-out/
|
|
21417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21418
21418
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21419
21419
|
var KW_BIND_IDX = 1;
|
|
21420
21420
|
var KW_LET_IDX = 2;
|
|
@@ -21881,7 +21881,7 @@ function textContents(node) {
|
|
|
21881
21881
|
}
|
|
21882
21882
|
}
|
|
21883
21883
|
|
|
21884
|
-
// bazel-out/
|
|
21884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21885
21885
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21886
21886
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21887
21887
|
var _a2, _b2, _c2;
|
|
@@ -21975,7 +21975,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21975
21975
|
return new BindingParser(new Parser2(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21976
21976
|
}
|
|
21977
21977
|
|
|
21978
|
-
// bazel-out/
|
|
21978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21979
21979
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21980
21980
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21981
21981
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22342,7 +22342,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22342
22342
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22343
22343
|
}
|
|
22344
22344
|
|
|
22345
|
-
// bazel-out/
|
|
22345
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22346
22346
|
var R3TargetBinder = class {
|
|
22347
22347
|
constructor(directiveMatcher) {
|
|
22348
22348
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22989,11 +22989,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22989
22989
|
return templateEntities;
|
|
22990
22990
|
}
|
|
22991
22991
|
|
|
22992
|
-
// bazel-out/
|
|
22992
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22993
22993
|
var ResourceLoader = class {
|
|
22994
22994
|
};
|
|
22995
22995
|
|
|
22996
|
-
// bazel-out/
|
|
22996
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22997
22997
|
var CompilerFacadeImpl = class {
|
|
22998
22998
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22999
22999
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23571,17 +23571,17 @@ function publishFacade(global) {
|
|
|
23571
23571
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23572
23572
|
}
|
|
23573
23573
|
|
|
23574
|
-
// bazel-out/
|
|
23575
|
-
var VERSION2 = new Version("18.2.
|
|
23574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23575
|
+
var VERSION2 = new Version("18.2.14");
|
|
23576
23576
|
|
|
23577
|
-
// bazel-out/
|
|
23577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23578
23578
|
var _VisitorMode;
|
|
23579
23579
|
(function(_VisitorMode2) {
|
|
23580
23580
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23581
23581
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23582
23582
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23583
23583
|
|
|
23584
|
-
// bazel-out/
|
|
23584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23585
23585
|
var XmlTagDefinition = class {
|
|
23586
23586
|
constructor() {
|
|
23587
23587
|
this.closedByParent = false;
|
|
@@ -23603,7 +23603,7 @@ var XmlTagDefinition = class {
|
|
|
23603
23603
|
};
|
|
23604
23604
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23605
23605
|
|
|
23606
|
-
// bazel-out/
|
|
23606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23607
23607
|
var FactoryTarget2;
|
|
23608
23608
|
(function(FactoryTarget3) {
|
|
23609
23609
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23613,10 +23613,10 @@ var FactoryTarget2;
|
|
|
23613
23613
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23614
23614
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23615
23615
|
|
|
23616
|
-
// bazel-out/
|
|
23616
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23617
23617
|
publishFacade(_global);
|
|
23618
23618
|
|
|
23619
|
-
// bazel-out/
|
|
23619
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
23620
23620
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
23621
23621
|
function migrateTemplate(template2) {
|
|
23622
23622
|
if (!template2.includes(")]=")) {
|
|
@@ -23741,7 +23741,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
23741
23741
|
}
|
|
23742
23742
|
};
|
|
23743
23743
|
|
|
23744
|
-
// bazel-out/
|
|
23744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
23745
23745
|
function invalid_two_way_bindings_default() {
|
|
23746
23746
|
return (tree) => __async(this, null, function* () {
|
|
23747
23747
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|