summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-03 21:41:59 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-04 00:25:55 -0400
commit2f44db6756f974ad3e258e4a777db2519f1b9091 (patch)
treeb005526c3df80f627b3cfd23e37a103fb76c6cbd /js/libdeno.ts
parent818ad37678e478039a9eccf543e1049fcdf32566 (diff)
Use underscores in filenames.
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index afd6f1aec..97269c36c 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -1,5 +1,5 @@
import { RawSourceMap } from "./types";
-import { globalEval } from "./global-eval";
+import { globalEval } from "./global_eval";
// The libdeno functions are moved so that users can't access them.
type MessageCallback = (msg: Uint8Array) => void;