@bodar/totallylazy
Advanced tools
Comparing version
{ | ||
"name": "@bodar/totallylazy", | ||
"version": "0.424.267", | ||
"version": "0.425.268", | ||
"description": "Totallylazy", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:bodar/totallylazy.js.git", |
@@ -251,3 +251,3 @@ "use strict"; | ||
const d = digits(locale); | ||
return `(?:[${d}]+[${allowedSeparators}])*[${d}]+`; | ||
return `-?(?:[${d}]+[${allowedSeparators}])*[${d}]+`; | ||
}); | ||
@@ -302,2 +302,4 @@ function mapIgnoreError(mapper) { | ||
return '.'; | ||
if (c === '-') | ||
return '-'; | ||
const number = functions_1.get(() => numerals.parse(c)); | ||
@@ -304,0 +306,0 @@ if (isNaN(number)) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
430404
0.02%6278
0.03%