Skip to content

feat: Deprecate Deno.run API in favor of Deno.Command (#17630) #18866

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

Merged
merged 2 commits into from
Apr 27, 2023

Conversation

bartlomieju
Copy link
Member

This commit adds @deprecated comments to Deno.run API declarations.
Since stabilization of Deno.Command API in Deno v1.31, Deno.Command is the preferred (more reliable) API to interact with subprocesses.
This is the preparation for the removal of Deno.run API in Deno 2.0.

@bartlomieju bartlomieju requested review from ry and dsherret April 26, 2023 23:07
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

3 participants