Home
last modified time | relevance | path

Searched refs:removeColors (Results 1 – 5 of 5) sorted by relevance

/third_party/node/lib/internal/assert/
Dassertion_error.js25 removeColors,
110 const actualRaw = c ? removeColors(actualLines[0]) : actualLines[0];
111 const expectedRaw = c ? removeColors(expectedLines[0]) : expectedLines[0];
/third_party/node/lib/internal/
Dutil.js70 function removeColors(str) { function
483 removeColors, property
Durl.js44 removeColors,
236 (prev, cur) => prev + removeColors(cur).length + separator.length,
/third_party/node/lib/internal/util/
Dinspect.js85 removeColors
1726 totalLength += removeColors(output[i]).length;
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1045 …s/node/commit/14f7f607f6)] - **(SEMVER-MINOR)** **lib**: add internal removeColors helper (Ruben B…