denoland / deno_doc

Documentation generator for Deno
MIT License
262 stars 55 forks source link

fix: do not show [UNSUPPORTED] default in html docs #608

Closed kt3k closed 3 months ago

kt3k commented 3 months ago

This PR changes the rendering of ts_type in parameters of functions. Now if the default value is [UNSUPPORTED], then that default value part is not shown in html docs.

BEFORE

Screenshot 2024-07-09 at 14 11 41

AFTER

Screenshot 2024-07-09 at 14 10 33

closes https://github.com/denoland/deno_std/issues/5316