1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

remove unneeded files

This commit is contained in:
Bartek Iwańczuk 2024-12-03 03:40:44 +01:00
parent 1217314cc7
commit a1dfea67ec
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
4 changed files with 0 additions and 2509 deletions

1
bar.js
View file

@ -1 +0,0 @@
const foo = "baz123";

2505
foo.txt

File diff suppressed because it is too large Load diff

View file

@ -1,2 +0,0 @@
Deno.writeTextFile("./mod.js", "console.log('hello')");
await import("./mod.js");

1
mod.js
View file

@ -1 +0,0 @@
console.log('hello')