Fix.
This commit is contained in:
4
node_modules/astral-regex/index.js
generated
vendored
4
node_modules/astral-regex/index.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
'use strict';
|
||||
const regex = '[\uD800-\uDBFF][\uDC00-\uDFFF]';
|
||||
|
||||
module.exports = opts => opts && opts.exact ? new RegExp(`^${regex}$`) : new RegExp(regex, 'g');
|
||||
Reference in New Issue
Block a user