mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: undo pure.d.ts formatting
This commit is contained in:
parent
ca168a1402
commit
969f18567b
9
packages/web-worker/pure.d.ts
vendored
9
packages/web-worker/pure.d.ts
vendored
@ -1,8 +1 @@
|
||||
type CloneOption = 'native' | 'ponyfill' | 'none';
|
||||
interface DefineWorkerOptions {
|
||||
clone: CloneOption;
|
||||
}
|
||||
|
||||
declare function defineWebWorkers(options?: DefineWorkerOptions): void;
|
||||
|
||||
export { defineWebWorkers };
|
||||
export * from './dist/pure.js'
|
||||
|
||||
@ -43,7 +43,7 @@ export default () => [
|
||||
input: 'src/pure.ts',
|
||||
output: {
|
||||
dir: process.cwd(),
|
||||
entryFileNames: '[name].d.ts',
|
||||
entryFileNames: 'dist/[name].d.ts',
|
||||
format: 'esm',
|
||||
},
|
||||
external,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user