xref
: /
third_party
/
node
/
test
/
fixtures
/
es-module-loaders
/
loader-resolve-bad-next-specifier.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 resolve(specifier, context, next) {
2
return next([]);
3
}
4