elekram
elekram2y ago

Deno linter is telling me that writeAll from streams conversion is deprecated

Is import { writeAll } from "https://deno.land/std@0.171.0/streams/conversion.ts" deprecated?
2 Replies
crowlKats
crowlKats2y ago
yes. the deprecation messages states:
(will be removed after 0.171.0) Import from std/streams/write_all.ts instead
elekram
elekram2y ago
Oh yeah, I see now. I followed the deprecation message from io/util to here. Things be moving fast around here Thank you