11cb0ef41Sopenharmony_ciimport order from './order.mjs'; 21cb0ef41Sopenharmony_ciimport './a.mjs'; 31cb0ef41Sopenharmony_ciimport './b.mjs'; 41cb0ef41Sopenharmony_ciimport './c.mjs'; 51cb0ef41Sopenharmony_ciimport './d.mjs'; 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ciorder.push('parent'); 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_ciexport default order; 10