Yeah, at least one or require('require') won't work :-P
On 12/07/2012, at 17:28, tjholowaychuk wrote:
> Let's face it, some globals are convenient :p otherwise hell,
> require('array'), require('object'), require('array-map')... the list
> goes on
>
> On Jul 11, 8:40 am, Joran Greef <[email protected]> wrote:
>> I noticed that running an empty node interpreter always provides these
>> global variables:
>>
>> require
>> global
>> process
>> GLOBAL
>> root
>>
>> "this", "global", "GLOBAL", and "root" are redundant?
>>
>> Is there any way to bring "process" in manually using "require('process')"?