SwiftFiddle/swift-ast-explorer

Expose instance properties and methods?

shogunsea opened this issue · 0 comments

image

currently this tool only expose kind, leadingTrivia, text, trailingTrivia properties, but I found in most of cases we want to get more info out of these AST nodes.
Coming from js web background, I would really love to see this tool expose more instance properties like https://astexplorer.net/ does.