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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:30:38 -08:00
committed by Tim Abbott
parent 9997e13032
commit 727208b84c
34 changed files with 123 additions and 124 deletions

View File

@@ -5,6 +5,7 @@ import * as message_store from "./message_store";
import * as message_util from "./message_util";
import * as people from "./people";
import * as stream_data from "./stream_data";
import * as unread from "./unread";
import * as util from "./util";
function zephyr_stream_name_match(message, operand) {