@angular/core 18.0.0-next.2 → 18.0.0-next.3
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 +2 -2
- package/esm2022/src/application/application_init.mjs +2 -2
- package/esm2022/src/application/application_ref.mjs +10 -15
- package/esm2022/src/application/application_tokens.mjs +3 -3
- package/esm2022/src/change_detection/scheduling/ng_zone_scheduling.mjs +20 -3
- package/esm2022/src/change_detection/scheduling/zoneless_scheduling_impl.mjs +7 -6
- package/esm2022/src/core_private_export.mjs +3 -3
- package/esm2022/src/defer/instructions.mjs +2 -2
- package/esm2022/src/di/interface/provider.mjs +1 -1
- package/esm2022/src/di/metadata.mjs +1 -1
- package/esm2022/src/hydration/annotate.mjs +35 -49
- package/esm2022/src/hydration/api.mjs +36 -13
- package/esm2022/src/hydration/cleanup.mjs +4 -18
- package/esm2022/src/hydration/i18n.mjs +378 -0
- package/esm2022/src/hydration/interfaces.mjs +2 -1
- package/esm2022/src/hydration/node_lookup_utils.mjs +24 -10
- package/esm2022/src/hydration/utils.mjs +61 -2
- package/esm2022/src/linker/component_factory.mjs +1 -1
- package/esm2022/src/linker/view_container_ref.mjs +2 -2
- package/esm2022/src/linker/view_ref.mjs +4 -4
- package/esm2022/src/metadata/directives.mjs +1 -1
- package/esm2022/src/metadata/ng_module.mjs +1 -1
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/render3/i18n/i18n_apply.mjs +28 -6
- package/esm2022/src/render3/i18n/i18n_parse.mjs +2 -5
- package/esm2022/src/render3/i18n/i18n_util.mjs +6 -1
- package/esm2022/src/render3/instructions/i18n.mjs +3 -1
- package/esm2022/src/render3/util/injector_discovery_utils.mjs +12 -8
- package/esm2022/src/render3/util/view_utils.mjs +4 -14
- package/esm2022/src/util/callback_scheduler.mjs +23 -33
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/src/zone/ng_zone.mjs +3 -3
- package/esm2022/testing/src/component_fixture.mjs +2 -2
- package/esm2022/testing/src/fake_async.mjs +6 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/esm2022/testing/src/private_export.mjs +9 -0
- package/esm2022/testing/src/test_hooks.mjs +3 -3
- package/esm2022/testing/src/testing.mjs +3 -2
- package/fesm2022/core.mjs +1124 -688
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +41 -36
- package/fesm2022/testing.mjs.map +1 -1
- package/index.d.ts +80 -33
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +2 -2
- package/schematics/migrations/block-template-entities/bundle.js +157 -157
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/migrations/compiler-options/bundle.js +13 -13
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +158 -158
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
- package/schematics/migrations/transfer-state/bundle.js +13 -13
- package/schematics/ng-generate/control-flow-migration/bundle.js +189 -177
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +3 -3
- package/schematics/ng-generate/standalone-migration/bundle.js +450 -467
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +7 -1
- package/esm2022/src/change_detection/flags.mjs +0 -17
|
@@ -63,7 +63,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
63
63
|
});
|
|
64
64
|
};
|
|
65
65
|
|
|
66
|
-
// bazel-out/
|
|
66
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/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/k8-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/k8-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/k8-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/k8-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/k8-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 {
|
|
@@ -263,7 +263,7 @@ function forEachClass(sourceFile, callback) {
|
|
|
263
263
|
});
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
// bazel-out/
|
|
266
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/selector.mjs
|
|
267
267
|
var _SELECTOR_REGEXP = new RegExp(
|
|
268
268
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
269
269
|
"g"
|
|
@@ -571,7 +571,7 @@ var SelectorContext = class {
|
|
|
571
571
|
}
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
// bazel-out/
|
|
574
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/core.mjs
|
|
575
575
|
var ViewEncapsulation;
|
|
576
576
|
(function(ViewEncapsulation2) {
|
|
577
577
|
ViewEncapsulation2[ViewEncapsulation2["Emulated"] = 0] = "Emulated";
|
|
@@ -639,7 +639,7 @@ function parseSelectorToR3Selector(selector) {
|
|
|
639
639
|
return selector ? CssSelector.parse(selector).map(parserSelectorToR3Selector) : [];
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
// bazel-out/
|
|
642
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/digest.mjs
|
|
643
643
|
var textEncoder;
|
|
644
644
|
function computeDigest(message) {
|
|
645
645
|
return sha1(serializeNodes(message.nodes).join("") + `[${message.meaning}]`);
|
|
@@ -879,7 +879,7 @@ function wordAt(bytes, index, endian) {
|
|
|
879
879
|
return word;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
// bazel-out/
|
|
882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_ast.mjs
|
|
883
883
|
var TypeModifier;
|
|
884
884
|
(function(TypeModifier2) {
|
|
885
885
|
TypeModifier2[TypeModifier2["None"] = 0] = "None";
|
|
@@ -1817,7 +1817,7 @@ function serializeTags(tags) {
|
|
|
1817
1817
|
return out;
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
// bazel-out/
|
|
1820
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/constant_pool.mjs
|
|
1821
1821
|
var CONSTANT_PREFIX = "_c";
|
|
1822
1822
|
var UNKNOWN_VALUE_KEY = variable("<unknown>");
|
|
1823
1823
|
var KEY_CONTEXT = {};
|
|
@@ -2005,7 +2005,7 @@ function isLongStringLiteral(expr) {
|
|
|
2005
2005
|
return expr instanceof LiteralExpr && typeof expr.value === "string" && expr.value.length >= POOL_INCLUSION_LENGTH_THRESHOLD_FOR_STRINGS;
|
|
2006
2006
|
}
|
|
2007
2007
|
|
|
2008
|
-
// bazel-out/
|
|
2008
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_identifiers.mjs
|
|
2009
2009
|
var CORE = "@angular/core";
|
|
2010
2010
|
var _Identifiers = class {
|
|
2011
2011
|
};
|
|
@@ -2674,7 +2674,7 @@ var Identifiers = _Identifiers;
|
|
|
2674
2674
|
_Identifiers.unwrapWritableSignal = { name: "\u0275unwrapWritableSignal", moduleName: CORE };
|
|
2675
2675
|
})();
|
|
2676
2676
|
|
|
2677
|
-
// bazel-out/
|
|
2677
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/util.mjs
|
|
2678
2678
|
var DASH_CASE_REGEXP = /-+([a-z0-9])/g;
|
|
2679
2679
|
function dashCaseToCamelCase(input) {
|
|
2680
2680
|
return input.replace(DASH_CASE_REGEXP, (...m) => m[1].toUpperCase());
|
|
@@ -2751,7 +2751,7 @@ var Version = class {
|
|
|
2751
2751
|
};
|
|
2752
2752
|
var _global = globalThis;
|
|
2753
2753
|
|
|
2754
|
-
// bazel-out/
|
|
2754
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/source_map.mjs
|
|
2755
2755
|
var VERSION = 3;
|
|
2756
2756
|
var JS_B64_PREFIX = "# sourceMappingURL=data:application/json;base64,";
|
|
2757
2757
|
var SourceMapGenerator = class {
|
|
@@ -2880,7 +2880,7 @@ function toBase64Digit(value) {
|
|
|
2880
2880
|
return B64_DIGITS[value];
|
|
2881
2881
|
}
|
|
2882
2882
|
|
|
2883
|
-
// bazel-out/
|
|
2883
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_emitter.mjs
|
|
2884
2884
|
var _SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g;
|
|
2885
2885
|
var _LEGAL_IDENTIFIER_RE = /^[$A-Z_][0-9A-Z_$]*$/i;
|
|
2886
2886
|
var _INDENT_WITH = " ";
|
|
@@ -3368,7 +3368,7 @@ function _createIndent(count) {
|
|
|
3368
3368
|
return res;
|
|
3369
3369
|
}
|
|
3370
3370
|
|
|
3371
|
-
// bazel-out/
|
|
3371
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/util.mjs
|
|
3372
3372
|
function typeWithParameters(type, numParams) {
|
|
3373
3373
|
if (numParams === 0) {
|
|
3374
3374
|
return expressionType(type);
|
|
@@ -3423,7 +3423,7 @@ function generateForwardRef(expr) {
|
|
|
3423
3423
|
return importExpr(Identifiers.forwardRef).callFn([arrowFn([], expr)]);
|
|
3424
3424
|
}
|
|
3425
3425
|
|
|
3426
|
-
// bazel-out/
|
|
3426
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_factory.mjs
|
|
3427
3427
|
var R3FactoryDelegateType;
|
|
3428
3428
|
(function(R3FactoryDelegateType2) {
|
|
3429
3429
|
R3FactoryDelegateType2[R3FactoryDelegateType2["Class"] = 0] = "Class";
|
|
@@ -3568,7 +3568,7 @@ function getInjectFn(target) {
|
|
|
3568
3568
|
}
|
|
3569
3569
|
}
|
|
3570
3570
|
|
|
3571
|
-
// bazel-out/
|
|
3571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/ast.mjs
|
|
3572
3572
|
var ParserError = class {
|
|
3573
3573
|
constructor(message, input, errLocation, ctxLocation) {
|
|
3574
3574
|
this.input = input;
|
|
@@ -4006,7 +4006,7 @@ var BoundElementProperty = class {
|
|
|
4006
4006
|
}
|
|
4007
4007
|
};
|
|
4008
4008
|
|
|
4009
|
-
// bazel-out/
|
|
4009
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/tags.mjs
|
|
4010
4010
|
var TagContentType;
|
|
4011
4011
|
(function(TagContentType2) {
|
|
4012
4012
|
TagContentType2[TagContentType2["RAW_TEXT"] = 0] = "RAW_TEXT";
|
|
@@ -4043,7 +4043,7 @@ function mergeNsAndName(prefix, localName) {
|
|
|
4043
4043
|
return prefix ? `:${prefix}:${localName}` : localName;
|
|
4044
4044
|
}
|
|
4045
4045
|
|
|
4046
|
-
// bazel-out/
|
|
4046
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_ast.mjs
|
|
4047
4047
|
var Comment = class {
|
|
4048
4048
|
constructor(value, sourceSpan) {
|
|
4049
4049
|
this.value = value;
|
|
@@ -4499,7 +4499,7 @@ function visitAll(visitor, nodes) {
|
|
|
4499
4499
|
return result;
|
|
4500
4500
|
}
|
|
4501
4501
|
|
|
4502
|
-
// bazel-out/
|
|
4502
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_ast.mjs
|
|
4503
4503
|
var Message = class {
|
|
4504
4504
|
constructor(nodes, placeholders, placeholderToMessage, meaning, description, customId) {
|
|
4505
4505
|
this.nodes = nodes;
|
|
@@ -4637,7 +4637,7 @@ var LocalizeMessageStringVisitor = class {
|
|
|
4637
4637
|
}
|
|
4638
4638
|
};
|
|
4639
4639
|
|
|
4640
|
-
// bazel-out/
|
|
4640
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xml_helper.mjs
|
|
4641
4641
|
var _Visitor = class {
|
|
4642
4642
|
visitTag(tag) {
|
|
4643
4643
|
const strAttrs = this._serializeAttributes(tag.attrs);
|
|
@@ -4665,12 +4665,12 @@ ${doctype.dtd}
|
|
|
4665
4665
|
};
|
|
4666
4666
|
var _visitor = new _Visitor();
|
|
4667
4667
|
|
|
4668
|
-
// bazel-out/
|
|
4668
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/xmb.mjs
|
|
4669
4669
|
function toPublicName(internalName) {
|
|
4670
4670
|
return internalName.toUpperCase().replace(/[^A-Z0-9_]/g, "_");
|
|
4671
4671
|
}
|
|
4672
4672
|
|
|
4673
|
-
// bazel-out/
|
|
4673
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/util.mjs
|
|
4674
4674
|
var I18N_ATTR = "i18n";
|
|
4675
4675
|
var I18N_ATTR_PREFIX = "i18n-";
|
|
4676
4676
|
var I18N_ICU_VAR_PREFIX = "VAR_";
|
|
@@ -4710,7 +4710,7 @@ function formatI18nPlaceholderName(name, useCamelCase = true) {
|
|
|
4710
4710
|
return postfix ? `${raw}_${postfix}` : raw;
|
|
4711
4711
|
}
|
|
4712
4712
|
|
|
4713
|
-
// bazel-out/
|
|
4713
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/util.mjs
|
|
4714
4714
|
var UNSAFE_OBJECT_KEY_NAME_REGEXP = /[-.]/;
|
|
4715
4715
|
var TEMPORARY_NAME = "_t";
|
|
4716
4716
|
var CONTEXT_NAME = "ctx";
|
|
@@ -4847,7 +4847,7 @@ function getAttrsForDirectiveMatching(elOrTpl) {
|
|
|
4847
4847
|
return attributesMap;
|
|
4848
4848
|
}
|
|
4849
4849
|
|
|
4850
|
-
// bazel-out/
|
|
4850
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/injectable_compiler_2.mjs
|
|
4851
4851
|
function compileInjectable(meta, resolveForwardRefs) {
|
|
4852
4852
|
let result = null;
|
|
4853
4853
|
const factoryMeta = {
|
|
@@ -4932,7 +4932,7 @@ function createFactoryFunction(type) {
|
|
|
4932
4932
|
return arrowFn([new FnParam("t", DYNAMIC_TYPE)], type.prop("\u0275fac").callFn([variable("t")]));
|
|
4933
4933
|
}
|
|
4934
4934
|
|
|
4935
|
-
// bazel-out/
|
|
4935
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/assertions.mjs
|
|
4936
4936
|
var UNUSABLE_INTERPOLATION_REGEXPS = [
|
|
4937
4937
|
/^\s*$/,
|
|
4938
4938
|
/[<>]/,
|
|
@@ -4954,7 +4954,7 @@ function assertInterpolationSymbols(identifier, value) {
|
|
|
4954
4954
|
}
|
|
4955
4955
|
}
|
|
4956
4956
|
|
|
4957
|
-
// bazel-out/
|
|
4957
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/defaults.mjs
|
|
4958
4958
|
var InterpolationConfig = class {
|
|
4959
4959
|
static fromArray(markers) {
|
|
4960
4960
|
if (!markers) {
|
|
@@ -4971,7 +4971,7 @@ var InterpolationConfig = class {
|
|
|
4971
4971
|
var DEFAULT_INTERPOLATION_CONFIG = new InterpolationConfig("{{", "}}");
|
|
4972
4972
|
var DEFAULT_CONTAINER_BLOCKS = /* @__PURE__ */ new Set(["switch"]);
|
|
4973
4973
|
|
|
4974
|
-
// bazel-out/
|
|
4974
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/chars.mjs
|
|
4975
4975
|
var $EOF = 0;
|
|
4976
4976
|
var $BSPACE = 8;
|
|
4977
4977
|
var $TAB = 9;
|
|
@@ -5053,7 +5053,7 @@ function isQuote(code) {
|
|
|
5053
5053
|
return code === $SQ || code === $DQ || code === $BT;
|
|
5054
5054
|
}
|
|
5055
5055
|
|
|
5056
|
-
// bazel-out/
|
|
5056
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/parse_util.mjs
|
|
5057
5057
|
var ParseLocation = class {
|
|
5058
5058
|
constructor(file, offset, line, col) {
|
|
5059
5059
|
this.file = file;
|
|
@@ -5200,7 +5200,7 @@ function sanitizeIdentifier(name) {
|
|
|
5200
5200
|
return name.replace(/\W/g, "_");
|
|
5201
5201
|
}
|
|
5202
5202
|
|
|
5203
|
-
// bazel-out/
|
|
5203
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/abstract_js_emitter.mjs
|
|
5204
5204
|
var makeTemplateObjectPolyfill = '(this&&this.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e})';
|
|
5205
5205
|
var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
5206
5206
|
constructor() {
|
|
@@ -5293,7 +5293,7 @@ var AbstractJsEmitterVisitor = class extends AbstractEmitterVisitor {
|
|
|
5293
5293
|
}
|
|
5294
5294
|
};
|
|
5295
5295
|
|
|
5296
|
-
// bazel-out/
|
|
5296
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit_trusted_types.mjs
|
|
5297
5297
|
var policy;
|
|
5298
5298
|
function getPolicy() {
|
|
5299
5299
|
if (policy === void 0) {
|
|
@@ -5331,7 +5331,7 @@ function newTrustedFunctionForJIT(...args) {
|
|
|
5331
5331
|
return fn2.bind(_global);
|
|
5332
5332
|
}
|
|
5333
5333
|
|
|
5334
|
-
// bazel-out/
|
|
5334
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/output_jit.mjs
|
|
5335
5335
|
var JitEvaluator = class {
|
|
5336
5336
|
evaluateStatements(sourceUrl, statements, refResolver, createSourceMaps) {
|
|
5337
5337
|
const converter = new JitEmitterVisitor(refResolver);
|
|
@@ -5422,7 +5422,7 @@ function isUseStrictStatement(statement) {
|
|
|
5422
5422
|
return statement.isEquivalent(literal("use strict").toStmt());
|
|
5423
5423
|
}
|
|
5424
5424
|
|
|
5425
|
-
// bazel-out/
|
|
5425
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_injector_compiler.mjs
|
|
5426
5426
|
function compileInjector(meta) {
|
|
5427
5427
|
const definitionMap = new DefinitionMap();
|
|
5428
5428
|
if (meta.providers !== null) {
|
|
@@ -5439,7 +5439,7 @@ function createInjectorType(meta) {
|
|
|
5439
5439
|
return new ExpressionType(importExpr(Identifiers.InjectorDeclaration, [new ExpressionType(meta.type.type)]));
|
|
5440
5440
|
}
|
|
5441
5441
|
|
|
5442
|
-
// bazel-out/
|
|
5442
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_jit.mjs
|
|
5443
5443
|
var R3JitReflector = class {
|
|
5444
5444
|
constructor(context) {
|
|
5445
5445
|
this.context = context;
|
|
@@ -5455,7 +5455,7 @@ var R3JitReflector = class {
|
|
|
5455
5455
|
}
|
|
5456
5456
|
};
|
|
5457
5457
|
|
|
5458
|
-
// bazel-out/
|
|
5458
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_module_compiler.mjs
|
|
5459
5459
|
var R3SelectorScopeMode;
|
|
5460
5460
|
(function(R3SelectorScopeMode2) {
|
|
5461
5461
|
R3SelectorScopeMode2[R3SelectorScopeMode2["Inline"] = 0] = "Inline";
|
|
@@ -5596,7 +5596,7 @@ function tupleOfTypes(types) {
|
|
|
5596
5596
|
return types.length > 0 ? expressionType(literalArr(typeofTypes)) : NONE_TYPE;
|
|
5597
5597
|
}
|
|
5598
5598
|
|
|
5599
|
-
// bazel-out/
|
|
5599
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_pipe_compiler.mjs
|
|
5600
5600
|
function compilePipeFromMetadata(metadata) {
|
|
5601
5601
|
const definitionMapValues = [];
|
|
5602
5602
|
definitionMapValues.push({ key: "name", value: literal(metadata.pipeName), quoted: false });
|
|
@@ -5617,7 +5617,7 @@ function createPipeType(metadata) {
|
|
|
5617
5617
|
]));
|
|
5618
5618
|
}
|
|
5619
5619
|
|
|
5620
|
-
// bazel-out/
|
|
5620
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/api.mjs
|
|
5621
5621
|
var R3TemplateDependencyKind;
|
|
5622
5622
|
(function(R3TemplateDependencyKind2) {
|
|
5623
5623
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["Directive"] = 0] = "Directive";
|
|
@@ -5625,7 +5625,7 @@ var R3TemplateDependencyKind;
|
|
|
5625
5625
|
R3TemplateDependencyKind2[R3TemplateDependencyKind2["NgModule"] = 2] = "NgModule";
|
|
5626
5626
|
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
5627
5627
|
|
|
5628
|
-
// bazel-out/
|
|
5628
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/shadow_css.mjs
|
|
5629
5629
|
var animationKeywords = /* @__PURE__ */ new Set([
|
|
5630
5630
|
"inherit",
|
|
5631
5631
|
"initial",
|
|
@@ -6097,7 +6097,7 @@ function repeatGroups(groups, multiples) {
|
|
|
6097
6097
|
}
|
|
6098
6098
|
}
|
|
6099
6099
|
|
|
6100
|
-
// bazel-out/
|
|
6100
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/enums.mjs
|
|
6101
6101
|
var OpKind;
|
|
6102
6102
|
(function(OpKind2) {
|
|
6103
6103
|
OpKind2[OpKind2["ListEnd"] = 0] = "ListEnd";
|
|
@@ -6251,7 +6251,7 @@ var TemplateKind;
|
|
|
6251
6251
|
TemplateKind2[TemplateKind2["Block"] = 2] = "Block";
|
|
6252
6252
|
})(TemplateKind || (TemplateKind = {}));
|
|
6253
6253
|
|
|
6254
|
-
// bazel-out/
|
|
6254
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/traits.mjs
|
|
6255
6255
|
var ConsumesSlot = Symbol("ConsumesSlot");
|
|
6256
6256
|
var DependsOnSlotContext = Symbol("DependsOnSlotContext");
|
|
6257
6257
|
var ConsumesVarsTrait = Symbol("ConsumesVars");
|
|
@@ -6279,7 +6279,7 @@ function hasUsesVarOffsetTrait(expr) {
|
|
|
6279
6279
|
return expr[UsesVarOffset] === true;
|
|
6280
6280
|
}
|
|
6281
6281
|
|
|
6282
|
-
// bazel-out/
|
|
6282
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/shared.mjs
|
|
6283
6283
|
function createStatementOp(statement) {
|
|
6284
6284
|
return __spreadValues({
|
|
6285
6285
|
kind: OpKind.Statement,
|
|
@@ -6301,7 +6301,7 @@ var NEW_OP = {
|
|
|
6301
6301
|
next: null
|
|
6302
6302
|
};
|
|
6303
6303
|
|
|
6304
|
-
// bazel-out/
|
|
6304
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/update.mjs
|
|
6305
6305
|
function createInterpolateTextOp(xref, interpolation, sourceSpan) {
|
|
6306
6306
|
return __spreadValues(__spreadValues(__spreadValues({
|
|
6307
6307
|
kind: OpKind.InterpolateText,
|
|
@@ -6482,7 +6482,7 @@ function createI18nApplyOp(owner, handle, sourceSpan) {
|
|
|
6482
6482
|
}, NEW_OP);
|
|
6483
6483
|
}
|
|
6484
6484
|
|
|
6485
|
-
// bazel-out/
|
|
6485
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/expression.mjs
|
|
6486
6486
|
var _a;
|
|
6487
6487
|
var _b;
|
|
6488
6488
|
var _c;
|
|
@@ -7344,7 +7344,7 @@ function isStringLiteral(expr) {
|
|
|
7344
7344
|
return expr instanceof LiteralExpr && typeof expr.value === "string";
|
|
7345
7345
|
}
|
|
7346
7346
|
|
|
7347
|
-
// bazel-out/
|
|
7347
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/operations.mjs
|
|
7348
7348
|
var _OpList = class {
|
|
7349
7349
|
constructor() {
|
|
7350
7350
|
this.debugListId = _OpList.nextListId++;
|
|
@@ -7535,14 +7535,14 @@ var OpList = _OpList;
|
|
|
7535
7535
|
_OpList.nextListId = 0;
|
|
7536
7536
|
})();
|
|
7537
7537
|
|
|
7538
|
-
// bazel-out/
|
|
7538
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/handle.mjs
|
|
7539
7539
|
var SlotHandle = class {
|
|
7540
7540
|
constructor() {
|
|
7541
7541
|
this.slot = null;
|
|
7542
7542
|
}
|
|
7543
7543
|
};
|
|
7544
7544
|
|
|
7545
|
-
// bazel-out/
|
|
7545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/create.mjs
|
|
7546
7546
|
var elementContainerOpKinds = /* @__PURE__ */ new Set([
|
|
7547
7547
|
OpKind.Element,
|
|
7548
7548
|
OpKind.ElementStart,
|
|
@@ -7846,7 +7846,7 @@ function createI18nAttributesOp(xref, handle, target) {
|
|
|
7846
7846
|
}, NEW_OP), TRAIT_CONSUMES_SLOT);
|
|
7847
7847
|
}
|
|
7848
7848
|
|
|
7849
|
-
// bazel-out/
|
|
7849
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/ops/host.mjs
|
|
7850
7850
|
function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext, securityContext, sourceSpan) {
|
|
7851
7851
|
return __spreadValues(__spreadValues({
|
|
7852
7852
|
kind: OpKind.HostProperty,
|
|
@@ -7860,10 +7860,10 @@ function createHostPropertyOp(name, expression, isAnimationTrigger, i18nContext,
|
|
|
7860
7860
|
}, TRAIT_CONSUMES_VARS), NEW_OP);
|
|
7861
7861
|
}
|
|
7862
7862
|
|
|
7863
|
-
// bazel-out/
|
|
7863
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/ir/src/variable.mjs
|
|
7864
7864
|
var CTX_REF = "CTX_REF_MARKER";
|
|
7865
7865
|
|
|
7866
|
-
// bazel-out/
|
|
7866
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/compilation.mjs
|
|
7867
7867
|
var CompilationJobKind;
|
|
7868
7868
|
(function(CompilationJobKind2) {
|
|
7869
7869
|
CompilationJobKind2[CompilationJobKind2["Tmpl"] = 0] = "Tmpl";
|
|
@@ -7971,7 +7971,7 @@ var HostBindingCompilationUnit = class extends CompilationUnit {
|
|
|
7971
7971
|
}
|
|
7972
7972
|
};
|
|
7973
7973
|
|
|
7974
|
-
// bazel-out/
|
|
7974
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/any_cast.mjs
|
|
7975
7975
|
function deleteAnyCasts(job) {
|
|
7976
7976
|
for (const unit of job.units) {
|
|
7977
7977
|
for (const op of unit.ops()) {
|
|
@@ -7989,7 +7989,7 @@ function removeAnys(e) {
|
|
|
7989
7989
|
return e;
|
|
7990
7990
|
}
|
|
7991
7991
|
|
|
7992
|
-
// bazel-out/
|
|
7992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/apply_i18n_expressions.mjs
|
|
7993
7993
|
function applyI18nExpressions(job) {
|
|
7994
7994
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
7995
7995
|
for (const unit of job.units) {
|
|
@@ -8032,7 +8032,7 @@ function needsApplication(i18nContexts, op) {
|
|
|
8032
8032
|
return false;
|
|
8033
8033
|
}
|
|
8034
8034
|
|
|
8035
|
-
// bazel-out/
|
|
8035
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/assign_i18n_slot_dependencies.mjs
|
|
8036
8036
|
function assignI18nSlotDependencies(job) {
|
|
8037
8037
|
for (const unit of job.units) {
|
|
8038
8038
|
let updateOp = unit.update.head;
|
|
@@ -8077,7 +8077,7 @@ function assignI18nSlotDependencies(job) {
|
|
|
8077
8077
|
}
|
|
8078
8078
|
}
|
|
8079
8079
|
|
|
8080
|
-
// bazel-out/
|
|
8080
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/util/elements.mjs
|
|
8081
8081
|
function createOpXrefMap(unit) {
|
|
8082
8082
|
const map = /* @__PURE__ */ new Map();
|
|
8083
8083
|
for (const op of unit.create) {
|
|
@@ -8092,7 +8092,7 @@ function createOpXrefMap(unit) {
|
|
|
8092
8092
|
return map;
|
|
8093
8093
|
}
|
|
8094
8094
|
|
|
8095
|
-
// bazel-out/
|
|
8095
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/attribute_extraction.mjs
|
|
8096
8096
|
function extractAttributes(job) {
|
|
8097
8097
|
for (const unit of job.units) {
|
|
8098
8098
|
const elements = createOpXrefMap(unit);
|
|
@@ -8221,7 +8221,7 @@ function extractAttributeOp(unit, op, elements) {
|
|
|
8221
8221
|
}
|
|
8222
8222
|
}
|
|
8223
8223
|
|
|
8224
|
-
// bazel-out/
|
|
8224
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/binding_specialization.mjs
|
|
8225
8225
|
function lookupElement2(elements, xref) {
|
|
8226
8226
|
const el = elements.get(xref);
|
|
8227
8227
|
if (el === void 0) {
|
|
@@ -8278,7 +8278,7 @@ function specializeBindings(job) {
|
|
|
8278
8278
|
}
|
|
8279
8279
|
}
|
|
8280
8280
|
|
|
8281
|
-
// bazel-out/
|
|
8281
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/chaining.mjs
|
|
8282
8282
|
var CHAINABLE = /* @__PURE__ */ new Set([
|
|
8283
8283
|
Identifiers.attribute,
|
|
8284
8284
|
Identifiers.classProp,
|
|
@@ -8346,7 +8346,7 @@ function chainOperationsInList(opList) {
|
|
|
8346
8346
|
}
|
|
8347
8347
|
}
|
|
8348
8348
|
|
|
8349
|
-
// bazel-out/
|
|
8349
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/collapse_singleton_interpolations.mjs
|
|
8350
8350
|
function collapseSingletonInterpolations(job) {
|
|
8351
8351
|
for (const unit of job.units) {
|
|
8352
8352
|
for (const op of unit.update) {
|
|
@@ -8358,7 +8358,7 @@ function collapseSingletonInterpolations(job) {
|
|
|
8358
8358
|
}
|
|
8359
8359
|
}
|
|
8360
8360
|
|
|
8361
|
-
// bazel-out/
|
|
8361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/conditionals.mjs
|
|
8362
8362
|
function generateConditionalExpressions(job) {
|
|
8363
8363
|
for (const unit of job.units) {
|
|
8364
8364
|
for (const op of unit.ops()) {
|
|
@@ -8395,7 +8395,7 @@ function generateConditionalExpressions(job) {
|
|
|
8395
8395
|
}
|
|
8396
8396
|
}
|
|
8397
8397
|
|
|
8398
|
-
// bazel-out/
|
|
8398
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/conversion.mjs
|
|
8399
8399
|
var BINARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
8400
8400
|
["&&", BinaryOperator.And],
|
|
8401
8401
|
[">", BinaryOperator.Bigger],
|
|
@@ -8446,7 +8446,7 @@ function literalOrArrayLiteral(value) {
|
|
|
8446
8446
|
return literal(value);
|
|
8447
8447
|
}
|
|
8448
8448
|
|
|
8449
|
-
// bazel-out/
|
|
8449
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/const_collection.mjs
|
|
8450
8450
|
function collectElementConsts(job) {
|
|
8451
8451
|
const allElementAttributes = /* @__PURE__ */ new Map();
|
|
8452
8452
|
for (const unit of job.units) {
|
|
@@ -8615,7 +8615,7 @@ function serializeAttributes({ attributes, bindings, classes, i18n: i18n2, proje
|
|
|
8615
8615
|
return literalArr(attrArray);
|
|
8616
8616
|
}
|
|
8617
8617
|
|
|
8618
|
-
// bazel-out/
|
|
8618
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/convert_i18n_bindings.mjs
|
|
8619
8619
|
function convertI18nBindings(job) {
|
|
8620
8620
|
const i18nAttributesByElem = /* @__PURE__ */ new Map();
|
|
8621
8621
|
for (const unit of job.units) {
|
|
@@ -8656,7 +8656,7 @@ function convertI18nBindings(job) {
|
|
|
8656
8656
|
}
|
|
8657
8657
|
}
|
|
8658
8658
|
|
|
8659
|
-
// bazel-out/
|
|
8659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_defer_deps_fns.mjs
|
|
8660
8660
|
function resolveDeferDepsFns(job) {
|
|
8661
8661
|
var _a2;
|
|
8662
8662
|
for (const unit of job.units) {
|
|
@@ -8681,7 +8681,7 @@ function resolveDeferDepsFns(job) {
|
|
|
8681
8681
|
}
|
|
8682
8682
|
}
|
|
8683
8683
|
|
|
8684
|
-
// bazel-out/
|
|
8684
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/create_i18n_contexts.mjs
|
|
8685
8685
|
function createI18nContexts(job) {
|
|
8686
8686
|
const attrContextByMessage = /* @__PURE__ */ new Map();
|
|
8687
8687
|
for (const unit of job.units) {
|
|
@@ -8759,7 +8759,7 @@ function createI18nContexts(job) {
|
|
|
8759
8759
|
}
|
|
8760
8760
|
}
|
|
8761
8761
|
|
|
8762
|
-
// bazel-out/
|
|
8762
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/deduplicate_text_bindings.mjs
|
|
8763
8763
|
function deduplicateTextBindings(job) {
|
|
8764
8764
|
const seen = /* @__PURE__ */ new Map();
|
|
8765
8765
|
for (const unit of job.units) {
|
|
@@ -8781,7 +8781,7 @@ function deduplicateTextBindings(job) {
|
|
|
8781
8781
|
}
|
|
8782
8782
|
}
|
|
8783
8783
|
|
|
8784
|
-
// bazel-out/
|
|
8784
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_configs.mjs
|
|
8785
8785
|
function configureDeferInstructions(job) {
|
|
8786
8786
|
for (const unit of job.units) {
|
|
8787
8787
|
for (const op of unit.create) {
|
|
@@ -8798,7 +8798,7 @@ function configureDeferInstructions(job) {
|
|
|
8798
8798
|
}
|
|
8799
8799
|
}
|
|
8800
8800
|
|
|
8801
|
-
// bazel-out/
|
|
8801
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/defer_resolve_targets.mjs
|
|
8802
8802
|
function resolveDeferTargetNames(job) {
|
|
8803
8803
|
const scopes = /* @__PURE__ */ new Map();
|
|
8804
8804
|
function getScopeForView2(view) {
|
|
@@ -8892,7 +8892,7 @@ var Scope = class {
|
|
|
8892
8892
|
}
|
|
8893
8893
|
};
|
|
8894
8894
|
|
|
8895
|
-
// bazel-out/
|
|
8895
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/empty_elements.mjs
|
|
8896
8896
|
var REPLACEMENTS = /* @__PURE__ */ new Map([
|
|
8897
8897
|
[OpKind.ElementEnd, [OpKind.ElementStart, OpKind.Element]],
|
|
8898
8898
|
[OpKind.ContainerEnd, [OpKind.ContainerStart, OpKind.Container]],
|
|
@@ -8919,7 +8919,7 @@ function collapseEmptyInstructions(job) {
|
|
|
8919
8919
|
}
|
|
8920
8920
|
}
|
|
8921
8921
|
|
|
8922
|
-
// bazel-out/
|
|
8922
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/expand_safe_reads.mjs
|
|
8923
8923
|
function expandSafeReads(job) {
|
|
8924
8924
|
for (const unit of job.units) {
|
|
8925
8925
|
for (const op of unit.ops()) {
|
|
@@ -9055,7 +9055,7 @@ function ternaryTransform(e) {
|
|
|
9055
9055
|
return new ConditionalExpr(new BinaryOperatorExpr(BinaryOperator.Equals, e.guard, NULL_EXPR), NULL_EXPR, e.expr);
|
|
9056
9056
|
}
|
|
9057
9057
|
|
|
9058
|
-
// bazel-out/
|
|
9058
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/extract_i18n_messages.mjs
|
|
9059
9059
|
var ESCAPE = "\uFFFD";
|
|
9060
9060
|
var ELEMENT_MARKER = "#";
|
|
9061
9061
|
var TEMPLATE_MARKER = "*";
|
|
@@ -9191,7 +9191,7 @@ function formatValue(value) {
|
|
|
9191
9191
|
return `${ESCAPE}${closeMarker}${tagMarker}${value.value}${context}${ESCAPE}`;
|
|
9192
9192
|
}
|
|
9193
9193
|
|
|
9194
|
-
// bazel-out/
|
|
9194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_advance.mjs
|
|
9195
9195
|
function generateAdvance(job) {
|
|
9196
9196
|
for (const unit of job.units) {
|
|
9197
9197
|
const slotMap = /* @__PURE__ */ new Map();
|
|
@@ -9223,7 +9223,7 @@ function generateAdvance(job) {
|
|
|
9223
9223
|
}
|
|
9224
9224
|
}
|
|
9225
9225
|
|
|
9226
|
-
// bazel-out/
|
|
9226
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_projection_def.mjs
|
|
9227
9227
|
function generateProjectionDefs(job) {
|
|
9228
9228
|
const share = job.compatibility === CompatibilityMode.TemplateDefinitionBuilder;
|
|
9229
9229
|
const selectors = [];
|
|
@@ -9247,7 +9247,7 @@ function generateProjectionDefs(job) {
|
|
|
9247
9247
|
}
|
|
9248
9248
|
}
|
|
9249
9249
|
|
|
9250
|
-
// bazel-out/
|
|
9250
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/generate_variables.mjs
|
|
9251
9251
|
function generateVariables(job) {
|
|
9252
9252
|
recursivelyProcessView(job.root, null);
|
|
9253
9253
|
}
|
|
@@ -9346,7 +9346,7 @@ function generateVariablesInScopeForView(view, scope) {
|
|
|
9346
9346
|
return newOps;
|
|
9347
9347
|
}
|
|
9348
9348
|
|
|
9349
|
-
// bazel-out/
|
|
9349
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/has_const_expression_collection.mjs
|
|
9350
9350
|
function collectConstExpressions(job) {
|
|
9351
9351
|
for (const unit of job.units) {
|
|
9352
9352
|
for (const op of unit.ops()) {
|
|
@@ -9360,7 +9360,7 @@ function collectConstExpressions(job) {
|
|
|
9360
9360
|
}
|
|
9361
9361
|
}
|
|
9362
9362
|
|
|
9363
|
-
// bazel-out/
|
|
9363
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/host_style_property_parsing.mjs
|
|
9364
9364
|
var STYLE_DOT = "style.";
|
|
9365
9365
|
var CLASS_DOT = "class.";
|
|
9366
9366
|
var STYLE_BANG = "style!";
|
|
@@ -9418,7 +9418,7 @@ function parseProperty(name) {
|
|
|
9418
9418
|
return { property: property2, suffix };
|
|
9419
9419
|
}
|
|
9420
9420
|
|
|
9421
|
-
// bazel-out/
|
|
9421
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/output/map_util.mjs
|
|
9422
9422
|
function mapLiteral(obj, quoted = false) {
|
|
9423
9423
|
return literalMap(Object.keys(obj).map((key) => ({
|
|
9424
9424
|
key,
|
|
@@ -9427,7 +9427,7 @@ function mapLiteral(obj, quoted = false) {
|
|
|
9427
9427
|
})));
|
|
9428
9428
|
}
|
|
9429
9429
|
|
|
9430
|
-
// bazel-out/
|
|
9430
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/icu_serializer.mjs
|
|
9431
9431
|
var IcuSerializerVisitor = class {
|
|
9432
9432
|
visitText(text2) {
|
|
9433
9433
|
return text2.value;
|
|
@@ -9461,7 +9461,7 @@ function serializeIcuNode(icu) {
|
|
|
9461
9461
|
return icu.visit(serializer);
|
|
9462
9462
|
}
|
|
9463
9463
|
|
|
9464
|
-
// bazel-out/
|
|
9464
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/lexer.mjs
|
|
9465
9465
|
var TokenType;
|
|
9466
9466
|
(function(TokenType2) {
|
|
9467
9467
|
TokenType2[TokenType2["Character"] = 0] = "Character";
|
|
@@ -9822,7 +9822,7 @@ function parseIntAutoRadix(text2) {
|
|
|
9822
9822
|
return result;
|
|
9823
9823
|
}
|
|
9824
9824
|
|
|
9825
|
-
// bazel-out/
|
|
9825
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/expression_parser/parser.mjs
|
|
9826
9826
|
var SplitInterpolation = class {
|
|
9827
9827
|
constructor(strings, expressions, offsets) {
|
|
9828
9828
|
this.strings = strings;
|
|
@@ -10704,7 +10704,7 @@ function getIndexMapForOriginalTemplate(interpolatedTokens) {
|
|
|
10704
10704
|
return offsetMap;
|
|
10705
10705
|
}
|
|
10706
10706
|
|
|
10707
|
-
// bazel-out/
|
|
10707
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/ast.mjs
|
|
10708
10708
|
var NodeWithI18n = class {
|
|
10709
10709
|
constructor(sourceSpan, i18n2) {
|
|
10710
10710
|
this.sourceSpan = sourceSpan;
|
|
@@ -10815,7 +10815,7 @@ function visitAll2(visitor, nodes, context = null) {
|
|
|
10815
10815
|
return result;
|
|
10816
10816
|
}
|
|
10817
10817
|
|
|
10818
|
-
// bazel-out/
|
|
10818
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_security_schema.mjs
|
|
10819
10819
|
var _SECURITY_SCHEMA;
|
|
10820
10820
|
function SECURITY_SCHEMA() {
|
|
10821
10821
|
if (!_SECURITY_SCHEMA) {
|
|
@@ -10873,11 +10873,11 @@ function isIframeSecuritySensitiveAttr(attrName) {
|
|
|
10873
10873
|
return IFRAME_SECURITY_SENSITIVE_ATTRS.has(attrName.toLowerCase());
|
|
10874
10874
|
}
|
|
10875
10875
|
|
|
10876
|
-
// bazel-out/
|
|
10876
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/element_schema_registry.mjs
|
|
10877
10877
|
var ElementSchemaRegistry = class {
|
|
10878
10878
|
};
|
|
10879
10879
|
|
|
10880
|
-
// bazel-out/
|
|
10880
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/dom_element_schema_registry.mjs
|
|
10881
10881
|
var BOOLEAN = "boolean";
|
|
10882
10882
|
var NUMBER = "number";
|
|
10883
10883
|
var STRING = "string";
|
|
@@ -11230,7 +11230,7 @@ function _isPixelDimensionStyle(prop) {
|
|
|
11230
11230
|
}
|
|
11231
11231
|
}
|
|
11232
11232
|
|
|
11233
|
-
// bazel-out/
|
|
11233
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_tags.mjs
|
|
11234
11234
|
var HtmlTagDefinition = class {
|
|
11235
11235
|
constructor({ closedByChildren, implicitNamespacePrefix, contentType = TagContentType.PARSABLE_DATA, closedByParent = false, isVoid = false, ignoreFirstLf = false, preventNamespaceInheritance = false, canSelfClose = false } = {}) {
|
|
11236
11236
|
this.closedByChildren = {};
|
|
@@ -11348,7 +11348,7 @@ function getHtmlTagDefinition(tagName) {
|
|
|
11348
11348
|
return (_b2 = (_a2 = TAG_DEFINITIONS[tagName]) != null ? _a2 : TAG_DEFINITIONS[tagName.toLowerCase()]) != null ? _b2 : DEFAULT_TAG_DEFINITION;
|
|
11349
11349
|
}
|
|
11350
11350
|
|
|
11351
|
-
// bazel-out/
|
|
11351
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/serializers/placeholder.mjs
|
|
11352
11352
|
var TAG_TO_PLACEHOLDER_NAMES = {
|
|
11353
11353
|
"A": "LINK",
|
|
11354
11354
|
"B": "BOLD_TEXT",
|
|
@@ -11470,7 +11470,7 @@ var PlaceholderRegistry = class {
|
|
|
11470
11470
|
}
|
|
11471
11471
|
};
|
|
11472
11472
|
|
|
11473
|
-
// bazel-out/
|
|
11473
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/i18n_parser.mjs
|
|
11474
11474
|
var _expParser = new Parser(new Lexer());
|
|
11475
11475
|
function createI18nMessageFactory(interpolationConfig, containerBlocks) {
|
|
11476
11476
|
const visitor = new _I18nVisitor(_expParser, interpolationConfig, containerBlocks);
|
|
@@ -11649,14 +11649,14 @@ function extractPlaceholderName(input) {
|
|
|
11649
11649
|
return input.split(_CUSTOM_PH_EXP)[2];
|
|
11650
11650
|
}
|
|
11651
11651
|
|
|
11652
|
-
// bazel-out/
|
|
11652
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/parse_util.mjs
|
|
11653
11653
|
var I18nError = class extends ParseError {
|
|
11654
11654
|
constructor(span, msg) {
|
|
11655
11655
|
super(span, msg);
|
|
11656
11656
|
}
|
|
11657
11657
|
};
|
|
11658
11658
|
|
|
11659
|
-
// bazel-out/
|
|
11659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/entities.mjs
|
|
11660
11660
|
var NAMED_ENTITIES = {
|
|
11661
11661
|
"AElig": "\xC6",
|
|
11662
11662
|
"AMP": "&",
|
|
@@ -13787,7 +13787,7 @@ var NAMED_ENTITIES = {
|
|
|
13787
13787
|
var NGSP_UNICODE = "\uE500";
|
|
13788
13788
|
NAMED_ENTITIES["ngsp"] = NGSP_UNICODE;
|
|
13789
13789
|
|
|
13790
|
-
// bazel-out/
|
|
13790
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/lexer.mjs
|
|
13791
13791
|
var TokenError = class extends ParseError {
|
|
13792
13792
|
constructor(errorMsg, tokenType, span) {
|
|
13793
13793
|
super(span, errorMsg);
|
|
@@ -14708,7 +14708,7 @@ var CursorError = class {
|
|
|
14708
14708
|
}
|
|
14709
14709
|
};
|
|
14710
14710
|
|
|
14711
|
-
// bazel-out/
|
|
14711
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/parser.mjs
|
|
14712
14712
|
var TreeError = class extends ParseError {
|
|
14713
14713
|
static create(elementName, span, msg) {
|
|
14714
14714
|
return new TreeError(elementName, span, msg);
|
|
@@ -15092,7 +15092,7 @@ function decodeEntity(match, entity) {
|
|
|
15092
15092
|
return match;
|
|
15093
15093
|
}
|
|
15094
15094
|
|
|
15095
|
-
// bazel-out/
|
|
15095
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/schema/trusted_types_sinks.mjs
|
|
15096
15096
|
var TRUSTED_TYPES_SINKS = /* @__PURE__ */ new Set([
|
|
15097
15097
|
"iframe|srcdoc",
|
|
15098
15098
|
"*|innerhtml",
|
|
@@ -15107,7 +15107,7 @@ function isTrustedTypesSink(tagName, propName) {
|
|
|
15107
15107
|
return TRUSTED_TYPES_SINKS.has(tagName + "|" + propName) || TRUSTED_TYPES_SINKS.has("*|" + propName);
|
|
15108
15108
|
}
|
|
15109
15109
|
|
|
15110
|
-
// bazel-out/
|
|
15110
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/meta.mjs
|
|
15111
15111
|
var setI18nRefs = (htmlNode, i18nNode) => {
|
|
15112
15112
|
if (htmlNode instanceof NodeWithI18n) {
|
|
15113
15113
|
if (i18nNode instanceof IcuPlaceholder && htmlNode.i18n instanceof Message) {
|
|
@@ -15264,7 +15264,7 @@ function i18nMetaToJSDoc(meta) {
|
|
|
15264
15264
|
return jsDocComment(tags);
|
|
15265
15265
|
}
|
|
15266
15266
|
|
|
15267
|
-
// bazel-out/
|
|
15267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/get_msg_utils.mjs
|
|
15268
15268
|
var GOOG_GET_MSG = "goog.getMsg";
|
|
15269
15269
|
function createGoogleGetMsgStatements(variable2, message, closureVar, placeholderValues) {
|
|
15270
15270
|
const messageString = serializeI18nMessageForGetMsg(message);
|
|
@@ -15315,7 +15315,7 @@ function serializeI18nMessageForGetMsg(message) {
|
|
|
15315
15315
|
return message.nodes.map((node) => node.visit(serializerVisitor2, null)).join("");
|
|
15316
15316
|
}
|
|
15317
15317
|
|
|
15318
|
-
// bazel-out/
|
|
15318
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/i18n/localize_utils.mjs
|
|
15319
15319
|
function createLocalizeStatements(variable2, message, params) {
|
|
15320
15320
|
const { messageParts, placeHolders } = serializeI18nMessageForLocalize(message);
|
|
15321
15321
|
const sourceSpan = getSourceSpan(message);
|
|
@@ -15404,7 +15404,7 @@ function createEmptyMessagePart(location) {
|
|
|
15404
15404
|
return new LiteralPiece("", new ParseSourceSpan(location, location));
|
|
15405
15405
|
}
|
|
15406
15406
|
|
|
15407
|
-
// bazel-out/
|
|
15407
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_const_collection.mjs
|
|
15408
15408
|
var NG_I18N_CLOSURE_MODE = "ngI18nClosureMode";
|
|
15409
15409
|
var TRANSLATION_VAR_PREFIX = "i18n_";
|
|
15410
15410
|
var I18N_ICU_MAPPING_PREFIX = "I18N_EXP_";
|
|
@@ -15572,7 +15572,7 @@ function i18nGenerateClosureVar(pool, messageId, fileBasedI18nSuffix, useExterna
|
|
|
15572
15572
|
return variable(name);
|
|
15573
15573
|
}
|
|
15574
15574
|
|
|
15575
|
-
// bazel-out/
|
|
15575
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/i18n_text_extraction.mjs
|
|
15576
15576
|
function convertI18nText(job) {
|
|
15577
15577
|
var _a2, _b2, _c2;
|
|
15578
15578
|
for (const unit of job.units) {
|
|
@@ -15642,7 +15642,7 @@ function convertI18nText(job) {
|
|
|
15642
15642
|
}
|
|
15643
15643
|
}
|
|
15644
15644
|
|
|
15645
|
-
// bazel-out/
|
|
15645
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/local_refs.mjs
|
|
15646
15646
|
function liftLocalRefs(job) {
|
|
15647
15647
|
for (const unit of job.units) {
|
|
15648
15648
|
for (const op of unit.create) {
|
|
@@ -15672,7 +15672,7 @@ function serializeLocalRefs(refs) {
|
|
|
15672
15672
|
return literalArr(constRefs);
|
|
15673
15673
|
}
|
|
15674
15674
|
|
|
15675
|
-
// bazel-out/
|
|
15675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/namespace.mjs
|
|
15676
15676
|
function emitNamespaceChanges(job) {
|
|
15677
15677
|
for (const unit of job.units) {
|
|
15678
15678
|
let activeNamespace = Namespace.HTML;
|
|
@@ -15688,7 +15688,7 @@ function emitNamespaceChanges(job) {
|
|
|
15688
15688
|
}
|
|
15689
15689
|
}
|
|
15690
15690
|
|
|
15691
|
-
// bazel-out/
|
|
15691
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/parse_extracted_styles.mjs
|
|
15692
15692
|
function parse(value) {
|
|
15693
15693
|
const styles = [];
|
|
15694
15694
|
let i = 0;
|
|
@@ -15782,7 +15782,7 @@ function parseExtractedStyles(job) {
|
|
|
15782
15782
|
}
|
|
15783
15783
|
}
|
|
15784
15784
|
|
|
15785
|
-
// bazel-out/
|
|
15785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/naming.mjs
|
|
15786
15786
|
function nameFunctionsAndVariables(job) {
|
|
15787
15787
|
addNamesToView(job.root, job.componentName, { index: 0 }, job.compatibility === CompatibilityMode.TemplateDefinitionBuilder);
|
|
15788
15788
|
}
|
|
@@ -15923,7 +15923,7 @@ function stripImportant(name) {
|
|
|
15923
15923
|
return name;
|
|
15924
15924
|
}
|
|
15925
15925
|
|
|
15926
|
-
// bazel-out/
|
|
15926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/next_context_merging.mjs
|
|
15927
15927
|
function mergeNextContextExpressions(job) {
|
|
15928
15928
|
for (const unit of job.units) {
|
|
15929
15929
|
for (const op of unit.create) {
|
|
@@ -15969,7 +15969,7 @@ function mergeNextContextsInOps(ops) {
|
|
|
15969
15969
|
}
|
|
15970
15970
|
}
|
|
15971
15971
|
|
|
15972
|
-
// bazel-out/
|
|
15972
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ng_container.mjs
|
|
15973
15973
|
var CONTAINER_TAG = "ng-container";
|
|
15974
15974
|
function generateNgContainerOps(job) {
|
|
15975
15975
|
for (const unit of job.units) {
|
|
@@ -15986,7 +15986,7 @@ function generateNgContainerOps(job) {
|
|
|
15986
15986
|
}
|
|
15987
15987
|
}
|
|
15988
15988
|
|
|
15989
|
-
// bazel-out/
|
|
15989
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nonbindable.mjs
|
|
15990
15990
|
function lookupElement3(elements, xref) {
|
|
15991
15991
|
const el = elements.get(xref);
|
|
15992
15992
|
if (el === void 0) {
|
|
@@ -16016,7 +16016,7 @@ function disableBindings(job) {
|
|
|
16016
16016
|
}
|
|
16017
16017
|
}
|
|
16018
16018
|
|
|
16019
|
-
// bazel-out/
|
|
16019
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/nullish_coalescing.mjs
|
|
16020
16020
|
function generateNullishCoalesceExpressions(job) {
|
|
16021
16021
|
for (const unit of job.units) {
|
|
16022
16022
|
for (const op of unit.ops()) {
|
|
@@ -16032,7 +16032,7 @@ function generateNullishCoalesceExpressions(job) {
|
|
|
16032
16032
|
}
|
|
16033
16033
|
}
|
|
16034
16034
|
|
|
16035
|
-
// bazel-out/
|
|
16035
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/ordering.mjs
|
|
16036
16036
|
function kindTest(kind) {
|
|
16037
16037
|
return (op) => op.kind === kind;
|
|
16038
16038
|
}
|
|
@@ -16122,7 +16122,7 @@ function keepLast(ops) {
|
|
|
16122
16122
|
return ops.slice(ops.length - 1);
|
|
16123
16123
|
}
|
|
16124
16124
|
|
|
16125
|
-
// bazel-out/
|
|
16125
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/phase_remove_content_selectors.mjs
|
|
16126
16126
|
function removeContentSelectors(job) {
|
|
16127
16127
|
for (const unit of job.units) {
|
|
16128
16128
|
const elements = createOpXrefMap(unit);
|
|
@@ -16149,7 +16149,7 @@ function lookupInXrefMap(map, xref) {
|
|
|
16149
16149
|
return el;
|
|
16150
16150
|
}
|
|
16151
16151
|
|
|
16152
|
-
// bazel-out/
|
|
16152
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_creation.mjs
|
|
16153
16153
|
function createPipes(job) {
|
|
16154
16154
|
for (const unit of job.units) {
|
|
16155
16155
|
processPipeBindingsInView(unit);
|
|
@@ -16197,7 +16197,7 @@ function addPipeToCreationBlock(unit, afterTargetXref, binding) {
|
|
|
16197
16197
|
throw new Error(`AssertionError: unable to find insertion point for pipe ${binding.name}`);
|
|
16198
16198
|
}
|
|
16199
16199
|
|
|
16200
|
-
// bazel-out/
|
|
16200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pipe_variadic.mjs
|
|
16201
16201
|
function createVariadicPipes(job) {
|
|
16202
16202
|
for (const unit of job.units) {
|
|
16203
16203
|
for (const op of unit.update) {
|
|
@@ -16214,7 +16214,7 @@ function createVariadicPipes(job) {
|
|
|
16214
16214
|
}
|
|
16215
16215
|
}
|
|
16216
16216
|
|
|
16217
|
-
// bazel-out/
|
|
16217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/propagate_i18n_blocks.mjs
|
|
16218
16218
|
function propagateI18nBlocks(job) {
|
|
16219
16219
|
propagateI18nBlocksToTemplates(job.root, 0);
|
|
16220
16220
|
}
|
|
@@ -16268,7 +16268,7 @@ function wrapTemplateWithI18n(unit, parentI18n) {
|
|
|
16268
16268
|
}
|
|
16269
16269
|
}
|
|
16270
16270
|
|
|
16271
|
-
// bazel-out/
|
|
16271
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_function_extraction.mjs
|
|
16272
16272
|
function extractPureFunctions(job) {
|
|
16273
16273
|
for (const view of job.units) {
|
|
16274
16274
|
for (const op of view.ops()) {
|
|
@@ -16310,7 +16310,7 @@ var PureFunctionConstant = class extends GenericKeyFn {
|
|
|
16310
16310
|
}
|
|
16311
16311
|
};
|
|
16312
16312
|
|
|
16313
|
-
// bazel-out/
|
|
16313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/pure_literal_structures.mjs
|
|
16314
16314
|
function generatePureLiteralStructures(job) {
|
|
16315
16315
|
for (const unit of job.units) {
|
|
16316
16316
|
for (const op of unit.update) {
|
|
@@ -16357,7 +16357,7 @@ function transformLiteralMap(expr) {
|
|
|
16357
16357
|
return new PureFunctionExpr(literalMap(derivedEntries), nonConstantArgs);
|
|
16358
16358
|
}
|
|
16359
16359
|
|
|
16360
|
-
// bazel-out/
|
|
16360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/instruction.mjs
|
|
16361
16361
|
function element(slot, tag, constIndex, localRefIndex, sourceSpan) {
|
|
16362
16362
|
return elementOrContainerBase(Identifiers.element, slot, tag, constIndex, localRefIndex, sourceSpan);
|
|
16363
16363
|
}
|
|
@@ -16898,7 +16898,7 @@ function callVariadicInstruction(config, baseArgs, interpolationArgs, extraArgs,
|
|
|
16898
16898
|
return createStatementOp(callVariadicInstructionExpr(config, baseArgs, interpolationArgs, extraArgs, sourceSpan).toStmt());
|
|
16899
16899
|
}
|
|
16900
16900
|
|
|
16901
|
-
// bazel-out/
|
|
16901
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/reify.mjs
|
|
16902
16902
|
var GLOBAL_TARGET_RESOLVERS = /* @__PURE__ */ new Map([
|
|
16903
16903
|
["window", Identifiers.resolveWindow],
|
|
16904
16904
|
["document", Identifiers.resolveDocument],
|
|
@@ -17257,7 +17257,7 @@ function reifyListenerHandler(unit, name, handlerOps, consumesDollarEvent) {
|
|
|
17257
17257
|
return fn(params, handlerStmts, void 0, void 0, name);
|
|
17258
17258
|
}
|
|
17259
17259
|
|
|
17260
|
-
// bazel-out/
|
|
17260
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_empty_bindings.mjs
|
|
17261
17261
|
function removeEmptyBindings(job) {
|
|
17262
17262
|
for (const unit of job.units) {
|
|
17263
17263
|
for (const op of unit.update) {
|
|
@@ -17278,7 +17278,7 @@ function removeEmptyBindings(job) {
|
|
|
17278
17278
|
}
|
|
17279
17279
|
}
|
|
17280
17280
|
|
|
17281
|
-
// bazel-out/
|
|
17281
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_i18n_contexts.mjs
|
|
17282
17282
|
function removeI18nContexts(job) {
|
|
17283
17283
|
for (const unit of job.units) {
|
|
17284
17284
|
for (const op of unit.create) {
|
|
@@ -17294,7 +17294,7 @@ function removeI18nContexts(job) {
|
|
|
17294
17294
|
}
|
|
17295
17295
|
}
|
|
17296
17296
|
|
|
17297
|
-
// bazel-out/
|
|
17297
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/remove_unused_i18n_attrs.mjs
|
|
17298
17298
|
function removeUnusedI18nAttributesOps(job) {
|
|
17299
17299
|
for (const unit of job.units) {
|
|
17300
17300
|
const ownersWithI18nExpressions = /* @__PURE__ */ new Set();
|
|
@@ -17316,7 +17316,7 @@ function removeUnusedI18nAttributesOps(job) {
|
|
|
17316
17316
|
}
|
|
17317
17317
|
}
|
|
17318
17318
|
|
|
17319
|
-
// bazel-out/
|
|
17319
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_contexts.mjs
|
|
17320
17320
|
function resolveContexts(job) {
|
|
17321
17321
|
for (const unit of job.units) {
|
|
17322
17322
|
processLexicalScope(unit, unit.create);
|
|
@@ -17358,7 +17358,7 @@ function processLexicalScope(view, ops) {
|
|
|
17358
17358
|
}
|
|
17359
17359
|
}
|
|
17360
17360
|
|
|
17361
|
-
// bazel-out/
|
|
17361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_dollar_event.mjs
|
|
17362
17362
|
function resolveDollarEvent(job) {
|
|
17363
17363
|
for (const unit of job.units) {
|
|
17364
17364
|
transformDollarEvent(unit.create);
|
|
@@ -17381,7 +17381,7 @@ function transformDollarEvent(ops) {
|
|
|
17381
17381
|
}
|
|
17382
17382
|
}
|
|
17383
17383
|
|
|
17384
|
-
// bazel-out/
|
|
17384
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_element_placeholders.mjs
|
|
17385
17385
|
function resolveI18nElementPlaceholders(job) {
|
|
17386
17386
|
const i18nContexts = /* @__PURE__ */ new Map();
|
|
17387
17387
|
const elements = /* @__PURE__ */ new Map();
|
|
@@ -17560,7 +17560,7 @@ function addParam(params, placeholder, value, subTemplateIndex, flags) {
|
|
|
17560
17560
|
params.set(placeholder, values);
|
|
17561
17561
|
}
|
|
17562
17562
|
|
|
17563
|
-
// bazel-out/
|
|
17563
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_i18n_expression_placeholders.mjs
|
|
17564
17564
|
function resolveI18nExpressionPlaceholders(job) {
|
|
17565
17565
|
var _a2;
|
|
17566
17566
|
const subTemplateIndices = /* @__PURE__ */ new Map();
|
|
@@ -17613,7 +17613,7 @@ function updatePlaceholder(op, value, i18nContexts, icuPlaceholders) {
|
|
|
17613
17613
|
}
|
|
17614
17614
|
}
|
|
17615
17615
|
|
|
17616
|
-
// bazel-out/
|
|
17616
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_names.mjs
|
|
17617
17617
|
function resolveNames(job) {
|
|
17618
17618
|
for (const unit of job.units) {
|
|
17619
17619
|
processLexicalScope2(unit, unit.create, null);
|
|
@@ -17678,7 +17678,7 @@ function processLexicalScope2(unit, ops, savedView) {
|
|
|
17678
17678
|
}
|
|
17679
17679
|
}
|
|
17680
17680
|
|
|
17681
|
-
// bazel-out/
|
|
17681
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/resolve_sanitizers.mjs
|
|
17682
17682
|
var sanitizerFns = /* @__PURE__ */ new Map([
|
|
17683
17683
|
[SecurityContext.HTML, Identifiers.sanitizeHtml],
|
|
17684
17684
|
[SecurityContext.RESOURCE_URL, Identifiers.sanitizeResourceUrl],
|
|
@@ -17748,7 +17748,7 @@ function getOnlySecurityContext(securityContext) {
|
|
|
17748
17748
|
return securityContext;
|
|
17749
17749
|
}
|
|
17750
17750
|
|
|
17751
|
-
// bazel-out/
|
|
17751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/transform_two_way_binding_set.mjs
|
|
17752
17752
|
function transformTwoWayBindingSet(job) {
|
|
17753
17753
|
for (const unit of job.units) {
|
|
17754
17754
|
for (const op of unit.create) {
|
|
@@ -17798,7 +17798,7 @@ function wrapAction(target, value) {
|
|
|
17798
17798
|
throw new Error(`Unsupported expression in two-way action binding.`);
|
|
17799
17799
|
}
|
|
17800
17800
|
|
|
17801
|
-
// bazel-out/
|
|
17801
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/save_restore_view.mjs
|
|
17802
17802
|
function saveAndRestoreView(job) {
|
|
17803
17803
|
for (const unit of job.units) {
|
|
17804
17804
|
unit.create.prepend([
|
|
@@ -17843,7 +17843,7 @@ function addSaveRestoreViewOperationToListener(unit, op) {
|
|
|
17843
17843
|
}
|
|
17844
17844
|
}
|
|
17845
17845
|
|
|
17846
|
-
// bazel-out/
|
|
17846
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/slot_allocation.mjs
|
|
17847
17847
|
function allocateSlots(job) {
|
|
17848
17848
|
const slotMap = /* @__PURE__ */ new Map();
|
|
17849
17849
|
for (const unit of job.units) {
|
|
@@ -17868,7 +17868,7 @@ function allocateSlots(job) {
|
|
|
17868
17868
|
}
|
|
17869
17869
|
}
|
|
17870
17870
|
|
|
17871
|
-
// bazel-out/
|
|
17871
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/style_binding_specialization.mjs
|
|
17872
17872
|
function specializeStyleBindings(job) {
|
|
17873
17873
|
for (const unit of job.units) {
|
|
17874
17874
|
for (const op of unit.update) {
|
|
@@ -17898,7 +17898,7 @@ function specializeStyleBindings(job) {
|
|
|
17898
17898
|
}
|
|
17899
17899
|
}
|
|
17900
17900
|
|
|
17901
|
-
// bazel-out/
|
|
17901
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/temporary_variables.mjs
|
|
17902
17902
|
function generateTemporaryVariables(job) {
|
|
17903
17903
|
for (const unit of job.units) {
|
|
17904
17904
|
unit.create.prepend(generateTemporaries(unit.create));
|
|
@@ -17956,7 +17956,7 @@ function assignName(names, expr) {
|
|
|
17956
17956
|
expr.name = name;
|
|
17957
17957
|
}
|
|
17958
17958
|
|
|
17959
|
-
// bazel-out/
|
|
17959
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_generation.mjs
|
|
17960
17960
|
function generateTrackFns(job) {
|
|
17961
17961
|
for (const unit of job.units) {
|
|
17962
17962
|
for (const op of unit.create) {
|
|
@@ -17989,7 +17989,7 @@ function generateTrackFns(job) {
|
|
|
17989
17989
|
}
|
|
17990
17990
|
}
|
|
17991
17991
|
|
|
17992
|
-
// bazel-out/
|
|
17992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_fn_optimization.mjs
|
|
17993
17993
|
function optimizeTrackFns(job) {
|
|
17994
17994
|
for (const unit of job.units) {
|
|
17995
17995
|
for (const op of unit.create) {
|
|
@@ -18037,7 +18037,7 @@ function isTrackByFunctionCall(rootView, expr) {
|
|
|
18037
18037
|
return true;
|
|
18038
18038
|
}
|
|
18039
18039
|
|
|
18040
|
-
// bazel-out/
|
|
18040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/track_variables.mjs
|
|
18041
18041
|
function generateTrackVariables(job) {
|
|
18042
18042
|
for (const unit of job.units) {
|
|
18043
18043
|
for (const op of unit.create) {
|
|
@@ -18058,7 +18058,7 @@ function generateTrackVariables(job) {
|
|
|
18058
18058
|
}
|
|
18059
18059
|
}
|
|
18060
18060
|
|
|
18061
|
-
// bazel-out/
|
|
18061
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/var_counting.mjs
|
|
18062
18062
|
function countVariables(job) {
|
|
18063
18063
|
for (const unit of job.units) {
|
|
18064
18064
|
let varCount = 0;
|
|
@@ -18168,7 +18168,7 @@ function isSingletonInterpolation(expr) {
|
|
|
18168
18168
|
return true;
|
|
18169
18169
|
}
|
|
18170
18170
|
|
|
18171
|
-
// bazel-out/
|
|
18171
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/variable_optimization.mjs
|
|
18172
18172
|
function optimizeVariables(job) {
|
|
18173
18173
|
for (const unit of job.units) {
|
|
18174
18174
|
inlineAlwaysInlineVariables(unit.create);
|
|
@@ -18417,7 +18417,7 @@ function allowConservativeInlining(decl, target) {
|
|
|
18417
18417
|
}
|
|
18418
18418
|
}
|
|
18419
18419
|
|
|
18420
|
-
// bazel-out/
|
|
18420
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/phases/wrap_icus.mjs
|
|
18421
18421
|
function wrapI18nIcus(job) {
|
|
18422
18422
|
for (const unit of job.units) {
|
|
18423
18423
|
let currentI18nOp = null;
|
|
@@ -18447,7 +18447,7 @@ function wrapI18nIcus(job) {
|
|
|
18447
18447
|
}
|
|
18448
18448
|
}
|
|
18449
18449
|
|
|
18450
|
-
// bazel-out/
|
|
18450
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/emit.mjs
|
|
18451
18451
|
var phases = [
|
|
18452
18452
|
{ kind: CompilationJobKind.Tmpl, fn: removeContentSelectors },
|
|
18453
18453
|
{ kind: CompilationJobKind.Host, fn: parseHostStyleProperties },
|
|
@@ -18613,7 +18613,7 @@ function emitHostBindingFunction(job) {
|
|
|
18613
18613
|
);
|
|
18614
18614
|
}
|
|
18615
18615
|
|
|
18616
|
-
// bazel-out/
|
|
18616
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template/pipeline/src/ingest.mjs
|
|
18617
18617
|
var compatibilityMode = CompatibilityMode.TemplateDefinitionBuilder;
|
|
18618
18618
|
var domSchema = new DomElementSchemaRegistry();
|
|
18619
18619
|
var NG_TEMPLATE_TAG_NAME = "ng-template";
|
|
@@ -19358,7 +19358,7 @@ function ingestControlFlowInsertionPoint(unit, xref, node) {
|
|
|
19358
19358
|
return null;
|
|
19359
19359
|
}
|
|
19360
19360
|
|
|
19361
|
-
// bazel-out/
|
|
19361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/query_generation.mjs
|
|
19362
19362
|
function renderFlagCheckIfStmt(flags, statements) {
|
|
19363
19363
|
return ifStmt(variable(RENDER_FLAGS).bitwiseAnd(literal(flags), null, false), statements);
|
|
19364
19364
|
}
|
|
@@ -19478,7 +19478,7 @@ function createContentQueriesFunction(queries, constantPool, name) {
|
|
|
19478
19478
|
], INFERRED_TYPE, null, contentQueriesFnName);
|
|
19479
19479
|
}
|
|
19480
19480
|
|
|
19481
|
-
// bazel-out/
|
|
19481
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_parser.mjs
|
|
19482
19482
|
var HtmlParser = class extends Parser2 {
|
|
19483
19483
|
constructor() {
|
|
19484
19484
|
super(getHtmlTagDefinition);
|
|
@@ -19488,7 +19488,7 @@ var HtmlParser = class extends Parser2 {
|
|
|
19488
19488
|
}
|
|
19489
19489
|
};
|
|
19490
19490
|
|
|
19491
|
-
// bazel-out/
|
|
19491
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/html_whitespaces.mjs
|
|
19492
19492
|
var PRESERVE_WS_ATTR_NAME = "ngPreserveWhitespaces";
|
|
19493
19493
|
var SKIP_WS_TRIM_TAGS = /* @__PURE__ */ new Set(["pre", "template", "textarea", "script", "style"]);
|
|
19494
19494
|
var WS_CHARS = " \f\n\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF";
|
|
@@ -19554,7 +19554,7 @@ function visitAllWithSiblings(visitor, nodes) {
|
|
|
19554
19554
|
return result;
|
|
19555
19555
|
}
|
|
19556
19556
|
|
|
19557
|
-
// bazel-out/
|
|
19557
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/binding_parser.mjs
|
|
19558
19558
|
var PROPERTY_PARTS_SEPARATOR = ".";
|
|
19559
19559
|
var ATTRIBUTE_PREFIX = "attr";
|
|
19560
19560
|
var CLASS_PREFIX = "class";
|
|
@@ -19895,7 +19895,7 @@ function moveParseSourceSpan(sourceSpan, absoluteSpan) {
|
|
|
19895
19895
|
return new ParseSourceSpan(sourceSpan.start.moveBy(startDiff), sourceSpan.end.moveBy(endDiff), sourceSpan.fullStart.moveBy(startDiff), sourceSpan.details);
|
|
19896
19896
|
}
|
|
19897
19897
|
|
|
19898
|
-
// bazel-out/
|
|
19898
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/style_url_resolver.mjs
|
|
19899
19899
|
function isStyleUrlResolvable(url) {
|
|
19900
19900
|
if (url == null || url.length === 0 || url[0] == "/")
|
|
19901
19901
|
return false;
|
|
@@ -19904,7 +19904,7 @@ function isStyleUrlResolvable(url) {
|
|
|
19904
19904
|
}
|
|
19905
19905
|
var URL_WITH_SCHEMA_REGEXP = /^([^:/?#]+):/;
|
|
19906
19906
|
|
|
19907
|
-
// bazel-out/
|
|
19907
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/template_parser/template_preparser.mjs
|
|
19908
19908
|
var NG_CONTENT_SELECT_ATTR = "select";
|
|
19909
19909
|
var LINK_ELEMENT = "link";
|
|
19910
19910
|
var LINK_STYLE_REL_ATTR = "rel";
|
|
@@ -19974,7 +19974,7 @@ function normalizeNgContentSelect(selectAttr) {
|
|
|
19974
19974
|
return selectAttr;
|
|
19975
19975
|
}
|
|
19976
19976
|
|
|
19977
|
-
// bazel-out/
|
|
19977
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_control_flow.mjs
|
|
19978
19978
|
var FOR_LOOP_EXPRESSION_PATTERN = /^\s*([0-9A-Za-z_$]*)\s+of\s+([\S\s]*)/;
|
|
19979
19979
|
var FOR_LOOP_TRACK_PATTERN = /^track\s+([\S\s]*)/;
|
|
19980
19980
|
var CONDITIONAL_ALIAS_PATTERN = /^(as\s)+(.*)/;
|
|
@@ -20290,7 +20290,7 @@ function stripOptionalParentheses(param, errors) {
|
|
|
20290
20290
|
return expression.slice(start, end);
|
|
20291
20291
|
}
|
|
20292
20292
|
|
|
20293
|
-
// bazel-out/
|
|
20293
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_triggers.mjs
|
|
20294
20294
|
var TIME_PATTERN = /^\d+\.?\d*(ms|s)?$/;
|
|
20295
20295
|
var SEPARATOR_PATTERN = /^\s$/;
|
|
20296
20296
|
var COMMA_DELIMITED_SYNTAX = /* @__PURE__ */ new Map([
|
|
@@ -20554,7 +20554,7 @@ function parseDeferredTime(value) {
|
|
|
20554
20554
|
return parseFloat(time) * (units === "s" ? 1e3 : 1);
|
|
20555
20555
|
}
|
|
20556
20556
|
|
|
20557
|
-
// bazel-out/
|
|
20557
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_deferred_blocks.mjs
|
|
20558
20558
|
var PREFETCH_WHEN_PATTERN = /^prefetch\s+when\s/;
|
|
20559
20559
|
var PREFETCH_ON_PATTERN = /^prefetch\s+on\s/;
|
|
20560
20560
|
var MINIMUM_PARAMETER_PATTERN = /^minimum\s/;
|
|
@@ -20689,7 +20689,7 @@ function parsePrimaryTriggers(params, bindingParser, errors, placeholder) {
|
|
|
20689
20689
|
return { triggers, prefetchTriggers };
|
|
20690
20690
|
}
|
|
20691
20691
|
|
|
20692
|
-
// bazel-out/
|
|
20692
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/r3_template_transform.mjs
|
|
20693
20693
|
var BIND_NAME_REGEXP = /^(?:(bind-)|(let-)|(ref-|#)|(on-)|(bindon-)|(@))(.*)$/;
|
|
20694
20694
|
var KW_BIND_IDX = 1;
|
|
20695
20695
|
var KW_LET_IDX = 2;
|
|
@@ -21111,7 +21111,7 @@ function textContents(node) {
|
|
|
21111
21111
|
}
|
|
21112
21112
|
}
|
|
21113
21113
|
|
|
21114
|
-
// bazel-out/
|
|
21114
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/template.mjs
|
|
21115
21115
|
var LEADING_TRIVIA_CHARS = [" ", "\n", "\r", " "];
|
|
21116
21116
|
function parseTemplate(template2, templateUrl, options = {}) {
|
|
21117
21117
|
var _a2;
|
|
@@ -21185,7 +21185,7 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG) {
|
|
|
21185
21185
|
return new BindingParser(new Parser(new Lexer()), interpolationConfig, elementRegistry, []);
|
|
21186
21186
|
}
|
|
21187
21187
|
|
|
21188
|
-
// bazel-out/
|
|
21188
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/compiler.mjs
|
|
21189
21189
|
var COMPONENT_VARIABLE = "%COMP%";
|
|
21190
21190
|
var HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
21191
21191
|
var CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
@@ -21547,7 +21547,7 @@ function createHostDirectivesMappingArray(mapping) {
|
|
|
21547
21547
|
return elements.length > 0 ? literalArr(elements) : null;
|
|
21548
21548
|
}
|
|
21549
21549
|
|
|
21550
|
-
// bazel-out/
|
|
21550
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/view/t2_binder.mjs
|
|
21551
21551
|
var R3TargetBinder = class {
|
|
21552
21552
|
constructor(directiveMatcher) {
|
|
21553
21553
|
this.directiveMatcher = directiveMatcher;
|
|
@@ -22180,11 +22180,11 @@ function extractScopedNodeEntities(rootScope) {
|
|
|
22180
22180
|
return templateEntities;
|
|
22181
22181
|
}
|
|
22182
22182
|
|
|
22183
|
-
// bazel-out/
|
|
22183
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/resource_loader.mjs
|
|
22184
22184
|
var ResourceLoader = class {
|
|
22185
22185
|
};
|
|
22186
22186
|
|
|
22187
|
-
// bazel-out/
|
|
22187
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/jit_compiler_facade.mjs
|
|
22188
22188
|
var CompilerFacadeImpl = class {
|
|
22189
22189
|
constructor(jitEvaluator = new JitEvaluator()) {
|
|
22190
22190
|
this.jitEvaluator = jitEvaluator;
|
|
@@ -22745,17 +22745,17 @@ function publishFacade(global) {
|
|
|
22745
22745
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
22746
22746
|
}
|
|
22747
22747
|
|
|
22748
|
-
// bazel-out/
|
|
22749
|
-
var VERSION2 = new Version("18.0.0-next.
|
|
22748
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/version.mjs
|
|
22749
|
+
var VERSION2 = new Version("18.0.0-next.3");
|
|
22750
22750
|
|
|
22751
|
-
// bazel-out/
|
|
22751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
22752
22752
|
var _VisitorMode;
|
|
22753
22753
|
(function(_VisitorMode2) {
|
|
22754
22754
|
_VisitorMode2[_VisitorMode2["Extract"] = 0] = "Extract";
|
|
22755
22755
|
_VisitorMode2[_VisitorMode2["Merge"] = 1] = "Merge";
|
|
22756
22756
|
})(_VisitorMode || (_VisitorMode = {}));
|
|
22757
22757
|
|
|
22758
|
-
// bazel-out/
|
|
22758
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/ml_parser/xml_tags.mjs
|
|
22759
22759
|
var XmlTagDefinition = class {
|
|
22760
22760
|
constructor() {
|
|
22761
22761
|
this.closedByParent = false;
|
|
@@ -22777,7 +22777,7 @@ var XmlTagDefinition = class {
|
|
|
22777
22777
|
};
|
|
22778
22778
|
var _TAG_DEFINITION = new XmlTagDefinition();
|
|
22779
22779
|
|
|
22780
|
-
// bazel-out/
|
|
22780
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/render3/partial/api.mjs
|
|
22781
22781
|
var FactoryTarget2;
|
|
22782
22782
|
(function(FactoryTarget3) {
|
|
22783
22783
|
FactoryTarget3[FactoryTarget3["Directive"] = 0] = "Directive";
|
|
@@ -22787,10 +22787,10 @@ var FactoryTarget2;
|
|
|
22787
22787
|
FactoryTarget3[FactoryTarget3["NgModule"] = 4] = "NgModule";
|
|
22788
22788
|
})(FactoryTarget2 || (FactoryTarget2 = {}));
|
|
22789
22789
|
|
|
22790
|
-
// bazel-out/
|
|
22790
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler/src/compiler.mjs
|
|
22791
22791
|
publishFacade(_global);
|
|
22792
22792
|
|
|
22793
|
-
// bazel-out/
|
|
22793
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/migration.mjs
|
|
22794
22794
|
var import_typescript4 = __toESM(require("typescript"), 1);
|
|
22795
22795
|
function migrateTemplate(template2) {
|
|
22796
22796
|
if (!template2.includes(")]=")) {
|
|
@@ -22915,7 +22915,7 @@ var InvalidTwoWayBindingCollector = class extends RecursiveVisitor {
|
|
|
22915
22915
|
}
|
|
22916
22916
|
};
|
|
22917
22917
|
|
|
22918
|
-
// bazel-out/
|
|
22918
|
+
// bazel-out/k8-fastbuild/bin/packages/core/schematics/migrations/invalid-two-way-bindings/index.mjs
|
|
22919
22919
|
function invalid_two_way_bindings_default() {
|
|
22920
22920
|
return (tree) => __async(this, null, function* () {
|
|
22921
22921
|
const { buildPaths, testPaths } = yield getProjectTsConfigPaths(tree);
|