index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
commonjs
/
node_modules
/
imports_exports
/
require_export.cjs
blob: 48923b8d80afb7c7a127a0de334dbbb6454c33f8 (
plain
)
1
2
3
4
5
6
const dep = require("#dep"); module.exports = { foo: "foo", dep, };