doc_website icon indicating copy to clipboard operation
doc_website copied to clipboard

Client-side errors on docs for my library

Open v1rtl opened this issue 4 years ago • 2 comments

image

console:

image

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

v1rtl avatar May 24 '21 07:05 v1rtl

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

kt3k avatar May 24 '21 07:05 kt3k

any updates on this issue?

v1rtl avatar Aug 28 '21 11:08 v1rtl