Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1f0da1

Browse filesBrowse files
BridgeARBethGriggs
authored andcommitted
util: remove todo
Most people are going to use the existing option and switching the name now comes with a cost which does not seem to justify the improvement. PR-URL: #24982 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent ac919ef commit a1f0da1
Copy full SHA for a1f0da1

File tree

Expand file treeCollapse file tree

2 files changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
-4Lines changed: 0 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@ changes:
435435
* `showProxy` {boolean} If `true`, then objects and functions that are
436436
`Proxy` objects will be introspected to show their `target` and `handler`
437437
objects. **Default:** `false`.
438-
<!--
439-
TODO(BridgeAR): Deprecate `maxArrayLength` and replace it with
440-
`maxEntries`.
441-
-->
442438
* `maxArrayLength` {integer} Specifies the maximum number of `Array`,
443439
[`TypedArray`][], [`WeakMap`][] and [`WeakSet`][] elements to include when
444440
formatting. Set to `null` or `Infinity` to show all elements. Set to `0` or
Collapse file

‎lib/internal/util/inspect.js‎

Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ function inspect(value, opts) {
163163
colors: inspectDefaultOptions.colors,
164164
customInspect: inspectDefaultOptions.customInspect,
165165
showProxy: inspectDefaultOptions.showProxy,
166-
// TODO(BridgeAR): Deprecate `maxArrayLength` and replace it with
167-
// `maxEntries`.
168166
maxArrayLength: inspectDefaultOptions.maxArrayLength,
169167
breakLength: inspectDefaultOptions.breakLength,
170168
compact: inspectDefaultOptions.compact,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.