An AST parser for vue-sfc
. This is extracted from vue-codemod
The AST parser for template
part of vue-sfc
is vue-eslint-parser.
The AST parser for script
part of vue-sfc
is jscodeshift. Actually it's using babel parser.
There is no valid AST parser for style
part yet. Contributions are welcome. :-)