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

refactor: use nullish coalescing assignment #1229

Merged
merged 2 commits into from May 11, 2023
Merged

refactor: use nullish coalescing assignment #1229

merged 2 commits into from May 11, 2023

Conversation

Mister-Hope
Copy link
Member

No description provided.

@Mister-Hope
Copy link
Member Author

Mister-Hope commented Jan 7, 2023

Emm, the test failed because Node 14 do not support ??=, however, the output code by tsup does not contain ??= either.

If we do want to add tests for node 14 and node 16 besides the development env node18. we'd better use output file for testing in ci.

@meteorlxy Is the above sounds good to you?

@meteorlxy
Copy link
Member

Yes that's reasonable. We should make sure tsup is generating node 14 compatible code, too.

@meteorlxy meteorlxy changed the title chore: tweaks refactor: use nullish coalescing assignment May 11, 2023
@meteorlxy meteorlxy merged commit 45de110 into main May 11, 2023
28 of 29 checks passed
@meteorlxy meteorlxy deleted the chore/tweaks branch May 11, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants