-
-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Is it possible to use this module standlone, without eslint?
I need to extract javascript function invocation from vue template (dynamic attributes and templates).
import { parse } from "vue-eslint-parser";
const ast = parse( t, {
"sourceType": "module",
}
}
It creates AST but how to traverse it? estraverse and @babel/traverse not works, they stops on Program node and doesn't go further.
Could you give some examples, please. Documentations is very limited.
Metadata
Metadata
Assignees
Labels
No labels