xref: /third_party/node/test/es-module/test-esm-fs-promises.mjs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/es-module/
11cb0ef41Sopenharmony_ciimport '../common/index.mjs';
21cb0ef41Sopenharmony_ciimport { stat } from 'fs/promises';
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci// Should not reject.
51cb0ef41Sopenharmony_cistat(new URL(import.meta.url));
6

Indexes created Thu Nov 07 10:32:03 CST 2024