From d44f6c060810b1c72a26947cdc79aee03486677e Mon Sep 17 00:00:00 2001 From: Evgeny Nikiforov Date: Fri, 13 Jan 2023 04:22:00 +0300 Subject: [PATCH] removed comment in parser function --- src/parser/parseTypeNode.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser/parseTypeNode.ts b/src/parser/parseTypeNode.ts index 89d60f6..c887aac 100644 --- a/src/parser/parseTypeNode.ts +++ b/src/parser/parseTypeNode.ts @@ -415,7 +415,6 @@ export const parseTypeNode = ( ); } - // You need to refactor this shit based on type.isUnion() and type, coz somehow typePart has type of Reference, but typePart's type is Union xDxDxD if (ts.isUnionTypeNode(node)) { return pipe( config,