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

Core: Migrate core to TypeScript #12839

Merged
merged 21 commits into from
Nov 4, 2020
Merged

Core: Migrate core to TypeScript #12839

merged 21 commits into from
Nov 4, 2020

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    31ba8b8 View commit details
    Browse the repository at this point in the history
  2. refactor: export Config from addons as it is used in a public fun…

    …ction
    
    Then use this interface in `core` to improve typings
    gaetanmaisse committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    adc3121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28eb524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71835c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c59c21c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8388b19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cb4887 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e0ea97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb9f801 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b8a469 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    02eb42b View commit details
    Browse the repository at this point in the history
  12. refactor(core): add @storybook/ui to typings

    We need to "fake" `@storybook/ui` types to be able to compile properly
    `@storybook/core`. This is due to a dependency cycle causing `core` to be build at the same time as `ui`:
    > lerna WARN ECYCLE Dependency cycles detected, you should fix these!
    > lerna WARN ECYCLE @storybook/react -> @storybook/core -> @storybook/ui -> @storybook/react
    gaetanmaisse committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    5e15935 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    784c321 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3239d25 View commit details
    Browse the repository at this point in the history
  15. refactor(core): introduce a types.ts file to centralize some types …

    …used across the lib
    
    Start typing manager presets and config
    gaetanmaisse committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0d08492 View commit details
    Browse the repository at this point in the history
  16. 2 Configuration menu
    Copy the full SHA
    1394788 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    47863bc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    87da256 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f85e888 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6a01f37 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d2cbbb7 View commit details
    Browse the repository at this point in the history