This commit is contained in:
Norbert de Langen 2022-10-25 19:26:53 +02:00
parent 0961a23194
commit d32d484b08
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
3 changed files with 86 additions and 86 deletions

View File

@ -214,7 +214,7 @@ export class ClientApi<TFramework extends AnyFramework> {
// storiesOf file to finish adding stories, and us to load it into the facade as a // storiesOf file to finish adding stories, and us to load it into the facade as a
// single psuedo-CSF file. So instead we just keep collecting the CSF files and load // single psuedo-CSF file. So instead we just keep collecting the CSF files and load
// them all into the facade at the end. // them all into the facade at the end.
_addedExports = {} as Record<Store_Path, Store_ModuleExports>; _addedExports = {} as Record<Path, Store_ModuleExports>;
_loadAddedExports() { _loadAddedExports() {
// eslint-disable-next-line no-underscore-dangle // eslint-disable-next-line no-underscore-dangle

View File

@ -12,6 +12,7 @@ import type {
LegacyStoryFn, LegacyStoryFn,
Parameters, Parameters,
PartialStoryFn, PartialStoryFn,
Path,
ProjectAnnotations, ProjectAnnotations,
StoryAnnotations, StoryAnnotations,
StoryContext, StoryContext,
@ -26,7 +27,6 @@ import type {
ViewMode, ViewMode,
} from './csf'; } from './csf';
export type Path = string;
export type Store_ModuleExport = any; export type Store_ModuleExport = any;
export type Store_ModuleExports = Record<string, Store_ModuleExport>; export type Store_ModuleExports = Record<string, Store_ModuleExport>;
export type Store_PromiseLike<T> = Promise<T> | SynchronousPromise<T>; export type Store_PromiseLike<T> = Promise<T> | SynchronousPromise<T>;

View File

@ -2,132 +2,132 @@
"version": 2, "version": 2,
"projects": { "projects": {
"@storybook/addon-a11y": { "@storybook/addon-a11y": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/a11y", "root": "addons/a11y",
"type": "library" "type": "library"
}, },
"@storybook/addon-actions": { "@storybook/addon-actions": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/actions", "root": "addons/actions",
"type": "library" "type": "library"
}, },
"@storybook/addon-backgrounds": { "@storybook/addon-backgrounds": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/backgrounds", "root": "addons/backgrounds",
"type": "library" "type": "library"
}, },
"@storybook/addon-controls": { "@storybook/addon-controls": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/controls", "root": "addons/controls",
"type": "library" "type": "library"
}, },
"@storybook/addon-docs": { "@storybook/addon-docs": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/docs", "root": "addons/docs",
"type": "library" "type": "library"
}, },
"@storybook/addon-essentials": { "@storybook/addon-essentials": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/essentials", "root": "addons/essentials",
"type": "library" "type": "library"
}, },
"@storybook/addon-highlight": { "@storybook/addon-highlight": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/highlight", "root": "addons/highlight",
"type": "library" "type": "library"
}, },
"@storybook/addon-interactions": { "@storybook/addon-interactions": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/interactions", "root": "addons/interactions",
"type": "library" "type": "library"
}, },
"@storybook/addon-jest": { "@storybook/addon-jest": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/jest", "root": "addons/jest",
"type": "library" "type": "library"
}, },
"@storybook/addon-links": { "@storybook/addon-links": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/links", "root": "addons/links",
"type": "library" "type": "library"
}, },
"@storybook/addon-measure": { "@storybook/addon-measure": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/measure", "root": "addons/measure",
"type": "library" "type": "library"
}, },
"@storybook/addon-outline": { "@storybook/addon-outline": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/outline", "root": "addons/outline",
"type": "library" "type": "library"
}, },
"@storybook/addon-storyshots": { "@storybook/addon-storyshots": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/storyshots/storyshots-core", "root": "addons/storyshots/storyshots-core",
"type": "library" "type": "library"
}, },
"@storybook/addon-storyshots-puppeteer": { "@storybook/addon-storyshots-puppeteer": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/storyshots/storyshots-puppeteer", "root": "addons/storyshots/storyshots-puppeteer",
"type": "library" "type": "library"
}, },
"@storybook/addon-storysource": { "@storybook/addon-storysource": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/storysource", "root": "addons/storysource",
"type": "library" "type": "library"
}, },
"@storybook/addon-toolbars": { "@storybook/addon-toolbars": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/toolbars", "root": "addons/toolbars",
"type": "library" "type": "library"
}, },
"@storybook/addon-viewport": { "@storybook/addon-viewport": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "addons/viewport", "root": "addons/viewport",
"type": "library" "type": "library"
}, },
"@storybook/addons": { "@storybook/addons": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/addons", "root": "lib/addons",
"type": "library" "type": "library"
}, },
"@storybook/angular": { "@storybook/angular": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/angular", "root": "frameworks/angular",
"type": "library" "type": "library"
}, },
"@storybook/api": { "@storybook/api": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/api", "root": "lib/api",
"type": "library" "type": "library"
}, },
"@storybook/blocks": { "@storybook/blocks": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "ui/blocks", "root": "ui/blocks",
"type": "library" "type": "library"
}, },
"@storybook/builder-manager": { "@storybook/builder-manager": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/builder-manager", "root": "lib/builder-manager",
"type": "library" "type": "library"
}, },
"@storybook/builder-vite": { "@storybook/builder-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/builder-vite", "root": "lib/builder-vite",
"type": "library" "type": "library"
}, },
"@storybook/builder-webpack5": { "@storybook/builder-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/builder-webpack5", "root": "lib/builder-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/channel-postmessage": { "@storybook/channel-postmessage": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/channel-postmessage", "root": "lib/channel-postmessage",
"type": "library" "type": "library"
}, },
"@storybook/channel-websocket": { "@storybook/channel-websocket": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/channel-websocket", "root": "lib/channel-websocket",
"type": "library" "type": "library"
}, },
@ -137,12 +137,12 @@
"type": "library" "type": "library"
}, },
"@storybook/cli": { "@storybook/cli": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/cli", "root": "lib/cli",
"type": "library" "type": "library"
}, },
"@storybook/client-api": { "@storybook/client-api": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/client-api", "root": "lib/client-api",
"type": "library" "type": "library"
}, },
@ -152,82 +152,82 @@
"type": "library" "type": "library"
}, },
"@storybook/codemod": { "@storybook/codemod": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/codemod", "root": "lib/codemod",
"type": "library" "type": "library"
}, },
"@storybook/components": { "@storybook/components": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "ui/components", "root": "ui/components",
"type": "library" "type": "library"
}, },
"@storybook/core-client": { "@storybook/core-client": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-client", "root": "lib/core-client",
"type": "library" "type": "library"
}, },
"@storybook/core-common": { "@storybook/core-common": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-common", "root": "lib/core-common",
"type": "library" "type": "library"
}, },
"@storybook/core-events": { "@storybook/core-events": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-events", "root": "lib/core-events",
"type": "library" "type": "library"
}, },
"@storybook/core-server": { "@storybook/core-server": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-server", "root": "lib/core-server",
"type": "library" "type": "library"
}, },
"@storybook/core-vite": { "@storybook/core-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-vite", "root": "lib/core-vite",
"type": "library" "type": "library"
}, },
"@storybook/core-webpack": { "@storybook/core-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/core-webpack", "root": "lib/core-webpack",
"type": "library" "type": "library"
}, },
"@storybook/csf-tools": { "@storybook/csf-tools": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/csf-tools", "root": "lib/csf-tools",
"type": "library" "type": "library"
}, },
"@storybook/docs-tools": { "@storybook/docs-tools": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/docs-tools", "root": "lib/docs-tools",
"type": "library" "type": "library"
}, },
"@storybook/ember": { "@storybook/ember": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/ember", "root": "frameworks/ember",
"type": "library" "type": "library"
}, },
"@storybook/example-doc-blocks": { "@storybook/example-doc-blocks": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/doc-blocks", "root": "examples/doc-blocks",
"type": "library" "type": "library"
}, },
"@storybook/external-docs": { "@storybook/external-docs": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/external-docs", "root": "examples/external-docs",
"type": "library" "type": "library"
}, },
"@storybook/html": { "@storybook/html": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/html", "root": "renderers/html",
"type": "library" "type": "library"
}, },
"@storybook/html-webpack5": { "@storybook/html-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/html-webpack5", "root": "frameworks/html-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/instrumenter": { "@storybook/instrumenter": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/instrumenter", "root": "lib/instrumenter",
"type": "library" "type": "library"
}, },
@ -237,82 +237,82 @@
"implicitDependencies": [] "implicitDependencies": []
}, },
"@storybook/node-logger": { "@storybook/node-logger": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/node-logger", "root": "lib/node-logger",
"type": "library" "type": "library"
}, },
"@storybook/postinstall": { "@storybook/postinstall": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/postinstall", "root": "lib/postinstall",
"type": "library" "type": "library"
}, },
"@storybook/preact": { "@storybook/preact": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/preact", "root": "renderers/preact",
"type": "library" "type": "library"
}, },
"@storybook/preact-webpack5": { "@storybook/preact-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/preact-webpack5", "root": "frameworks/preact-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/preset-html-webpack": { "@storybook/preset-html-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/html-webpack", "root": "presets/html-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-preact-webpack": { "@storybook/preset-preact-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/preact-webpack", "root": "presets/preact-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-react-webpack": { "@storybook/preset-react-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/react-webpack", "root": "presets/react-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-server-webpack": { "@storybook/preset-server-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/server-webpack", "root": "presets/server-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-svelte-webpack": { "@storybook/preset-svelte-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/svelte-webpack", "root": "presets/svelte-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-vue-webpack": { "@storybook/preset-vue-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/vue-webpack", "root": "presets/vue-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-vue3-webpack": { "@storybook/preset-vue3-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/vue3-webpack", "root": "presets/vue3-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preset-web-components-webpack": { "@storybook/preset-web-components-webpack": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "presets/web-components-webpack", "root": "presets/web-components-webpack",
"type": "library" "type": "library"
}, },
"@storybook/preview-web": { "@storybook/preview-web": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/preview-web", "root": "lib/preview-web",
"type": "library" "type": "library"
}, },
"@storybook/react": { "@storybook/react": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/react", "root": "renderers/react",
"type": "library" "type": "library"
}, },
"@storybook/react-vite": { "@storybook/react-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/react-vite", "root": "frameworks/react-vite",
"type": "library" "type": "library"
}, },
"@storybook/react-webpack5": { "@storybook/react-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/react-webpack5", "root": "frameworks/react-webpack5",
"type": "library" "type": "library"
}, },
@ -322,42 +322,42 @@
"type": "library" "type": "library"
}, },
"@storybook/server": { "@storybook/server": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/server", "root": "renderers/server",
"type": "library" "type": "library"
}, },
"@storybook/server-webpack5": { "@storybook/server-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/server-webpack5", "root": "frameworks/server-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/source-loader": { "@storybook/source-loader": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/source-loader", "root": "lib/source-loader",
"type": "library" "type": "library"
}, },
"@storybook/store": { "@storybook/store": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/store", "root": "lib/store",
"type": "library" "type": "library"
}, },
"@storybook/svelte": { "@storybook/svelte": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/svelte", "root": "renderers/svelte",
"type": "library" "type": "library"
}, },
"@storybook/svelte-vite": { "@storybook/svelte-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/svelte-vite", "root": "frameworks/svelte-vite",
"type": "library" "type": "library"
}, },
"@storybook/svelte-webpack5": { "@storybook/svelte-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/svelte-webpack5", "root": "frameworks/svelte-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/telemetry": { "@storybook/telemetry": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/telemetry", "root": "lib/telemetry",
"type": "library" "type": "library"
}, },
@ -372,82 +372,82 @@
"type": "library" "type": "library"
}, },
"@storybook/ui": { "@storybook/ui": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "ui/manager", "root": "ui/manager",
"type": "library" "type": "library"
}, },
"@storybook/vue": { "@storybook/vue": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/vue", "root": "renderers/vue",
"type": "library" "type": "library"
}, },
"@storybook/vue-vite": { "@storybook/vue-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/vue-vite", "root": "frameworks/vue-vite",
"type": "library" "type": "library"
}, },
"@storybook/vue-webpack5": { "@storybook/vue-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/vue-webpack5", "root": "frameworks/vue-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/vue3": { "@storybook/vue3": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/vue3", "root": "renderers/vue3",
"type": "library" "type": "library"
}, },
"@storybook/vue3-vite": { "@storybook/vue3-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/vue3-vite", "root": "frameworks/vue3-vite",
"type": "library" "type": "library"
}, },
"@storybook/vue3-webpack5": { "@storybook/vue3-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/vue3-webpack5", "root": "frameworks/vue3-webpack5",
"type": "library" "type": "library"
}, },
"@storybook/web-components": { "@storybook/web-components": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "renderers/web-components", "root": "renderers/web-components",
"type": "library" "type": "library"
}, },
"@storybook/web-components-vite": { "@storybook/web-components-vite": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/web-components-vite", "root": "frameworks/web-components-vite",
"type": "library" "type": "library"
}, },
"@storybook/web-components-webpack5": { "@storybook/web-components-webpack5": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "frameworks/web-components-webpack5", "root": "frameworks/web-components-webpack5",
"type": "library" "type": "library"
}, },
"ember-example": { "ember-example": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/ember-cli", "root": "examples/ember-cli",
"type": "library" "type": "library"
}, },
"sb": { "sb": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/cli-sb", "root": "lib/cli-sb",
"type": "library" "type": "library"
}, },
"server-kitchen-sink": { "server-kitchen-sink": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/server-kitchen-sink", "root": "examples/server-kitchen-sink",
"type": "library" "type": "library"
}, },
"standalone-preview": { "standalone-preview": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/standalone-preview", "root": "examples/standalone-preview",
"type": "library" "type": "library"
}, },
"storybook": { "storybook": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "lib/cli-storybook", "root": "lib/cli-storybook",
"type": "library" "type": "library"
}, },
"vue-3-cli-example": { "vue-3-cli-example": {
"implicitDependencies": ["@storybook/types"], "implicitDependencies": [],
"root": "examples/vue-3-cli", "root": "examples/vue-3-cli",
"type": "library" "type": "library"
} }