Expand description
JavaScript language plugin for Code Ranker.
A thin adapter over the shared, grammar-agnostic engine in
code-ranker-ecmascript-core: it binds the tree-sitter-javascript grammar
to .js / .jsx / .mjs / .cjs and detects projects by package.json.
It depends on the shared core as a peer — never on the TypeScript plugin (and
vice-versa).
Structs§
- Javascript
Plugin - The JavaScript language plugin (handles .js / .jsx / .mjs / .cjs).