0.0.3 • Published 5 months ago

@ast-grep/lang-typescript v0.0.3

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

ast-grep napi language for typescript

Installation

In a pnpm project, run:

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

Usage

import typescript from '@ast-grep/lang-typescript'
import { registerDynamicLanguage, parse } from '@ast-grep/napi'

registerDynamicLanguage({ typescript })

const sg = parse('typescript', `your code`)
sg.root().kind()
0.0.3

5 months ago

0.0.2

7 months ago