mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ts: Convert portico/google_analytics.js
to TypeScript.
Created a custom type declaration file `ga-gtag.d.ts` for `ga-gtag` npm module. `@types/gtag.js` is installed as a devDependency so that the type for `gtag` function can be provided.
This commit is contained in:
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 319 # Last bumped for message-link class
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (301, 0) # bumped 2024-11-10 to remove commander, minimist, yargs
|
||||
PROVISION_VERSION = (301, 1) # bumped 2024-11-12 to add types for Google analytics
|
||||
|
Reference in New Issue
Block a user