Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Add suport for default type parameters (TS 2.3) #235

Closed
@soda0289

Description

@soda0289

What version of TypeScript are you using?
2.3

What version of typescript-eslint-parser are you using?
master

What code were you trying to parse?

class Foo<T = Bar> {

}

What did you expect to happen?
I expected the AST to contain the default value for type parameter T.

What happened?
The default type parameter value is not saved

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions