xref
: /
third_party
/
node
/
test
/
fixtures
/
packages
/
missing-main-no-index
/
stray.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/packages/missing-main-no-index/
1
// This file should not be loaded.
2
throw
new
Error
(
'Failed'
);
3