parser/dart_ast_parser library
Classes
- DartAstParser
-
Lightweight AST parser that uses
parseStringfor fast, non-resolved parsing of Dart source files. This works without needing a full analysis context, making it fast and portable.
parseString for fast, non-resolved
parsing of Dart source files. This works without needing a full
analysis context, making it fast and portable.