stream_color: Convert module to TypeScript.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-11-01 22:44:25 -07:00
committed by Tim Abbott
parent 8208776b47
commit 519a2af2a4
6 changed files with 33 additions and 11 deletions

View File

@@ -222,7 +222,7 @@ EXEMPT_FILES = make_set(
"web/src/spectators.ts",
"web/src/spoilers.ts",
"web/src/starred_messages_ui.js",
"web/src/stream_color.js",
"web/src/stream_color.ts",
"web/src/stream_color_events.js",
"web/src/stream_create.js",
"web/src/stream_create_subscribers.js",