Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: storybookjs/storybook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e34418
Choose a base ref
...
head repository: storybookjs/storybook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3b4545
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 8, 2025

  1. Fix type errors and linting issues in optional union enum handling

    - Add type guard functions (isLiteral, isUndefined) for better type narrowing
    - Add 'undefined' to TSScalarType union in types.ts
    - Make elements non-optional in TSCombinationType (unions always have elements)
    - Wrap case block in braces to fix Biome linting error
    - Use proper type assertion instead of @ts-expect-error
    tanujbhaud committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    d3b4545 View commit details
    Browse the repository at this point in the history
Loading