alias
Noir::ZigCalleeExtractor::Prepared
Overview
Shared prep for framework analyzers that need both comment-stripped text
(string contents preserved for route paths) and non-code-stripped text /
chars (for brace matching + test-block ranges). Builds source.chars
once and reuses it for both walks — previously every analyzer paid for
two independent source.chars + two strip passes.
Alias Definition
{comments: String, non_code: String, non_code_chars: Array(Char)}