Skip to main content

Crate code_ranker_plugin_javascript

Crate code_ranker_plugin_javascript 

Source
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§

JavascriptPlugin
The JavaScript language plugin (handles .js / .jsx / .mjs / .cjs).