@flowtty/core 1.0.0-alpha.2 → 1.0.0-alpha.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/dist/index.js +38 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -181,8 +181,42 @@ var ZERO_WIDTH = [
|
|
|
181
181
|
var WIDE = [
|
|
182
182
|
[4352, 4447],
|
|
183
183
|
// Hangul Jamo (leading consonants)
|
|
184
|
+
[8986, 8987],
|
|
185
|
+
// ⌚⌛ — from here to U+2B55: the BMP emoji that are East Asian Wide
|
|
184
186
|
[9001, 9002],
|
|
185
187
|
// angle brackets
|
|
188
|
+
[9193, 9196],
|
|
189
|
+
[9200, 9200],
|
|
190
|
+
[9203, 9203],
|
|
191
|
+
[9725, 9726],
|
|
192
|
+
[9748, 9749],
|
|
193
|
+
[9800, 9811],
|
|
194
|
+
[9855, 9855],
|
|
195
|
+
[9875, 9875],
|
|
196
|
+
[9889, 9889],
|
|
197
|
+
[9898, 9899],
|
|
198
|
+
[9917, 9918],
|
|
199
|
+
[9924, 9925],
|
|
200
|
+
[9934, 9934],
|
|
201
|
+
[9940, 9940],
|
|
202
|
+
[9962, 9962],
|
|
203
|
+
[9970, 9971],
|
|
204
|
+
[9973, 9973],
|
|
205
|
+
[9978, 9978],
|
|
206
|
+
[9981, 9981],
|
|
207
|
+
[9989, 9989],
|
|
208
|
+
[9994, 9995],
|
|
209
|
+
[10024, 10024],
|
|
210
|
+
[10060, 10060],
|
|
211
|
+
[10062, 10062],
|
|
212
|
+
[10067, 10069],
|
|
213
|
+
[10071, 10071],
|
|
214
|
+
[10133, 10135],
|
|
215
|
+
[10160, 10160],
|
|
216
|
+
[10175, 10175],
|
|
217
|
+
[11035, 11036],
|
|
218
|
+
[11088, 11088],
|
|
219
|
+
[11093, 11093],
|
|
186
220
|
[11904, 12350],
|
|
187
221
|
// CJK Radicals … Kangxi … CJK Symbols (stops before U+303F)
|
|
188
222
|
[12353, 13311],
|
|
@@ -213,8 +247,12 @@ var WIDE = [
|
|
|
213
247
|
// Enclosed Ideographic Supplement
|
|
214
248
|
[127744, 128591],
|
|
215
249
|
// Misc Symbols & Pictographs + Emoticons
|
|
250
|
+
[128640, 128767],
|
|
251
|
+
// Transport and Map Symbols
|
|
216
252
|
[129280, 129535],
|
|
217
253
|
// Supplemental Symbols and Pictographs
|
|
254
|
+
[129648, 129791],
|
|
255
|
+
// Symbols and Pictographs Extended-A
|
|
218
256
|
[131072, 262141]
|
|
219
257
|
// CJK Unified Ideographs Extension B and beyond
|
|
220
258
|
];
|