Skip to content

doc: add link to [customizing util.inspect colors].

Previously this said "see below" to nowhere.

Applicable to 4.x and 5.x.

  1. Another option would be to link to the util.inspect() documentation for all of the options (showHidden|depth|colors) instead of duplicating them (that'd be my preference, unless the build system can accomodate that content being located in one place and inserted in both places in the output).

  2. The task for building the docs depends on building Node? That is prohibitively slow for making docs changes. (I'm doing it where I already have a functioning Node installation.) I had to hack the build scripts to get around that to be able to make these changes, and I wouldn't attempt this again without being able to build them using the existing Node install. It's possible I've misunderstood or done something wrong -- I just followed the instructions from the README: $ make doc.

  3. What does CONTRIBUTING.md mean?:

    The rules for the master branch are less strict;

    Less strict than what?

Merge request reports

Loading