Files
zulip/tools
Marco Burstein ce7d2fde70 tools: Add TypeScript to the dependency visualizer.
The dependency visualizer currently only supports JavaScript files,
such as in the `get_js_edges` function, where only the ".js" extension
is supported. Update the visualizer to support ".ts" files as well and
to output modules without their extensions.
2019-04-12 11:14:42 -07:00
..
2019-03-17 13:38:31 -07:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-02-02 17:10:31 -08:00
2019-04-05 15:18:38 -07:00
2019-02-02 17:10:31 -08:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.