mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
web: Add explicit extensions to imports.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4e8d028c49
commit
ec3177c834
@@ -1,8 +1,8 @@
|
||||
import $ from "jquery";
|
||||
|
||||
import * as blueslip from "./blueslip";
|
||||
import * as hash_parser from "./hash_parser";
|
||||
import * as keydown_util from "./keydown_util";
|
||||
import * as blueslip from "./blueslip.ts";
|
||||
import * as hash_parser from "./hash_parser.ts";
|
||||
import * as keydown_util from "./keydown_util.ts";
|
||||
|
||||
// Add functions to this that have no non-trivial
|
||||
// dependencies other than jQuery.
|
||||
|
||||
Reference in New Issue
Block a user