Socket
Book a DemoInstallSign in
Socket

@coderabbitai/ast-grep-langs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderabbitai/ast-grep-langs

Exports all first-party ast-grep languages

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
260
-49.71%
Maintainers
1
Weekly downloads
 
Created
Source

@coderabbitai/ast-grep-langs

Node.js CI Coverage GitHub Pages Dependabot Updates CodeRabbit Reviews GitHub Downloads NPM Downloads

Exports all first-party ast-grep languages

Installation

pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi

Usage

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)

Keywords

ast-grep

FAQs

Package last updated on 13 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts