16.2.7 • Published 3 years ago

@the-/ast v16.2.7

Weekly downloads
2,435
License
MIT
Repository
github
Last release
3 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

3 years ago

16.2.6

4 years ago

16.2.5

4 years ago

16.2.4

4 years ago

16.2.3

4 years ago

16.2.1

4 years ago

16.2.0

4 years ago

16.1.3

4 years ago

16.1.2

4 years ago

16.1.1

4 years ago

16.1.0

4 years ago

16.0.3

4 years ago

16.0.2

5 years ago

15.4.7

5 years ago

15.4.5

5 years ago

15.4.4

5 years ago

15.4.3

5 years ago

15.4.2

5 years ago

15.4.1

5 years ago

15.2.2

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago

15.0.2

5 years ago