storybook 10.1.0 → 10.1.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/dist/_node-chunks/{builder-manager-TBVQZVCU.js → builder-manager-C7JEYIYJ.js} +12 -12
- package/dist/_node-chunks/{camelcase-GL7MRGAO.js → camelcase-EKJLJYXS.js} +7 -7
- package/dist/_node-chunks/{chunk-3KKQC5PO.js → chunk-22GRWY3A.js} +7 -7
- package/dist/_node-chunks/chunk-3AUMHWKR.js +18 -0
- package/dist/_node-chunks/{chunk-IEYUK7LB.js → chunk-4U2MVVKV.js} +7 -7
- package/dist/_node-chunks/{chunk-SMFX664O.js → chunk-7GNG7DZN.js} +10 -10
- package/dist/_node-chunks/{chunk-SE2MGKVJ.js → chunk-BHHIOLJA.js} +6 -6
- package/dist/_node-chunks/{chunk-G2K7S3M2.js → chunk-CPQFWCXT.js} +9 -9
- package/dist/_node-chunks/{chunk-OOIMV6PC.js → chunk-DJWEMHR5.js} +13 -13
- package/dist/_node-chunks/chunk-DPZJ3NQJ.js +61 -0
- package/dist/_node-chunks/{chunk-AY574RLF.js → chunk-EDWQNQRS.js} +7 -7
- package/dist/_node-chunks/{chunk-D66GRLGY.js → chunk-GAA4H3VB.js} +35 -34
- package/dist/_node-chunks/{chunk-43EZZW55.js → chunk-GCHB45RE.js} +6 -6
- package/dist/_node-chunks/{chunk-UUGKJ4LL.js → chunk-GDGPRHGO.js} +7 -7
- package/dist/_node-chunks/{chunk-3H6TSCUK.js → chunk-GVZHV3RA.js} +20 -20
- package/dist/_node-chunks/{chunk-SF2DKOPT.js → chunk-HS7MLKJ7.js} +13 -13
- package/dist/_node-chunks/{chunk-OZOF7Z4L.js → chunk-HZC2SB7B.js} +8 -8
- package/dist/_node-chunks/{chunk-TLS5NEN4.js → chunk-IG2ALTN6.js} +8 -8
- package/dist/_node-chunks/chunk-JJ5YIJTU.js +23 -0
- package/dist/_node-chunks/{chunk-4HOGBBWW.js → chunk-JN2WIVPA.js} +6 -6
- package/dist/_node-chunks/{chunk-S5WYA56W.js → chunk-LIHOGGYQ.js} +6 -6
- package/dist/_node-chunks/{chunk-ZM6IRVDJ.js → chunk-N7ITOTDA.js} +7 -7
- package/dist/_node-chunks/{chunk-EZFFXFBR.js → chunk-NYOGOMNG.js} +7 -7
- package/dist/_node-chunks/{chunk-ID62YRSB.js → chunk-O75LHYHE.js} +7 -7
- package/dist/_node-chunks/chunk-Q4NGPXRM.js +20 -0
- package/dist/_node-chunks/{chunk-ZQBOEJL3.js → chunk-SCGML3ZY.js} +6 -6
- package/dist/_node-chunks/{chunk-BUM2PW4Q.js → chunk-TXFQGVOT.js} +7 -7
- package/dist/_node-chunks/{chunk-ECQTJTVF.js → chunk-U46HN6HR.js} +6 -6
- package/dist/_node-chunks/{chunk-27P77OTT.js → chunk-V55OPUPS.js} +9 -9
- package/dist/_node-chunks/{chunk-5TTETS4K.js → chunk-VCTH7NVT.js} +6 -6
- package/dist/_node-chunks/{dist-7C7BHY55.js → dist-U4P7LQQN.js} +9 -9
- package/dist/_node-chunks/{globby-QG573UKS.js → globby-MZKLH3YV.js} +9 -9
- package/dist/_node-chunks/{lib-LFINDS7W.js → lib-2N65EL7H.js} +7 -7
- package/dist/_node-chunks/{mdx-N42X6CFJ-Z5CA274Q.js → mdx-N42X6CFJ-BH36LL45.js} +8 -8
- package/dist/_node-chunks/{p-limit-WBJVQT4H.js → p-limit-IRSB2ECY.js} +7 -7
- package/dist/babel/index.js +10 -10
- package/dist/bin/core.js +12 -12
- package/dist/bin/dispatcher.js +11 -11
- package/dist/bin/loader.js +9 -9
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.js +18 -18
- package/dist/common/index.js +19 -19
- package/dist/core-server/index.js +35 -35
- package/dist/core-server/presets/common-override-preset.js +9 -9
- package/dist/core-server/presets/common-preset.js +25 -25
- package/dist/csf-tools/index.js +9 -9
- package/dist/manager/globals-runtime.js +1 -1
- package/dist/manager/runtime.js +1 -0
- package/dist/manager-api/index.js +1 -1
- package/dist/mocking-utils/index.js +8 -8
- package/dist/node-logger/index.js +9 -9
- package/dist/server-errors.js +11 -11
- package/dist/telemetry/index.js +23 -23
- package/package.json +1 -1
- package/dist/_node-chunks/chunk-EYPUSWTN.js +0 -20
- package/dist/_node-chunks/chunk-L2IGA3QO.js +0 -61
- package/dist/_node-chunks/chunk-LPS2U25K.js +0 -18
- package/dist/_node-chunks/chunk-SJZFPUUP.js +0 -23
package/dist/manager/runtime.js
CHANGED
|
@@ -6544,6 +6544,7 @@ var SUPPORTED_FRAMEWORKS = [
|
|
|
6544
6544
|
"preact-vite" /* PREACT_VITE */,
|
|
6545
6545
|
"react-native-web-vite" /* REACT_NATIVE_WEB_VITE */,
|
|
6546
6546
|
"react-vite" /* REACT_VITE */,
|
|
6547
|
+
"solid" /* SOLID */,
|
|
6547
6548
|
"svelte-vite" /* SVELTE_VITE */,
|
|
6548
6549
|
"sveltekit" /* SVELTEKIT */,
|
|
6549
6550
|
"vue3-vite" /* VUE3_VITE */,
|
|
@@ -2329,7 +2329,7 @@ import { global as global8 } from "@storybook/global";
|
|
|
2329
2329
|
import semver from "semver";
|
|
2330
2330
|
|
|
2331
2331
|
// src/manager-api/version.ts
|
|
2332
|
-
var version = "10.1.
|
|
2332
|
+
var version = "10.1.1";
|
|
2333
2333
|
|
|
2334
2334
|
// src/manager-api/modules/versions.ts
|
|
2335
2335
|
var { VERSIONCHECK } = global8, getVersionCheckData = (0, import_memoizerific2.default)(1)(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
join,
|
|
17
17
|
normalize,
|
|
18
18
|
resolve
|
|
19
|
-
} from "../_node-chunks/chunk-
|
|
20
|
-
import "../_node-chunks/chunk-
|
|
19
|
+
} from "../_node-chunks/chunk-JN2WIVPA.js";
|
|
20
|
+
import "../_node-chunks/chunk-SCGML3ZY.js";
|
|
21
21
|
|
|
22
22
|
// ../node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs
|
|
23
23
|
var comma = 44, semicolon = 59, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", intToChar = new Uint8Array(64), charToInt = new Uint8Array(128);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,9 +22,9 @@ import {
|
|
|
22
22
|
once,
|
|
23
23
|
prompt,
|
|
24
24
|
protectUrls
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-IG2ALTN6.js";
|
|
26
|
+
import "../_node-chunks/chunk-22GRWY3A.js";
|
|
27
|
+
import "../_node-chunks/chunk-SCGML3ZY.js";
|
|
28
28
|
var export_instance = import_npmlog.default;
|
|
29
29
|
export {
|
|
30
30
|
CLI_COLORS,
|
package/dist/server-errors.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -42,11 +42,11 @@ import {
|
|
|
42
42
|
WebpackCompilationError,
|
|
43
43
|
WebpackInvocationError,
|
|
44
44
|
WebpackMissingStatsError
|
|
45
|
-
} from "./_node-chunks/chunk-
|
|
46
|
-
import "./_node-chunks/chunk-
|
|
47
|
-
import "./_node-chunks/chunk-
|
|
48
|
-
import "./_node-chunks/chunk-
|
|
49
|
-
import "./_node-chunks/chunk-
|
|
45
|
+
} from "./_node-chunks/chunk-7GNG7DZN.js";
|
|
46
|
+
import "./_node-chunks/chunk-VCTH7NVT.js";
|
|
47
|
+
import "./_node-chunks/chunk-TXFQGVOT.js";
|
|
48
|
+
import "./_node-chunks/chunk-22GRWY3A.js";
|
|
49
|
+
import "./_node-chunks/chunk-SCGML3ZY.js";
|
|
50
50
|
export {
|
|
51
51
|
AddonVitestPostinstallError,
|
|
52
52
|
AddonVitestPostinstallPrerequisiteCheckError,
|
package/dist/telemetry/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_rvkdaqpp8e from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_rvkdaqpp8e from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_rvkdaqpp8e from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_rvkdaqpp8e.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_rvkdaqpp8e.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_rvkdaqpp8e.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -22,25 +22,25 @@ import {
|
|
|
22
22
|
sanitizeAddonName,
|
|
23
23
|
sanitizeError,
|
|
24
24
|
telemetry
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
27
|
-
import "../_node-chunks/chunk-
|
|
28
|
-
import "../_node-chunks/chunk-
|
|
29
|
-
import "../_node-chunks/chunk-
|
|
30
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-DJWEMHR5.js";
|
|
26
|
+
import "../_node-chunks/chunk-3AUMHWKR.js";
|
|
27
|
+
import "../_node-chunks/chunk-GVZHV3RA.js";
|
|
28
|
+
import "../_node-chunks/chunk-DPZJ3NQJ.js";
|
|
29
|
+
import "../_node-chunks/chunk-EDWQNQRS.js";
|
|
30
|
+
import "../_node-chunks/chunk-IG2ALTN6.js";
|
|
31
31
|
import {
|
|
32
32
|
getPrecedingUpgrade
|
|
33
|
-
} from "../_node-chunks/chunk-
|
|
34
|
-
import "../_node-chunks/chunk-
|
|
35
|
-
import "../_node-chunks/chunk-
|
|
36
|
-
import "../_node-chunks/chunk-
|
|
37
|
-
import "../_node-chunks/chunk-
|
|
38
|
-
import "../_node-chunks/chunk-
|
|
39
|
-
import "../_node-chunks/chunk-
|
|
40
|
-
import "../_node-chunks/chunk-
|
|
41
|
-
import "../_node-chunks/chunk-
|
|
42
|
-
import "../_node-chunks/chunk-
|
|
43
|
-
import "../_node-chunks/chunk-
|
|
33
|
+
} from "../_node-chunks/chunk-LIHOGGYQ.js";
|
|
34
|
+
import "../_node-chunks/chunk-V55OPUPS.js";
|
|
35
|
+
import "../_node-chunks/chunk-U46HN6HR.js";
|
|
36
|
+
import "../_node-chunks/chunk-N7ITOTDA.js";
|
|
37
|
+
import "../_node-chunks/chunk-BHHIOLJA.js";
|
|
38
|
+
import "../_node-chunks/chunk-JN2WIVPA.js";
|
|
39
|
+
import "../_node-chunks/chunk-O75LHYHE.js";
|
|
40
|
+
import "../_node-chunks/chunk-Q4NGPXRM.js";
|
|
41
|
+
import "../_node-chunks/chunk-TXFQGVOT.js";
|
|
42
|
+
import "../_node-chunks/chunk-22GRWY3A.js";
|
|
43
|
+
import "../_node-chunks/chunk-SCGML3ZY.js";
|
|
44
44
|
export {
|
|
45
45
|
ErrorCollector,
|
|
46
46
|
addToGlobalContext,
|
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// ../node_modules/slash/index.js
|
|
14
|
-
function slash(path) {
|
|
15
|
-
return path.startsWith("\\\\?\\") ? path : path.replace(/\\/g, "/");
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export {
|
|
19
|
-
slash
|
|
20
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.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",
|
|
16
|
-
"@storybook/addon-docs": "10.1.0",
|
|
17
|
-
"@storybook/addon-links": "10.1.0",
|
|
18
|
-
"@storybook/addon-onboarding": "10.1.0",
|
|
19
|
-
"storybook-addon-pseudo-states": "10.1.0",
|
|
20
|
-
"@storybook/addon-themes": "10.1.0",
|
|
21
|
-
"@storybook/addon-vitest": "10.1.0",
|
|
22
|
-
"@storybook/builder-vite": "10.1.0",
|
|
23
|
-
"@storybook/builder-webpack5": "10.1.0",
|
|
24
|
-
storybook: "10.1.0",
|
|
25
|
-
"@storybook/angular": "10.1.0",
|
|
26
|
-
"@storybook/ember": "10.1.0",
|
|
27
|
-
"@storybook/html-vite": "10.1.0",
|
|
28
|
-
"@storybook/nextjs": "10.1.0",
|
|
29
|
-
"@storybook/nextjs-vite": "10.1.0",
|
|
30
|
-
"@storybook/preact-vite": "10.1.0",
|
|
31
|
-
"@storybook/react-native-web-vite": "10.1.0",
|
|
32
|
-
"@storybook/react-vite": "10.1.0",
|
|
33
|
-
"@storybook/react-webpack5": "10.1.0",
|
|
34
|
-
"@storybook/server-webpack5": "10.1.0",
|
|
35
|
-
"@storybook/svelte-vite": "10.1.0",
|
|
36
|
-
"@storybook/sveltekit": "10.1.0",
|
|
37
|
-
"@storybook/vue3-vite": "10.1.0",
|
|
38
|
-
"@storybook/web-components-vite": "10.1.0",
|
|
39
|
-
sb: "10.1.0",
|
|
40
|
-
"@storybook/cli": "10.1.0",
|
|
41
|
-
"@storybook/codemod": "10.1.0",
|
|
42
|
-
"@storybook/core-webpack": "10.1.0",
|
|
43
|
-
"create-storybook": "10.1.0",
|
|
44
|
-
"@storybook/csf-plugin": "10.1.0",
|
|
45
|
-
"eslint-plugin-storybook": "10.1.0",
|
|
46
|
-
"@storybook/react-dom-shim": "10.1.0",
|
|
47
|
-
"@storybook/preset-create-react-app": "10.1.0",
|
|
48
|
-
"@storybook/preset-react-webpack": "10.1.0",
|
|
49
|
-
"@storybook/preset-server-webpack": "10.1.0",
|
|
50
|
-
"@storybook/html": "10.1.0",
|
|
51
|
-
"@storybook/preact": "10.1.0",
|
|
52
|
-
"@storybook/react": "10.1.0",
|
|
53
|
-
"@storybook/server": "10.1.0",
|
|
54
|
-
"@storybook/svelte": "10.1.0",
|
|
55
|
-
"@storybook/vue3": "10.1.0",
|
|
56
|
-
"@storybook/web-components": "10.1.0"
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
versions_default
|
|
61
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
|
|
13
|
-
// package.json
|
|
14
|
-
var version = "10.1.0";
|
|
15
|
-
|
|
16
|
-
export {
|
|
17
|
-
version
|
|
18
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_eb0hv8ko635 from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_eb0hv8ko635 from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_eb0hv8ko635 from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_eb0hv8ko635.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_eb0hv8ko635.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_eb0hv8ko635.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
any
|
|
14
|
-
} from "./chunk-ECQTJTVF.js";
|
|
15
|
-
|
|
16
|
-
// src/cli/detect.ts
|
|
17
|
-
async function detectPnp() {
|
|
18
|
-
return !!any([".pnp.js", ".pnp.cjs"]);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export {
|
|
22
|
-
detectPnp
|
|
23
|
-
};
|