tom_ast_model 0.1.3
tom_ast_model: ^0.1.3 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.
0.1.3 #
- Housekeeping: test artifacts now live in a gitignored
testlog/folder;doc/no longer ships machine-generated baselines or last_testrun.json. No code changes.
0.1.2 #
- Documentation: limitations and user guide updated; README aligned with the source-primary documentation reframe across the D4rt ecosystem.
0.1.1 #
- Add
StaticResolverand theresolvedSlot/declSlotnode fields that back the interpreter's slot-based variable resolution (static name → frame slot binding computed once, replacing per-access map lookups). - Add
ForEachPartsWithPatternsupport so pattern-destructuringfor-inloops round-trip through the serializable AST.
0.1.0 #
- Initial release — extracted from
tom_d4rt_ast - Pure AST model classes with JSON serialization
- Zero external dependencies