mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
hashchange: Convert module to TypeScript. (#32670)
This commit is contained in:
@@ -17,7 +17,7 @@ Some examples are:
|
||||
channel.)
|
||||
|
||||
The main module in the frontend that manages this all is
|
||||
`web/src/hashchange.js` (plus `hash_util.js` for all the parsing
|
||||
`web/src/hashchange.ts` (plus `hash_util.js` for all the parsing
|
||||
code), which is unfortunately one of our thorniest modules. Part of
|
||||
the reason that it's thorny is that it needs to support a lot of
|
||||
different flows:
|
||||
|
||||
Reference in New Issue
Block a user