@phensley/messageformat
Advanced tools
Comparing version 1.2.6 to 1.2.7
import { __extends } from "tslib"; | ||
var patterns = { | ||
// eslint-disable-next-line max-len | ||
/* eslint-disable max-len */ | ||
identifier: /[^\u0009-\u000d \u0085\u200e\u200f\u2028\u2029\u0021-\u002f\u003a-\u0040\u005b-\u005e\u0060\u007b-\u007e\u00a1-\u00a7\u00a9\u00ab\u00ac\u00ae\u00b0\u00b1\u00b6\u00bb\u00bf\u00d7\u00f7\u2010-\u2027\u2030-\u203e\u2041-\u2053\u2055-\u205e\u2190-\u245f\u2500-\u2775\u2794-\u2bff\u2e00-\u2e7f\u3001-\u3003\u3008-\u3020\u3030\ufd3e\ufd3f\ufe45\ufe46]+/ | ||
.source, | ||
/* eslint-enable max-len */ | ||
option: /[^\s,\{\}]+/.source, | ||
@@ -7,0 +8,0 @@ // explicit or plural category |
@@ -5,5 +5,6 @@ "use strict"; | ||
var patterns = { | ||
// eslint-disable-next-line max-len | ||
/* eslint-disable max-len */ | ||
identifier: /[^\u0009-\u000d \u0085\u200e\u200f\u2028\u2029\u0021-\u002f\u003a-\u0040\u005b-\u005e\u0060\u007b-\u007e\u00a1-\u00a7\u00a9\u00ab\u00ac\u00ae\u00b0\u00b1\u00b6\u00bb\u00bf\u00d7\u00f7\u2010-\u2027\u2030-\u203e\u2041-\u2053\u2055-\u205e\u2190-\u245f\u2500-\u2775\u2794-\u2bff\u2e00-\u2e7f\u3001-\u3003\u3008-\u3020\u3030\ufd3e\ufd3f\ufe45\ufe46]+/ | ||
.source, | ||
/* eslint-enable max-len */ | ||
option: /[^\s,\{\}]+/.source, | ||
@@ -10,0 +11,0 @@ // explicit or plural category |
{ | ||
"name": "@phensley/messageformat", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Extensible ICU message formatter", | ||
@@ -39,5 +39,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-utils": "^1.2.6", | ||
"@phensley/decimal": "^1.2.6", | ||
"@phensley/plurals": "^1.2.6", | ||
"@phensley/cldr-utils": "^1.2.7", | ||
"@phensley/decimal": "^1.2.7", | ||
"@phensley/plurals": "^1.2.7", | ||
"tslib": "^1.13.0" | ||
@@ -76,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "33658df71cb9066b135168189967bcb422ce0403" | ||
"gitHead": "b67e55a91ddf420dada2375c27215b515794dbf7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
140599
2465
Updated@phensley/cldr-utils@^1.2.7
Updated@phensley/decimal@^1.2.7
Updated@phensley/plurals@^1.2.7