This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
a7dd28a07c
denoland-deno
/
cli
/
tests
/
testdata
/
npm
/
registry
/
@denotest
/
bin
/
1.0.0
/
cli-cjs.js
6 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(npm): binary entrypoint for .js or no extension (#15900)
2022-09-14 10:41:47 -04:00
const
process
=
require
(
"process"
)
;
chore(npm): add test for esm npm binary package (#15609)
2022-08-26 09:17:48 -04:00
for
(
const
arg
of
process
.
argv
.
slice
(
2
)
)
{
console
.
log
(
arg
)
;
}
Copy permalink