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-02 09:34:19 -04:00
Code
Issues
Wiki
Activity
207dd8d111
denoland-deno
/
cli
/
tests
/
testdata
/
npm
/
registry
/
@denotest
/
globals
/
1.0.0
/
index.js
4 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(ext/node): fix global in node env (#15622)
2022-08-26 10:39:05 -04:00
exports
.
globalThis
=
globalThis
;
exports
.
global
=
global
;
feat(unstable/npm): initial type checking of npm specifiers (#16332)
2022-10-21 11:20:18 -04:00
exports
.
process
=
process
;
Copy permalink