denoland / doc_website

Archived. New version at https://github.com/denoland/docland
https://doc.deno.land/
MIT License
194 stars 42 forks source link

Client-side errors on docs for my library #200

Open talentlessguy opened 3 years ago

talentlessguy commented 3 years ago

image

console:

image

broken docs link: https://doc.deno.land/https/deno.land/x/node_http/mod.ts

deno X: https://deno.land/x/node_http@0.0.3

repo link: https://github.com/deno-libs/node-http

kt3k commented 3 years ago

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

talentlessguy commented 3 years ago

any updates on this issue?