-
-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Labels
help wantedContributions are especially encouragedContributions are especially encouragedjsThis issue relates to better TS-in-JS supportThis issue relates to better TS-in-JS support
Description
- I have checked issues with enhancement label and found no duplicates
Problem
We declare some types using typedefs. You can see several examples of methods using this typedef in the same file. Example typedef:
https://github.com/chartjs/Chart.js/blob/0d6c05cca00813b0fb93396ce7b37b637f2e6833/src/core/core.scale.js#L11
However, method parameters in the Typedocs using this typedef appear as any
(in this case I'd expect it to appear as Tick
).
Suggested Solution
Include typedefs as types in the generated documentation
hugomrdias and MichaelPopeDeveloper
Metadata
Metadata
Assignees
Labels
help wantedContributions are especially encouragedContributions are especially encouragedjsThis issue relates to better TS-in-JS supportThis issue relates to better TS-in-JS support