You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tree-sitter module is an optional dependency. This reduces the risk of installation problems on Windows and also makes the library more light weight.
Make all tree-sitter-{language} dependencies optional. They are only needed at runtime for the NodeParserAdapter - the WasmParserAdapter does not need them (they use prebuilt dist/*.wasm files included in the module).