1.0.2 • Published 2 years ago

@originjs/vue-sfc-ast-parser v1.0.2

Weekly downloads
-
License
MulanPSL2
Repository
-
Last release
2 years ago

vue-sfc-ast-parser

An AST parser for vue-sfc. This is extracted from vue-codemod

Template parser

The AST parser for template part of vue-sfc is vue-eslint-parser.

Script parser

The AST parser for script part of vue-sfc is jscodeshift. Actually it's using babel parser.

Style parser

There is no valid AST parser for style part yet. Contributions are welcome. :-)