Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Static methods seems broken #1481

Closed
hugomrdias opened this issue Jan 24, 2021 · 3 comments
Closed

Class Static methods seems broken #1481

hugomrdias opened this issue Jan 24, 2021 · 3 comments
Labels
bug Functionality does not match expectation

Comments

@hugomrdias
Copy link

hugomrdias commented Jan 24, 2021

Search terms

Expected Behavior

Check the link below, static methods should output proper signatures, comments, etc.

Actual Behavior

Screenshot 2021-01-24 at 14 01 16

Check the link below, only the ESM named export works properly.

Steps to reproduce the bug

https://codesandbox.io/s/typedoc-test-w69ry?file=/src/index.js

Environment

  • Typedoc version: 0.20.17
  • TypeScript version: 4.1.3
  • Node.js version: 14
  • OS: all
@hugomrdias hugomrdias added the bug Functionality does not match expectation label Jan 24, 2021
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 24, 2021

Aww... this is going to be an annoying one to fix.

@hugomrdias hugomrdias changed the title Static Class methods seems broken Class Static methods seems broken Jan 24, 2021
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 24, 2021

Yep, as predicted... very annoying one. I really dislike how the compiler gives different results with JS files than TS files. Fixed in 0.20.18.

@hugomrdias
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants