typedoc info will be lost under a domain

This issue has been tracked since 2023-02-18.

I incidentally found:

/** foo is a method **/
let foo = ()=>{}
foo() // here typedoc for the method works fine if you hover the cursor on it
let obj={foo: foo}
obj.foo() // here typedoc info is lost

If you visit the foo method via obj.foo(), the typedoc info will lose. What's the cause of it?

More Details About Repo
Owner Name TypeStrong
Repo Name typedoc
Full Name TypeStrong/typedoc
Language TypeScript
Created Date 2014-05-24
Updated Date 2023-03-19
Star Count 6487
Watcher Count 68
Fork Count 639
Issue Count 48

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date