storybook 10.1.0-alpha.12 → 10.1.0-alpha.13
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-74YHFU5B.js → chunk-2XZMBGTA.js} +1 -1
- package/dist/_browser-chunks/{chunk-EBHB6RPS.js → chunk-FQ7SLVLR.js} +6 -1
- package/dist/_browser-chunks/{chunk-X3DUQ5RA.js → chunk-GFY5R5EY.js} +1 -1
- package/dist/_node-chunks/{builder-manager-YUOHSIUB.js → builder-manager-DWDUVXZM.js} +27 -22
- package/dist/_node-chunks/{chunk-B6JWY6PC.js → camelcase-EETCRTJX.js} +8 -8
- package/dist/_node-chunks/{chunk-CZ5GHJCC.js → chunk-2W4GZCLE.js} +7 -7
- package/dist/_node-chunks/{chunk-E5FJS66Z.js → chunk-447655DM.js} +6 -6
- package/dist/_node-chunks/{chunk-WFLWJO24.js → chunk-4EJUC2SD.js} +4998 -1685
- package/dist/_node-chunks/chunk-4ZJOH2UN.js +61 -0
- package/dist/_node-chunks/chunk-654SJIMS.js +23 -0
- package/dist/_node-chunks/{chunk-2DMESZFJ.js → chunk-7IAVT2FU.js} +7 -7
- package/dist/_node-chunks/{chunk-5KLIDWFN.js → chunk-7KFHRNOT.js} +7 -7
- package/dist/_node-chunks/{chunk-XXPJ7XR3.js → chunk-AZIPBEBK.js} +6 -6
- package/dist/_node-chunks/{chunk-WUXQMQCB.js → chunk-B76FDKVB.js} +6 -6
- package/dist/_node-chunks/chunk-B7PGKETD.js +3781 -0
- package/dist/_node-chunks/{chunk-EZWWR7AR.js → chunk-CLUBH2LP.js} +55 -36
- package/dist/_node-chunks/{chunk-DUXPWBOK.js → chunk-CMYD2JNN.js} +7 -7
- package/dist/_node-chunks/{chunk-QCO2ZM7F.js → chunk-DIPKXLEP.js} +55 -32
- package/dist/_node-chunks/{chunk-DWXTZT3D.js → chunk-DPFYWXEA.js} +6 -6
- package/dist/_node-chunks/{chunk-FZLRAH4N.js → chunk-FCVNHU2F.js} +7 -7
- package/dist/_node-chunks/{chunk-QYQIZBS6.js → chunk-JQ7RQS5Q.js} +6 -6
- package/dist/_node-chunks/chunk-LEL5OSY3.js +18 -0
- package/dist/_node-chunks/{chunk-WA6KZQZ2.js → chunk-LPKSBF62.js} +6 -6
- package/dist/_node-chunks/chunk-LYEZOJ43.js +78 -0
- package/dist/_node-chunks/{chunk-JARUEMEP.js → chunk-MIA5324I.js} +7 -7
- package/dist/_node-chunks/{chunk-A4APXFQ2.js → chunk-MJM4TEMP.js} +14 -8
- package/dist/_node-chunks/{chunk-NAOYEL54.js → chunk-OVVZIUHS.js} +7 -7
- package/dist/_node-chunks/{chunk-5HV3B5OP.js → chunk-RUUNVQ6W.js} +1104 -13
- package/dist/_node-chunks/{chunk-2D2IODUU.js → chunk-URLNGLC2.js} +51 -71
- package/dist/_node-chunks/{chunk-OP3INKUD.js → chunk-WC2YEQHJ.js} +6 -6
- package/dist/_node-chunks/{chunk-4FT2DHGE.js → chunk-XKRVQL2G.js} +8 -8
- package/dist/_node-chunks/{chunk-SEMIAAWG.js → chunk-Z2OWEMX3.js} +8 -8
- package/dist/_node-chunks/{dist-DS2B5A3J.js → dist-22CLJ4BC.js} +9 -9
- package/dist/_node-chunks/{globby-6THB7HVX.js → globby-GR24TGSK.js} +9 -9
- package/dist/_node-chunks/{lib-5NKX4YGG.js → lib-G2LGVRPC.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-ZLT3QOFF.js → mdx-N42X6CFJ-W6P6IDDW.js} +8 -8
- package/dist/_node-chunks/{p-limit-PDMWNG7W.js → p-limit-K4FZHG2F.js} +7 -7
- package/dist/babel/index.js +10 -11
- package/dist/bin/core.js +32 -26
- package/dist/bin/dispatcher.js +31 -20
- package/dist/bin/loader.js +10 -13
- package/dist/cli/index.d.ts +692 -133
- package/dist/cli/index.js +1005 -177
- package/dist/common/index.d.ts +139 -62
- package/dist/common/index.js +63 -49
- package/dist/core-server/index.d.ts +3 -2
- package/dist/core-server/index.js +96 -1413
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +25 -65
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +32 -3
- package/dist/manager/runtime.js +1 -1
- package/dist/manager-api/index.d.ts +1 -1
- package/dist/manager-api/index.js +4 -4
- package/dist/manager-errors.d.ts +6 -0
- package/dist/manager-errors.js +2 -2
- package/dist/mocking-utils/index.d.ts +1126 -0
- package/dist/{_node-chunks/chunk-ZXSD6L3S.js → mocking-utils/index.js} +441 -16
- package/dist/node-logger/index.d.ts +192 -24
- package/dist/node-logger/index.js +23 -3148
- package/dist/preview/runtime.js +31 -2
- package/dist/preview-api/index.d.ts +69 -68
- package/dist/preview-errors.d.ts +6 -0
- package/dist/preview-errors.js +2 -2
- package/dist/server-errors.d.ts +31 -1
- package/dist/server-errors.js +17 -10
- package/dist/telemetry/index.d.ts +23 -2
- package/dist/telemetry/index.js +25 -24
- package/dist/types/index.d.ts +71 -8
- package/dist/types/index.js +25 -1
- package/package.json +7 -9
- package/dist/_node-chunks/camelcase-JREIL7NV.js +0 -18
- package/dist/_node-chunks/chunk-FDXFVHIL.js +0 -1114
- package/dist/_node-chunks/chunk-HZG65SU3.js +0 -34
- package/dist/_node-chunks/chunk-IXVYNBMD.js +0 -18
- package/dist/_node-chunks/chunk-LIH7MTP7.js +0 -3214
- package/dist/_node-chunks/chunk-N5GIRUP5.js +0 -1047
- package/dist/_node-chunks/chunk-O5DA7YLO.js +0 -3171
- package/dist/_node-chunks/chunk-TS2UUH2J.js +0 -301
- package/dist/_node-chunks/chunk-Y4E6IGQF.js +0 -61
- package/dist/_node-chunks/chunk-ZL3AFKRX.js +0 -1029
- package/dist/_node-chunks/plugin-6XMWOGPO.js +0 -123
- package/dist/_node-chunks/plugin-LTOXVT6A.js +0 -109
- package/dist/_node-chunks/webpack-inject-mocker-runtime-plugin-2SFE5LQS.js +0 -46582
- package/dist/_node-chunks/webpack-mock-plugin-CX5J2U56.js +0 -92
- package/dist/core-server/presets/webpack/loaders/storybook-mock-transform-loader.js +0 -32
- package/dist/core-server/presets/webpack/loaders/webpack-automock-loader.js +0 -28
|
@@ -1,301 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_57ru1wfqqjv from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_57ru1wfqqjv from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_57ru1wfqqjv from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_57ru1wfqqjv.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_57ru1wfqqjv.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_57ru1wfqqjv.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
basename,
|
|
14
|
-
dirname,
|
|
15
|
-
isAbsolute,
|
|
16
|
-
join,
|
|
17
|
-
normalize,
|
|
18
|
-
resolve
|
|
19
|
-
} from "./chunk-WA6KZQZ2.js";
|
|
20
|
-
|
|
21
|
-
// src/core-server/mocking-utils/resolve.ts
|
|
22
|
-
import { readFileSync as readFileSync2, realpathSync } from "node:fs";
|
|
23
|
-
import { createRequire } from "node:module";
|
|
24
|
-
import { findMockRedirect } from "@vitest/mocker/redirect";
|
|
25
|
-
|
|
26
|
-
// ../node_modules/resolve.exports/dist/index.mjs
|
|
27
|
-
function e(e2, n2, r2) {
|
|
28
|
-
throw new Error(r2 ? `No known conditions for "${n2}" specifier in "${e2}" package` : `Missing "${n2}" specifier in "${e2}" package`);
|
|
29
|
-
}
|
|
30
|
-
function n(n2, i, o2, f) {
|
|
31
|
-
let s, u, l = r(n2, o2), c = (function(e2) {
|
|
32
|
-
let n3 = /* @__PURE__ */ new Set(["default", ...e2.conditions || []]);
|
|
33
|
-
return e2.unsafe || n3.add(e2.require ? "require" : "import"), e2.unsafe || n3.add(e2.browser ? "browser" : "node"), n3;
|
|
34
|
-
})(f || {}), a = i[l];
|
|
35
|
-
if (a === void 0) {
|
|
36
|
-
let e2, n3, r2, t3;
|
|
37
|
-
for (t3 in i) n3 && t3.length < n3.length || (t3[t3.length - 1] === "/" && l.startsWith(t3) ? (u = l.substring(t3.length), n3 = t3) : t3.length > 1 && (r2 = t3.indexOf("*", 1), ~r2 && (e2 = RegExp("^" + t3.substring(0, r2) + "(.*)" + t3.substring(1 + r2) + "$").exec(l), e2 && e2[1] && (u = e2[1], n3 = t3))));
|
|
38
|
-
a = i[n3];
|
|
39
|
-
}
|
|
40
|
-
return a || e(n2, l), s = t(a, c), s || e(n2, l, 1), u && (function(e2, n3) {
|
|
41
|
-
let r2, t3 = 0, i2 = e2.length, o3 = /[*]/g, f2 = /[/]$/;
|
|
42
|
-
for (; t3 < i2; t3++) e2[t3] = o3.test(r2 = e2[t3]) ? r2.replace(o3, n3) : f2.test(r2) ? r2 + n3 : r2;
|
|
43
|
-
})(s, u), s;
|
|
44
|
-
}
|
|
45
|
-
function r(e2, n2, r2) {
|
|
46
|
-
if (e2 === n2 || n2 === ".") return ".";
|
|
47
|
-
let t3 = e2 + "/", i = t3.length, o2 = n2.slice(0, i) === t3, f = o2 ? n2.slice(i) : n2;
|
|
48
|
-
return f[0] === "#" ? f : o2 || !r2 ? f.slice(0, 2) === "./" ? f : "./" + f : f;
|
|
49
|
-
}
|
|
50
|
-
function t(e2, n2, r2) {
|
|
51
|
-
if (e2) {
|
|
52
|
-
if (typeof e2 == "string") return r2 && r2.add(e2), [e2];
|
|
53
|
-
let i, o2;
|
|
54
|
-
if (Array.isArray(e2)) {
|
|
55
|
-
for (o2 = r2 || /* @__PURE__ */ new Set(), i = 0; i < e2.length; i++) t(e2[i], n2, o2);
|
|
56
|
-
if (!r2 && o2.size) return [...o2];
|
|
57
|
-
} else for (i in e2) if (n2.has(i)) return t(e2[i], n2, r2);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
function o(e2, r2, t3) {
|
|
61
|
-
let i, o2 = e2.exports;
|
|
62
|
-
if (o2) {
|
|
63
|
-
if (typeof o2 == "string") o2 = { ".": o2 };
|
|
64
|
-
else for (i in o2) {
|
|
65
|
-
i[0] !== "." && (o2 = { ".": o2 });
|
|
66
|
-
break;
|
|
67
|
-
}
|
|
68
|
-
return n(e2.name, o2, r2 || ".", t3);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
// src/core-server/mocking-utils/extract.ts
|
|
73
|
-
import { readFileSync } from "node:fs";
|
|
74
|
-
import { generate, parser, types as t2 } from "storybook/internal/babel";
|
|
75
|
-
import { logger } from "storybook/internal/node-logger";
|
|
76
|
-
import { telemetry } from "storybook/internal/telemetry";
|
|
77
|
-
import { transformSync } from "esbuild";
|
|
78
|
-
|
|
79
|
-
// ../node_modules/estree-walker/src/walker.js
|
|
80
|
-
var WalkerBase = class {
|
|
81
|
-
constructor() {
|
|
82
|
-
this.should_skip = !1, this.should_remove = !1, this.replacement = null, this.context = {
|
|
83
|
-
skip: () => this.should_skip = !0,
|
|
84
|
-
remove: () => this.should_remove = !0,
|
|
85
|
-
replace: (node) => this.replacement = node
|
|
86
|
-
};
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* @template {Node} Parent
|
|
90
|
-
* @param {Parent | null | undefined} parent
|
|
91
|
-
* @param {keyof Parent | null | undefined} prop
|
|
92
|
-
* @param {number | null | undefined} index
|
|
93
|
-
* @param {Node} node
|
|
94
|
-
*/
|
|
95
|
-
replace(parent, prop, index, node) {
|
|
96
|
-
parent && prop && (index != null ? parent[prop][index] = node : parent[prop] = node);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* @template {Node} Parent
|
|
100
|
-
* @param {Parent | null | undefined} parent
|
|
101
|
-
* @param {keyof Parent | null | undefined} prop
|
|
102
|
-
* @param {number | null | undefined} index
|
|
103
|
-
*/
|
|
104
|
-
remove(parent, prop, index) {
|
|
105
|
-
parent && prop && (index != null ? parent[prop].splice(index, 1) : delete parent[prop]);
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
// ../node_modules/estree-walker/src/sync.js
|
|
110
|
-
var SyncWalker = class extends WalkerBase {
|
|
111
|
-
/**
|
|
112
|
-
*
|
|
113
|
-
* @param {SyncHandler} [enter]
|
|
114
|
-
* @param {SyncHandler} [leave]
|
|
115
|
-
*/
|
|
116
|
-
constructor(enter, leave) {
|
|
117
|
-
super(), this.should_skip = !1, this.should_remove = !1, this.replacement = null, this.context = {
|
|
118
|
-
skip: () => this.should_skip = !0,
|
|
119
|
-
remove: () => this.should_remove = !0,
|
|
120
|
-
replace: (node) => this.replacement = node
|
|
121
|
-
}, this.enter = enter, this.leave = leave;
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* @template {Node} Parent
|
|
125
|
-
* @param {Node} node
|
|
126
|
-
* @param {Parent | null} parent
|
|
127
|
-
* @param {keyof Parent} [prop]
|
|
128
|
-
* @param {number | null} [index]
|
|
129
|
-
* @returns {Node | null}
|
|
130
|
-
*/
|
|
131
|
-
visit(node, parent, prop, index) {
|
|
132
|
-
if (node) {
|
|
133
|
-
if (this.enter) {
|
|
134
|
-
let _should_skip = this.should_skip, _should_remove = this.should_remove, _replacement = this.replacement;
|
|
135
|
-
this.should_skip = !1, this.should_remove = !1, this.replacement = null, this.enter.call(this.context, node, parent, prop, index), this.replacement && (node = this.replacement, this.replace(parent, prop, index, node)), this.should_remove && this.remove(parent, prop, index);
|
|
136
|
-
let skipped = this.should_skip, removed = this.should_remove;
|
|
137
|
-
if (this.should_skip = _should_skip, this.should_remove = _should_remove, this.replacement = _replacement, skipped) return node;
|
|
138
|
-
if (removed) return null;
|
|
139
|
-
}
|
|
140
|
-
let key;
|
|
141
|
-
for (key in node) {
|
|
142
|
-
let value = node[key];
|
|
143
|
-
if (value && typeof value == "object")
|
|
144
|
-
if (Array.isArray(value)) {
|
|
145
|
-
let nodes = (
|
|
146
|
-
/** @type {Array<unknown>} */
|
|
147
|
-
value
|
|
148
|
-
);
|
|
149
|
-
for (let i = 0; i < nodes.length; i += 1) {
|
|
150
|
-
let item = nodes[i];
|
|
151
|
-
isNode(item) && (this.visit(item, node, key, i) || i--);
|
|
152
|
-
}
|
|
153
|
-
} else isNode(value) && this.visit(value, node, key, null);
|
|
154
|
-
}
|
|
155
|
-
if (this.leave) {
|
|
156
|
-
let _replacement = this.replacement, _should_remove = this.should_remove;
|
|
157
|
-
this.replacement = null, this.should_remove = !1, this.leave.call(this.context, node, parent, prop, index), this.replacement && (node = this.replacement, this.replace(parent, prop, index, node)), this.should_remove && this.remove(parent, prop, index);
|
|
158
|
-
let removed = this.should_remove;
|
|
159
|
-
if (this.replacement = _replacement, this.should_remove = _should_remove, removed) return null;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
return node;
|
|
163
|
-
}
|
|
164
|
-
};
|
|
165
|
-
function isNode(value) {
|
|
166
|
-
return value !== null && typeof value == "object" && "type" in value && typeof value.type == "string";
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// ../node_modules/estree-walker/src/index.js
|
|
170
|
-
function walk(ast, { enter, leave }) {
|
|
171
|
-
return new SyncWalker(enter, leave).visit(ast, null);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// src/core-server/mocking-utils/extract.ts
|
|
175
|
-
var DEFAULT_MODULE_DIRECTORIES = ["/node_modules/"];
|
|
176
|
-
function isModuleDirectory(path) {
|
|
177
|
-
let normalizedPath = normalize(path);
|
|
178
|
-
return DEFAULT_MODULE_DIRECTORIES.some((dir) => normalizedPath.includes(dir));
|
|
179
|
-
}
|
|
180
|
-
var babelParser = (code) => parser.parse(code, {
|
|
181
|
-
sourceType: "module",
|
|
182
|
-
// Enable plugins to handle modern JavaScript features, including TSX.
|
|
183
|
-
plugins: ["typescript", "jsx", "classProperties", "objectRestSpread"],
|
|
184
|
-
errorRecovery: !0
|
|
185
|
-
}).program;
|
|
186
|
-
function rewriteSbMockImportCalls(code) {
|
|
187
|
-
let ast = babelParser(code);
|
|
188
|
-
return walk(ast, {
|
|
189
|
-
enter(node) {
|
|
190
|
-
node.type === "CallExpression" && node.callee.type === "MemberExpression" && node.callee.object.type === "Identifier" && node.callee.object.name === "sb" && node.callee.property.type === "Identifier" && node.callee.property.name === "mock" && node.arguments.length > 0 && node.arguments[0].type === "CallExpression" && node.arguments[0].callee.type === "Import" && node.arguments[0].arguments.length === 1 && node.arguments[0].arguments[0].type === "StringLiteral" && (node.arguments[0] = t2.stringLiteral(node.arguments[0].arguments[0].value));
|
|
191
|
-
}
|
|
192
|
-
}), generate(ast, {}, code);
|
|
193
|
-
}
|
|
194
|
-
function extractMockCalls(options, parse, root) {
|
|
195
|
-
try {
|
|
196
|
-
let hasSpyTrue2 = function(objectExpression) {
|
|
197
|
-
if (!objectExpression || !objectExpression.properties)
|
|
198
|
-
return !1;
|
|
199
|
-
for (let prop of objectExpression.properties)
|
|
200
|
-
if (prop.type === "ObjectProperty" && (prop.key.type === "Identifier" && prop.key.name === "spy" || prop.key.type === "StringLiteral" && prop.key.value === "spy") && prop.value.type === "BooleanLiteral" && prop.value.value === !0)
|
|
201
|
-
return !0;
|
|
202
|
-
return !1;
|
|
203
|
-
};
|
|
204
|
-
var hasSpyTrue = hasSpyTrue2;
|
|
205
|
-
let previewConfigCode = readFileSync(options.previewConfigPath, "utf-8"), { code: jsCode } = transformSync(previewConfigCode, { loader: "tsx", format: "esm" }), ast = parse(jsCode), mocks = [];
|
|
206
|
-
return walk(ast, {
|
|
207
|
-
// @ts-expect-error - Node comes from babel
|
|
208
|
-
async enter(node) {
|
|
209
|
-
if (node.type !== "CallExpression" || node.callee.type !== "MemberExpression" || node.callee.object.type !== "Identifier" || node.callee.object.name !== "sb" || node.callee.property.type !== "Identifier" || node.callee.property.name !== "mock" || node.arguments.length === 0)
|
|
210
|
-
return;
|
|
211
|
-
let path;
|
|
212
|
-
if (node.arguments[0].type === "StringLiteral")
|
|
213
|
-
path = node.arguments[0].value;
|
|
214
|
-
else if (node.arguments[0].type === "CallExpression" && node.arguments[0].callee.type === "Import" && node.arguments[0].arguments[0].type === "StringLiteral")
|
|
215
|
-
path = node.arguments[0].arguments[0].value;
|
|
216
|
-
else
|
|
217
|
-
return;
|
|
218
|
-
let spy = node.arguments.length > 1 && node.arguments[1].type === "ObjectExpression" && hasSpyTrue2(node.arguments[1]), { absolutePath, redirectPath } = resolveMock(path, root, options.previewConfigPath), pathWithoutExtension = path.replace(/\.[^/.]+$/, ""), basenameAbsolutePath = basename(absolutePath), basenamePath = basename(path), pathWithoutExtensionAndBasename = basenameAbsolutePath === basenamePath ? pathWithoutExtension : path;
|
|
219
|
-
mocks.push({
|
|
220
|
-
path: pathWithoutExtensionAndBasename,
|
|
221
|
-
absolutePath,
|
|
222
|
-
redirectPath,
|
|
223
|
-
spy
|
|
224
|
-
});
|
|
225
|
-
}
|
|
226
|
-
}), options.coreOptions?.disableTelemetry || telemetry(
|
|
227
|
-
"mocking",
|
|
228
|
-
{
|
|
229
|
-
modulesMocked: mocks.length,
|
|
230
|
-
modulesSpied: mocks.map((mock) => mock.spy).filter(Boolean).length,
|
|
231
|
-
modulesManuallyMocked: mocks.map((mock) => !!mock.redirectPath).filter(Boolean).length
|
|
232
|
-
},
|
|
233
|
-
{ configDir: options.configDir }
|
|
234
|
-
), mocks;
|
|
235
|
-
} catch (error) {
|
|
236
|
-
return logger.debug("Error extracting mock calls", error), [];
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
// src/core-server/mocking-utils/resolve.ts
|
|
241
|
-
var require2 = createRequire(import.meta.url);
|
|
242
|
-
function findPackageJson(specifier, basedir) {
|
|
243
|
-
let packageJsonPath = require2.resolve(`${specifier}/package.json`, { paths: [basedir] });
|
|
244
|
-
return {
|
|
245
|
-
path: packageJsonPath,
|
|
246
|
-
data: JSON.parse(readFileSync2(packageJsonPath, "utf-8"))
|
|
247
|
-
};
|
|
248
|
-
}
|
|
249
|
-
function resolveExternalModule(path, root) {
|
|
250
|
-
let parts = path.split("/"), packageName = path.startsWith("@") ? `${parts[0]}/${parts[1]}` : parts[0], entry = `.${path.slice(packageName.length)}`, { path: packageJsonPath, data: pkg } = findPackageJson(packageName, root), packageDir = dirname(packageJsonPath);
|
|
251
|
-
if (pkg.exports) {
|
|
252
|
-
let result = o(pkg, entry, {
|
|
253
|
-
browser: !0
|
|
254
|
-
});
|
|
255
|
-
if (result)
|
|
256
|
-
return join(packageDir, result[0]);
|
|
257
|
-
}
|
|
258
|
-
return require2.resolve(path, { paths: [root] });
|
|
259
|
-
}
|
|
260
|
-
function getIsExternal(path, importer) {
|
|
261
|
-
try {
|
|
262
|
-
return !isAbsolute(path) && isModuleDirectory(require2.resolve(path, { paths: [importer] }));
|
|
263
|
-
} catch {
|
|
264
|
-
return !1;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
function resolveMock(path, root, importer) {
|
|
268
|
-
let isExternal = getIsExternal(path, root), externalPath = isExternal ? path : null, absolutePath = isExternal ? resolveExternalModule(path, root) : require2.resolve(path, { paths: [dirname(importer)] }), normalizedAbsolutePath = resolve(absolutePath), redirectPath = findMockRedirect(root, normalizedAbsolutePath, externalPath);
|
|
269
|
-
return {
|
|
270
|
-
absolutePath: normalizedAbsolutePath,
|
|
271
|
-
redirectPath
|
|
272
|
-
// will be null if no __mocks__ file is found
|
|
273
|
-
};
|
|
274
|
-
}
|
|
275
|
-
function getRealPath(path, preserveSymlinks) {
|
|
276
|
-
try {
|
|
277
|
-
return preserveSymlinks ? realpathSync(path) : path;
|
|
278
|
-
} catch {
|
|
279
|
-
return path;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
function resolveWithExtensions(path, from) {
|
|
283
|
-
let extensions = [".js", ".ts", ".tsx", ".mjs", ".cjs", ".svelte", ".vue"];
|
|
284
|
-
for (let extension of extensions)
|
|
285
|
-
try {
|
|
286
|
-
return require2.resolve(path + extension, { paths: [from] });
|
|
287
|
-
} catch {
|
|
288
|
-
continue;
|
|
289
|
-
}
|
|
290
|
-
return require2.resolve(path, { paths: [from] });
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
export {
|
|
294
|
-
resolveExternalModule,
|
|
295
|
-
getIsExternal,
|
|
296
|
-
getRealPath,
|
|
297
|
-
resolveWithExtensions,
|
|
298
|
-
babelParser,
|
|
299
|
-
rewriteSbMockImportCalls,
|
|
300
|
-
extractMockCalls
|
|
301
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_57ru1wfqqjv from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_57ru1wfqqjv from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_57ru1wfqqjv from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_57ru1wfqqjv.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_57ru1wfqqjv.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_57ru1wfqqjv.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// src/common/versions.ts
|
|
14
|
-
var versions_default = {
|
|
15
|
-
"@storybook/addon-a11y": "10.1.0-alpha.12",
|
|
16
|
-
"@storybook/addon-docs": "10.1.0-alpha.12",
|
|
17
|
-
"@storybook/addon-links": "10.1.0-alpha.12",
|
|
18
|
-
"@storybook/addon-onboarding": "10.1.0-alpha.12",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.1.0-alpha.12",
|
|
20
|
-
"@storybook/addon-themes": "10.1.0-alpha.12",
|
|
21
|
-
"@storybook/addon-vitest": "10.1.0-alpha.12",
|
|
22
|
-
"@storybook/builder-vite": "10.1.0-alpha.12",
|
|
23
|
-
"@storybook/builder-webpack5": "10.1.0-alpha.12",
|
|
24
|
-
storybook: "10.1.0-alpha.12",
|
|
25
|
-
"@storybook/angular": "10.1.0-alpha.12",
|
|
26
|
-
"@storybook/ember": "10.1.0-alpha.12",
|
|
27
|
-
"@storybook/html-vite": "10.1.0-alpha.12",
|
|
28
|
-
"@storybook/nextjs": "10.1.0-alpha.12",
|
|
29
|
-
"@storybook/nextjs-vite": "10.1.0-alpha.12",
|
|
30
|
-
"@storybook/preact-vite": "10.1.0-alpha.12",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.1.0-alpha.12",
|
|
32
|
-
"@storybook/react-vite": "10.1.0-alpha.12",
|
|
33
|
-
"@storybook/react-webpack5": "10.1.0-alpha.12",
|
|
34
|
-
"@storybook/server-webpack5": "10.1.0-alpha.12",
|
|
35
|
-
"@storybook/svelte-vite": "10.1.0-alpha.12",
|
|
36
|
-
"@storybook/sveltekit": "10.1.0-alpha.12",
|
|
37
|
-
"@storybook/vue3-vite": "10.1.0-alpha.12",
|
|
38
|
-
"@storybook/web-components-vite": "10.1.0-alpha.12",
|
|
39
|
-
sb: "10.1.0-alpha.12",
|
|
40
|
-
"@storybook/cli": "10.1.0-alpha.12",
|
|
41
|
-
"@storybook/codemod": "10.1.0-alpha.12",
|
|
42
|
-
"@storybook/core-webpack": "10.1.0-alpha.12",
|
|
43
|
-
"create-storybook": "10.1.0-alpha.12",
|
|
44
|
-
"@storybook/csf-plugin": "10.1.0-alpha.12",
|
|
45
|
-
"eslint-plugin-storybook": "10.1.0-alpha.12",
|
|
46
|
-
"@storybook/react-dom-shim": "10.1.0-alpha.12",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.1.0-alpha.12",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.1.0-alpha.12",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.1.0-alpha.12",
|
|
50
|
-
"@storybook/html": "10.1.0-alpha.12",
|
|
51
|
-
"@storybook/preact": "10.1.0-alpha.12",
|
|
52
|
-
"@storybook/react": "10.1.0-alpha.12",
|
|
53
|
-
"@storybook/server": "10.1.0-alpha.12",
|
|
54
|
-
"@storybook/svelte": "10.1.0-alpha.12",
|
|
55
|
-
"@storybook/vue3": "10.1.0-alpha.12",
|
|
56
|
-
"@storybook/web-components": "10.1.0-alpha.12"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|