Update JS impls: use ffi-napi and Ubuntu 18.04
[jackhill/mal.git] / es6 / step7_quote.mjs
index 947c3a2..31642da 100644 (file)
@@ -1,4 +1,5 @@
-import { readline } from './node_readline'
+import rl from './node_readline.js'
+const readline = rl.readline
 import { _list_Q, _malfunc, _malfunc_Q } from './types'
 import { BlankException, read_str } from './reader'
 import { pr_str } from './printer'