message_scroll: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-11-27 15:51:31 -08:00
committed by Anders Kaseorg
parent 93185dd7a6
commit 49f2d08006
4 changed files with 54 additions and 14 deletions

View File

@@ -150,7 +150,7 @@ EXEMPT_FILES = make_set(
"web/src/message_lists.ts",
"web/src/message_live_update.ts",
"web/src/message_notifications.ts",
"web/src/message_scroll.js",
"web/src/message_scroll.ts",
"web/src/message_scroll_state.ts",
"web/src/message_util.ts",
"web/src/message_view.ts",