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

Improving maintainability: TypeScript #195

Merged

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    ac7ea8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59113e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4089a74 View commit details
    Browse the repository at this point in the history
  4. Converted from require() and module.exports to import and export

    # Conflicts:
    #	packages/storybook-builder-vite/index.ts
    #	packages/storybook-builder-vite/vite-config.ts
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b0c59b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74da30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d08a3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34ec205 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4e51e9 View commit details
    Browse the repository at this point in the history
  9. Ignoring the dist directory

    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    df8f27f View commit details
    Browse the repository at this point in the history
  10. Using the dist directory: updated main field; created types fie…

    …ld in `storybook-builder-vite/package.json`
    
    # Conflicts:
    #	packages/storybook-builder-vite/package.json
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c7e1fe2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab5418f View commit details
    Browse the repository at this point in the history
  12. Updated tsconfig.json: emit declarations, enabled source maps (with…

    … inlined sources) and skip libraries check
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ca28bb2 View commit details
    Browse the repository at this point in the history
  13. Start unused arguments with underscore in pluginConfig() function a…

    …nd the server watcher change callback in `configureServer()` function
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    b215618 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9edc9d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6bcaba View commit details
    Browse the repository at this point in the history
  16. Fix: async import of exported vueDocgen() function from local file …

    …instead of `require()`
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9dad533 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e32a648 View commit details
    Browse the repository at this point in the history
  18. Installed packages: @types/express as dev dependency and `@storyboo…

    …k/core-common` as peer dependency.
    
    Version of `@storybook/core-common` package is based on nested installed dependency in `yarn.lock`.
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d364211 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b0fc21d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    822cf02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4355601 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b35cb27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    47e5f24 View commit details
    Browse the repository at this point in the history
  24. Simplify JSDoc

    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ea5f950 View commit details
    Browse the repository at this point in the history
  25. Created TODO: Maybe convert injectExportOrderPlugin to function tha…

    …t returns object,
    
    and run `await init;` once and then call `parse()` without `await`,
    instead of calling `await parse()` every time.
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ed88537 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    020471c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    13151cb View commit details
    Browse the repository at this point in the history
  28. Added check for a case if the StoriesEntry is object in functions:

    * `generateImportFnScriptCode()`;
    * `generateIframeScriptCode()`;
    * `getOptimizeDeps()`.
    mrauhu committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    23a09e2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1d1360e View commit details
    Browse the repository at this point in the history