stream_create_subscribers: Convert module to TypeScript.

This commit is contained in:
Varun Singh
2024-06-11 00:41:41 +05:30
committed by Tim Abbott
parent f4c111b68a
commit 78f105475a
4 changed files with 18 additions and 15 deletions

View File

@@ -232,7 +232,7 @@ EXEMPT_FILES = make_set(
"web/src/stream_color.ts",
"web/src/stream_color_events.ts",
"web/src/stream_create.js",
"web/src/stream_create_subscribers.js",
"web/src/stream_create_subscribers.ts",
"web/src/stream_edit.js",
"web/src/stream_edit_subscribers.js",
"web/src/stream_edit_toggler.ts",