mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
ts: Migrate channel.js module to TypeScript.
This commit is contained in:
committed by
Tim Abbott
parent
f3830a3e1e
commit
4f3a971e64
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user