diff --git a/src/normalize/core.ts b/src/normalize/core.ts index 545e24ff8a..c26c2d4592 100644 --- a/src/normalize/core.ts +++ b/src/normalize/core.ts @@ -68,7 +68,6 @@ export class CoreNormalizer extends SpecMapper n).join('_')} : {}), ...(encoding ? {encoding} : {}) }; - if (parentEncoding || parentProjection) { return this.mapUnitWithParentEncodingOrProjection(specWithReplacedEncoding, params); } @@ -212,6 +211,7 @@ export class CoreNormalizer extends SpecMapper, @@ -224,14 +224,21 @@ export class CoreNormalizer extends SpecMapper