Description
Enables Tree-sitter-based editors and tools to parse JavaScript code. It helps provide language-aware highlighting, structural selection, code navigation, folding, and queries for web and Node.js projects.
Parsing JavaScript is not the same as linting or type checking. Use dedicated tools for security, bundling, and runtime validation.