File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- export * from './fixture'
2
- export * from './rolldown'
3
- export * from './rollup'
4
- export * from './snapshot'
5
- export * from './string'
1
+ export * from './fixture' ;
2
+ export * from './rolldown' ;
3
+ export * from './rollup' ;
4
+ export * from './snapshot' ;
5
+ export * from './string' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import process from 'node:process'
4
4
import { glob } from 'tinyglobby'
5
5
import { expect as globalExpect , type ExpectStatic } from 'vitest'
6
6
import type { OutputFile } from 'esbuild'
7
- import type { RolldownOutputAsset , RolldownOutputChunk } from 'rolldown'
7
+ import type { OutputAsset as RolldownOutputAsset , OutputChunk as RolldownOutputChunk } from 'rolldown'
8
8
import type { OutputAsset , OutputChunk } from 'rollup'
9
9
10
10
export function outputToSnapshot (
You can’t perform that action at this time.
0 commit comments