@storybook/cli 9.2.0-alpha.3 → 10.0.0-beta.1
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/README.md +2 -0
- package/dist/_node-chunks/block-dependencies-versions-PPYAFWDA.js +72 -0
- package/dist/_node-chunks/block-experimental-addon-test-QLGAUVB3.js +58 -0
- package/dist/_node-chunks/block-major-version-F3OQ5AOC.js +101 -0
- package/dist/_node-chunks/block-node-version-EUSNME7S.js +43 -0
- package/dist/_node-chunks/block-webpack5-frameworks-7PZITFJO.js +72 -0
- package/dist/_node-chunks/chunk-C37UCEIL.js +87 -0
- package/dist/_node-chunks/chunk-FBQUZMMC.js +6733 -0
- package/dist/_node-chunks/chunk-NCNQCJ2A.js +1939 -0
- package/dist/_node-chunks/chunk-NQBG2QH4.js +24 -0
- package/dist/_node-chunks/chunk-O3UVG4LT.js +50 -0
- package/dist/_node-chunks/chunk-V6AR5AG7.js +1874 -0
- package/dist/_node-chunks/globby-AX6BVAQL.js +38 -0
- package/dist/_node-chunks/p-limit-OKSG3O33.js +102 -0
- package/dist/_node-chunks/run-3WIAHA4V.js +10252 -0
- package/dist/bin/index.js +25 -0
- package/package.json +15 -25
- package/bin/index.cjs +0 -26
- package/dist/bin/index.cjs +0 -294
- package/dist/bin/index.d.ts +0 -2
- package/dist/index.cjs +0 -1
- package/dist/index.d.ts +0 -2
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_vh9lpte9xjr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_vh9lpte9xjr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_vh9lpte9xjr from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_vh9lpte9xjr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_vh9lpte9xjr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_vh9lpte9xjr.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
import {
|
|
13
|
+
__name
|
|
14
|
+
} from "./chunk-O3UVG4LT.js";
|
|
15
|
+
|
|
16
|
+
// src/autoblock/types.ts
|
|
17
|
+
function createBlocker(block) {
|
|
18
|
+
return block;
|
|
19
|
+
}
|
|
20
|
+
__name(createBlocker, "createBlocker");
|
|
21
|
+
|
|
22
|
+
export {
|
|
23
|
+
createBlocker
|
|
24
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import CJS_COMPAT_NODE_URL_vh9lpte9xjr from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_vh9lpte9xjr from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_vh9lpte9xjr from "node:module";
|
|
4
|
+
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_vh9lpte9xjr.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_vh9lpte9xjr.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_vh9lpte9xjr.createRequire(import.meta.url);
|
|
8
|
+
|
|
9
|
+
// ------------------------------------------------------------
|
|
10
|
+
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
+
// ------------------------------------------------------------
|
|
12
|
+
var __create = Object.create;
|
|
13
|
+
var __defProp = Object.defineProperty;
|
|
14
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
15
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
16
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
17
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
18
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
19
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
20
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
21
|
+
}) : x)(function(x) {
|
|
22
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
23
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
24
|
+
});
|
|
25
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
26
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
27
|
+
};
|
|
28
|
+
var __copyProps = (to, from, except, desc) => {
|
|
29
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
30
|
+
for (let key of __getOwnPropNames(from))
|
|
31
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
32
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
33
|
+
}
|
|
34
|
+
return to;
|
|
35
|
+
};
|
|
36
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
37
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
38
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
39
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
40
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
41
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
42
|
+
mod
|
|
43
|
+
));
|
|
44
|
+
|
|
45
|
+
export {
|
|
46
|
+
__name,
|
|
47
|
+
__require,
|
|
48
|
+
__commonJS,
|
|
49
|
+
__toESM
|
|
50
|
+
};
|