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

suggestion: deprecate std/collections APIs in favour of new Set methods #4637

Open
iuioiua opened this issue Apr 24, 2024 · 0 comments
Open

Comments

@iuioiua
Copy link
Collaborator

iuioiua commented Apr 24, 2024

I suggest the following now that new Set methods are available in Deno:

  1. Deprecate intersect() in favour of Set.prototype.intersection()
  2. Deprecate union() in favour of Set.prototype.union()

Removals should happen in std/bytes@1. However, this might be too soon as these APIs are not fully supported in other JavaScript runtimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant