Closed kt3k closed 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.
[UNSUPPORTED]
BEFORE
AFTER
closes https://github.com/denoland/deno_std/issues/5316
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
AFTER
closes https://github.com/denoland/deno_std/issues/5316