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

TSAbstractMethodDefinition is not used for abstract constructors #228

Closed
azz opened this issue Apr 29, 2017 · 0 comments
Closed

TSAbstractMethodDefinition is not used for abstract constructors #228

azz opened this issue Apr 29, 2017 · 0 comments
Labels

Comments

@azz
Copy link
Contributor

azz commented Apr 29, 2017

What version of TypeScript are you using?

n/a

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

master (post 2.1.0)

What code were you trying to parse?

abstract class Foo {
  abstract constructor();
}

What did you expect to happen?

AST for the constructor to have type TSAbstractMethodDefinition.

What happened?

AST for the constructor has type MethodDefinition.

azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 29, 2017
azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 29, 2017
azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 29, 2017
@JamesHenry JamesHenry added bug and removed triage labels Apr 29, 2017
azz added a commit to azz/typescript-eslint-parser that referenced this issue Apr 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants