Skip to content

Commit 52aeffe

Browse files
committed
fix import type for source map
1 parent 6005a90 commit 52aeffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/utils/addSourceLineToError.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { SourceMapConsumer, RawSourceMap } from "source-map"
1+
import { SourceMapConsumer } from "source-map"
2+
import type { RawSourceMap } from "source-map"
23

34
export async function addSourceLineToError(
45
error: Error,

0 commit comments

Comments
 (0)