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

Resolve Deno deprecation #310

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Resolve Deno deprecation #310

merged 1 commit into from
Feb 6, 2024

Conversation

sampsyo
Copy link
Owner

@sampsyo sampsyo commented Feb 1, 2024

Deno started complaining about the more Deno-specific way we were reading from stdin:

warning: Use of deprecated "Deno.readAll()" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.
warning: Use of deprecated "new Deno.Buffer()" API. This API will be removed in Deno 2. Run again with DENO_VERBOSE_WARNINGS=1 to get more details.

This new way seems to be endorsed (and more ECMAScript-y to boot).

@sampsyo sampsyo merged commit fe9ebf1 into main Feb 6, 2024
3 checks passed
@sampsyo sampsyo deleted the deno-deprecation branch February 6, 2024 17:28
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.

1 participant