• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1export async function resolve(specifier, context, next) {
2  return next([]);
3}
4