0.0.2 • Published 8 months ago

@codemod.com/ast-grep-lang-json v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

ast-grep napi language for json

Installation

In a pnpm project, run:

pnpm install tree-sitter-json
pnpm install @ast-grep/napi
# install the tree-sitter-cli if no prebuild is available
pnpm install @tree-sitter/cli --save-dev

Usage

import json from 'tree-sitter-json'
import { registerDynamicLanguage, parse } from '@ast-grep/napi'

registerDynamicLanguage({ json })

const sg = parse('json', `your code`)
sg.root().kind()
0.0.2

8 months ago

0.0.1

9 months ago