Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static stories.json refinements #14966

Closed
9 tasks
shilman opened this issue May 18, 2021 · 1 comment
Closed
9 tasks

Static stories.json refinements #14966

shilman opened this issue May 18, 2021 · 1 comment

Comments

@shilman
Copy link
Member

shilman commented May 18, 2021

Follow-up to #14945

Current limitations

  • Many cases not statically analyzable or not yet implemented
    • const meta = ...; export default meta;
    • const Story = ...; export { Story };
  • Template.bind({}) not yet implemented
  • MDX not yet implemented
  • Better error handling, e.g. export default { title: 14 }
  • Fix promise handling to make sure stories.json is finished generating e.g. in build-storybook
  • Make fileName relative to configDir

Maintenance

  • Use common type system
@shilman
Copy link
Member Author

shilman commented Jun 15, 2023

We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if this is still relevant in SB 7.x.

@shilman shilman closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant