File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 99 * Module dependencies.
1010 */
1111var path = require ( "node:path" ) ;
12- var util = require ( "node:util" ) ;
1312var he = require ( "he" ) ;
1413var pc = require ( "picocolors" ) ;
1514var isUnicodeSupported = require ( "is-unicode-supported" ) ( ) ;
1615
1716const MOCHA_ID_PROP_NAME = "__mocha_id__" ;
1817
19- /**
20- * Inherit the prototype methods from one constructor into another.
21- *
22- * @param {function } ctor - Constructor function which needs to inherit the
23- * prototype.
24- * @param {function } superCtor - Constructor function to inherit prototype from.
25- * @throws {TypeError } if either constructor is null, or if super constructor
26- * lacks a prototype.
27- */
28- exports . inherits = util . inherits ;
29-
3018/**
3119 * Escape special characters in the given string of html.
3220 *
You can’t perform that action at this time.
0 commit comments