Closed ChALkeR closed 4 years ago
After #46.
Otherwise wrong stringification can happen on Node.js 10 and below.
Demo (for old behavior): console.log(String(new RegExp('\n'))).
console.log(String(new RegExp('\n')))
Rebased
After #46.
Otherwise wrong stringification can happen on Node.js 10 and below.
Demo (for old behavior):
console.log(String(new RegExp('\n')))
.