0.0.4-4 • Published 1 year ago

flutter-ast v0.0.4-4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.4-3

1 year ago

0.0.4-2

1 year ago

0.0.4-1

1 year ago

0.0.4

1 year ago

0.0.3-3

1 year ago

0.0.3-2

1 year ago

0.0.3-1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago