@angular/core 18.1.0-rc.0 → 18.2.0-next.0
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/rxjs-interop/src/to_signal.mjs +4 -4
- package/esm2022/src/defer/instructions.mjs +53 -35
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/debug/framework_injector_profiler.mjs +3 -2
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +55 -36
- 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 +4 -4
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +1 -1
- 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 +2 -2
- package/schematics/migrations/after-render-phase/bundle.js +12 -12
- package/schematics/migrations/http-providers/bundle.js +15 -15
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +163 -163
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +2 -2
- package/schematics/ng-generate/control-flow-migration/bundle.js +181 -172
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +2 -2
- package/schematics/ng-generate/standalone-migration/bundle.js +484 -473
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +1 -1
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/darwin_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}]`);
|
|
@@ -882,7 +882,7 @@ function wordAt(bytes, index, endian) {
|
|
|
882
882
|
return word;
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
// bazel-out/
|
|
885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
886
886
|
var TypeModifier;
|
|
887
887
|
(function(TypeModifier2) {
|
|
888
888
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1820,7 +1820,7 @@ function serializeTags(tags) {
|
|
|
1820
1820
|
return out;
|
|
1821
1821
|
}
|
|
1822
1822
|
|
|
1823
|
-
// bazel-out/
|
|
1823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1824
1824
|
var CONSTANT_PREFIX = "_c";
|
|
1825
1825
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1826
1826
|
var KEY_CONTEXT = {};
|
|
@@ -2008,7 +2008,7 @@ function isLongStringLiteral(expr) {
|
|
|
2008
2008
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2009
2009
|
}
|
|
2010
2010
|
|
|
2011
|
-
// bazel-out/
|
|
2011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2012
2012
|
var CORE = "@angular/core";
|
|
2013
2013
|
var _Identifiers = class {
|
|
2014
2014
|
};
|
|
@@ -2905,7 +2905,7 @@ var Identifiers = _Identifiers;
|
|
|
2905
2905
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2906
2906
|
})();
|
|
2907
2907
|
|
|
2908
|
-
// bazel-out/
|
|
2908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2909
2909
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2910
2910
|
function dashCaseToCamelCase(input) {
|
|
2911
2911
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2982,7 +2982,7 @@ var Version = class {
|
|
|
2982
2982
|
};
|
|
2983
2983
|
var _global = globalThis;
|
|
2984
2984
|
|
|
2985
|
-
// bazel-out/
|
|
2985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2986
2986
|
var VERSION = 3;
|
|
2987
2987
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2988
2988
|
var SourceMapGenerator = class {
|
|
@@ -3111,7 +3111,7 @@ function toBase64Digit(value) {
|
|
|
3111
3111
|
return B64_DIGITS[value];
|
|
3112
3112
|
}
|
|
3113
3113
|
|
|
3114
|
-
// bazel-out/
|
|
3114
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
3115
3115
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
3116
3116
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
3117
3117
|
var _INDENT_WITH = " ";
|
|
@@ -3599,7 +3599,7 @@ function _createIndent(count) {
|
|
|
3599
3599
|
return res;
|
|
3600
3600
|
}
|
|
3601
3601
|
|
|
3602
|
-
// bazel-out/
|
|
3602
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3603
3603
|
function typeWithParameters(type, numParams) {
|
|
3604
3604
|
if (numParams === 0) {
|
|
3605
3605
|
return expressionType(type);
|
|
@@ -3654,7 +3654,7 @@ function generateForwardRef(expr) {
|
|
|
3654
3654
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
|
-
// bazel-out/
|
|
3657
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3658
3658
|
var R3FactoryDelegateType;
|
|
3659
3659
|
(function(R3FactoryDelegateType2) {
|
|
3660
3660
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3799,7 +3799,7 @@ function getInjectFn(target) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
|
-
// bazel-out/
|
|
3802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3803
3803
|
var ParserError = class {
|
|
3804
3804
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3805
3805
|
this.input = input;
|
|
@@ -4237,7 +4237,7 @@ var BoundElementProperty = class {
|
|
|
4237
4237
|
}
|
|
4238
4238
|
};
|
|
4239
4239
|
|
|
4240
|
-
// bazel-out/
|
|
4240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4241
4241
|
var TagContentType;
|
|
4242
4242
|
(function(TagContentType2) {
|
|
4243
4243
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4274,7 +4274,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4274
4274
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4275
4275
|
}
|
|
4276
4276
|
|
|
4277
|
-
// bazel-out/
|
|
4277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4278
4278
|
var Comment = class {
|
|
4279
4279
|
constructor(value, sourceSpan) {
|
|
4280
4280
|
this.value = value;
|
|
@@ -4744,7 +4744,7 @@ function visitAll(visitor, nodes) {
|
|
|
4744
4744
|
return result;
|
|
4745
4745
|
}
|
|
4746
4746
|
|
|
4747
|
-
// bazel-out/
|
|
4747
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4748
4748
|
var Message = class {
|
|
4749
4749
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4750
4750
|
this.nodes = nodes;
|
|
@@ -4884,7 +4884,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4884
4884
|
}
|
|
4885
4885
|
};
|
|
4886
4886
|
|
|
4887
|
-
// bazel-out/
|
|
4887
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4888
4888
|
var _Visitor = class {
|
|
4889
4889
|
visitTag(tag) {
|
|
4890
4890
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4912,12 +4912,12 @@ ${doctype.dtd}
|
|
|
4912
4912
|
};
|
|
4913
4913
|
var _visitor = new _Visitor();
|
|
4914
4914
|
|
|
4915
|
-
// bazel-out/
|
|
4915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4916
4916
|
function toPublicName(internalName) {
|
|
4917
4917
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4918
4918
|
}
|
|
4919
4919
|
|
|
4920
|
-
// bazel-out/
|
|
4920
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4921
4921
|
var I18N_ATTR = "i18n";
|
|
4922
4922
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4923
4923
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4957,7 +4957,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4957
4957
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4958
4958
|
}
|
|
4959
4959
|
|
|
4960
|
-
// bazel-out/
|
|
4960
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4961
4961
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4962
4962
|
var TEMPORARY_NAME = "_t";
|
|
4963
4963
|
var CONTEXT_NAME = "ctx";
|
|
@@ -5084,7 +5084,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
5084
5084
|
return attributesMap;
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
// bazel-out/
|
|
5087
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
5088
5088
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
5089
5089
|
let result = null;
|
|
5090
5090
|
const factoryMeta = {
|
|
@@ -5171,7 +5171,7 @@ function createFactoryFunction(type) {
|
|
|
5171
5171
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
5172
5172
|
}
|
|
5173
5173
|
|
|
5174
|
-
// bazel-out/
|
|
5174
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
5175
5175
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
5176
5176
|
/@/,
|
|
5177
5177
|
/^\s*$/,
|
|
@@ -5194,7 +5194,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
5194
5194
|
}
|
|
5195
5195
|
}
|
|
5196
5196
|
|
|
5197
|
-
// bazel-out/
|
|
5197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
5198
5198
|
var InterpolationConfig = class {
|
|
5199
5199
|
static fromArray(markers) {
|
|
5200
5200
|
if (!markers) {
|
|
@@ -5211,7 +5211,7 @@ var InterpolationConfig = class {
|
|
|
5211
5211
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
5212
5212
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
5213
5213
|
|
|
5214
|
-
// bazel-out/
|
|
5214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
5215
5215
|
var $EOF = 0;
|
|
5216
5216
|
var $BSPACE = 8;
|
|
5217
5217
|
var $TAB = 9;
|
|
@@ -5293,7 +5293,7 @@ function isQuote(code) {
|
|
|
5293
5293
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5294
5294
|
}
|
|
5295
5295
|
|
|
5296
|
-
// bazel-out/
|
|
5296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5297
5297
|
var ParseLocation = class {
|
|
5298
5298
|
constructor(file, offset, line, col) {
|
|
5299
5299
|
this.file = file;
|
|
@@ -5440,7 +5440,7 @@ function sanitizeIdentifier(name) {
|
|
|
5440
5440
|
return name.replace(/\W/g, "_");
|
|
5441
5441
|
}
|
|
5442
5442
|
|
|
5443
|
-
// bazel-out/
|
|
5443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5444
5444
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5445
5445
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5446
5446
|
constructor() {
|
|
@@ -5533,7 +5533,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5533
5533
|
}
|
|
5534
5534
|
};
|
|
5535
5535
|
|
|
5536
|
-
// bazel-out/
|
|
5536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5537
5537
|
var policy;
|
|
5538
5538
|
function getPolicy() {
|
|
5539
5539
|
if (policy === void 0) {
|
|
@@ -5571,7 +5571,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5571
5571
|
return fn2.bind(_global);
|
|
5572
5572
|
}
|
|
5573
5573
|
|
|
5574
|
-
// bazel-out/
|
|
5574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5575
5575
|
var JitEvaluator = class {
|
|
5576
5576
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5577
5577
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5659,7 +5659,7 @@ function isUseStrictStatement(statement) {
|
|
|
5659
5659
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5660
5660
|
}
|
|
5661
5661
|
|
|
5662
|
-
// bazel-out/
|
|
5662
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5663
5663
|
function compileInjector(meta) {
|
|
5664
5664
|
const definitionMap = new DefinitionMap();
|
|
5665
5665
|
if (meta.providers !== null) {
|
|
@@ -5676,7 +5676,7 @@ function createInjectorType(meta) {
|
|
|
5676
5676
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5677
5677
|
}
|
|
5678
5678
|
|
|
5679
|
-
// bazel-out/
|
|
5679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5680
5680
|
var R3JitReflector = class {
|
|
5681
5681
|
constructor(context) {
|
|
5682
5682
|
this.context = context;
|
|
@@ -5692,7 +5692,7 @@ var R3JitReflector = class {
|
|
|
5692
5692
|
}
|
|
5693
5693
|
};
|
|
5694
5694
|
|
|
5695
|
-
// bazel-out/
|
|
5695
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5696
5696
|
var R3SelectorScopeMode;
|
|
5697
5697
|
(function(R3SelectorScopeMode2) {
|
|
5698
5698
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5827,7 +5827,7 @@ function tupleOfTypes(types) {
|
|
|
5827
5827
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5828
5828
|
}
|
|
5829
5829
|
|
|
5830
|
-
// bazel-out/
|
|
5830
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5831
5831
|
function compilePipeFromMetadata(metadata) {
|
|
5832
5832
|
const definitionMapValues = [];
|
|
5833
5833
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5848,7 +5848,7 @@ function createPipeType(metadata) {
|
|
|
5848
5848
|
]));
|
|
5849
5849
|
}
|
|
5850
5850
|
|
|
5851
|
-
// bazel-out/
|
|
5851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5852
5852
|
var R3TemplateDependencyKind;
|
|
5853
5853
|
(function(R3TemplateDependencyKind2) {
|
|
5854
5854
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5856,7 +5856,7 @@ var R3TemplateDependencyKind;
|
|
|
5856
5856
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5857
5857
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5858
5858
|
|
|
5859
|
-
// bazel-out/
|
|
5859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5860
5860
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5861
5861
|
"inherit",
|
|
5862
5862
|
"initial",
|
|
@@ -5897,7 +5897,7 @@ var scopedAtRuleIdentifiers = [
|
|
|
5897
5897
|
];
|
|
5898
5898
|
var ShadowCss = class {
|
|
5899
5899
|
constructor() {
|
|
5900
|
-
this._animationDeclarationKeyframesRe = /(^|\s
|
|
5900
|
+
this._animationDeclarationKeyframesRe = /(^|\s+|,)(?:(?:(['"])((?:\\\\|\\\2|(?!\2).)+)\2)|(-?[A-Za-z][\w\-]*))(?=[,\s]|$)/g;
|
|
5901
5901
|
}
|
|
5902
5902
|
shimCssText(cssText, selector, hostSelector = "") {
|
|
5903
5903
|
const comments = [];
|
|
@@ -5940,7 +5940,7 @@ var ShadowCss = class {
|
|
|
5940
5940
|
});
|
|
5941
5941
|
}
|
|
5942
5942
|
_scopeAnimationRule(rule, scopeSelector, unscopedKeyframesSet) {
|
|
5943
|
-
let content = rule.content.replace(/((?:^|\s+|;)(?:-webkit-)?animation
|
|
5943
|
+
let content = rule.content.replace(/((?:^|\s+|;)(?:-webkit-)?animation\s*:\s*),*([^;]+)/g, (_, start, animationDeclarations) => start + animationDeclarations.replace(this._animationDeclarationKeyframesRe, (original, leadingSpaces, quote = "", quotedName, nonQuotedName) => {
|
|
5944
5944
|
if (quotedName) {
|
|
5945
5945
|
return `${leadingSpaces}${this._scopeAnimationKeyframe(`${quote}${quotedName}${quote}`, scopeSelector, unscopedKeyframesSet)}`;
|
|
5946
5946
|
} else {
|
|
@@ -6336,7 +6336,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6336
6336
|
}
|
|
6337
6337
|
}
|
|
6338
6338
|
|
|
6339
|
-
// bazel-out/
|
|
6339
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6340
6340
|
var OpKind;
|
|
6341
6341
|
(function(OpKind2) {
|
|
6342
6342
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6494,7 +6494,7 @@ var TemplateKind;
|
|
|
6494
6494
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6495
6495
|
})(TemplateKind || (TemplateKind = {}));
|
|
6496
6496
|
|
|
6497
|
-
// bazel-out/
|
|
6497
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6498
6498
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6499
6499
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6500
6500
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6522,7 +6522,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6522
6522
|
return expr[UsesVarOffset] === true;
|
|
6523
6523
|
}
|
|
6524
6524
|
|
|
6525
|
-
// bazel-out/
|
|
6525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6526
6526
|
function createStatementOp(statement) {
|
|
6527
6527
|
return __spreadValues({
|
|
6528
6528
|
kind: OpKind.Statement,
|
|
@@ -6544,7 +6544,7 @@ var NEW_OP = {
|
|
|
6544
6544
|
next: null
|
|
6545
6545
|
};
|
|
6546
6546
|
|
|
6547
|
-
// bazel-out/
|
|
6547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6548
6548
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6549
6549
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6550
6550
|
kind: OpKind.InterpolateText,
|
|
@@ -6733,7 +6733,7 @@ function createStoreLetOp(target, declaredName, value, sourceSpan) {
|
|
|
6733
6733
|
}, TRAIT_DEPENDS_ON_SLOT_CONTEXT), TRAIT_CONSUMES_VARS), NEW_OP);
|
|
6734
6734
|
}
|
|
6735
6735
|
|
|
6736
|
-
// bazel-out/
|
|
6736
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6737
6737
|
var _a;
|
|
6738
6738
|
var _b;
|
|
6739
6739
|
var _c;
|
|
@@ -7651,7 +7651,7 @@ function isStringLiteral(expr) {
|
|
|
7651
7651
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7652
7652
|
}
|
|
7653
7653
|
|
|
7654
|
-
// bazel-out/
|
|
7654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7655
7655
|
var _OpList = class {
|
|
7656
7656
|
constructor() {
|
|
7657
7657
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7842,14 +7842,14 @@ var OpList = _OpList;
|
|
|
7842
7842
|
_OpList.nextListId = 0;
|
|
7843
7843
|
})();
|
|
7844
7844
|
|
|
7845
|
-
// bazel-out/
|
|
7845
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7846
7846
|
var SlotHandle = class {
|
|
7847
7847
|
constructor() {
|
|
7848
7848
|
this.slot = null;
|
|
7849
7849
|
}
|
|
7850
7850
|
};
|
|
7851
7851
|
|
|
7852
|
-
// bazel-out/
|
|
7852
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7853
7853
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7854
7854
|
OpKind.Element,
|
|
7855
7855
|
OpKind.ElementStart,
|
|
@@ -8162,7 +8162,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
8162
8162
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
8163
8163
|
}
|
|
8164
8164
|
|
|
8165
|
-
// bazel-out/
|
|
8165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
8166
8166
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
8167
8167
|
return __spreadValues(__spreadValues({
|
|
8168
8168
|
kind: OpKind.HostProperty,
|
|
@@ -8176,10 +8176,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
8176
8176
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
8177
8177
|
}
|
|
8178
8178
|
|
|
8179
|
-
// bazel-out/
|
|
8179
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
8180
8180
|
var CTX_REF = "CTX_REF_MARKER";
|
|
8181
8181
|
|
|
8182
|
-
// bazel-out/
|
|
8182
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
8183
8183
|
var CompilationJobKind;
|
|
8184
8184
|
(function(CompilationJobKind2) {
|
|
8185
8185
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -8287,7 +8287,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
8287
8287
|
}
|
|
8288
8288
|
};
|
|
8289
8289
|
|
|
8290
|
-
// bazel-out/
|
|
8290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
8291
8291
|
function deleteAnyCasts(job) {
|
|
8292
8292
|
for (const unit of job.units) {
|
|
8293
8293
|
for (const op of unit.ops()) {
|
|
@@ -8305,7 +8305,7 @@ function removeAnys(e) {
|
|
|
8305
8305
|
return e;
|
|
8306
8306
|
}
|
|
8307
8307
|
|
|
8308
|
-
// bazel-out/
|
|
8308
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
8309
8309
|
function applyI18nExpressions(job) {
|
|
8310
8310
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
8311
8311
|
for (const unit of job.units) {
|
|
@@ -8348,7 +8348,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8348
8348
|
return false;
|
|
8349
8349
|
}
|
|
8350
8350
|
|
|
8351
|
-
// bazel-out/
|
|
8351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8352
8352
|
function assignI18nSlotDependencies(job) {
|
|
8353
8353
|
for (const unit of job.units) {
|
|
8354
8354
|
let updateOp = unit.update.head;
|
|
@@ -8393,7 +8393,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8393
8393
|
}
|
|
8394
8394
|
}
|
|
8395
8395
|
|
|
8396
|
-
// bazel-out/
|
|
8396
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8397
8397
|
function createOpXrefMap(unit) {
|
|
8398
8398
|
const map = /* @__PURE__ */ new Map();
|
|
8399
8399
|
for (const op of unit.create) {
|
|
@@ -8408,7 +8408,7 @@ function createOpXrefMap(unit) {
|
|
|
8408
8408
|
return map;
|
|
8409
8409
|
}
|
|
8410
8410
|
|
|
8411
|
-
// bazel-out/
|
|
8411
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8412
8412
|
function extractAttributes(job) {
|
|
8413
8413
|
for (const unit of job.units) {
|
|
8414
8414
|
const elements = createOpXrefMap(unit);
|
|
@@ -8537,7 +8537,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8537
8537
|
}
|
|
8538
8538
|
}
|
|
8539
8539
|
|
|
8540
|
-
// bazel-out/
|
|
8540
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8541
8541
|
function lookupElement2(elements, xref) {
|
|
8542
8542
|
const el = elements.get(xref);
|
|
8543
8543
|
if (el === void 0) {
|
|
@@ -8594,7 +8594,7 @@ function specializeBindings(job) {
|
|
|
8594
8594
|
}
|
|
8595
8595
|
}
|
|
8596
8596
|
|
|
8597
|
-
// bazel-out/
|
|
8597
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8598
8598
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8599
8599
|
Identifiers.attribute,
|
|
8600
8600
|
Identifiers.classProp,
|
|
@@ -8663,7 +8663,7 @@ function chainOperationsInList(opList) {
|
|
|
8663
8663
|
}
|
|
8664
8664
|
}
|
|
8665
8665
|
|
|
8666
|
-
// bazel-out/
|
|
8666
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8667
8667
|
function collapseSingletonInterpolations(job) {
|
|
8668
8668
|
for (const unit of job.units) {
|
|
8669
8669
|
for (const op of unit.update) {
|
|
@@ -8675,7 +8675,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8675
8675
|
}
|
|
8676
8676
|
}
|
|
8677
8677
|
|
|
8678
|
-
// bazel-out/
|
|
8678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8679
8679
|
function generateConditionalExpressions(job) {
|
|
8680
8680
|
for (const unit of job.units) {
|
|
8681
8681
|
for (const op of unit.ops()) {
|
|
@@ -8712,7 +8712,7 @@ function generateConditionalExpressions(job) {
|
|
|
8712
8712
|
}
|
|
8713
8713
|
}
|
|
8714
8714
|
|
|
8715
|
-
// bazel-out/
|
|
8715
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8716
8716
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8717
8717
|
["&&", BinaryOperator.And],
|
|
8718
8718
|
[">", BinaryOperator.Bigger],
|
|
@@ -8769,7 +8769,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8769
8769
|
return literal(value);
|
|
8770
8770
|
}
|
|
8771
8771
|
|
|
8772
|
-
// bazel-out/
|
|
8772
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8773
8773
|
function collectElementConsts(job) {
|
|
8774
8774
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8775
8775
|
for (const unit of job.units) {
|
|
@@ -8938,7 +8938,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8938
8938
|
return literalArr(attrArray);
|
|
8939
8939
|
}
|
|
8940
8940
|
|
|
8941
|
-
// bazel-out/
|
|
8941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8942
8942
|
function convertI18nBindings(job) {
|
|
8943
8943
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8944
8944
|
for (const unit of job.units) {
|
|
@@ -8979,7 +8979,7 @@ function convertI18nBindings(job) {
|
|
|
8979
8979
|
}
|
|
8980
8980
|
}
|
|
8981
8981
|
|
|
8982
|
-
// bazel-out/
|
|
8982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8983
8983
|
function resolveDeferDepsFns(job) {
|
|
8984
8984
|
var _a2;
|
|
8985
8985
|
for (const unit of job.units) {
|
|
@@ -9004,7 +9004,7 @@ function resolveDeferDepsFns(job) {
|
|
|
9004
9004
|
}
|
|
9005
9005
|
}
|
|
9006
9006
|
|
|
9007
|
-
// bazel-out/
|
|
9007
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
9008
9008
|
function createI18nContexts(job) {
|
|
9009
9009
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
9010
9010
|
for (const unit of job.units) {
|
|
@@ -9082,7 +9082,7 @@ function createI18nContexts(job) {
|
|
|
9082
9082
|
}
|
|
9083
9083
|
}
|
|
9084
9084
|
|
|
9085
|
-
// bazel-out/
|
|
9085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
9086
9086
|
function deduplicateTextBindings(job) {
|
|
9087
9087
|
const seen = /* @__PURE__ */ new Map();
|
|
9088
9088
|
for (const unit of job.units) {
|
|
@@ -9104,7 +9104,7 @@ function deduplicateTextBindings(job) {
|
|
|
9104
9104
|
}
|
|
9105
9105
|
}
|
|
9106
9106
|
|
|
9107
|
-
// bazel-out/
|
|
9107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
9108
9108
|
function configureDeferInstructions(job) {
|
|
9109
9109
|
for (const unit of job.units) {
|
|
9110
9110
|
for (const op of unit.create) {
|
|
@@ -9121,7 +9121,7 @@ function configureDeferInstructions(job) {
|
|
|
9121
9121
|
}
|
|
9122
9122
|
}
|
|
9123
9123
|
|
|
9124
|
-
// bazel-out/
|
|
9124
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
9125
9125
|
function resolveDeferTargetNames(job) {
|
|
9126
9126
|
const scopes = /* @__PURE__ */ new Map();
|
|
9127
9127
|
function getScopeForView2(view) {
|
|
@@ -9215,7 +9215,7 @@ var Scope = class {
|
|
|
9215
9215
|
}
|
|
9216
9216
|
};
|
|
9217
9217
|
|
|
9218
|
-
// bazel-out/
|
|
9218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
9219
9219
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
9220
9220
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
9221
9221
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -9242,7 +9242,7 @@ function collapseEmptyInstructions(job) {
|
|
|
9242
9242
|
}
|
|
9243
9243
|
}
|
|
9244
9244
|
|
|
9245
|
-
// bazel-out/
|
|
9245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
9246
9246
|
function expandSafeReads(job) {
|
|
9247
9247
|
for (const unit of job.units) {
|
|
9248
9248
|
for (const op of unit.ops()) {
|
|
@@ -9378,7 +9378,7 @@ function ternaryTransform(e) {
|
|
|
9378
9378
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9379
9379
|
}
|
|
9380
9380
|
|
|
9381
|
-
// bazel-out/
|
|
9381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9382
9382
|
var ESCAPE = "\uFFFD";
|
|
9383
9383
|
var ELEMENT_MARKER = "#";
|
|
9384
9384
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9514,7 +9514,7 @@ function formatValue(value) {
|
|
|
9514
9514
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9515
9515
|
}
|
|
9516
9516
|
|
|
9517
|
-
// bazel-out/
|
|
9517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9518
9518
|
function generateAdvance(job) {
|
|
9519
9519
|
for (const unit of job.units) {
|
|
9520
9520
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9557,7 +9557,7 @@ function generateAdvance(job) {
|
|
|
9557
9557
|
}
|
|
9558
9558
|
}
|
|
9559
9559
|
|
|
9560
|
-
// bazel-out/
|
|
9560
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9561
9561
|
function generateProjectionDefs(job) {
|
|
9562
9562
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9563
9563
|
const selectors = [];
|
|
@@ -9581,7 +9581,7 @@ function generateProjectionDefs(job) {
|
|
|
9581
9581
|
}
|
|
9582
9582
|
}
|
|
9583
9583
|
|
|
9584
|
-
// bazel-out/
|
|
9584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9585
9585
|
function generateVariables(job) {
|
|
9586
9586
|
recursivelyProcessView(job.root, null);
|
|
9587
9587
|
}
|
|
@@ -9699,7 +9699,7 @@ function generateVariablesInScopeForView(view, scope, isListener) {
|
|
|
9699
9699
|
return newOps;
|
|
9700
9700
|
}
|
|
9701
9701
|
|
|
9702
|
-
// bazel-out/
|
|
9702
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9703
9703
|
function collectConstExpressions(job) {
|
|
9704
9704
|
for (const unit of job.units) {
|
|
9705
9705
|
for (const op of unit.ops()) {
|
|
@@ -9713,7 +9713,7 @@ function collectConstExpressions(job) {
|
|
|
9713
9713
|
}
|
|
9714
9714
|
}
|
|
9715
9715
|
|
|
9716
|
-
// bazel-out/
|
|
9716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9717
9717
|
var STYLE_DOT = "style.";
|
|
9718
9718
|
var CLASS_DOT = "class.";
|
|
9719
9719
|
var STYLE_BANG = "style!";
|
|
@@ -9771,7 +9771,7 @@ function parseProperty(name) {
|
|
|
9771
9771
|
return { property: property2, suffix };
|
|
9772
9772
|
}
|
|
9773
9773
|
|
|
9774
|
-
// bazel-out/
|
|
9774
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9775
9775
|
function mapLiteral(obj, quoted = false) {
|
|
9776
9776
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9777
9777
|
key,
|
|
@@ -9780,7 +9780,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9780
9780
|
})));
|
|
9781
9781
|
}
|
|
9782
9782
|
|
|
9783
|
-
// bazel-out/
|
|
9783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9784
9784
|
var IcuSerializerVisitor = class {
|
|
9785
9785
|
visitText(text2) {
|
|
9786
9786
|
return text2.value;
|
|
@@ -9814,7 +9814,7 @@ function serializeIcuNode(icu) {
|
|
|
9814
9814
|
return icu.visit(serializer);
|
|
9815
9815
|
}
|
|
9816
9816
|
|
|
9817
|
-
// bazel-out/
|
|
9817
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9818
9818
|
var TokenType;
|
|
9819
9819
|
(function(TokenType2) {
|
|
9820
9820
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -10175,7 +10175,7 @@ function parseIntAutoRadix(text2) {
|
|
|
10175
10175
|
return result;
|
|
10176
10176
|
}
|
|
10177
10177
|
|
|
10178
|
-
// bazel-out/
|
|
10178
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
10179
10179
|
var SplitInterpolation = class {
|
|
10180
10180
|
constructor(strings, expressions, offsets) {
|
|
10181
10181
|
this.strings = strings;
|
|
@@ -11059,7 +11059,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
11059
11059
|
return offsetMap;
|
|
11060
11060
|
}
|
|
11061
11061
|
|
|
11062
|
-
// bazel-out/
|
|
11062
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
11063
11063
|
var NodeWithI18n = class {
|
|
11064
11064
|
constructor(sourceSpan, i18n2) {
|
|
11065
11065
|
this.sourceSpan = sourceSpan;
|
|
@@ -11182,7 +11182,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
11182
11182
|
return result;
|
|
11183
11183
|
}
|
|
11184
11184
|
|
|
11185
|
-
// bazel-out/
|
|
11185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
11186
11186
|
var _SECURITY_SCHEMA;
|
|
11187
11187
|
function SECURITY_SCHEMA() {
|
|
11188
11188
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -11243,11 +11243,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
11243
11243
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
11244
11244
|
}
|
|
11245
11245
|
|
|
11246
|
-
// bazel-out/
|
|
11246
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
11247
11247
|
var ElementSchemaRegistry = class {
|
|
11248
11248
|
};
|
|
11249
11249
|
|
|
11250
|
-
// bazel-out/
|
|
11250
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
11251
11251
|
var BOOLEAN = "boolean";
|
|
11252
11252
|
var NUMBER = "number";
|
|
11253
11253
|
var STRING = "string";
|
|
@@ -11630,7 +11630,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11630
11630
|
}
|
|
11631
11631
|
}
|
|
11632
11632
|
|
|
11633
|
-
// bazel-out/
|
|
11633
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11634
11634
|
var HtmlTagDefinition = class {
|
|
11635
11635
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11636
11636
|
this.closedByChildren = {};
|
|
@@ -11766,7 +11766,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11766
11766
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
11767
11767
|
}
|
|
11768
11768
|
|
|
11769
|
-
// bazel-out/
|
|
11769
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
11770
11770
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
11771
11771
|
"A": "LINK",
|
|
11772
11772
|
"B": "BOLD_TEXT",
|
|
@@ -11888,7 +11888,7 @@ var PlaceholderRegistry = class {
|
|
|
11888
11888
|
}
|
|
11889
11889
|
};
|
|
11890
11890
|
|
|
11891
|
-
// bazel-out/
|
|
11891
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
11892
11892
|
var _expParser = new Parser(new Lexer());
|
|
11893
11893
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
11894
11894
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -12070,14 +12070,14 @@ function extractPlaceholderName(input) {
|
|
|
12070
12070
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
12071
12071
|
}
|
|
12072
12072
|
|
|
12073
|
-
// bazel-out/
|
|
12073
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
12074
12074
|
var I18nError = class extends ParseError {
|
|
12075
12075
|
constructor(span, msg) {
|
|
12076
12076
|
super(span, msg);
|
|
12077
12077
|
}
|
|
12078
12078
|
};
|
|
12079
12079
|
|
|
12080
|
-
// bazel-out/
|
|
12080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
12081
12081
|
var NAMED_ENTITIES = {
|
|
12082
12082
|
"AElig": "\xC6",
|
|
12083
12083
|
"AMP": "&",
|
|
@@ -14208,7 +14208,7 @@ var NAMED_ENTITIES = {
|
|
|
14208
14208
|
var NGSP_UNICODE = "\uE500";
|
|
14209
14209
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
14210
14210
|
|
|
14211
|
-
// bazel-out/
|
|
14211
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
14212
14212
|
var TokenError = class extends ParseError {
|
|
14213
14213
|
constructor(errorMsg, tokenType, span) {
|
|
14214
14214
|
super(span, errorMsg);
|
|
@@ -15198,7 +15198,7 @@ var CursorError = class {
|
|
|
15198
15198
|
}
|
|
15199
15199
|
};
|
|
15200
15200
|
|
|
15201
|
-
// bazel-out/
|
|
15201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
15202
15202
|
var TreeError = class extends ParseError {
|
|
15203
15203
|
static create(elementName, span, msg) {
|
|
15204
15204
|
return new TreeError(elementName, span, msg);
|
|
@@ -15626,7 +15626,7 @@ function decodeEntity(match, entity) {
|
|
|
15626
15626
|
return match;
|
|
15627
15627
|
}
|
|
15628
15628
|
|
|
15629
|
-
// bazel-out/
|
|
15629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15630
15630
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15631
15631
|
"iframe|srcdoc",
|
|
15632
15632
|
"*|innerhtml",
|
|
@@ -15641,7 +15641,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15641
15641
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15642
15642
|
}
|
|
15643
15643
|
|
|
15644
|
-
// bazel-out/
|
|
15644
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15645
15645
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15646
15646
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15647
15647
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -15801,7 +15801,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15801
15801
|
return jsDocComment(tags);
|
|
15802
15802
|
}
|
|
15803
15803
|
|
|
15804
|
-
// bazel-out/
|
|
15804
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15805
15805
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15806
15806
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15807
15807
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15852,7 +15852,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15852
15852
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15853
15853
|
}
|
|
15854
15854
|
|
|
15855
|
-
// bazel-out/
|
|
15855
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15856
15856
|
function createLocalizeStatements(variable2, message, params) {
|
|
15857
15857
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15858
15858
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15941,7 +15941,7 @@ function createEmptyMessagePart(location) {
|
|
|
15941
15941
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15942
15942
|
}
|
|
15943
15943
|
|
|
15944
|
-
// bazel-out/
|
|
15944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15945
15945
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15946
15946
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15947
15947
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -16112,7 +16112,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
16112
16112
|
return variable(name);
|
|
16113
16113
|
}
|
|
16114
16114
|
|
|
16115
|
-
// bazel-out/
|
|
16115
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
16116
16116
|
function convertI18nText(job) {
|
|
16117
16117
|
var _a2, _b2, _c2;
|
|
16118
16118
|
for (const unit of job.units) {
|
|
@@ -16182,7 +16182,7 @@ function convertI18nText(job) {
|
|
|
16182
16182
|
}
|
|
16183
16183
|
}
|
|
16184
16184
|
|
|
16185
|
-
// bazel-out/
|
|
16185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
16186
16186
|
function liftLocalRefs(job) {
|
|
16187
16187
|
for (const unit of job.units) {
|
|
16188
16188
|
for (const op of unit.create) {
|
|
@@ -16212,7 +16212,7 @@ function serializeLocalRefs(refs) {
|
|
|
16212
16212
|
return literalArr(constRefs);
|
|
16213
16213
|
}
|
|
16214
16214
|
|
|
16215
|
-
// bazel-out/
|
|
16215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
16216
16216
|
function emitNamespaceChanges(job) {
|
|
16217
16217
|
for (const unit of job.units) {
|
|
16218
16218
|
let activeNamespace = Namespace.HTML;
|
|
@@ -16228,7 +16228,7 @@ function emitNamespaceChanges(job) {
|
|
|
16228
16228
|
}
|
|
16229
16229
|
}
|
|
16230
16230
|
|
|
16231
|
-
// bazel-out/
|
|
16231
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
16232
16232
|
function parse(value) {
|
|
16233
16233
|
const styles = [];
|
|
16234
16234
|
let i = 0;
|
|
@@ -16322,7 +16322,7 @@ function parseExtractedStyles(job) {
|
|
|
16322
16322
|
}
|
|
16323
16323
|
}
|
|
16324
16324
|
|
|
16325
|
-
// bazel-out/
|
|
16325
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
16326
16326
|
function nameFunctionsAndVariables(job) {
|
|
16327
16327
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
16328
16328
|
}
|
|
@@ -16466,7 +16466,7 @@ function stripImportant(name) {
|
|
|
16466
16466
|
return name;
|
|
16467
16467
|
}
|
|
16468
16468
|
|
|
16469
|
-
// bazel-out/
|
|
16469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
16470
16470
|
function mergeNextContextExpressions(job) {
|
|
16471
16471
|
for (const unit of job.units) {
|
|
16472
16472
|
for (const op of unit.create) {
|
|
@@ -16513,7 +16513,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
16513
16513
|
}
|
|
16514
16514
|
}
|
|
16515
16515
|
|
|
16516
|
-
// bazel-out/
|
|
16516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
16517
16517
|
var CONTAINER_TAG = "ng-container";
|
|
16518
16518
|
function generateNgContainerOps(job) {
|
|
16519
16519
|
for (const unit of job.units) {
|
|
@@ -16530,7 +16530,7 @@ function generateNgContainerOps(job) {
|
|
|
16530
16530
|
}
|
|
16531
16531
|
}
|
|
16532
16532
|
|
|
16533
|
-
// bazel-out/
|
|
16533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
16534
16534
|
function lookupElement3(elements, xref) {
|
|
16535
16535
|
const el = elements.get(xref);
|
|
16536
16536
|
if (el === void 0) {
|
|
@@ -16560,7 +16560,7 @@ function disableBindings(job) {
|
|
|
16560
16560
|
}
|
|
16561
16561
|
}
|
|
16562
16562
|
|
|
16563
|
-
// bazel-out/
|
|
16563
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16564
16564
|
function generateNullishCoalesceExpressions(job) {
|
|
16565
16565
|
for (const unit of job.units) {
|
|
16566
16566
|
for (const op of unit.ops()) {
|
|
@@ -16576,7 +16576,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16576
16576
|
}
|
|
16577
16577
|
}
|
|
16578
16578
|
|
|
16579
|
-
// bazel-out/
|
|
16579
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16580
16580
|
function kindTest(kind) {
|
|
16581
16581
|
return (op) => op.kind === kind;
|
|
16582
16582
|
}
|
|
@@ -16666,7 +16666,7 @@ function keepLast(ops) {
|
|
|
16666
16666
|
return ops.slice(ops.length - 1);
|
|
16667
16667
|
}
|
|
16668
16668
|
|
|
16669
|
-
// bazel-out/
|
|
16669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16670
16670
|
function removeContentSelectors(job) {
|
|
16671
16671
|
for (const unit of job.units) {
|
|
16672
16672
|
const elements = createOpXrefMap(unit);
|
|
@@ -16693,7 +16693,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16693
16693
|
return el;
|
|
16694
16694
|
}
|
|
16695
16695
|
|
|
16696
|
-
// bazel-out/
|
|
16696
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16697
16697
|
function createPipes(job) {
|
|
16698
16698
|
for (const unit of job.units) {
|
|
16699
16699
|
processPipeBindingsInView(unit);
|
|
@@ -16741,7 +16741,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16741
16741
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16742
16742
|
}
|
|
16743
16743
|
|
|
16744
|
-
// bazel-out/
|
|
16744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16745
16745
|
function createVariadicPipes(job) {
|
|
16746
16746
|
for (const unit of job.units) {
|
|
16747
16747
|
for (const op of unit.update) {
|
|
@@ -16758,7 +16758,7 @@ function createVariadicPipes(job) {
|
|
|
16758
16758
|
}
|
|
16759
16759
|
}
|
|
16760
16760
|
|
|
16761
|
-
// bazel-out/
|
|
16761
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16762
16762
|
function propagateI18nBlocks(job) {
|
|
16763
16763
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16764
16764
|
}
|
|
@@ -16812,7 +16812,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16812
16812
|
}
|
|
16813
16813
|
}
|
|
16814
16814
|
|
|
16815
|
-
// bazel-out/
|
|
16815
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16816
16816
|
function extractPureFunctions(job) {
|
|
16817
16817
|
for (const view of job.units) {
|
|
16818
16818
|
for (const op of view.ops()) {
|
|
@@ -16854,7 +16854,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16854
16854
|
}
|
|
16855
16855
|
};
|
|
16856
16856
|
|
|
16857
|
-
// bazel-out/
|
|
16857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16858
16858
|
function generatePureLiteralStructures(job) {
|
|
16859
16859
|
for (const unit of job.units) {
|
|
16860
16860
|
for (const op of unit.update) {
|
|
@@ -16901,7 +16901,7 @@ function transformLiteralMap(expr) {
|
|
|
16901
16901
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16902
16902
|
}
|
|
16903
16903
|
|
|
16904
|
-
// bazel-out/
|
|
16904
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16905
16905
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16906
16906
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16907
16907
|
}
|
|
@@ -17433,7 +17433,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
17433
17433
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
17434
17434
|
}
|
|
17435
17435
|
|
|
17436
|
-
// bazel-out/
|
|
17436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
17437
17437
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
17438
17438
|
["window", Identifiers.resolveWindow],
|
|
17439
17439
|
["document", Identifiers.resolveDocument],
|
|
@@ -17798,7 +17798,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17798
17798
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17799
17799
|
}
|
|
17800
17800
|
|
|
17801
|
-
// bazel-out/
|
|
17801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17802
17802
|
function removeEmptyBindings(job) {
|
|
17803
17803
|
for (const unit of job.units) {
|
|
17804
17804
|
for (const op of unit.update) {
|
|
@@ -17819,7 +17819,7 @@ function removeEmptyBindings(job) {
|
|
|
17819
17819
|
}
|
|
17820
17820
|
}
|
|
17821
17821
|
|
|
17822
|
-
// bazel-out/
|
|
17822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17823
17823
|
function removeI18nContexts(job) {
|
|
17824
17824
|
for (const unit of job.units) {
|
|
17825
17825
|
for (const op of unit.create) {
|
|
@@ -17835,7 +17835,7 @@ function removeI18nContexts(job) {
|
|
|
17835
17835
|
}
|
|
17836
17836
|
}
|
|
17837
17837
|
|
|
17838
|
-
// bazel-out/
|
|
17838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17839
17839
|
function removeUnusedI18nAttributesOps(job) {
|
|
17840
17840
|
for (const unit of job.units) {
|
|
17841
17841
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17857,7 +17857,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17857
17857
|
}
|
|
17858
17858
|
}
|
|
17859
17859
|
|
|
17860
|
-
// bazel-out/
|
|
17860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17861
17861
|
function resolveContexts(job) {
|
|
17862
17862
|
for (const unit of job.units) {
|
|
17863
17863
|
processLexicalScope(unit, unit.create);
|
|
@@ -17899,7 +17899,7 @@ function processLexicalScope(view, ops) {
|
|
|
17899
17899
|
}
|
|
17900
17900
|
}
|
|
17901
17901
|
|
|
17902
|
-
// bazel-out/
|
|
17902
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17903
17903
|
function resolveDollarEvent(job) {
|
|
17904
17904
|
for (const unit of job.units) {
|
|
17905
17905
|
transformDollarEvent(unit.create);
|
|
@@ -17922,7 +17922,7 @@ function transformDollarEvent(ops) {
|
|
|
17922
17922
|
}
|
|
17923
17923
|
}
|
|
17924
17924
|
|
|
17925
|
-
// bazel-out/
|
|
17925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17926
17926
|
function resolveI18nElementPlaceholders(job) {
|
|
17927
17927
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17928
17928
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -18101,7 +18101,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
18101
18101
|
params.set(placeholder, values);
|
|
18102
18102
|
}
|
|
18103
18103
|
|
|
18104
|
-
// bazel-out/
|
|
18104
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
18105
18105
|
function resolveI18nExpressionPlaceholders(job) {
|
|
18106
18106
|
var _a2;
|
|
18107
18107
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -18154,7 +18154,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
18154
18154
|
}
|
|
18155
18155
|
}
|
|
18156
18156
|
|
|
18157
|
-
// bazel-out/
|
|
18157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
18158
18158
|
function resolveNames(job) {
|
|
18159
18159
|
for (const unit of job.units) {
|
|
18160
18160
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -18232,7 +18232,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
18232
18232
|
}
|
|
18233
18233
|
}
|
|
18234
18234
|
|
|
18235
|
-
// bazel-out/
|
|
18235
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
18236
18236
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
18237
18237
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
18238
18238
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -18302,7 +18302,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
18302
18302
|
return securityContext;
|
|
18303
18303
|
}
|
|
18304
18304
|
|
|
18305
|
-
// bazel-out/
|
|
18305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
18306
18306
|
function transformTwoWayBindingSet(job) {
|
|
18307
18307
|
for (const unit of job.units) {
|
|
18308
18308
|
for (const op of unit.create) {
|
|
@@ -18325,7 +18325,7 @@ function transformTwoWayBindingSet(job) {
|
|
|
18325
18325
|
}
|
|
18326
18326
|
}
|
|
18327
18327
|
|
|
18328
|
-
// bazel-out/
|
|
18328
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
18329
18329
|
function saveAndRestoreView(job) {
|
|
18330
18330
|
for (const unit of job.units) {
|
|
18331
18331
|
unit.create.prepend([
|
|
@@ -18370,7 +18370,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
18370
18370
|
}
|
|
18371
18371
|
}
|
|
18372
18372
|
|
|
18373
|
-
// bazel-out/
|
|
18373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
18374
18374
|
function allocateSlots(job) {
|
|
18375
18375
|
const slotMap = /* @__PURE__ */ new Map();
|
|
18376
18376
|
for (const unit of job.units) {
|
|
@@ -18395,7 +18395,7 @@ function allocateSlots(job) {
|
|
|
18395
18395
|
}
|
|
18396
18396
|
}
|
|
18397
18397
|
|
|
18398
|
-
// bazel-out/
|
|
18398
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
18399
18399
|
function specializeStyleBindings(job) {
|
|
18400
18400
|
for (const unit of job.units) {
|
|
18401
18401
|
for (const op of unit.update) {
|
|
@@ -18425,7 +18425,7 @@ function specializeStyleBindings(job) {
|
|
|
18425
18425
|
}
|
|
18426
18426
|
}
|
|
18427
18427
|
|
|
18428
|
-
// bazel-out/
|
|
18428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
18429
18429
|
function generateTemporaryVariables(job) {
|
|
18430
18430
|
for (const unit of job.units) {
|
|
18431
18431
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -18483,7 +18483,7 @@ function assignName(names, expr) {
|
|
|
18483
18483
|
expr.name = name;
|
|
18484
18484
|
}
|
|
18485
18485
|
|
|
18486
|
-
// bazel-out/
|
|
18486
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
18487
18487
|
function generateTrackFns(job) {
|
|
18488
18488
|
for (const unit of job.units) {
|
|
18489
18489
|
for (const op of unit.create) {
|
|
@@ -18516,7 +18516,7 @@ function generateTrackFns(job) {
|
|
|
18516
18516
|
}
|
|
18517
18517
|
}
|
|
18518
18518
|
|
|
18519
|
-
// bazel-out/
|
|
18519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
18520
18520
|
function optimizeTrackFns(job) {
|
|
18521
18521
|
for (const unit of job.units) {
|
|
18522
18522
|
for (const op of unit.create) {
|
|
@@ -18566,7 +18566,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18566
18566
|
return true;
|
|
18567
18567
|
}
|
|
18568
18568
|
|
|
18569
|
-
// bazel-out/
|
|
18569
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18570
18570
|
function generateTrackVariables(job) {
|
|
18571
18571
|
for (const unit of job.units) {
|
|
18572
18572
|
for (const op of unit.create) {
|
|
@@ -18587,7 +18587,7 @@ function generateTrackVariables(job) {
|
|
|
18587
18587
|
}
|
|
18588
18588
|
}
|
|
18589
18589
|
|
|
18590
|
-
// bazel-out/
|
|
18590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18591
18591
|
function countVariables(job) {
|
|
18592
18592
|
for (const unit of job.units) {
|
|
18593
18593
|
let varCount = 0;
|
|
@@ -18700,7 +18700,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18700
18700
|
return true;
|
|
18701
18701
|
}
|
|
18702
18702
|
|
|
18703
|
-
// bazel-out/
|
|
18703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18704
18704
|
function optimizeVariables(job) {
|
|
18705
18705
|
for (const unit of job.units) {
|
|
18706
18706
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18952,7 +18952,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18952
18952
|
}
|
|
18953
18953
|
}
|
|
18954
18954
|
|
|
18955
|
-
// bazel-out/
|
|
18955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18956
18956
|
function wrapI18nIcus(job) {
|
|
18957
18957
|
for (const unit of job.units) {
|
|
18958
18958
|
let currentI18nOp = null;
|
|
@@ -18982,7 +18982,7 @@ function wrapI18nIcus(job) {
|
|
|
18982
18982
|
}
|
|
18983
18983
|
}
|
|
18984
18984
|
|
|
18985
|
-
// bazel-out/
|
|
18985
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/store_let_optimization.mjs
|
|
18986
18986
|
function optimizeStoreLet(job) {
|
|
18987
18987
|
const letUsedExternally = /* @__PURE__ */ new Set();
|
|
18988
18988
|
for (const unit of job.units) {
|
|
@@ -19001,7 +19001,7 @@ function optimizeStoreLet(job) {
|
|
|
19001
19001
|
}
|
|
19002
19002
|
}
|
|
19003
19003
|
|
|
19004
|
-
// bazel-out/
|
|
19004
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_illegal_let_references.mjs
|
|
19005
19005
|
function removeIllegalLetReferences(job) {
|
|
19006
19006
|
for (const unit of job.units) {
|
|
19007
19007
|
for (const op of unit.update) {
|
|
@@ -19018,7 +19018,7 @@ function removeIllegalLetReferences(job) {
|
|
|
19018
19018
|
}
|
|
19019
19019
|
}
|
|
19020
19020
|
|
|
19021
|
-
// bazel-out/
|
|
19021
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_local_let_references.mjs
|
|
19022
19022
|
function generateLocalLetReferences(job) {
|
|
19023
19023
|
for (const unit of job.units) {
|
|
19024
19024
|
for (const op of unit.update) {
|
|
@@ -19036,7 +19036,7 @@ function generateLocalLetReferences(job) {
|
|
|
19036
19036
|
}
|
|
19037
19037
|
}
|
|
19038
19038
|
|
|
19039
|
-
// bazel-out/
|
|
19039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
19040
19040
|
var phases = [
|
|
19041
19041
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
19042
19042
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -19193,7 +19193,7 @@ function emitHostBindingFunction(job) {
|
|
|
19193
19193
|
);
|
|
19194
19194
|
}
|
|
19195
19195
|
|
|
19196
|
-
// bazel-out/
|
|
19196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
19197
19197
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
19198
19198
|
var domSchema = new DomElementSchemaRegistry();
|
|
19199
19199
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19951,7 +19951,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19951
19951
|
return null;
|
|
19952
19952
|
}
|
|
19953
19953
|
|
|
19954
|
-
// bazel-out/
|
|
19954
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19955
19955
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19956
19956
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19957
19957
|
}
|
|
@@ -20071,7 +20071,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
20071
20071
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
20072
20072
|
}
|
|
20073
20073
|
|
|
20074
|
-
// bazel-out/
|
|
20074
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
20075
20075
|
var HtmlParser = class extends Parser2 {
|
|
20076
20076
|
constructor() {
|
|
20077
20077
|
super(getHtmlTagDefinition);
|
|
@@ -20081,7 +20081,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
20081
20081
|
}
|
|
20082
20082
|
};
|
|
20083
20083
|
|
|
20084
|
-
// bazel-out/
|
|
20084
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
20085
20085
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
20086
20086
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
20087
20087
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -20150,7 +20150,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
20150
20150
|
return result;
|
|
20151
20151
|
}
|
|
20152
20152
|
|
|
20153
|
-
// bazel-out/
|
|
20153
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
20154
20154
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
20155
20155
|
var ATTRIBUTE_PREFIX = "attr";
|
|
20156
20156
|
var CLASS_PREFIX = "class";
|
|
@@ -20504,7 +20504,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
20504
20504
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
20505
20505
|
}
|
|
20506
20506
|
|
|
20507
|
-
// bazel-out/
|
|
20507
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
20508
20508
|
function isStyleUrlResolvable(url) {
|
|
20509
20509
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
20510
20510
|
return false;
|
|
@@ -20513,7 +20513,7 @@ function isStyleUrlResolvable(url) {
|
|
|
20513
20513
|
}
|
|
20514
20514
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
20515
20515
|
|
|
20516
|
-
// bazel-out/
|
|
20516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
20517
20517
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
20518
20518
|
var LINK_ELEMENT = "link";
|
|
20519
20519
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -20583,7 +20583,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
20583
20583
|
return selectAttr;
|
|
20584
20584
|
}
|
|
20585
20585
|
|
|
20586
|
-
// bazel-out/
|
|
20586
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
20587
20587
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
20588
20588
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
20589
20589
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20906,7 +20906,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20906
20906
|
return expression.slice(start, end);
|
|
20907
20907
|
}
|
|
20908
20908
|
|
|
20909
|
-
// bazel-out/
|
|
20909
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20910
20910
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20911
20911
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20912
20912
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -21170,7 +21170,7 @@ function parseDeferredTime(value) {
|
|
|
21170
21170
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
21171
21171
|
}
|
|
21172
21172
|
|
|
21173
|
-
// bazel-out/
|
|
21173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
21174
21174
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
21175
21175
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
21176
21176
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -21305,7 +21305,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
21305
21305
|
return { triggers, prefetchTriggers };
|
|
21306
21306
|
}
|
|
21307
21307
|
|
|
21308
|
-
// bazel-out/
|
|
21308
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
21309
21309
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
21310
21310
|
var KW_BIND_IDX = 1;
|
|
21311
21311
|
var KW_LET_IDX = 2;
|
|
@@ -21772,7 +21772,7 @@ function textContents(node) {
|
|
|
21772
21772
|
}
|
|
21773
21773
|
}
|
|
21774
21774
|
|
|
21775
|
-
// bazel-out/
|
|
21775
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21776
21776
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21777
21777
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21778
21778
|
var _a2, _b2;
|
|
@@ -21851,7 +21851,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, a
|
|
|
21851
21851
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, [], allowInvalidAssignmentEvents);
|
|
21852
21852
|
}
|
|
21853
21853
|
|
|
21854
|
-
// bazel-out/
|
|
21854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21855
21855
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21856
21856
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21857
21857
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -22218,7 +22218,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
22218
22218
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
22219
22219
|
}
|
|
22220
22220
|
|
|
22221
|
-
// bazel-out/
|
|
22221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
22222
22222
|
var R3TargetBinder = class {
|
|
22223
22223
|
constructor(directiveMatcher) {
|
|
22224
22224
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22865,11 +22865,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22865
22865
|
return templateEntities;
|
|
22866
22866
|
}
|
|
22867
22867
|
|
|
22868
|
-
// bazel-out/
|
|
22868
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22869
22869
|
var ResourceLoader = class {
|
|
22870
22870
|
};
|
|
22871
22871
|
|
|
22872
|
-
// bazel-out/
|
|
22872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22873
22873
|
var CompilerFacadeImpl = class {
|
|
22874
22874
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22875
22875
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -23438,17 +23438,17 @@ function publishFacade(global) {
|
|
|
23438
23438
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
23439
23439
|
}
|
|
23440
23440
|
|
|
23441
|
-
// bazel-out/
|
|
23442
|
-
var VERSION2 = new Version("18.
|
|
23441
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
23442
|
+
var VERSION2 = new Version("18.2.0-next.0");
|
|
23443
23443
|
|
|
23444
|
-
// bazel-out/
|
|
23444
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
23445
23445
|
var _VisitorMode;
|
|
23446
23446
|
(function(_VisitorMode2) {
|
|
23447
23447
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
23448
23448
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
23449
23449
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
23450
23450
|
|
|
23451
|
-
// bazel-out/
|
|
23451
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
23452
23452
|
var XmlTagDefinition = class {
|
|
23453
23453
|
constructor() {
|
|
23454
23454
|
this.closedByParent = false;
|
|
@@ -23470,7 +23470,7 @@ var XmlTagDefinition = class {
|
|
|
23470
23470
|
};
|
|
23471
23471
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
23472
23472
|
|
|
23473
|
-
// bazel-out/
|
|
23473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
23474
23474
|
var FactoryTarget2;
|
|
23475
23475
|
(function(FactoryTarget3) {
|
|
23476
23476
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -23480,10 +23480,10 @@ var FactoryTarget2;
|
|
|
23480
23480
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
23481
23481
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
23482
23482
|
|
|
23483
|
-
// bazel-out/
|
|
23483
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
23484
23484
|
publishFacade(_global);
|
|
23485
23485
|
|
|
23486
|
-
// bazel-out/
|
|
23486
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
23487
23487
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
23488
23488
|
function migrateTemplate(template2) {
|
|
23489
23489
|
if (!template2.includes(")]=")) {
|
|
@@ -23608,7 +23608,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
23608
23608
|
}
|
|
23609
23609
|
};
|
|
23610
23610
|
|
|
23611
|
-
// bazel-out/
|
|
23611
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
23612
23612
|
function invalid_two_way_bindings_default() {
|
|
23613
23613
|
return (tree) => __async(this, null, function* () {
|
|
23614
23614
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|