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.
Incorrect end position of TypeInstantiation inside TypeReference #406
Closed
Description
What version of TypeScript are you using?
Both 2.6.1 and 2.6.2
What version of typescript-eslint-parser
are you using?
master (9.0.0)
What code were you trying to parse?
interface AudioBufferList {
mBuffers: interop.Reference<any /*AudioBuffer*/>;
}
What did you expect to happen?
The end position of TypeInstantiation
node should be the character >
.
What happened?
The end position of TypeInstantiation
node is the character right after any
.