alias

Noir::ZigCalleeExtractor::Prepared

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.