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

withUndefinedAsNull(x) -> x ?? null #189983

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Aug 8, 2023

Replaces withUndefinedAsNull with the ?? operator. Will tackle withNullAsUndefined in another pr

/cc @TylerLeonhardt

Replaces `withUndefinedAsNull` with the `??` operator
@mjbvz mjbvz added this to the August 2023 milestone Aug 8, 2023
@mjbvz mjbvz self-assigned this Aug 8, 2023
@mjbvz mjbvz enabled auto-merge (squash) August 8, 2023 22:14
@mjbvz mjbvz merged commit ce417fa into microsoft:main Aug 8, 2023
6 checks passed
mjbvz added a commit to mjbvz/vscode that referenced this pull request Aug 8, 2023
Follow up on microsoft#189983

Replaces `withNullAsUndefined` with uses of `??`
mjbvz added a commit that referenced this pull request Aug 8, 2023
Follow up on #189983

Replaces `withNullAsUndefined` with uses of `??`
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants