denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Inconsistent display of types #2459

Closed kitsonk closed 2 years ago

kitsonk commented 2 years ago

For example: https://deno.land/std@0.154.0/http/mod.ts?s=serve

std_0_154_0___Deno

We display the type for handler in the the signature, but not options. Also, options should be displayed as optional in the signature.