//! Re-exports `bynk-ide`'s locals-navigation logic (#808) — moved there so
//! it's reachable from `bynk-wasm` too, which can't depend on this crate's
//! `tower-lsp`/`tokio` stack. See `bynk_ide::locals_nav` for the real module.
pubusebynk_ide::locals_nav::*;