0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/foo2.js
Bartek Iwańczuk 439d43e5fb
don't dump ast
2024-12-02 22:04:45 +01:00

2 lines
82 B
JavaScript

Deno.writeTextFile("./mod.js", "console.log('hello')");
await import("./mod.js");