You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
duailibe
changed the title
TS 2.6.2 changed TSAbstractKeyword to TSFirstContextualKeyword
TS 2.6.2: Error: Unknown AST_NODE_TYPE: "TSFirstContextualKeyword"
Nov 29, 2017
What version of TypeScript are you using?
2.6.2
What version of
typescript-eslint-parser
are you using?master (9.0.0)
What code were you trying to parse?
What did you expect to happen?
AST should have a
TSAbstractKeyword
node inmodifiers
arrayWhat happened?
AST does not have a
TSAbstractKeyword
node and errors withError: Unknown AST_NODE_TYPE: "TSFirstContextualKeyword"
.That's related to the lines in: TS source
I can get a PR for this if you think we should fix this here.
Thanks!
The text was updated successfully, but these errors were encountered: