UNPKG

cherow

Version:

Fast and lightweight, standard-compliant javascript parser written in ECMAScript

12 lines (11 loc) 440 B
import { parse, parseSource, parseModule, parseScript } from './parser/parser'; import * as ESTree from './estree'; import * as Scanner from './lexer/index'; export declare const version = "1.6.9"; export { ESTree, Scanner, parse, parseSource, parseModule, parseScript }; export * from './chars'; export * from './errors'; export * from './token'; export * from './types'; export * from './unicode'; export * from './utilities';