summaryrefslogtreecommitdiffstats
path: root/scripts/export-data.js
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-01-26 09:33:57 +0100
committerMathias Bynens <mathias@qiwi.be>2015-01-26 22:42:44 +0100
commitf9d44d7b4b276671e412e3657aed4f513077b035 (patch)
tree5046a9389c80ab1119914c424f878741731df77d /scripts/export-data.js
parentc2156d28efe9205abfdc5bb5864c00aa4402a425 (diff)
downloadhe-f9d44d7b4b276671e412e3657aed4f513077b035.zip
he-f9d44d7b4b276671e412e3657aed4f513077b035.tar.gz
he-f9d44d7b4b276671e412e3657aed4f513077b035.tar.bz2
Update dependencies
Diffstat (limited to 'scripts/export-data.js')
-rw-r--r--scripts/export-data.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/export-data.js b/scripts/export-data.js
index 5d48063..0443070 100644
--- a/scripts/export-data.js
+++ b/scripts/export-data.js
@@ -22,7 +22,6 @@ module.exports = {
'regexHexadecimalEscapeSource': '&#[xX]([a-fA-F0-9]+)(;?)',
'regexInvalidRawCodePoints': require('./invalid-code-points-regex.js'),
'regexLegacyReferenceSource': require('./legacy-reference-regex.js'),
- 'regexLoneSurrogate': '[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF]',
'regexNamedReferenceSource': '&([0-9a-zA-Z]+);',
'stringInvalidCodePoints': require('./invalid-code-points-string.js'),
'testDataMap': formatJSON('entities'),