feat(make): initial commit

This commit is contained in:
Simon Lecoq
2023-11-01 21:50:55 -04:00
parent c1222a8094
commit 161847bf1b
29 changed files with 1542 additions and 0 deletions

3
mod_bench.ts Normal file
View File

@@ -0,0 +1,3 @@
Deno.bench("URL parsing", () => {
new URL("https://deno.land")
})