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

4 lines
75 B
JavaScript
Raw Normal View History

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