File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ function removed (reason) {
13
13
}
14
14
}
15
15
16
- GLOBAL . __module = removed ( "'__module' has been renamed to 'module'" ) ;
17
- GLOBAL . include = removed ( "include(module) has been removed. Use require(module)" ) ;
18
- GLOBAL . puts = removed ( "puts() has moved. Use require('sys') to bring it back." ) ;
19
- GLOBAL . print = removed ( "print() has moved. Use require('sys') to bring it back." ) ;
20
- GLOBAL . p = removed ( "p() has moved. Use require('sys') to bring it back." ) ;
21
16
process . debug = removed ( "process.debug() has moved. Use require('sys') to bring it back." ) ;
22
17
process . error = removed ( "process.error() has moved. Use require('sys') to bring it back." ) ;
23
18
process . watchFile = removed ( "process.watchFile() has moved to fs.watchFile()" ) ;
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ var knownGlobals = [ setTimeout
8
8
, Buffer
9
9
, process
10
10
, global
11
- , __module
12
- , include
13
- , puts
14
- , print
15
- , p
16
11
] ;
17
12
18
13
for ( var x in global ) {
You can’t perform that action at this time.
0 commit comments