ts: Migrate user_status module to TypeScript.

Also removed an defensive if check from `emoji.ts` since it is not
needed now that we have `emoji.ts` converted to TypeScript.
This commit is contained in:
Lalit Kumar Singh
2023-09-19 11:43:40 +05:30
committed by Tim Abbott
parent 951e31a154
commit dcf45da09c
8 changed files with 178 additions and 104 deletions

View File

@@ -270,7 +270,7 @@ EXEMPT_FILES = make_set(
"web/src/user_profile.js",
"web/src/user_settings.ts",
"web/src/user_sort.js",
"web/src/user_status.js",
"web/src/user_status.ts",
"web/src/user_status_ui.js",
"web/src/user_topic_popover.js",
"web/src/user_topics.ts",