mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
ts migration: Convert dark_theme.js to dark_theme.ts.
Add `void` type annotation to the return type of functions. The rest of the file is not modified.
This commit is contained in:
@@ -76,7 +76,7 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/copy_and_paste.js",
|
||||
"web/src/csrf.ts",
|
||||
"web/src/css_variables.js",
|
||||
"web/src/dark_theme.js",
|
||||
"web/src/dark_theme.ts",
|
||||
"web/src/debug.ts",
|
||||
"web/src/deprecated_feature_notice.js",
|
||||
"web/src/desktop_integration.js",
|
||||
|
||||
Reference in New Issue
Block a user