An open API service indexing awesome lists of open source software.

https://github.com/gridaco/pyast-ts

python typescript (ts / js / jsx / tsx) ast parser using standard typescript package
https://github.com/gridaco/pyast-ts

Last synced: 9 months ago
JSON representation

python typescript (ts / js / jsx / tsx) ast parser using standard typescript package

Awesome Lists containing this project

README

          

# Python TS (JS, JSX) Ast parser

This package is a python package for parsing ts ast using standard typescript module ported with python.

## Pre-installation

```sh
# yarn
yarn add typescript --dev --global
# npm
npm install typescript --save-dev --global
```

It will use locally installed typescript module.

## Installation

```sh
pip install pyast-ts
```

## Usage

WIP