doc_website
doc_website copied to clipboard
Client-side errors on docs for my library

console:

broken docs link: https://doc.deno.land/https/deno.land/x/node_http/mod.ts
deno X: https://deno.land/x/[email protected]
repo link: https://github.com/deno-libs/node-http
Seems like it throws in getFieldsForClassRecursive util function. At class Server extends EventEmitter<Events> expression, the util tries to get class info from EventEmitter but that's not available in doc information. I'm not sure what is the expected behavior here (The classDef of EventEmitter should be available here?). cc @lucacasonato
any updates on this issue?