Skip to content

Commit 94a9b77

Browse files
committed
Export SourceMap type
Fixes #189
1 parent 72a4ee2 commit 94a9b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/remapping.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type {
1313
LoaderContext,
1414
Options,
1515
} from './types';
16+
export type { SourceMap };
1617

1718
/**
1819
* Traces through all the mappings in the root sourcemap, through the sources

0 commit comments

Comments
 (0)