CLI perf: reduce deps (#22652)

This commit is contained in:
Dax
2026-04-16 02:03:03 -04:00
committed by GitHub
parent b0955d0079
commit 8a41e28f5b
84 changed files with 1415 additions and 1011 deletions
+4
View File
@@ -0,0 +1,4 @@
import path from "path"
const toDynamicallyImport = path.join(process.cwd(), process.argv[2])
await import(toDynamicallyImport)
console.log(performance.now())