diff options
Diffstat (limited to 'js/xeval.ts')
-rw-r--r-- | js/xeval.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/xeval.ts b/js/xeval.ts index fa706ae20..2ef90ce29 100644 --- a/js/xeval.ts +++ b/js/xeval.ts @@ -1,7 +1,7 @@ -import { Buffer, writeAll } from "./buffer"; -import { stdin } from "./files"; -import { TextEncoder, TextDecoder } from "./text_encoding"; -import { Reader, EOF } from "./io"; +import { Buffer, writeAll } from "./buffer.ts"; +import { stdin } from "./files.ts"; +import { TextEncoder, TextDecoder } from "./text_encoding.ts"; +import { Reader, EOF } from "./io.ts"; export type XevalFunc = (v: string) => void; |