mix compile.elixir_scope (elixir_scope v0.0.1)
Mix compiler that transforms Elixir ASTs to inject ElixirScope instrumentation.
This compiler:
- Runs before the standard Elixir compiler
- Transforms ASTs based on AI-generated instrumentation plans
- Preserves original code semantics and metadata
- Injects calls to ElixirScope.Capture.InstrumentationRuntime
Summary
Functions
Transforms an AST directly with a given plan (used by tests).