Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
90408ec70b34b0f39b65d12d2bb79b6e60c0d324
/
.
/
internal
/
npm_install
/
test
/
index.js
blob: 9600fae126f6447ac8195a2aa8d706a230556b15 [
file
]
const
path
=
require
(
'path'
);
console
.
log
(
'hello '
+
require
.
resolve
(
'./other.js'
,
{
paths
:
[
path
.
join
(
__dirname
,
'other'
)]}));