xref
: /
third_party
/
node
/
test
/
fixtures
/
es-modules
/
pkgimports
/
sub
/
internal
/
test.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/es-modules/pkgimports/sub/internal/
1
'use strict'
;
2
3
module
.
exports
=
'internal only'
;
4