@storybook/addon-vitest 0.0.0-pr-32717-sha-be0e21bb → 0.0.0-pr-32882-sha-d65d0e7f
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/_browser-chunks/{chunk-RPDOPHZX.js → chunk-PMYV6BH2.js} +0 -1
- package/dist/_node-chunks/{chunk-D3P7SNRB.js → chunk-A7VETTJF.js} +7 -7
- package/dist/_node-chunks/chunk-BXVFIPLQ.js +37 -0
- package/dist/_node-chunks/{chunk-HNBURO4W.js → chunk-EUGNF4DV.js} +7 -7
- package/dist/_node-chunks/chunk-POD5FBDR.js +2574 -0
- package/dist/_node-chunks/chunk-PWT7VWXJ.js +98 -0
- package/dist/_node-chunks/{chunk-THU64LL5.js → chunk-RFFTF3P3.js} +7 -7
- package/dist/_node-chunks/{chunk-EM5CDNWG.js → chunk-VETR5WKO.js} +18 -7
- package/dist/_node-chunks/{chunk-NDZSUWTL.js → chunk-ZGPYNFM4.js} +6 -6
- package/dist/manager.js +1 -1
- package/dist/node/coverage-reporter.js +8 -8
- package/dist/node/vitest.js +14 -25
- package/dist/postinstall.js +432 -219
- package/dist/preset.js +15 -2239
- package/dist/vitest-plugin/global-setup.js +7 -7
- package/dist/vitest-plugin/index.js +9 -9
- package/dist/vitest-plugin/setup-file.js +1 -1
- package/package.json +4 -2
- package/dist/_node-chunks/chunk-34FKZMJX.js +0 -40
- package/dist/_node-chunks/chunk-LRZSVFFB.js +0 -60
- package/dist/_node-chunks/chunk-TXAYOS7Q.js +0 -348
|
@@ -7,7 +7,6 @@ var DOCUMENTATION_DISCREPANCY_LINK = `${DOCUMENTATION_LINK}#what-happens-when-th
|
|
|
7
7
|
// ../a11y/src/constants.ts
|
|
8
8
|
var ADDON_ID2 = "storybook/a11y";
|
|
9
9
|
var PANEL_ID2 = `${ADDON_ID2}/panel`;
|
|
10
|
-
var UI_STATE_ID = `${ADDON_ID2}/ui`;
|
|
11
10
|
var RESULT = `${ADDON_ID2}/result`;
|
|
12
11
|
var REQUEST = `${ADDON_ID2}/request`;
|
|
13
12
|
var RUNNING = `${ADDON_ID2}/running`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2v687h26vhe from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2v687h26vhe from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2v687h26vhe from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2v687h26vhe.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2v687h26vhe.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2v687h26vhe.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_xzhl7pzrhxc.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZGPYNFM4.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/semver/internal/constants.js
|
|
18
18
|
var require_constants = __commonJS({
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2v687h26vhe from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2v687h26vhe from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2v687h26vhe from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2v687h26vhe.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2v687h26vhe.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2v687h26vhe.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
import {
|
|
13
|
+
ADDON_ID
|
|
14
|
+
} from "./chunk-VETR5WKO.js";
|
|
15
|
+
import {
|
|
16
|
+
require_picocolors
|
|
17
|
+
} from "./chunk-EUGNF4DV.js";
|
|
18
|
+
import {
|
|
19
|
+
__name,
|
|
20
|
+
__toESM
|
|
21
|
+
} from "./chunk-ZGPYNFM4.js";
|
|
22
|
+
|
|
23
|
+
// src/logger.ts
|
|
24
|
+
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
25
|
+
var log = /* @__PURE__ */ __name((message) => {
|
|
26
|
+
console.log(`${import_picocolors.default.magenta(ADDON_ID)}: ${message.toString().trim()}`);
|
|
27
|
+
}, "log");
|
|
28
|
+
|
|
29
|
+
// ../../node_modules/es-toolkit/dist/function/noop.mjs
|
|
30
|
+
function noop() {
|
|
31
|
+
}
|
|
32
|
+
__name(noop, "noop");
|
|
33
|
+
|
|
34
|
+
export {
|
|
35
|
+
noop,
|
|
36
|
+
log
|
|
37
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_2v687h26vhe from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_2v687h26vhe from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_2v687h26vhe from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_2v687h26vhe.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_2v687h26vhe.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_2v687h26vhe.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_xzhl7pzrhxc.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZGPYNFM4.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/picocolors/picocolors.js
|
|
18
18
|
var require_picocolors = __commonJS({
|