16.2.7 • Published 4 years ago

@the-/ast v16.2.7

Weekly downloads
2,435
License
MIT
Repository
github
Last release
4 years ago

@the-/ast

npm Version

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')
  console.log(ast) // -> AST Tree object
}

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

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links

16.2.7

4 years ago

16.2.6

4 years ago

16.2.5

5 years ago

16.2.4

5 years ago

16.2.3

5 years ago

16.2.1

5 years ago

16.2.0

5 years ago

16.1.3

5 years ago

16.1.2

5 years ago

16.1.1

5 years ago

16.1.0

5 years ago

16.0.3

5 years ago

16.0.2

5 years ago

15.4.7

6 years ago

15.4.5

6 years ago

15.4.4

6 years ago

15.4.3

6 years ago

15.4.2

6 years ago

15.4.1

6 years ago

15.2.2

6 years ago

15.2.0

6 years ago

15.1.4

6 years ago

15.1.3

6 years ago

15.1.2

6 years ago

15.1.0

6 years ago

15.0.3

6 years ago

15.0.2

6 years ago