@coderabbitai/ast-grep-langs
v1.0.0
Published
Exports all first-party ast-grep languages
Keywords
Readme
@coderabbitai/ast-grep-langs
Exports all first-party ast-grep languages
Installation
pnpm i @coderabbitai/ast-grep-langs @ast-grep/napiUsage
import { registerDynamicLanguage } from "@ast-grep/napi"
import { langs } from "@coderabbitai/ast-grep-langs"
// @ts-expect-error Type `StaticLangRegistration` is missing the following
// properties from type `LangRegistration`: `libraryPath`, `extensions`.
registerDynamicLanguage(langs)