156 Commits (feb6863a5c72ced96be0fd1a59ea32fbbafa1232)

Author SHA1 Message Date
Rich Trott 4dabeeecdd
lib: remove excess indentation 8 years ago
Vse Mozhet Byt edbe442938
cluster, dns, repl, tls, util: fix RegExp nits 8 years ago
Rich Trott b4cf8c4036
benchmark,lib,test: adjust for linting 8 years ago
Rich Trott 4a87aee532
test,util: remove lint workarounds 8 years ago
Shinnosuke Watanabe e54b433c8d
util: use ES2015+ Object.is to check negative zero 8 years ago
Alejandro Oviedo Garcia 52a04bbfe2 util: use template strings 8 years ago
Myles Borins ba361a2aa0 lib: remove let from for loops 8 years ago
Yosuke Furukawa fc68b12bc3 util: Add format for SharedArrayBuffer 8 years ago
Bryan English 38be15549e util: don't init Debug if it's not needed yet 8 years ago
Dany Shaanan 7728f95967 util: simplify SIMD setup 8 years ago
Sakthipriyan Vairamani d67ece2f68 util: improve function signature of util._extend 8 years ago
Anna Henningsen e9c4805c1f util: allow returning `this` from custom inspect 8 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 8 years ago
Evan Lucas ffb2db8285 Revert "repl,util: insert carriage returns in output" 8 years ago
JungMinu 08e6eeee70 repl,util: insert carriage returns in output 9 years ago
Roman Reiss cfec3ae5fd util: add inspect.defaultOptions 9 years ago
Anna Henningsen 0a07201ca1 util: fix formatting of objects with SIMD enabled 9 years ago
Anna Henningsen 0858e620e9 util: inspect boxed symbols like other primitives 9 years ago
cjihrig 3b8914d5ce util: add an option for configuring break length 9 years ago
Ben Noordhuis d270706881 util: pretty-print SIMD types 9 years ago
Rich Trott edb29b8096 tools: lint for object literal spacing 9 years ago
Rumkin 6d1527bb37 util: fix invalid date output with util.inspect 9 years ago
James M Snell 91ab769940 util: truncate inspect array and typed array 9 years ago
James M Snell 0bca959617 util: fix inspecting of proxy objects 9 years ago
Rich Trott 6f073ce9db lib,test,tools: alignment on variable assignments 9 years ago
Brian White c490b8ba54 util: improve format() performance further 9 years ago
Evan Lucas 8d72b0d291 util: improve util.format performance 9 years ago
Alexander Makarenko 836c659d8f http,util: fix typos in comments 9 years ago
Rich Trott 089d84f8fa lib: scope loop variables 9 years ago
Mudit Ameta e2f47f5698 util: Change how Error objects are formatted 9 years ago
Jackson Tian 3e740caaf3 util: faster arrayToHash 9 years ago
Xotic750 93d6b5fb68 util: use consistent Dates in inspect() 9 years ago
cjihrig 6526ae7b37 util: determine object types in C++ 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Brian White 82b8355e12 util: fix constructor/instanceof checks 9 years ago
Ben Noordhuis 04b1a2f756 util: move .decorateErrorStack to internal/util 9 years ago
cjihrig 8ca412b7a3 util: add decorateErrorStack() 9 years ago
Wyatt Preul 007cfea308 util: remove pump 9 years ago
Wyatt Preul 4cf19ad1bb util: Remove exec, has been deprecated for years 9 years ago
Minwoo Jung 9d0396cd63 util: use Object.create(null) for dictionary object 9 years ago
Ben Noordhuis 34a35919e1 util: improve typed array formatting 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
qinjia 02a44e0bfd util: use regexp instead of str.replace().join() 9 years ago
Sakthipriyan Vairamani aaf9b488e2 lib,test: update let to const where applicable 9 years ago
Michaël Zasso 29da8cf8d7 util: make inherits work with classes 9 years ago
Wyatt Preul 8b4adb267b util: Remove p, has been deprecated for years 9 years ago
Evan Lucas a1bda1b4de util: fix for inspecting promises 9 years ago
Evan Lucas 88533881dd util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas 089d688617 util: fix check for Array constructor 9 years ago
Ben Noordhuis 9a1bc4ea7e util: optimize promise introspection 9 years ago