xref: /third_party/node/test/fixtures/es-modules/tla/a.mjs (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/es-modules/tla/
11cb0ef41Sopenharmony_ciimport order from './order.mjs';
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ciawait new Promise((resolve) => {
41cb0ef41Sopenharmony_ci  setTimeout(resolve, 200);
51cb0ef41Sopenharmony_ci});
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciorder.push('a');
8

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