1.0.5 • Published 5 years ago

the-ast v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

the-ast

Build Status npm Version JS Standard

AST (abstract syntax tree) parser

Installation

$ npm install the-ast --save

Usage

'use strict'

const {parse} = require('the-ast')

async function tryExample () {
  const ast = parse(`const a = 1 + 2`)
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago