Skip to content

Commit

Permalink
removed comment in parser function
Browse files Browse the repository at this point in the history
  • Loading branch information
Astroner committed Jan 13, 2023
1 parent 5d17d6e commit d44f6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/parseTypeNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d44f6c0

Please sign in to comment.