Is there any TypeScript AST explorer

I need to examine the Abstract Arbitrary TypeScript Syntax Tree visually, without having to manually parse the code and read a JSON file or use a debugger.

Ideally, something similar to https://astexplorer.net/ but with TypeScript support. Do you know of any site that implements this?

thank

+6


source to share





All Articles