v0.6.0
meta-ast v0.6.0
Polyglot static analysis engine for Python, JavaScript, TypeScript, TSX, C, C++, Rust, Go, and Ruby.
See the README for usage.
Features
- graph: Return the flattened scope cache from the graph builder (fbe7ba5)
Refactoring
- cache: Move extraction cache and re-analysis out of the watch feature (a776203)
Testing
- integration: Cover the public cache and re-analysis seams (9f26838)
Install
- CLI:
cargo install meta-ast --version 0.6.0 - Library:
cargo add meta-ast@0.6.0 - Prebuilt binaries are attached for Linux (glibc and musl), macOS (x86_64 and aarch64), and Windows (x86_64 and aarch64), in core and
metacall-deployvariants.
Full Changelog: v0.5.1...v0.6.0