vitest 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +5 -5
- package/dist/{create-03db0821.js → create-c989e565.js} +12 -8
- package/dist/{diff-21debc94.js → diff-00c7fe6a.js} +3 -3
- package/dist/entry.js +16 -16
- package/dist/{globals-bb4e160a.js → globals-4885c33f.js} +5 -5
- package/dist/index-5e0ca99c.js +224 -0
- package/dist/index-b99f1c97.js +49 -0
- package/dist/index.d.ts +39 -9
- package/dist/index.js +4 -4
- package/dist/node.js +4 -4
- package/dist/rpc-377d999b.js +6 -0
- package/dist/{setup-07bc1cf0.js → setup-a6f25b61.js} +3 -3
- package/dist/{source-map-c0dbec82.js → source-map-1b1fae71.js} +2 -2
- package/dist/vi-b258f071.js +5936 -0
- package/dist/worker.js +6 -8
- package/package.json +3 -3
- package/dist/index-61b7ead7.js +0 -218
- package/dist/index-c9e80681.js +0 -44
- package/dist/rpc-8c7cc374.js +0 -6
- package/dist/vi-14b6cd9b.js +0 -5922
package/dist/cli.js
CHANGED
|
@@ -6,8 +6,8 @@ import process$1 from 'process';
|
|
|
6
6
|
import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709f57.js';
|
|
7
7
|
import require$$0, { constants } from 'os';
|
|
8
8
|
import { s as signalExit } from './index-648e7ab2.js';
|
|
9
|
-
import { c, e as ensurePackageInstalled } from './index-
|
|
10
|
-
import { c as createVitest } from './create-
|
|
9
|
+
import { c, e as ensurePackageInstalled } from './index-5e0ca99c.js';
|
|
10
|
+
import { c as createVitest } from './create-c989e565.js';
|
|
11
11
|
import require$$0$1 from 'readline';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
@@ -25,8 +25,8 @@ import 'module';
|
|
|
25
25
|
import 'vm';
|
|
26
26
|
import './defaults-ac98ff15.js';
|
|
27
27
|
import 'perf_hooks';
|
|
28
|
-
import './diff-
|
|
29
|
-
import './source-map-
|
|
28
|
+
import './diff-00c7fe6a.js';
|
|
29
|
+
import './source-map-1b1fae71.js';
|
|
30
30
|
import 'worker_threads';
|
|
31
31
|
import 'tinypool';
|
|
32
32
|
import './magic-string.es-94000aea.js';
|
|
@@ -1704,7 +1704,7 @@ function execa(file, args, options) {
|
|
|
1704
1704
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1705
1705
|
}
|
|
1706
1706
|
|
|
1707
|
-
var version = "0.3.
|
|
1707
|
+
var version = "0.3.5";
|
|
1708
1708
|
|
|
1709
1709
|
const keys = [
|
|
1710
1710
|
["a", "rerun all tests"],
|