0.0.4-4 • Published 2 years ago

flutter-ast v0.0.4-4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

flutter-ast

Flutter ast parser for nodejs

npm install flutter-ast
yarn add flutter-ast
import { parse } from "flutter-ast";

const ast = parse(`<your dart file source here>`);

// example, see the class ast trees
console.log(ast.file.classes);

LICENSE: MIT

0.0.4-4

2 years ago

0.0.4-3

2 years ago

0.0.4-2

2 years ago

0.0.4-1

2 years ago

0.0.4

2 years ago

0.0.3-3

2 years ago

0.0.3-2

2 years ago

0.0.3-1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago