@angular/core 17.3.4 → 17.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/src/render3/component_ref.mjs +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/esm2022/testing/src/logger.mjs +3 -3
- package/fesm2022/core.mjs +3 -3
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/migrations/block-template-entities/bundle.js +1 -1
- package/schematics/migrations/block-template-entities/bundle.js.map +1 -1
- package/schematics/migrations/invalid-two-way-bindings/bundle.js +1 -1
- package/schematics/migrations/invalid-two-way-bindings/bundle.js.map +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js +1 -1
- package/schematics/ng-generate/control-flow-migration/bundle.js.map +1 -1
- package/schematics/ng-generate/standalone-migration/bundle.js +13 -13
- package/schematics/ng-generate/standalone-migration/bundle.js.map +2 -2
- package/testing/index.d.ts +1 -1
|
@@ -29342,7 +29342,7 @@ function publishFacade(global) {
|
|
|
29342
29342
|
}
|
|
29343
29343
|
|
|
29344
29344
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/version.mjs
|
|
29345
|
-
var VERSION2 = new Version("17.3.
|
|
29345
|
+
var VERSION2 = new Version("17.3.5");
|
|
29346
29346
|
|
|
29347
29347
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler/src/i18n/extractor_merger.mjs
|
|
29348
29348
|
var _I18N_ATTR = "i18n";
|
|
@@ -30408,7 +30408,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION = "12.0.0";
|
|
|
30408
30408
|
function compileDeclareClassMetadata(metadata) {
|
|
30409
30409
|
const definitionMap = new DefinitionMap();
|
|
30410
30410
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30411
|
-
definitionMap.set("version", literal("17.3.
|
|
30411
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30412
30412
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30413
30413
|
definitionMap.set("type", metadata.type);
|
|
30414
30414
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30477,7 +30477,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30477
30477
|
const definitionMap = new DefinitionMap();
|
|
30478
30478
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30479
30479
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30480
|
-
definitionMap.set("version", literal("17.3.
|
|
30480
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30481
30481
|
definitionMap.set("type", meta.type.value);
|
|
30482
30482
|
if (meta.isStandalone) {
|
|
30483
30483
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30776,7 +30776,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION2 = "12.0.0";
|
|
|
30776
30776
|
function compileDeclareFactoryFunction(meta) {
|
|
30777
30777
|
const definitionMap = new DefinitionMap();
|
|
30778
30778
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION2));
|
|
30779
|
-
definitionMap.set("version", literal("17.3.
|
|
30779
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30780
30780
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30781
30781
|
definitionMap.set("type", meta.type.value);
|
|
30782
30782
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30799,7 +30799,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
30799
30799
|
function createInjectableDefinitionMap(meta) {
|
|
30800
30800
|
const definitionMap = new DefinitionMap();
|
|
30801
30801
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION3));
|
|
30802
|
-
definitionMap.set("version", literal("17.3.
|
|
30802
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30803
30803
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30804
30804
|
definitionMap.set("type", meta.type.value);
|
|
30805
30805
|
if (meta.providedIn !== void 0) {
|
|
@@ -30837,7 +30837,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
30837
30837
|
function createInjectorDefinitionMap(meta) {
|
|
30838
30838
|
const definitionMap = new DefinitionMap();
|
|
30839
30839
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION4));
|
|
30840
|
-
definitionMap.set("version", literal("17.3.
|
|
30840
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30841
30841
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30842
30842
|
definitionMap.set("type", meta.type.value);
|
|
30843
30843
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30861,7 +30861,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30861
30861
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30862
30862
|
}
|
|
30863
30863
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION5));
|
|
30864
|
-
definitionMap.set("version", literal("17.3.
|
|
30864
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30865
30865
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30866
30866
|
definitionMap.set("type", meta.type.value);
|
|
30867
30867
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30896,7 +30896,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
30896
30896
|
function createPipeDefinitionMap(meta) {
|
|
30897
30897
|
const definitionMap = new DefinitionMap();
|
|
30898
30898
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION6));
|
|
30899
|
-
definitionMap.set("version", literal("17.3.
|
|
30899
|
+
definitionMap.set("version", literal("17.3.5"));
|
|
30900
30900
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30901
30901
|
definitionMap.set("type", meta.type.value);
|
|
30902
30902
|
if (meta.isStandalone) {
|
|
@@ -30913,7 +30913,7 @@ function createPipeDefinitionMap(meta) {
|
|
|
30913
30913
|
publishFacade(_global);
|
|
30914
30914
|
|
|
30915
30915
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
30916
|
-
var VERSION3 = new Version("17.3.
|
|
30916
|
+
var VERSION3 = new Version("17.3.5");
|
|
30917
30917
|
|
|
30918
30918
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
30919
30919
|
var import_typescript5 = __toESM(require("typescript"), 1);
|
|
@@ -35705,6 +35705,10 @@ var ImportManager = class {
|
|
|
35705
35705
|
this._config = _config;
|
|
35706
35706
|
this.newImports = /* @__PURE__ */ new Map();
|
|
35707
35707
|
this.nextUniqueIndex = 0;
|
|
35708
|
+
this.reuseGeneratedImportsTracker = {
|
|
35709
|
+
directReuseCache: /* @__PURE__ */ new Map(),
|
|
35710
|
+
namespaceImportReuseCache: /* @__PURE__ */ new Map()
|
|
35711
|
+
};
|
|
35708
35712
|
this.config = __spreadValues({
|
|
35709
35713
|
shouldUseSingleQuotes: () => false,
|
|
35710
35714
|
rewriter: null,
|
|
@@ -35718,10 +35722,6 @@ var ImportManager = class {
|
|
|
35718
35722
|
reusedAliasDeclarations: /* @__PURE__ */ new Set(),
|
|
35719
35723
|
updatedImports: /* @__PURE__ */ new Map()
|
|
35720
35724
|
};
|
|
35721
|
-
this.reuseGeneratedImportsTracker = {
|
|
35722
|
-
directReuseCache: /* @__PURE__ */ new Map(),
|
|
35723
|
-
namespaceImportReuseCache: /* @__PURE__ */ new Map()
|
|
35724
|
-
};
|
|
35725
35725
|
}
|
|
35726
35726
|
addSideEffectImport(requestedFile, moduleSpecifier) {
|
|
35727
35727
|
if (this.config.rewriter !== null) {
|