[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix(vite-node): export `SourceMapInput` to fix CYCLIC_CROSS_CHUNK_REEXPORT (#4128)

authored by

Dunqing and committed by
GitHub
(Sep 15, 2023, 2:07 PM +0200) ca70a779 1fd82df8

+1 -1
+1 -1
packages/vite-node/src/types.ts
··· 31 31 sourceRoot?: string 32 32 } 33 33 34 - export type { EncodedSourceMap, DecodedSourceMap } from '@jridgewell/trace-mapping' 34 + export type { EncodedSourceMap, DecodedSourceMap, SourceMapInput } from '@jridgewell/trace-mapping' 35 35 36 36 export interface RawSourceMap extends StartOfSourceMap { 37 37 version: string