Deno v1.46 から deno run コマンドの run 部分が省略可能になりました。以下のように hello world を実行できます。
hello.js
console.log("hello");
$ deno hello.js
hello
Happy Hacking!
Go to list of users who liked
Deno v1.46 から deno run コマンドの run 部分が省略可能になりました。以下のように hello world を実行できます。
console.log("hello");
$ deno hello.js
hello
Happy Hacking!
Register as a new user and use Qiita more conveniently
Go to list of users who liked