Files
openstapps/packages/easy-ast
Thea Schöbl 4e4c7b5cc9 feat: publishing workflow
refactor: update changelog
v3.0.0-next.0
2023-07-03 13:44:42 +02:00
..
2023-06-29 16:01:42 +02:00
2023-07-03 13:44:42 +02:00
2023-07-03 13:44:42 +02:00
2023-05-31 14:04:05 +02:00
2023-05-31 14:04:05 +02:00

What is Easy AST?

Easy AST is a "wrapper" around the TypeScript Compiler API. The TS Compiler API is built for many much more complex things than just accessing type declarations, and thus comes with a ton of bloat that makes it really difficult to work with.

This is why we built the Easy AST, which converts the TS representation to a really easy and lightweight structure, that removes a lot of the stuff you wouldn't really need.