Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit fa03030

Browse files
authored
Merge pull request #161 from h-a-n-a/fix/type
fix: fix type import
2 parents 7323bcf + 679bc82 commit fa03030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/source-map.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { type TraceMap, encodedMappings, decodedMappings } from '@jridgewell/trace-mapping';
1+
import type { TraceMap } from '@jridgewell/trace-mapping';
2+
import { encodedMappings, decodedMappings } from '@jridgewell/trace-mapping';
23
import type { DecodedSourceMap, RawSourceMap, Options } from './types';
34

45
/**

0 commit comments

Comments
 (0)