|
|
@ -13,11 +13,6 @@ function removed (reason) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
GLOBAL.__module = removed("'__module' has been renamed to 'module'"); |
|
|
|
GLOBAL.include = removed("include(module) has been removed. Use require(module)"); |
|
|
|
GLOBAL.puts = removed("puts() has moved. Use require('sys') to bring it back."); |
|
|
|
GLOBAL.print = removed("print() has moved. Use require('sys') to bring it back."); |
|
|
|
GLOBAL.p = removed("p() has moved. Use require('sys') to bring it back."); |
|
|
|
process.debug = removed("process.debug() has moved. Use require('sys') to bring it back."); |
|
|
|
process.error = removed("process.error() has moved. Use require('sys') to bring it back."); |
|
|
|
process.watchFile = removed("process.watchFile() has moved to fs.watchFile()"); |
|
|
|