2024-07-31 10:01:28 +02:00
|
|
|
import ESM_COMPAT_Module from "node:module";
|
|
|
|
import { fileURLToPath as ESM_COMPAT_fileURLToPath } from 'node:url';
|
|
|
|
import { dirname as ESM_COMPAT_dirname } from 'node:path';
|
|
|
|
const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
|
|
|
|
const __dirname = ESM_COMPAT_dirname(__filename);
|
|
|
|
const require = ESM_COMPAT_Module.createRequire(import.meta.url);
|
|
|
|
|
|
|
|
// src/preview/globals/globals.ts
|
|
|
|
var _ = {
|
|
|
|
"@storybook/global": "__STORYBOOK_MODULE_GLOBAL__",
|
|
|
|
"storybook/internal/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
|
|
"@storybook/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
|
|
"@storybook/core/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
|
|
"storybook/internal/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
|
|
"@storybook/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
|
|
"@storybook/core/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
|
|
"storybook/internal/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
|
|
"@storybook/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
|
|
"@storybook/core/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
|
|
"storybook/internal/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
|
|
"@storybook/core-events/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
|
|
"@storybook/core/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
|
|
"storybook/internal/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
|
|
"@storybook/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
|
|
"@storybook/core/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
|
|
"storybook/internal/types": "__STORYBOOK_MODULE_TYPES__",
|
|
|
|
"@storybook/types": "__STORYBOOK_MODULE_TYPES__",
|
|
|
|
"@storybook/core/types": "__STORYBOOK_MODULE_TYPES__"
|
|
|
|
}, O = Object.keys(_);
|
|
|
|
export {
|
|
|
|
O as globalPackages,
|
|
|
|
_ as globalsNameReferenceMap
|
|
|
|
};
|