拿掉 build files

This commit is contained in:
2022-07-18 16:33:23 +08:00
parent 41e2287bcb
commit 3707f158a3
31953 changed files with 0 additions and 4411796 deletions
-16
View File
@@ -1,16 +0,0 @@
#!/usr/bin/env node
const { resolve } = require('path')
const script = process.argv.splice(2, 1)[0]
if (!script) {
// eslint-disable-next-line no-console
console.error('Usage: jiti <path> [...arguments]')
process.exit(1)
}
const pwd = process.cwd()
const jiti = require('..')(pwd)
const resolved = process.argv[1] = jiti.resolve(resolve(pwd, script))
jiti(resolved)