js: Convert static/js/stream_data.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:53:59 -08:00
committed by Tim Abbott
parent d81ba3698f
commit 245d6c3a3e
63 changed files with 289 additions and 249 deletions

View File

@@ -1,3 +1,4 @@
import * as stream_data from "./stream_data";
import * as util from "./util";
let previous_pinned;