Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 258 Bytes

ast.md

File metadata and controls

7 lines (4 loc) · 258 Bytes

AST

Swc4j implements all SWC AST nodes. The AST structure is as follows:

AST Structure

Visit the SWC playground if you want to visualize the AST structure.