xref
: /
third_party
/
node
/
test
/
fixtures
/
es-module-loaders
/
loader-load-bad-next-context.mjs
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/es-module-loaders/
1
export async function load(url, context, next) {
2
return next(url, []);
3
}
4