xref
: /
third_party
/
node
/
test
/
fixtures
/
es-module-specifiers
/
node_modules
/
no-main-field
/
index.js
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/es-module-specifiers/node_modules/no-main-field/
1
'use strict'
;
2
module
.
exports
=
'no main field'
;
3