Re-exports§
pub use crate::core::token_map_ext::TokenMapExt;
Structs§
- 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.
pub use crate::core::token_map_ext::TokenMapExt;