Skip to content

parser: true in type should be TSLiteralType instead of TSTypeReference #8624

@kermanx

Description

@kermanx

Current behavior (playground):

type T = true
//       ---- TSTypeReference

type F = false
//       ----- TSLiteralType √

Expected:

type T = true
//       ---- TSLiteralType

Metadata

Metadata

Assignees

Labels

C-bugCategory - Bug

Type

No type

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions