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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:45:40 -08:00
committed by Tim Abbott
parent 16668904c1
commit cfacf68fb8
33 changed files with 46 additions and 35 deletions

View File

@@ -1,5 +1,7 @@
"use strict";
const {Filter} = require("./filter");
// This file is being eliminated as part of the general purge of
// global variables from Zulip (everything is being moved into
// modules). Please don't add things here.