Skip to content

chore: introduce Nullable utility type to combine null and undefined unions#902

Open
samrichardsontylertech wants to merge 2 commits into
mainfrom
chore/nullable-type
Open

chore: introduce Nullable utility type to combine null and undefined unions#902
samrichardsontylertech wants to merge 2 commits into
mainfrom
chore/nullable-type

Conversation

@samrichardsontylertech
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: Y
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

Replaced all instances of union types that include null and undefined with a new Nullable<T> type for succinctness and clarity.

@samrichardsontylertech samrichardsontylertech added the skip-release Preserve the current version when merged label Apr 4, 2025
@samrichardsontylertech samrichardsontylertech requested a review from a team as a code owner April 4, 2025 18:16
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-release Preserve the current version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants