| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-13 | 549 Bytes | |
| v0.28.17 source code.tar.gz | 2026-02-13 | 786.1 kB | |
| v0.28.17 source code.zip | 2026-02-13 | 1.1 MB | |
| Totals: 3 Items | 1.9 MB | 1 | |
Bug Fixes
- Improved handling of comments for type aliases which have been declaration merged with functions, [#3064].
- Fixed anchor link generation to members named
$, [#3065]. - Corrected typing of the
pluginoption to permit functions, [#3066]. - Warnings about unused
@paramtags will now be properly suppressed when they come from declaration files and the suppressCommentWarningsInDeclarationFiles option is enabled, [#3070]. - Fixed conversion of types referencing type parameters on functions, [#3071].
Thanks!
- @pjeby