@nodesecure/js-x-ray
Version:
JavaScript AST XRay analysis
8 lines • 347 B
TypeScript
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