sway_lsp::core

Module token_map

Source

Re-exports§

pub use crate::core::token_map_ext::TokenMapExt;

Structs§

TokenMap
The TokenMap is the main data structure of the language server. It stores all of the tokens that have been parsed and typechecked by the sway compiler.