UNPKG

@syntest/analysis-javascript

Version:

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

6 lines 365 B
import { NodePath } from "@babel/core"; import * as t from "@babel/types"; import { Export } from "./Export"; import { ExportVisitor } from "./ExportVisitor"; export declare function extractExportsFromAssignmentExpression(visitor: ExportVisitor, filePath: string, path_: NodePath<t.AssignmentExpression>): Export[]; //# sourceMappingURL=ExpressionStatement.d.ts.map