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

fix(async): re-export abortable in mod.ts #1959

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Feb 25, 2022

We forgot to re-export abortable in mod.ts in #1939. This PR fixes it.

This change also fixes the example in async/README.md, which imports abortable from mod.ts.

closes #1958

@kt3k kt3k requested a review from bartlomieju as a code owner February 25, 2022 03:48
@kt3k kt3k changed the title feat: re-export abortable in async/mod.ts fix(async): re-export abortable in mod.ts Mar 6, 2022
@kt3k kt3k merged commit b81ff8e into denoland:main Mar 8, 2022
@kt3k kt3k deleted the chore/reexport-abortable branch March 8, 2022 05:46
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.

abortable() does not work
2 participants