UNPKG

@syntest/analysis-javascript

Version:

SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language

6 lines 341 B
import * as t from "@babel/types"; import { AbstractSyntaxTreeFactory as CoreAbstractSyntaxTreeFactory } from "@syntest/analysis"; export declare class AbstractSyntaxTreeFactory implements CoreAbstractSyntaxTreeFactory<t.Node> { convert(filepath: string, source: string): t.Node; } //# sourceMappingURL=AbstractSyntaxTreeFactory.d.ts.map