herudi / dero

Fast web framework for Deno (support native HTTP/2 Hyper and std/http).
https://dero.herudi.workers.dev
MIT License
21 stars 0 forks source link

https://deno.land/std@0.74.0/async/pool.ts:45:23 #5

Open dcj9 opened 2 years ago

dcj9 commented 2 years ago

Hey, found this?

PS D:\Unh\Unh_Fall_2021\it505\Final> deno run --allow-net --allow-read app.ts Download https://deno.land/x/dero@1.2.4/mod.ts Download https://deno.land/x/dero@1.2.4/src/decorators.ts Download https://deno.land/x/dero@1.2.4/src/dero.ts Download https://deno.land/x/dero@1.2.4/src/error.ts Download https://deno.land/x/dero@1.2.4/src/http_request.ts Download https://deno.land/x/dero@1.2.4/src/http_response.ts Download https://deno.land/x/dero@1.2.4/src/router.ts Download https://deno.land/x/dero@1.2.4/src/types.ts Download https://deno.land/x/dero@1.2.4/src/wares.ts Download https://deno.land/x/static_files@1.1.0/mod.ts Download https://deno.land/x/dero@1.2.4/src/utils.ts Download https://deno.land/x/dero@1.2.4/src/body.ts Download https://deno.land/x/dero@1.2.4/src/deps.ts Download https://deno.land/x/static_files@1.1.0/src/deps.ts Download https://deno.land/x/static_files@1.1.0/src/fetch.ts Download https://deno.land/x/static_files@1.1.0/src/types.ts Download https://deno.land/x/static_files@1.1.0/src/utils.ts Download https://deno.land/std@0.105.0/http/cookie.ts Download https://deno.land/std@0.105.0/io/mod.ts Download https://deno.land/std@0.105.0/datetime/mod.ts Download https://deno.land/std@0.105.0/io/writers.ts Download https://deno.land/std@0.105.0/datetime/formatter.ts Download https://deno.land/std@0.105.0/datetime/tokenizer.ts Check file:///D:/Unh/Unh_Fall_2021/it505/Final/app.ts error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream'. return res.readable.getIterator();


    at https://deno.land/std@0.74.0/async/pool.ts:45:23
PS D:\Unh\Unh_Fall_2021\it505\Final> deno -V
deno 1.16.4
herudi commented 2 years ago

@dcj9 your code ?