ts: Migrate channel.js module to TypeScript.

This commit is contained in:
Lalit Kumar Singh
2023-08-16 15:53:31 +05:30
committed by Tim Abbott
parent f3830a3e1e
commit 4f3a971e64
6 changed files with 44 additions and 32 deletions

View File

@@ -185,7 +185,7 @@ js_rules = RuleList(
"exclude": {
# Internal modules can do direct network calls
"web/src/blueslip.ts",
"web/src/channel.js",
"web/src/channel.ts",
# External modules that don't include channel.js
"web/src/stats/",
"web/src/portico/",