denoland / docland

The documentation generation website for Deno
https://doc.deno.land
MIT License
122 stars 28 forks source link

1.20.1 #121

Closed ry closed 2 years ago

bartlomieju commented 2 years ago

I believe tests are failing because we changed return type of Deno.connect to be either Deno.TcpConn or Deno.UnixConn. @ry I can take a stab at fixing it if you want