We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6005a90 commit 52aeffeCopy full SHA for 52aeffe
lib/utils/addSourceLineToError.ts
@@ -1,4 +1,5 @@
1
-import { SourceMapConsumer, RawSourceMap } from "source-map"
+import { SourceMapConsumer } from "source-map"
2
+import type { RawSourceMap } from "source-map"
3
4
export async function addSourceLineToError(
5
error: Error,
0 commit comments