11cb0ef41Sopenharmony_ciexport async function resolve(specifier, context, next) { 21cb0ef41Sopenharmony_ci return next(specifier, { 31cb0ef41Sopenharmony_ci ...context, 41cb0ef41Sopenharmony_ci foo: 'bar', 51cb0ef41Sopenharmony_ci }); 61cb0ef41Sopenharmony_ci} 7