Open magne4000 opened 1 year ago
I haven't implemented TypeScript support because a lot of nodes are different in TypeScript. So it would need a lot of code to support TypeScript AST. I'm currently not implementing it as there is not much demand for it. I would be happy to implement it once there is enough demand. Thanks for opening the issue.
question, is this usable with https://typescript-eslint.io/packages/typescript-estree?
It's not compatible with typescript-estree
scope currently does not support Typescript instructions, so for the following snippet:
A
has no references computed if I traverse this code. I generate the ast through recast/magicast.