Revert "ts: Convert css_variables.js to TypeScript."

This reverts commit 5f4bdfe6bc (#24630).

This was causing Webpack to trigger type checking with the TypeScript
compiler, which is very expensive.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-04-04 00:19:27 -07:00
committed by Tim Abbott
parent e9c1d72771
commit 620b1aa1bd
3 changed files with 40 additions and 34 deletions

View File

@@ -73,7 +73,7 @@ EXEMPT_FILES = make_set(
"web/src/confirm_dialog.js",
"web/src/copy_and_paste.js",
"web/src/csrf.ts",
"web/src/css_variables.ts",
"web/src/css_variables.js",
"web/src/dark_theme.js",
"web/src/debug.ts",
"web/src/deprecated_feature_notice.js",