Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 17:29
· 4 commits to main since this release

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-deploy variants.

Full Changelog: v0.5.1...v0.6.0