11cb0ef41Sopenharmony_ciexport function resolve(specifier, context, next) {
21cb0ef41Sopenharmony_ci  if (specifier === 'unknown-builtin-module') return {
31cb0ef41Sopenharmony_ci    url: 'node:unknown-builtin-module'
41cb0ef41Sopenharmony_ci  };
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci  return next(specifier);
71cb0ef41Sopenharmony_ci}
8