Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
f7819fcbd1bbd006b1cfa5ef11100ff2d18abfeb
/
.
/
examples
/
parcel
/
foo.js
blob: 35141cbfb717ef48e56255b8249bbd3e3487f1dd [
file
]
import
{
name
}
from
'./bar'
;
console
.
log
(`
Hello
,
$
{
name
}`);