-
Notifications
You must be signed in to change notification settings - Fork 630
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
to-do: trim @std/io
APIs
#5989
Labels
Comments
This was referenced Sep 16, 2024
This was referenced Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@std/io
contains quite a few deprecated APIs. We should review each one, and if still relevant, provide a migration guide, deprecate, then remove. Doing so pushes users to use Streams APIs and@std/streams
, and reduces the number of API choices they need to make for their projects.BufReader
BufWriter
copyN()
LimitedReader
MultiReader
readDelim()
readInt()
readLines()
readLong()
readRange[Sync]()
readShort()
readStringDelim()
sliceLongToBytes()
StringReader
StringWriter
The text was updated successfully, but these errors were encountered: