jsr icon indicating copy to clipboard operation
jsr copied to clipboard

Symbol Methods do not link properly...

Open kitsonk opened this issue 1 year ago • 0 comments

Clicking on a link to drill into a method that is a symbol results in a 404 instead of the documentation for that method. For example clicking on the link in this class: https://jsr.io/@oak/oak/doc/context/~/Context#method_[Symbol_for("Deno_customInspect")]_0 will lead you to https://jsr.io/@oak/oak/doc/context/~/Context.prototype.[Symbol.for(%22Deno.customInspect%22)] which is a 404 Not Found.

kitsonk avatar Apr 20 '24 01:04 kitsonk