summaryrefslogtreecommitdiff
path: root/lib/console.js
Commit message (Expand)AuthorAgeFilesLines
* lib: reduce util.is*() usagecjihrig2015-01-311-1/+1
* console: allow Object.prototype fields as labelscjihrig2015-01-271-3/+3
* lib: use const to define constantscjihrig2015-01-211-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-2/+4
* lib: improved forEach object performanceMajid Arif Siddiqui2014-09-051-2/+4
* console: console.dir() accepts options objectXavi Magrinyà2014-06-121-6/+3
* Added support for options parameter in console.dir()Xavi Magrinyà2014-06-121-2/+7
* src: Replace macros with util functionsisaacs2013-08-011-1/+1
* lib: macro-ify type checksBen Noordhuis2013-07-241-1/+1
* console: `console.dir()` bypasses inspect() methodsNathan Rajlich2013-03-121-1/+1
* console: Support formatting options in trace()isaacs2013-01-181-2/+2
* console: refactor the console module to be reusableNathan Rajlich2012-08-241-17/+48
* console: throw when no such label exists in `console.timeEnd`Maciej Małecki2012-04-291-1/+5
* Fixes #1860. Remove process.writeErrorRyan Dahl2011-10-181-2/+1
* Remove tty_legacyRyan Dahl2011-10-111-1/+1
* util: add sprintf-like format() functionBen Noordhuis2011-07-301-40/+4
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Another fix for process.assertRyan Dahl2011-01-271-1/+1
* use util.inspect to format objects and arrays printed to the consoleSami Samhuri2010-12-301-5/+11
* more lintRyan Dahl2010-12-011-10/+10
* Lazy load console objectRyan Dahl2010-11-301-0/+83