• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import '../common/index.mjs';
2import { stat } from 'fs/promises';
3
4// Should not reject.
5stat(new URL(import.meta.url));
6