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