Package Exports
- ts-simple-ast-extra
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 (ts-simple-ast-extra) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ts-simple-ast-extra
extra utilities for ts-simple-ast that make sense on my plugins, like abstract types, test helpers, utilities, etc
while typescript-ast-util and typescript-plugin-util must remain independent on any library - this is very dependant on ts-simple-ast.
Lots of code refactors.
API docs
TODO
- build "Incremental build support using the language services" from https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API so we can debug the whole experience in debugger instead of debugging using plugin manually in the editor!