-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Migrate @storybook/components to TS #6095
Merged
gaetanmaisse
merged 21 commits into
storybookjs:next
from
gaetanmaisse:ts-migration/lib-components
Apr 8, 2019
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6cd7a4f
chore: add tsconfig in lib/components
gaetanmaisse 04c7437
chore: migrate src of lib/components to Typescript
gaetanmaisse 1bd8262
refactor: strongly types ActionBar
gaetanmaisse 783d769
refactor: strongly types Badge
gaetanmaisse 1461fba
refactor: strongly types FlexBar
gaetanmaisse 56676bf
refactor: strongly types and fix svg of StorybookIcon and StorybookLogo
gaetanmaisse 9831f50
refactor: strongly types Button
gaetanmaisse 5e1afb4
refactor: strongly types Icon
gaetanmaisse af56959
refactor: strongly types ScrollArea
gaetanmaisse ce4b453
refactor: strongly types Spaced
gaetanmaisse c703aa8
refactor: strongly types CopyableCode/SyntaxHighlighter
gaetanmaisse 78c6ed6
refactor: strongly types Tabs
gaetanmaisse 40e22ae
refactor: strongly types Placeholder
gaetanmaisse 61758cf
refactor: strongly types forms
gaetanmaisse dbf7a3e
refactor: strongly types StoryLinkWrapper
gaetanmaisse 3444c3e
refactor: strongly types typography
gaetanmaisse f385fae
refactor: strongly types tooltip
gaetanmaisse 2283c73
refactor: strongly types form
gaetanmaisse 7d1412b
refactor: rewrite some code to avoid anonymous fct in JS compiled code
gaetanmaisse 57fd649
chore: disable no-literal-urls rule for specific use case
gaetanmaisse d8b0858
Revert "refactor: rewrite some code to avoid anonymous fct in JS comp…
gaetanmaisse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this space removal doesn't seem intentional. or is it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't, will be back in #6500 😉