161 Commits (5ac719d0d29f79e3a89d2305497bbe9c82ac6b1f)

Author SHA1 Message Date
James M Snell 9a59913039
util: avoid using forEach 8 years ago
Ali BARIN 7b84363636 util: fix inspecting symbol key in string 8 years ago
James M Snell 237db9c497
util: cleanup internalUtil.deprecate 8 years ago
Michaël Zasso eea2eb9111
tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Shinnosuke Watanabe 3bdac54e67
util: use ES2015+ Object.is to check negative zero 8 years ago
Michaël Zasso cfadbc2661
util: improve inspect for AsyncFunction 8 years ago
Rich Trott 1438d00119
benchmark,lib,test: adjust for linting 8 years ago
Rich Trott 84bf04b0c1 test,util: remove lint workarounds 8 years ago
Teddy Katz d628f3a227 util: avoid out-of-bounds arguments index access 8 years ago
Steven R. Loomis 9940666c1b intl: Add more versions from ICU 8 years ago
Alejandro Oviedo Garcia 4f0596fb03 util: use template strings 8 years ago
Myles Borins ab33ed01f3 lib: remove let from for loops 8 years ago
Yosuke Furukawa e97fe46598 util: Add format for SharedArrayBuffer 8 years ago
Bryan English be07458b11 util: don't init Debug if it's not needed yet 8 years ago
Dany Shaanan 5f29947230
util: simplify SIMD setup 8 years ago
Sakthipriyan Vairamani b3e7ac2605
util: improve function signature of util._extend 9 years ago
Anna Henningsen a60ed89178
util: allow returning `this` from custom inspect 9 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 9 years ago
Evan Lucas 76007079ec Revert "repl,util: insert carriage returns in output" 9 years ago
JungMinu fce4b981ea repl,util: insert carriage returns in output 9 years ago
Roman Reiss 1a6a69a8e0
util: add inspect.defaultOptions 9 years ago
Anna Henningsen 1b24b37299
util: fix formatting of objects with SIMD enabled 9 years ago
Anna Henningsen 35e8c9481f
util: inspect boxed symbols like other primitives 9 years ago
cjihrig a2ee21db84 util: add an option for configuring break length 9 years ago
Ben Noordhuis ee8e7cd25d util: pretty-print SIMD types 9 years ago
Rumkin 9c33e0ebe7
util: fix invalid date output with util.inspect 9 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
James M Snell a2e57192eb util: truncate inspect array and typed array 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
Rich Trott 31600735f4 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 10 years ago
Wyatt Preul 4cf19ad1bb util: Remove exec, has been deprecated for years 10 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