-
Notifications
You must be signed in to change notification settings - Fork 664
Closed
Description
There is also the separate effort to replace any code that uses various deno ns classes that implement Deno.Reader & Deno.Writer that still uses the read & write functions over the readable & writable properties.
io
-
buffer.ts
-
Buffer(feat: streams basedBuffer#1970) -
BufReader: replaced byReadableStreamBYOBReader.read(, {atLeast}) -
BufWriter: unnecessary (doesnt make much sense for web streams) -
readDelim: replaced bystreams/delimiter.ts'sDelimiterStream -
readStringDelim(feat(streams): TextDelimiterStream #2006) -
readLines: replaced bystreams/delimiter.ts'sTextLineStream
-
-
files.ts
-
readRangereplaced bystreams/byte_slice_stream.ts'sByteSliceStream
-
-
readers.ts
-
StringReader: replaced byTextDecoderStream -
MultiReader: replaced bystreams/merge.ts -
LimitedReader(feat(streams): LimitedTransformStream & LimitedBytesTransformStream #2007)
-
-
util.ts
Do we even want these?-
copyN -
readShort -
readInt -
readLong
-
-
writers.ts
unnecessary.
archive
encoding
-
binary.ts
-
readExact: replaced byReadableStreamBYOBReader.read(, {atLeast}) -
getNBytes: unecessary -
readVarnum: doesnt this somewhat clash withio/util.tsfunctions? -
readVarbig -
writeVarnum -
writeVarbig
-
-
csv.ts
log
- handler.ts chore(log): rework
std/logto work without deprecatedDeno.Writer#4021-
WriterHandler -
RotatingFileHandler
-
mime
-
mime was removed in chore(mime): remove mime module #2336multipart
textproto
not sure what to do with this one. Update: textproto is removed in #2757
please let me know if I missed any.
nayeemrmn, lucacasonato, uki00a, jsejcksn, windchime-yk and 5 more
Metadata
Metadata
Assignees
Labels
No labels