• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import { runMain } from 'node:module';
2
3try { await import.meta.resolve('doesnt-matter.mjs') } catch {}
4
5runMain();
6
7try { await import.meta.resolve('doesnt-matter.mjs') } catch {}
8