zulip/static/js/js_typings
Anders Kaseorg 7494f1600c templates: Move page_params from an inline script to the <body> dataset.
This sidesteps tricky escaping issues, and will make it easier to
build a strict Content-Security-Policy.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-09-17 16:06:33 -07:00
..
zulip templates: Move page_params from an inline script to the <body> dataset. 2019-09-17 16:06:33 -07:00
README.md

README.md

The index.d.ts type definition in js_typings/zulip directory is to simply tell the TypeScript compiler about the existence of our untyped JavaScript modules. Please remove each module declaration when it is migrated to TS.