@angular/core 17.3.9 → 17.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29372,7 +29372,7 @@ function publishFacade(global) {
29372
29372
  }
29373
29373
 
29374
29374
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
29375
- var VERSION2 = new Version("17.3.9");
29375
+ var VERSION2 = new Version("17.3.10");
29376
29376
 
29377
29377
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
29378
29378
  var _I18N_ATTR = "i18n";
@@ -30438,7 +30438,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
30438
30438
  function compileDeclareClassMetadata(metadata) {
30439
30439
  const definitionMap = new DefinitionMap();
30440
30440
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
30441
- definitionMap.set("version", literal("17.3.9"));
30441
+ definitionMap.set("version", literal("17.3.10"));
30442
30442
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30443
30443
  definitionMap.set("type", metadata.type);
30444
30444
  definitionMap.set("decorators", metadata.decorators);
@@ -30507,7 +30507,7 @@ function createDirectiveDefinitionMap(meta) {
30507
30507
  const definitionMap = new DefinitionMap();
30508
30508
  const minVersion = getMinimumVersionForPartialOutput(meta);
30509
30509
  definitionMap.set("minVersion", literal(minVersion));
30510
- definitionMap.set("version", literal("17.3.9"));
30510
+ definitionMap.set("version", literal("17.3.10"));
30511
30511
  definitionMap.set("type", meta.type.value);
30512
30512
  if (meta.isStandalone) {
30513
30513
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -30806,7 +30806,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
30806
30806
  function compileDeclareFactoryFunction(meta) {
30807
30807
  const definitionMap = new DefinitionMap();
30808
30808
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
30809
- definitionMap.set("version", literal("17.3.9"));
30809
+ definitionMap.set("version", literal("17.3.10"));
30810
30810
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30811
30811
  definitionMap.set("type", meta.type.value);
30812
30812
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -30829,7 +30829,7 @@ function compileDeclareInjectableFromMetadata(meta) {
30829
30829
  function createInjectableDefinitionMap(meta) {
30830
30830
  const definitionMap = new DefinitionMap();
30831
30831
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
30832
- definitionMap.set("version", literal("17.3.9"));
30832
+ definitionMap.set("version", literal("17.3.10"));
30833
30833
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30834
30834
  definitionMap.set("type", meta.type.value);
30835
30835
  if (meta.providedIn !== void 0) {
@@ -30867,7 +30867,7 @@ function compileDeclareInjectorFromMetadata(meta) {
30867
30867
  function createInjectorDefinitionMap(meta) {
30868
30868
  const definitionMap = new DefinitionMap();
30869
30869
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
30870
- definitionMap.set("version", literal("17.3.9"));
30870
+ definitionMap.set("version", literal("17.3.10"));
30871
30871
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30872
30872
  definitionMap.set("type", meta.type.value);
30873
30873
  definitionMap.set("providers", meta.providers);
@@ -30891,7 +30891,7 @@ function createNgModuleDefinitionMap(meta) {
30891
30891
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
30892
30892
  }
30893
30893
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
30894
- definitionMap.set("version", literal("17.3.9"));
30894
+ definitionMap.set("version", literal("17.3.10"));
30895
30895
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30896
30896
  definitionMap.set("type", meta.type.value);
30897
30897
  if (meta.bootstrap.length > 0) {
@@ -30926,7 +30926,7 @@ function compileDeclarePipeFromMetadata(meta) {
30926
30926
  function createPipeDefinitionMap(meta) {
30927
30927
  const definitionMap = new DefinitionMap();
30928
30928
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
30929
- definitionMap.set("version", literal("17.3.9"));
30929
+ definitionMap.set("version", literal("17.3.10"));
30930
30930
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30931
30931
  definitionMap.set("type", meta.type.value);
30932
30932
  if (meta.isStandalone) {
@@ -30943,7 +30943,7 @@ function createPipeDefinitionMap(meta) {
30943
30943
  publishFacade(_global);
30944
30944
 
30945
30945
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
30946
- var VERSION3 = new Version("17.3.9");
30946
+ var VERSION3 = new Version("17.3.10");
30947
30947
 
30948
30948
  // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
30949
30949
  var import_typescript5 = __toESM(require("typescript"), 1);