tom_ast_model 0.1.1
tom_ast_model: ^0.1.1 copied to clipboard
Serializable AST model for Dart source code. A complete, self-contained AST representation with JSON serialization — independent of the Dart analyzer and any interpreter runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tom_ast_modelThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tom_ast_model: ^0.1.1Alternatively, your editor might support dart 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_model/tom_ast_model.dart';