intl-messageformat 7.8.0 → 7.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [7.8.4](https://github.com/formatjs/formatjs/compare/intl-messageformat@7.8.3...intl-messageformat@7.8.4) (2020-01-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package intl-messageformat
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [7.8.3](https://github.com/formatjs/formatjs/compare/intl-messageformat@7.8.2...intl-messageformat@7.8.3) (2020-01-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package intl-messageformat
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [7.8.2](https://github.com/formatjs/formatjs/compare/intl-messageformat@7.8.1...intl-messageformat@7.8.2) (2020-01-09)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package intl-messageformat
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [7.8.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@7.8.0...intl-messageformat@7.8.1) (2020-01-08)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package intl-messageformat
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
# [7.8.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@7.7.5...intl-messageformat@7.8.0) (2020-01-06)
|
|
7
39
|
|
|
8
40
|
|
|
@@ -317,9 +317,9 @@
|
|
|
317
317
|
return __assign({ id: id,
|
|
318
318
|
value: value }, insertLocation());
|
|
319
319
|
};
|
|
320
|
-
var peg$c62 = peg$otherExpectation("whitespace
|
|
321
|
-
var peg$c63 = /^[\t-\r \x85\
|
|
322
|
-
var peg$c64 = peg$classExpectation([["\t", "\r"], " ", "\x85", "\
|
|
320
|
+
var peg$c62 = peg$otherExpectation("whitespace");
|
|
321
|
+
var peg$c63 = /^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/;
|
|
322
|
+
var peg$c64 = peg$classExpectation([["\t", "\r"], " ", "\x85", "\xA0", "\u1680", ["\u2000", "\u200A"], "\u2028", "\u2029", "\u202F", "\u205F", "\u3000"], false, false);
|
|
323
323
|
var peg$c65 = peg$otherExpectation("syntax pattern");
|
|
324
324
|
var peg$c66 = /^[!-\/:-@[-\^`{-~\xA1-\xA7\xA9\xAB\xAC\xAE\xB0\xB1\xB6\xBB\xBF\xD7\xF7\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]/;
|
|
325
325
|
var peg$c67 = peg$classExpectation([["!", "/"], [":", "@"], ["[", "^"], "`", ["{", "~"], ["\xA1", "\xA7"], "\xA9", "\xAB", "\xAC", "\xAE", "\xB0", "\xB1", "\xB6", "\xBB", "\xBF", "\xD7", "\xF7", ["\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"], false, false);
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
s2 = peg$currPos;
|
|
643
643
|
s3 = peg$currPos;
|
|
644
644
|
peg$silentFails++;
|
|
645
|
-
s4 = peg$
|
|
645
|
+
s4 = peg$parsewhiteSpace();
|
|
646
646
|
if (s4 === peg$FAILED) {
|
|
647
647
|
if (peg$c12.test(input.charAt(peg$currPos))) {
|
|
648
648
|
s4 = input.charAt(peg$currPos);
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
s2 = peg$currPos;
|
|
694
694
|
s3 = peg$currPos;
|
|
695
695
|
peg$silentFails++;
|
|
696
|
-
s4 = peg$
|
|
696
|
+
s4 = peg$parsewhiteSpace();
|
|
697
697
|
if (s4 === peg$FAILED) {
|
|
698
698
|
if (peg$c12.test(input.charAt(peg$currPos))) {
|
|
699
699
|
s4 = input.charAt(peg$currPos);
|
|
@@ -2065,7 +2065,7 @@
|
|
|
2065
2065
|
}
|
|
2066
2066
|
return s0;
|
|
2067
2067
|
}
|
|
2068
|
-
function peg$
|
|
2068
|
+
function peg$parsewhiteSpace() {
|
|
2069
2069
|
var s0;
|
|
2070
2070
|
peg$silentFails++;
|
|
2071
2071
|
if (peg$c63.test(input.charAt(peg$currPos))) {
|
|
@@ -2112,10 +2112,10 @@
|
|
|
2112
2112
|
peg$silentFails++;
|
|
2113
2113
|
s0 = peg$currPos;
|
|
2114
2114
|
s1 = [];
|
|
2115
|
-
s2 = peg$
|
|
2115
|
+
s2 = peg$parsewhiteSpace();
|
|
2116
2116
|
while (s2 !== peg$FAILED) {
|
|
2117
2117
|
s1.push(s2);
|
|
2118
|
-
s2 = peg$
|
|
2118
|
+
s2 = peg$parsewhiteSpace();
|
|
2119
2119
|
}
|
|
2120
2120
|
if (s1 !== peg$FAILED) {
|
|
2121
2121
|
s0 = input.substring(s0, peg$currPos);
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
s2 = peg$currPos;
|
|
2530
2530
|
s3 = peg$currPos;
|
|
2531
2531
|
peg$silentFails++;
|
|
2532
|
-
s4 = peg$
|
|
2532
|
+
s4 = peg$parsewhiteSpace();
|
|
2533
2533
|
if (s4 === peg$FAILED) {
|
|
2534
2534
|
s4 = peg$parsepatternSyntax();
|
|
2535
2535
|
}
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
s2 = peg$currPos;
|
|
2572
2572
|
s3 = peg$currPos;
|
|
2573
2573
|
peg$silentFails++;
|
|
2574
|
-
s4 = peg$
|
|
2574
|
+
s4 = peg$parsewhiteSpace();
|
|
2575
2575
|
if (s4 === peg$FAILED) {
|
|
2576
2576
|
s4 = peg$parsepatternSyntax();
|
|
2577
2577
|
}
|