Skip to content

tools: fix nits in tools/doc/common.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
  1. Replace .match() with .test() in a boolean context.
  2. Concentrate exports.
  3. Remove obsolete "safety fuse" replacer (was meant to guard against backticks at the beginning of the lines, but it is not a common practice anymore and we has no cases for this pattern match now). This change is approved by @addaleax (the deleted block was added here).

Merge request reports

Loading