JSPM

typescript-ast-explorer

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q23305F
  • License MIT

Command line tool to explore TypeScript projects and SourceFile abstract syntax tree interactively

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