sholladay / pogo

Server framework for Deno
Mozilla Public License 2.0
482 stars 32 forks source link

error TS2304: Cannot find name 'HeadersInit'. #25

Closed GabCores closed 4 years ago

GabCores commented 4 years ago

Hi there , While deno 1.0.0 compiling, I got this error in recent days,

error TS2304: Cannot find name 'HeadersInit'. ► https://deno.land/x/pogo/lib/response.ts:7:15 7 headers?: HeadersInit,


Thanks in advance , great expectations on deno and new libraries 
sholladay commented 4 years ago

Hmm can you double check your Deno version? It should work on recent versions of Deno.

sholladay commented 4 years ago

Duplicate of #23

GabCores commented 4 years ago

Trying on new subversion rc2 and is working fine !. Hoping stability and reliability will arrive soon !

sholladay commented 4 years ago

Just updated Pogo's dependencies and CI is testing Deno 0.42.0, but the 1.0.0 release candidates should work too. Let me know if you have any other issues.