Package Exports
- typescript-ast-explorer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-ast-explorer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
typescript-ast-explorer
WIP
- Early proof of the concept screen casts
- explore a local TypeScript project with an Command Line interactive tool.
- See it file structure and the AST nodes inside each file.
- Navigate through the AST and source code like.
TODO
- query elements across the project using CSS-like language (tsquery)
- filter nodes by kind or name or query
- apply refactors interactively