summaryrefslogtreecommitdiff
path: root/lib/internal/console
AgeCommit message (Expand)Author
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-01console: update time formattingRuben Bridgewater
2019-08-25console: display timeEnd with suitable time unitXavier Stouder
2019-08-15console: minor timeLogImpl() refactorcjihrig
2019-05-30console: fix table() outputBrian White
2019-05-16console: don't attach unnecessary error handlerscjihrig
2019-04-29console: use consolePropAttributes for k-bind properties (reland)Ruben Bridgewater
2019-04-12console: remove trace frameRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27console: remove unreachable codeRich Trott
2019-03-27Revert "console: use consolePropAttributes for k-bind properties in constructor"Daniel Bevenius
2019-03-27console: use consolePropAttributes for k-bind properties in constructorBeni von Cheni
2019-03-25lib: remove usage of require('util')dnlup
2019-03-24console: remove unreachable codeRich Trott
2019-03-23lib: validate Error.captureStackTrace() callsRuben Bridgewater
2019-03-21console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky
2019-03-21console: fix trace functionRuben Bridgewater
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-02console: prevent constructing console methodsThomas
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-27console: use spread notation instead of Object.assignRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-19console: improve inspectOptions validationcjihrig
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-12-02lib: move lib/console.js to lib/internal/console/constructor.jsJoyee Cheung