Skip to content

Commit 16549b3

Browse files
committed
intentionally break one
1 parent 512c27a commit 16549b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/jest-transform/src/types.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ export type Options = ShouldInstrumentOptions &
2424
isInternalModule: boolean;
2525
}>;
2626

27-
// extends directly after https://github.com/sandersn/downlevel-dts/issues/33 is fixed
28-
type SourceMapWithVersion = Omit<RawSourceMap, 'version'>;
29-
3027
// This is fixed in [email protected], but we can't upgrade yet since it's async
31-
interface FixedRawSourceMap extends SourceMapWithVersion {
28+
interface FixedRawSourceMap extends Omit<RawSourceMap, 'version'> {
3229
version: number;
3330
}
3431

0 commit comments

Comments
 (0)