Expand description
JavaScript language adapter for sdivi-rust.
Implements sdivi_parsing::adapter::LanguageAdapter for .js and .mjs
source files using the tree-sitter-javascript grammar.
§Thread safety
tree_sitter::Parser is not Send. Parsers are stored in thread_local!
storage so that JavaScriptAdapter itself can be Send + Sync and
participate in rayon parallel parsing.
Structs§
- Java
Script Adapter - Language adapter for JavaScript source files.