tom_ast_generator 0.1.5 copy "tom_ast_generator: ^0.1.5" to clipboard
tom_ast_generator: ^0.1.5 copied to clipboard

AST converter from Dart analyzer AST to serializable AST model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tom_ast_generator

With Flutter:

 $ flutter pub add tom_ast_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tom_ast_generator: ^0.1.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tom_ast_generator/tom_ast_generator.dart';
0
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AST converter from Dart analyzer AST to serializable AST model.

Homepage
Repository (GitHub)
View/report issues

Topics

#ast #analyzer #interpreter #d4rt

License

BSD-3-Clause (license)

Dependencies

analyzer, args, glob, path, tom_ast_model, tom_build_base, tom_d4rt_ast, yaml

More

Packages that depend on tom_ast_generator