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

revert: remove AsyncDisposable #14908

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

bluwy
Copy link
Member

@bluwy bluwy commented Nov 8, 2023

This reverts commit 385d580. #14648

Description

I've been fixing the SvelteKit ecosystem ci issue, the AsyncDisposable type only exists in compilerOptions.target: "ESNext" or @types/node@18.18.x.

The issue is that not all libraries are using esnext and node18 types (e.g. dual vite 4 and 5 support). Plus our types declare the @types/node range to be ^18.0.0.

Reverts the commit for now.

@patak-dev patak-dev enabled auto-merge (squash) November 8, 2023 10:03
@patak-dev patak-dev mentioned this pull request Nov 8, 2023
9 tasks
@patak-dev patak-dev merged commit b953b0d into main Nov 8, 2023
10 checks passed
@patak-dev patak-dev deleted the remove-extend-async-disposable branch November 8, 2023 10:05
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.

2 participants