xref
: /
third_party
/
node
/
test
/
fixtures
/
self_ref_module
/
index.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/self_ref_module/
1
'use strict'
2
3
module
.
exports
=
'Self resolution working'
;
4
5