UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 358 B
import { TraceMap } from "@jridgewell/trace-mapping"; import type { SufficientStackFrame, ResolvedFrame } from "./types"; export declare const extractSourceMaps: (fileContents: string, fileName: string) => Promise<TraceMap | null>; export declare const resolveLocationWithSourceMap: (stackFrame: SufficientStackFrame, sourceMaps: TraceMap) => ResolvedFrame;