This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
15351
Commits
131
Branches
446
Tags
325 MiB
Tree:
f707b006eb
node
/
test
/
fixtures
/
define-global.js
2 lines
19 B
Raw
Normal View
History
node: allow preload modules with -i This gives us the ability to preload when using the node repl. This can be useful for doing things like creating aliases. Fixes: https://github.com/nodejs/node/issues/4661 PR-URL: https://github.com/nodejs/node/pull/4696 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
9 years ago
global
.
a
=
'test'
;