@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.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.shouldPolyfill = void 0;
3
+ exports.shouldPolyfill = shouldPolyfill;
4
4
  function shouldPolyfill() {
5
5
  return !Intl.Segmenter;
6
6
  }
7
- exports.shouldPolyfill = shouldPolyfill;
@@ -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
  };