Skip to content

Commit

Permalink
fix(vite-node): export SourceMapInput to fix CYCLIC_CROSS_CHUNK_REE…
Browse files Browse the repository at this point in the history
…XPORT (#4128)
  • Loading branch information
Dunqing committed Sep 15, 2023
1 parent 1fd82df commit ca70a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-node/src/types.ts
Expand Up @@ -31,7 +31,7 @@ export interface StartOfSourceMap {
sourceRoot?: string
}

export type { EncodedSourceMap, DecodedSourceMap } from '@jridgewell/trace-mapping'
export type { EncodedSourceMap, DecodedSourceMap, SourceMapInput } from '@jridgewell/trace-mapping'

export interface RawSourceMap extends StartOfSourceMap {
version: string
Expand Down

0 comments on commit ca70a77

Please sign in to comment.