HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/cwd/usr/share/nodejs/tap/bin/
Upload File :
Current File : //proc/1991111/cwd/usr/share/nodejs/tap/bin/jsx.js
#!/usr/bin/env node
if (__filename !== process.argv[1] || process.argv.length < 3)
  throw new Error('this should only be used to load a jsx file')
process.argv.splice(1, 2, require('path').resolve(process.argv[2]))
require('@isaacs/import-jsx')(process.argv[1])