@formatjs/intl-segmenter 11.5.8 → 11.6.0
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/lib/src/cldr-segmentation-rules.generated.d.ts +2 -1
- package/lib/src/cldr-segmentation-rules.generated.js +42 -41
- package/lib/src/segmenter.d.ts +2 -2
- package/lib/src/segmenter.js +4 -4
- package/package.json +4 -4
- package/polyfill.iife.js +1872 -1815
- package/should-polyfill.js +1 -2
- package/src/cldr-segmentation-rules.generated.d.ts +2 -1
- package/src/cldr-segmentation-rules.generated.js +42 -41
- package/src/segmenter.d.ts +2 -2
- package/src/segmenter.js +3 -3
package/should-polyfill.js
CHANGED
|
@@ -138,6 +138,8 @@ export declare const SegmentationRules: {
|
|
|
138
138
|
suppressions: never[];
|
|
139
139
|
variables: {
|
|
140
140
|
$CR: string;
|
|
141
|
+
$ConjunctLinker: string;
|
|
142
|
+
$ConjunctLinkingScripts: string;
|
|
141
143
|
$Control: string;
|
|
142
144
|
$ExtCccZwj: string;
|
|
143
145
|
$ExtPict: string;
|
|
@@ -152,7 +154,6 @@ export declare const SegmentationRules: {
|
|
|
152
154
|
$SpacingMark: string;
|
|
153
155
|
$T: string;
|
|
154
156
|
$V: string;
|
|
155
|
-
$Virama: string;
|
|
156
157
|
$ZWJ: string;
|
|
157
158
|
};
|
|
158
159
|
};
|