(m)
| 1354 | } |
| 1355 | // `--selftest` needs sync fs helpers the module path doesn't import at top level. |
| 1356 | function require0(m) { return process.getBuiltinModule(m); } |
| 1357 | |
| 1358 | const isMain = process.argv[1] && import.meta.url === pathToFileURL(process.argv[1]).href; |
| 1359 | if (isMain && process.argv.includes('--selftest')) process.exit(selftest() ? 1 : 0); |