vue_oxc_toolkit
Include a fork from
vue-oxc-parseroriginally created by zhiyuanzmj.
A toolkit to parse .vue file into semantically correct oxc jsx/tsx ast. Include generate module_record, irregular_whitespaces which are required by oxc_linter.
Usage
use VueOxcParser;
use Allocator;
use ParserReturn;
This project includes a fork from vue-oxc-parser. But with local latest dependencies of oxc, and remove unused stringify ast functions.