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

Migrate @storybook/components to TS #6095

Merged
merged 21 commits into from
Apr 8, 2019
Merged

Migrate @storybook/components to TS #6095

merged 21 commits into from
Apr 8, 2019

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    6cd7a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c7437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd8262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    783d769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1461fba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56676bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9831f50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e1afb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af56959 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce4b453 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c703aa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78c6ed6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    40e22ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61758cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dbf7a3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3444c3e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f385fae View commit details
    Browse the repository at this point in the history
  18. refactor: strongly types form

    There are still a lot of `any`, I need to dive deep in `emotion` to
    better understand how it works in order to provide good typings.
    gaetanmaisse committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    2283c73 View commit details
    Browse the repository at this point in the history
  19. refactor: rewrite some code to avoid anonymous fct in JS compiled code

    It looks like TS compiler does not generate the same as babel one and so
    some code must be rewrite in order to "force" TS compiler to generate JS
     code that is compatible with SB codebase (and that match tests
     snapshots).
    gaetanmaisse committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    7d1412b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    57fd649 View commit details
    Browse the repository at this point in the history
  21. Revert "refactor: rewrite some code to avoid anonymous fct in JS comp…

    …iled code"
    
    This reverts commit 538ee0f as TS is now compiled using Babel instead of tsc
    gaetanmaisse committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    d8b0858 View commit details
    Browse the repository at this point in the history