zulip/static/js/bundles
Anders Kaseorg ea9212a92d babel: Enable loose mode.
Due to try-catch deoptimization, Babel strict mode for…of loops run
about 5× slower in Firefox than Babel loose mode for…of, native
for…of, or forEach (which are all about the same speed).  Chrome
doesn’t seem to care.

For some reason we need to explicitly add the core-js Symbol polyfill
near the beginning of the common bundle.  Otherwise it gets loaded at
the wrong time and the Casper tests fail.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-02-05 11:52:52 -08:00
..
app.js pm_list: Simplify redraws for Private Messages. 2020-01-30 13:11:32 -08:00
common.js babel: Enable loose mode. 2020-02-05 11:52:52 -08:00
portico.js bundles: Factor out portico bundle. 2019-10-28 15:53:15 -07:00