gitea/web_src/js/utils
silverwind f4d7701189
Change function description comments to tsdoc style (#35185)
1. change function comments to the minimal [tsdoc](https://tsdoc.org/)
style. This has the benefit of making editors show the doc string in
tooltips when the function is hovered:

<img width="521" height="110" alt="image"
src="https://github.com/user-attachments/assets/b966f4f1-8239-433a-a456-5bd5c05d69ef"
/>

2. disable eslint `multiline-comment-style` as it conflicts with tsdoc.

---------

Signed-off-by: silverwind <me@silverwind.io>
2025-07-31 15:59:34 -07:00
..
color.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
color.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
dom.test.ts Fix autofocus behavior (#34397) 2025-05-08 18:26:18 +00:00
dom.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
html.test.ts Improve html escape (#34911) 2025-07-01 21:44:05 +08:00
html.ts Refactor frontend unique id & comment (#34958) 2025-07-05 15:21:53 +00:00
image.test.ts Enable Typescript noImplicitAny (#33322) 2025-01-22 15:11:51 +08:00
image.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
match.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
match.ts Change typescript module to nodenext (#32757) 2024-12-10 08:44:39 +00:00
testhelper.ts Make frontend unit test code could know it is in testing (#32656) 2024-11-28 01:40:32 +08:00
time.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
time.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00
url.test.ts Rearrange Clone Panel (#31142) 2024-12-11 21:54:30 +08:00
url.ts Change function description comments to tsdoc style (#35185) 2025-07-31 15:59:34 -07:00