sqry-lang-elixir 8.0.7

Elixir language plugin for sqry
Documentation
1
2
3
4
5
6
//! Elixir `GraphBuilder` (Phase 5B). API has been synced with current `CodeGraph`.
//!
//! No new semantics here. New behaviour must go via `sqry_core::graph::GraphBuilder` and the language-specific `*GraphBuilder` (see this module's export) to build `CodeGraph`.
pub mod graph_builder;
pub mod type_extractor;
pub use graph_builder::ElixirGraphBuilder;