UNPKG

@nodesecure/js-x-ray

Version:
8 lines 347 B
import { type TSESTreeOptions } from "@typescript-eslint/typescript-estree"; import { type ESTree } from "meriyah"; export type { TSESTreeOptions }; export declare class TsSourceParser { static FileExtensions: Set<string>; parse(source: string, options?: TSESTreeOptions): ESTree.Statement[]; } //# sourceMappingURL=TsSourceParser.d.ts.map