実現したいこと
test.tsをDenoのreplでimportしたい。
発生している問題・エラーメッセージ
Uncaught SyntaxError: Cannot use import statement outside a module at evaluate (rt/40_repl.js:60:36) at replLoop (rt/40_repl.js:160:15)
該当のソースコード
test.ts
TypeScript
1const p = console.log 2export{ p }
試したこと
test.tsのあるディレクトリで
shell
1deno repl
deno
1import { p } from "./test.ts"
補足情報
deno 1.3.1
v8 8.6.334
typescript 3.9.7
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。