Skip to content

Commit

Permalink
removed incorrect passthrough type
Browse files Browse the repository at this point in the history
  • Loading branch information
azizghuloum committed Dec 24, 2024
1 parent 1f06c53 commit 5c79fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const pass_through: { [k in SyntaxKind]?: list_tag } = {
[SyntaxKind.ModuleDeclaration]: "module_declaration",
[SyntaxKind.TypeOperator]: "type_operator",
[SyntaxKind.MappedType]: "mapped_type",
[SyntaxKind.TypeReference]: "type_reference",
[SyntaxKind.CallSignature]: "call_signature",
[SyntaxKind.ArrayType]: "array_type",
[SyntaxKind.TypeLiteral]: "type_literal",
Expand Down

0 comments on commit 5c79fce

Please sign in to comment.