ts: Migrate hash_util.js module to TypeScript.

This commit is contained in:
Lalit Kumar Singh
2023-08-15 07:49:07 +05:30
committed by Tim Abbott
parent c3a632eb2f
commit 9b01872e8c
2 changed files with 34 additions and 29 deletions

View File

@@ -94,7 +94,7 @@ EXEMPT_FILES = make_set(
"web/src/gear_menu.ts",
"web/src/giphy.js",
"web/src/global.d.ts",
"web/src/hash_util.js",
"web/src/hash_util.ts",
"web/src/hashchange.js",
"web/src/hbs.d.ts",
"web/src/hotkey.js",