Files
Kmake/test/fixtures/es-module-loaders/loader-resolve-bad-next-context.mjs

4 lines
90 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
export async function resolve(specifier, context, next) {
return next(specifier, []);
}