bynk-lsp 0.230.0

bynkc-lsp — the Language Server for the Bynk DSL.
Documentation
1
2
3
4
//! 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.
pub use bynk_ide::locals_nav::*;