Files
Kmake/test/fixtures/es-module-loaders/loader-load-bad-next-context.mjs
2026-05-26 23:36:42 -07:00

4 lines
75 B
JavaScript

export async function load(url, context, next) {
return next(url, []);
}