This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Definite assignment assertions not in AST #424
Labels
Comments
I'd go with
|
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Jan 11, 2018
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Jan 11, 2018
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Jan 11, 2018
For me the parallel with As per Nicolo's comment here: babel/babel#7159 (comment) |
@sgoll We will definitely be going for whatever is agreed on that babylon PR to stay aligned, so if you feel strongly about it either way please add to the discussion on there. Thanks! |
@JamesHenry Done that, and you are right, of course—the parallel with |
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Feb 10, 2018
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Feb 17, 2018
azz
added a commit
to azz/typescript-eslint-parser
that referenced
this issue
Feb 18, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of TypeScript are you using?
[email protected]
What version of
typescript-eslint-parser
are you using?master
What code were you trying to parse?
What did you expect to happen?
Something like
definite: true
orexclamationToken: true
in the AST. In the TS AST it is calledexclamationToken
.New in microsoft/TypeScript#20166
What happened?
Thoughts on which property name to go for?
The text was updated successfully, but these errors were encountered: