179 Commits (2791b360c11324f7c9ed83350f264c500ade4fe8)

Author SHA1 Message Date
Bidisha Pyne 1609899142 errors,util: migrate to use internal/errors.js 8 years ago
Jesus Seijas 41919626e5
util: refactor format method.Performance improved. 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Brian White d5925af8d7
util: fix permanent deoptimizations 8 years ago
Timothy Gu 3c0dd45c88 util: move getConstructorOf() to internal 8 years ago
Brian White 4a86803f60
buffer: optimize from() and byteLength() 8 years ago
Timothy Gu a37273c1e4 util: use V8 C++ API for inspecting Promises 8 years ago
Anna Henningsen 3cc3e099be
util: show External values explicitly in inspect 8 years ago
Roman Reiss a46c43d21a
util: add %i and %f formatting specifiers 8 years ago
Anna Henningsen 4a5a9445b5 util: use `[Array]` for deeply nested arrays 8 years ago
Kunal Pathak 4eb194a2b1 lib: Use regex to compare error message 8 years ago
James M Snell f6dbead126 util: avoid using forEach 8 years ago
Shahar Or 5bfd13b81e
util: display Symbol keys in inspect by default 8 years ago
Timothy Gu 455e6f1dd8 util: throw toJSON errors when formatting %j 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Alexey Orlenko ec2f098156
util: change sparse arrays inspection format 8 years ago
Nemanja Stojanovic aab0d202f8 util: convert inspect.styles and inspect.colors to prototype-less objects 8 years ago
Ali BARIN d0b93c9fef util: fix inspecting symbol key in string 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
James M Snell 051047231e util: cleanup internalUtil.deprecate 8 years ago
Shinnosuke Watanabe 5ddf72290b util: use ES2015+ Object.is to check negative zero 8 years ago
Ben Noordhuis 2ba4eeadbb lib: remove simd support from util.format() 8 years ago
Michaël Zasso f65aa08b52 util: improve inspect for (Async|Generator)Function 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Rich Trott 8628c93499 test,util: remove lint workarounds 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
Teddy Katz 26f2a6e87c
util: avoid out-of-bounds arguments index access 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
Alejandro Oviedo Garcia 1ee36f614c util: use template strings 8 years ago
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
Yosuke Furukawa ce7d3077dc 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 8 years ago
Anna Henningsen a60ed89178
util: allow returning `this` from custom inspect 8 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 8 years ago
Evan Lucas 76007079ec Revert "repl,util: insert carriage returns in output" 8 years ago
JungMinu fce4b981ea repl,util: insert carriage returns in output 8 years ago
Roman Reiss 1a6a69a8e0
util: add inspect.defaultOptions 8 years ago
Anna Henningsen 1b24b37299
util: fix formatting of objects with SIMD enabled 8 years ago
Anna Henningsen 35e8c9481f
util: inspect boxed symbols like other primitives 8 years ago
cjihrig a2ee21db84 util: add an option for configuring break length 8 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