UNPKG

meriyah

Version:

A 100% compliant, self-hosted javascript parser with high focus on both performance and stability

5 lines (4 loc) 229 B
import { Context } from './common'; import type * as ESTree from './estree'; import { type Options } from './options'; export declare function parseSource(source: string, rawOptions?: Options, context?: Context): ESTree.Program;