@shell-shock/preset-cli 0.9.13 → 0.9.14
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/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.cjs +8 -0
- package/dist/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.mjs +8 -0
- package/dist/node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.cjs +14 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.mjs +15 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.cjs +655 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.mjs +651 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.mjs.map +1 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.cjs +48 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.mjs +47 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup.mjs.map +1 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.cjs +24 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.mjs +24 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/utilities.mjs.map +1 -0
- package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.cjs +65 -0
- package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.mjs +66 -0
- package/dist/node_modules/.pnpm/string-width@8.2.0/node_modules/string-width/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.cjs +12 -0
- package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.mjs +13 -0
- package/dist/node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.cjs +290 -3
- package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.mjs +287 -1
- package/dist/node_modules/.pnpm/wrap-ansi@10.0.0/node_modules/wrap-ansi/index.mjs.map +1 -1
- package/dist/packages/plugin-changelog/dist/components/changelog-command.cjs +4 -4
- package/dist/packages/plugin-changelog/dist/components/changelog-command.mjs +4 -4
- package/dist/packages/plugin-changelog/dist/components/changelog-command.mjs.map +1 -1
- package/dist/packages/unified/dist/html-Dw6VvFHa.cjs +612 -0
- package/dist/packages/unified/dist/html-Dw6VvFHa.mjs +613 -0
- package/dist/packages/unified/dist/html-Dw6VvFHa.mjs.map +1 -0
- package/dist/packages/unified/dist/markdown/index.cjs +1 -1
- package/dist/packages/unified/dist/markdown/index.mjs +1 -1
- package/dist/packages/unified/dist/{markdown-BiaU4FQg.cjs → markdown-BGGlzivq.cjs} +14 -50
- package/dist/packages/unified/dist/{markdown-BiaU4FQg.mjs → markdown-BGGlzivq.mjs} +16 -52
- package/dist/packages/unified/dist/markdown-BGGlzivq.mjs.map +1 -0
- package/package.json +19 -15
- package/dist/packages/unified/dist/html-DzncQodH.cjs +0 -156
- package/dist/packages/unified/dist/html-DzncQodH.mjs +0 -157
- package/dist/packages/unified/dist/html-DzncQodH.mjs.map +0 -1
- package/dist/packages/unified/dist/markdown-BiaU4FQg.mjs.map +0 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
//#region ../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js
|
|
3
|
+
function ansiRegex({ onlyFirst = false } = {}) {
|
|
4
|
+
return new RegExp(`(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]`, onlyFirst ? void 0 : "g");
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
exports.default = ansiRegex;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
//#region ../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js
|
|
2
|
+
function ansiRegex({ onlyFirst = false } = {}) {
|
|
3
|
+
return new RegExp(`(?:\\u001B\\][\\s\\S]*?(?:\\u0007|\\u001B\\u005C|\\u009C))|[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]`, onlyFirst ? void 0 : "g");
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
7
|
+
export { ansiRegex as default };
|
|
8
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js"],"sourcesContent":["export default function ansiRegex({onlyFirst = false} = {}) {\n\t// Valid string terminator sequences are BEL, ESC\\, and 0x9c\n\tconst ST = '(?:\\\\u0007|\\\\u001B\\\\u005C|\\\\u009C)';\n\n\t// OSC sequences only: ESC ] ... ST (non-greedy until the first ST)\n\tconst osc = `(?:\\\\u001B\\\\][\\\\s\\\\S]*?${ST})`;\n\n\t// CSI and related: ESC/C1, optional intermediates, optional params (supports ; and :) then final byte\n\tconst csi = '[\\\\u001B\\\\u009B][[\\\\]()#;?]*(?:\\\\d{1,4}(?:[;:]\\\\d{0,4})*)?[\\\\dA-PR-TZcf-nq-uy=><~]';\n\n\tconst pattern = `${osc}|${csi}`;\n\n\treturn new RegExp(pattern, onlyFirst ? undefined : 'g');\n}\n"],"x_google_ignoreList":[0],"mappings":";AAAA,SAAwB,UAAU,EAAC,YAAY,UAAS,EAAE,EAAE;AAY3D,QAAO,IAAI,OAFK,iJAEW,YAAY,SAAY,IAAI"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const require_lookup = require('./lookup.cjs');
|
|
2
|
+
|
|
3
|
+
//#region ../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.js
|
|
4
|
+
function validate(codePoint) {
|
|
5
|
+
if (!Number.isSafeInteger(codePoint)) throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
|
|
6
|
+
}
|
|
7
|
+
function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
8
|
+
validate(codePoint);
|
|
9
|
+
if (require_lookup.isFullWidth(codePoint) || require_lookup.isWide(codePoint) || ambiguousAsWide && require_lookup.isAmbiguous(codePoint)) return 2;
|
|
10
|
+
return 1;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.eastAsianWidth = eastAsianWidth;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { isAmbiguous, isFullWidth, isWide } from "./lookup.mjs";
|
|
2
|
+
|
|
3
|
+
//#region ../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.js
|
|
4
|
+
function validate(codePoint) {
|
|
5
|
+
if (!Number.isSafeInteger(codePoint)) throw new TypeError(`Expected a code point, got \`${typeof codePoint}\`.`);
|
|
6
|
+
}
|
|
7
|
+
function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
8
|
+
validate(codePoint);
|
|
9
|
+
if (isFullWidth(codePoint) || isWide(codePoint) || ambiguousAsWide && isAmbiguous(codePoint)) return 2;
|
|
10
|
+
return 1;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
//#endregion
|
|
14
|
+
export { eastAsianWidth };
|
|
15
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/index.js"],"sourcesContent":["import {getCategory, isAmbiguous, isFullWidth, isWide} from './lookup.js';\n\nfunction validate(codePoint) {\n\tif (!Number.isSafeInteger(codePoint)) {\n\t\tthrow new TypeError(`Expected a code point, got \\`${typeof codePoint}\\`.`);\n\t}\n}\n\nexport function eastAsianWidthType(codePoint) {\n\tvalidate(codePoint);\n\n\treturn getCategory(codePoint);\n}\n\nexport function eastAsianWidth(codePoint, {ambiguousAsWide = false} = {}) {\n\tvalidate(codePoint);\n\n\tif (\n\t\tisFullWidth(codePoint)\n\t\t|| isWide(codePoint)\n\t\t|| (ambiguousAsWide && isAmbiguous(codePoint))\n\t) {\n\t\treturn 2;\n\t}\n\n\treturn 1;\n}\n\n// Private exports for https://github.com/sindresorhus/is-fullwidth-code-point\nexport {isFullWidth as _isFullWidth, isWide as _isWide} from './lookup.js';\n"],"x_google_ignoreList":[0],"mappings":";;;AAEA,SAAS,SAAS,WAAW;AAC5B,KAAI,CAAC,OAAO,cAAc,UAAU,CACnC,OAAM,IAAI,UAAU,gCAAgC,OAAO,UAAU,KAAK;;AAU5E,SAAgB,eAAe,WAAW,EAAC,kBAAkB,UAAS,EAAE,EAAE;AACzE,UAAS,UAAU;AAEnB,KACC,YAAY,UAAU,IACnB,OAAO,UAAU,IAChB,mBAAmB,YAAY,UAAU,CAE7C,QAAO;AAGR,QAAO"}
|
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
|
|
2
|
+
//#region ../../node_modules/.pnpm/get-east-asian-width@1.5.0/node_modules/get-east-asian-width/lookup-data.js
|
|
3
|
+
const ambiguousRanges = [
|
|
4
|
+
161,
|
|
5
|
+
161,
|
|
6
|
+
164,
|
|
7
|
+
164,
|
|
8
|
+
167,
|
|
9
|
+
168,
|
|
10
|
+
170,
|
|
11
|
+
170,
|
|
12
|
+
173,
|
|
13
|
+
174,
|
|
14
|
+
176,
|
|
15
|
+
180,
|
|
16
|
+
182,
|
|
17
|
+
186,
|
|
18
|
+
188,
|
|
19
|
+
191,
|
|
20
|
+
198,
|
|
21
|
+
198,
|
|
22
|
+
208,
|
|
23
|
+
208,
|
|
24
|
+
215,
|
|
25
|
+
216,
|
|
26
|
+
222,
|
|
27
|
+
225,
|
|
28
|
+
230,
|
|
29
|
+
230,
|
|
30
|
+
232,
|
|
31
|
+
234,
|
|
32
|
+
236,
|
|
33
|
+
237,
|
|
34
|
+
240,
|
|
35
|
+
240,
|
|
36
|
+
242,
|
|
37
|
+
243,
|
|
38
|
+
247,
|
|
39
|
+
250,
|
|
40
|
+
252,
|
|
41
|
+
252,
|
|
42
|
+
254,
|
|
43
|
+
254,
|
|
44
|
+
257,
|
|
45
|
+
257,
|
|
46
|
+
273,
|
|
47
|
+
273,
|
|
48
|
+
275,
|
|
49
|
+
275,
|
|
50
|
+
283,
|
|
51
|
+
283,
|
|
52
|
+
294,
|
|
53
|
+
295,
|
|
54
|
+
299,
|
|
55
|
+
299,
|
|
56
|
+
305,
|
|
57
|
+
307,
|
|
58
|
+
312,
|
|
59
|
+
312,
|
|
60
|
+
319,
|
|
61
|
+
322,
|
|
62
|
+
324,
|
|
63
|
+
324,
|
|
64
|
+
328,
|
|
65
|
+
331,
|
|
66
|
+
333,
|
|
67
|
+
333,
|
|
68
|
+
338,
|
|
69
|
+
339,
|
|
70
|
+
358,
|
|
71
|
+
359,
|
|
72
|
+
363,
|
|
73
|
+
363,
|
|
74
|
+
462,
|
|
75
|
+
462,
|
|
76
|
+
464,
|
|
77
|
+
464,
|
|
78
|
+
466,
|
|
79
|
+
466,
|
|
80
|
+
468,
|
|
81
|
+
468,
|
|
82
|
+
470,
|
|
83
|
+
470,
|
|
84
|
+
472,
|
|
85
|
+
472,
|
|
86
|
+
474,
|
|
87
|
+
474,
|
|
88
|
+
476,
|
|
89
|
+
476,
|
|
90
|
+
593,
|
|
91
|
+
593,
|
|
92
|
+
609,
|
|
93
|
+
609,
|
|
94
|
+
708,
|
|
95
|
+
708,
|
|
96
|
+
711,
|
|
97
|
+
711,
|
|
98
|
+
713,
|
|
99
|
+
715,
|
|
100
|
+
717,
|
|
101
|
+
717,
|
|
102
|
+
720,
|
|
103
|
+
720,
|
|
104
|
+
728,
|
|
105
|
+
731,
|
|
106
|
+
733,
|
|
107
|
+
733,
|
|
108
|
+
735,
|
|
109
|
+
735,
|
|
110
|
+
768,
|
|
111
|
+
879,
|
|
112
|
+
913,
|
|
113
|
+
929,
|
|
114
|
+
931,
|
|
115
|
+
937,
|
|
116
|
+
945,
|
|
117
|
+
961,
|
|
118
|
+
963,
|
|
119
|
+
969,
|
|
120
|
+
1025,
|
|
121
|
+
1025,
|
|
122
|
+
1040,
|
|
123
|
+
1103,
|
|
124
|
+
1105,
|
|
125
|
+
1105,
|
|
126
|
+
8208,
|
|
127
|
+
8208,
|
|
128
|
+
8211,
|
|
129
|
+
8214,
|
|
130
|
+
8216,
|
|
131
|
+
8217,
|
|
132
|
+
8220,
|
|
133
|
+
8221,
|
|
134
|
+
8224,
|
|
135
|
+
8226,
|
|
136
|
+
8228,
|
|
137
|
+
8231,
|
|
138
|
+
8240,
|
|
139
|
+
8240,
|
|
140
|
+
8242,
|
|
141
|
+
8243,
|
|
142
|
+
8245,
|
|
143
|
+
8245,
|
|
144
|
+
8251,
|
|
145
|
+
8251,
|
|
146
|
+
8254,
|
|
147
|
+
8254,
|
|
148
|
+
8308,
|
|
149
|
+
8308,
|
|
150
|
+
8319,
|
|
151
|
+
8319,
|
|
152
|
+
8321,
|
|
153
|
+
8324,
|
|
154
|
+
8364,
|
|
155
|
+
8364,
|
|
156
|
+
8451,
|
|
157
|
+
8451,
|
|
158
|
+
8453,
|
|
159
|
+
8453,
|
|
160
|
+
8457,
|
|
161
|
+
8457,
|
|
162
|
+
8467,
|
|
163
|
+
8467,
|
|
164
|
+
8470,
|
|
165
|
+
8470,
|
|
166
|
+
8481,
|
|
167
|
+
8482,
|
|
168
|
+
8486,
|
|
169
|
+
8486,
|
|
170
|
+
8491,
|
|
171
|
+
8491,
|
|
172
|
+
8531,
|
|
173
|
+
8532,
|
|
174
|
+
8539,
|
|
175
|
+
8542,
|
|
176
|
+
8544,
|
|
177
|
+
8555,
|
|
178
|
+
8560,
|
|
179
|
+
8569,
|
|
180
|
+
8585,
|
|
181
|
+
8585,
|
|
182
|
+
8592,
|
|
183
|
+
8601,
|
|
184
|
+
8632,
|
|
185
|
+
8633,
|
|
186
|
+
8658,
|
|
187
|
+
8658,
|
|
188
|
+
8660,
|
|
189
|
+
8660,
|
|
190
|
+
8679,
|
|
191
|
+
8679,
|
|
192
|
+
8704,
|
|
193
|
+
8704,
|
|
194
|
+
8706,
|
|
195
|
+
8707,
|
|
196
|
+
8711,
|
|
197
|
+
8712,
|
|
198
|
+
8715,
|
|
199
|
+
8715,
|
|
200
|
+
8719,
|
|
201
|
+
8719,
|
|
202
|
+
8721,
|
|
203
|
+
8721,
|
|
204
|
+
8725,
|
|
205
|
+
8725,
|
|
206
|
+
8730,
|
|
207
|
+
8730,
|
|
208
|
+
8733,
|
|
209
|
+
8736,
|
|
210
|
+
8739,
|
|
211
|
+
8739,
|
|
212
|
+
8741,
|
|
213
|
+
8741,
|
|
214
|
+
8743,
|
|
215
|
+
8748,
|
|
216
|
+
8750,
|
|
217
|
+
8750,
|
|
218
|
+
8756,
|
|
219
|
+
8759,
|
|
220
|
+
8764,
|
|
221
|
+
8765,
|
|
222
|
+
8776,
|
|
223
|
+
8776,
|
|
224
|
+
8780,
|
|
225
|
+
8780,
|
|
226
|
+
8786,
|
|
227
|
+
8786,
|
|
228
|
+
8800,
|
|
229
|
+
8801,
|
|
230
|
+
8804,
|
|
231
|
+
8807,
|
|
232
|
+
8810,
|
|
233
|
+
8811,
|
|
234
|
+
8814,
|
|
235
|
+
8815,
|
|
236
|
+
8834,
|
|
237
|
+
8835,
|
|
238
|
+
8838,
|
|
239
|
+
8839,
|
|
240
|
+
8853,
|
|
241
|
+
8853,
|
|
242
|
+
8857,
|
|
243
|
+
8857,
|
|
244
|
+
8869,
|
|
245
|
+
8869,
|
|
246
|
+
8895,
|
|
247
|
+
8895,
|
|
248
|
+
8978,
|
|
249
|
+
8978,
|
|
250
|
+
9312,
|
|
251
|
+
9449,
|
|
252
|
+
9451,
|
|
253
|
+
9547,
|
|
254
|
+
9552,
|
|
255
|
+
9587,
|
|
256
|
+
9600,
|
|
257
|
+
9615,
|
|
258
|
+
9618,
|
|
259
|
+
9621,
|
|
260
|
+
9632,
|
|
261
|
+
9633,
|
|
262
|
+
9635,
|
|
263
|
+
9641,
|
|
264
|
+
9650,
|
|
265
|
+
9651,
|
|
266
|
+
9654,
|
|
267
|
+
9655,
|
|
268
|
+
9660,
|
|
269
|
+
9661,
|
|
270
|
+
9664,
|
|
271
|
+
9665,
|
|
272
|
+
9670,
|
|
273
|
+
9672,
|
|
274
|
+
9675,
|
|
275
|
+
9675,
|
|
276
|
+
9678,
|
|
277
|
+
9681,
|
|
278
|
+
9698,
|
|
279
|
+
9701,
|
|
280
|
+
9711,
|
|
281
|
+
9711,
|
|
282
|
+
9733,
|
|
283
|
+
9734,
|
|
284
|
+
9737,
|
|
285
|
+
9737,
|
|
286
|
+
9742,
|
|
287
|
+
9743,
|
|
288
|
+
9756,
|
|
289
|
+
9756,
|
|
290
|
+
9758,
|
|
291
|
+
9758,
|
|
292
|
+
9792,
|
|
293
|
+
9792,
|
|
294
|
+
9794,
|
|
295
|
+
9794,
|
|
296
|
+
9824,
|
|
297
|
+
9825,
|
|
298
|
+
9827,
|
|
299
|
+
9829,
|
|
300
|
+
9831,
|
|
301
|
+
9834,
|
|
302
|
+
9836,
|
|
303
|
+
9837,
|
|
304
|
+
9839,
|
|
305
|
+
9839,
|
|
306
|
+
9886,
|
|
307
|
+
9887,
|
|
308
|
+
9919,
|
|
309
|
+
9919,
|
|
310
|
+
9926,
|
|
311
|
+
9933,
|
|
312
|
+
9935,
|
|
313
|
+
9939,
|
|
314
|
+
9941,
|
|
315
|
+
9953,
|
|
316
|
+
9955,
|
|
317
|
+
9955,
|
|
318
|
+
9960,
|
|
319
|
+
9961,
|
|
320
|
+
9963,
|
|
321
|
+
9969,
|
|
322
|
+
9972,
|
|
323
|
+
9972,
|
|
324
|
+
9974,
|
|
325
|
+
9977,
|
|
326
|
+
9979,
|
|
327
|
+
9980,
|
|
328
|
+
9982,
|
|
329
|
+
9983,
|
|
330
|
+
10045,
|
|
331
|
+
10045,
|
|
332
|
+
10102,
|
|
333
|
+
10111,
|
|
334
|
+
11094,
|
|
335
|
+
11097,
|
|
336
|
+
12872,
|
|
337
|
+
12879,
|
|
338
|
+
57344,
|
|
339
|
+
63743,
|
|
340
|
+
65024,
|
|
341
|
+
65039,
|
|
342
|
+
65533,
|
|
343
|
+
65533,
|
|
344
|
+
127232,
|
|
345
|
+
127242,
|
|
346
|
+
127248,
|
|
347
|
+
127277,
|
|
348
|
+
127280,
|
|
349
|
+
127337,
|
|
350
|
+
127344,
|
|
351
|
+
127373,
|
|
352
|
+
127375,
|
|
353
|
+
127376,
|
|
354
|
+
127387,
|
|
355
|
+
127404,
|
|
356
|
+
917760,
|
|
357
|
+
917999,
|
|
358
|
+
983040,
|
|
359
|
+
1048573,
|
|
360
|
+
1048576,
|
|
361
|
+
1114109
|
|
362
|
+
];
|
|
363
|
+
const fullwidthRanges = [
|
|
364
|
+
12288,
|
|
365
|
+
12288,
|
|
366
|
+
65281,
|
|
367
|
+
65376,
|
|
368
|
+
65504,
|
|
369
|
+
65510
|
|
370
|
+
];
|
|
371
|
+
const halfwidthRanges = [
|
|
372
|
+
8361,
|
|
373
|
+
8361,
|
|
374
|
+
65377,
|
|
375
|
+
65470,
|
|
376
|
+
65474,
|
|
377
|
+
65479,
|
|
378
|
+
65482,
|
|
379
|
+
65487,
|
|
380
|
+
65490,
|
|
381
|
+
65495,
|
|
382
|
+
65498,
|
|
383
|
+
65500,
|
|
384
|
+
65512,
|
|
385
|
+
65518
|
|
386
|
+
];
|
|
387
|
+
const narrowRanges = [
|
|
388
|
+
32,
|
|
389
|
+
126,
|
|
390
|
+
162,
|
|
391
|
+
163,
|
|
392
|
+
165,
|
|
393
|
+
166,
|
|
394
|
+
172,
|
|
395
|
+
172,
|
|
396
|
+
175,
|
|
397
|
+
175,
|
|
398
|
+
10214,
|
|
399
|
+
10221,
|
|
400
|
+
10629,
|
|
401
|
+
10630
|
|
402
|
+
];
|
|
403
|
+
const wideRanges = [
|
|
404
|
+
4352,
|
|
405
|
+
4447,
|
|
406
|
+
8986,
|
|
407
|
+
8987,
|
|
408
|
+
9001,
|
|
409
|
+
9002,
|
|
410
|
+
9193,
|
|
411
|
+
9196,
|
|
412
|
+
9200,
|
|
413
|
+
9200,
|
|
414
|
+
9203,
|
|
415
|
+
9203,
|
|
416
|
+
9725,
|
|
417
|
+
9726,
|
|
418
|
+
9748,
|
|
419
|
+
9749,
|
|
420
|
+
9776,
|
|
421
|
+
9783,
|
|
422
|
+
9800,
|
|
423
|
+
9811,
|
|
424
|
+
9855,
|
|
425
|
+
9855,
|
|
426
|
+
9866,
|
|
427
|
+
9871,
|
|
428
|
+
9875,
|
|
429
|
+
9875,
|
|
430
|
+
9889,
|
|
431
|
+
9889,
|
|
432
|
+
9898,
|
|
433
|
+
9899,
|
|
434
|
+
9917,
|
|
435
|
+
9918,
|
|
436
|
+
9924,
|
|
437
|
+
9925,
|
|
438
|
+
9934,
|
|
439
|
+
9934,
|
|
440
|
+
9940,
|
|
441
|
+
9940,
|
|
442
|
+
9962,
|
|
443
|
+
9962,
|
|
444
|
+
9970,
|
|
445
|
+
9971,
|
|
446
|
+
9973,
|
|
447
|
+
9973,
|
|
448
|
+
9978,
|
|
449
|
+
9978,
|
|
450
|
+
9981,
|
|
451
|
+
9981,
|
|
452
|
+
9989,
|
|
453
|
+
9989,
|
|
454
|
+
9994,
|
|
455
|
+
9995,
|
|
456
|
+
10024,
|
|
457
|
+
10024,
|
|
458
|
+
10060,
|
|
459
|
+
10060,
|
|
460
|
+
10062,
|
|
461
|
+
10062,
|
|
462
|
+
10067,
|
|
463
|
+
10069,
|
|
464
|
+
10071,
|
|
465
|
+
10071,
|
|
466
|
+
10133,
|
|
467
|
+
10135,
|
|
468
|
+
10160,
|
|
469
|
+
10160,
|
|
470
|
+
10175,
|
|
471
|
+
10175,
|
|
472
|
+
11035,
|
|
473
|
+
11036,
|
|
474
|
+
11088,
|
|
475
|
+
11088,
|
|
476
|
+
11093,
|
|
477
|
+
11093,
|
|
478
|
+
11904,
|
|
479
|
+
11929,
|
|
480
|
+
11931,
|
|
481
|
+
12019,
|
|
482
|
+
12032,
|
|
483
|
+
12245,
|
|
484
|
+
12272,
|
|
485
|
+
12287,
|
|
486
|
+
12289,
|
|
487
|
+
12350,
|
|
488
|
+
12353,
|
|
489
|
+
12438,
|
|
490
|
+
12441,
|
|
491
|
+
12543,
|
|
492
|
+
12549,
|
|
493
|
+
12591,
|
|
494
|
+
12593,
|
|
495
|
+
12686,
|
|
496
|
+
12688,
|
|
497
|
+
12773,
|
|
498
|
+
12783,
|
|
499
|
+
12830,
|
|
500
|
+
12832,
|
|
501
|
+
12871,
|
|
502
|
+
12880,
|
|
503
|
+
42124,
|
|
504
|
+
42128,
|
|
505
|
+
42182,
|
|
506
|
+
43360,
|
|
507
|
+
43388,
|
|
508
|
+
44032,
|
|
509
|
+
55203,
|
|
510
|
+
63744,
|
|
511
|
+
64255,
|
|
512
|
+
65040,
|
|
513
|
+
65049,
|
|
514
|
+
65072,
|
|
515
|
+
65106,
|
|
516
|
+
65108,
|
|
517
|
+
65126,
|
|
518
|
+
65128,
|
|
519
|
+
65131,
|
|
520
|
+
94176,
|
|
521
|
+
94180,
|
|
522
|
+
94192,
|
|
523
|
+
94198,
|
|
524
|
+
94208,
|
|
525
|
+
101589,
|
|
526
|
+
101631,
|
|
527
|
+
101662,
|
|
528
|
+
101760,
|
|
529
|
+
101874,
|
|
530
|
+
110576,
|
|
531
|
+
110579,
|
|
532
|
+
110581,
|
|
533
|
+
110587,
|
|
534
|
+
110589,
|
|
535
|
+
110590,
|
|
536
|
+
110592,
|
|
537
|
+
110882,
|
|
538
|
+
110898,
|
|
539
|
+
110898,
|
|
540
|
+
110928,
|
|
541
|
+
110930,
|
|
542
|
+
110933,
|
|
543
|
+
110933,
|
|
544
|
+
110948,
|
|
545
|
+
110951,
|
|
546
|
+
110960,
|
|
547
|
+
111355,
|
|
548
|
+
119552,
|
|
549
|
+
119638,
|
|
550
|
+
119648,
|
|
551
|
+
119670,
|
|
552
|
+
126980,
|
|
553
|
+
126980,
|
|
554
|
+
127183,
|
|
555
|
+
127183,
|
|
556
|
+
127374,
|
|
557
|
+
127374,
|
|
558
|
+
127377,
|
|
559
|
+
127386,
|
|
560
|
+
127488,
|
|
561
|
+
127490,
|
|
562
|
+
127504,
|
|
563
|
+
127547,
|
|
564
|
+
127552,
|
|
565
|
+
127560,
|
|
566
|
+
127568,
|
|
567
|
+
127569,
|
|
568
|
+
127584,
|
|
569
|
+
127589,
|
|
570
|
+
127744,
|
|
571
|
+
127776,
|
|
572
|
+
127789,
|
|
573
|
+
127797,
|
|
574
|
+
127799,
|
|
575
|
+
127868,
|
|
576
|
+
127870,
|
|
577
|
+
127891,
|
|
578
|
+
127904,
|
|
579
|
+
127946,
|
|
580
|
+
127951,
|
|
581
|
+
127955,
|
|
582
|
+
127968,
|
|
583
|
+
127984,
|
|
584
|
+
127988,
|
|
585
|
+
127988,
|
|
586
|
+
127992,
|
|
587
|
+
128062,
|
|
588
|
+
128064,
|
|
589
|
+
128064,
|
|
590
|
+
128066,
|
|
591
|
+
128252,
|
|
592
|
+
128255,
|
|
593
|
+
128317,
|
|
594
|
+
128331,
|
|
595
|
+
128334,
|
|
596
|
+
128336,
|
|
597
|
+
128359,
|
|
598
|
+
128378,
|
|
599
|
+
128378,
|
|
600
|
+
128405,
|
|
601
|
+
128406,
|
|
602
|
+
128420,
|
|
603
|
+
128420,
|
|
604
|
+
128507,
|
|
605
|
+
128591,
|
|
606
|
+
128640,
|
|
607
|
+
128709,
|
|
608
|
+
128716,
|
|
609
|
+
128716,
|
|
610
|
+
128720,
|
|
611
|
+
128722,
|
|
612
|
+
128725,
|
|
613
|
+
128728,
|
|
614
|
+
128732,
|
|
615
|
+
128735,
|
|
616
|
+
128747,
|
|
617
|
+
128748,
|
|
618
|
+
128756,
|
|
619
|
+
128764,
|
|
620
|
+
128992,
|
|
621
|
+
129003,
|
|
622
|
+
129008,
|
|
623
|
+
129008,
|
|
624
|
+
129292,
|
|
625
|
+
129338,
|
|
626
|
+
129340,
|
|
627
|
+
129349,
|
|
628
|
+
129351,
|
|
629
|
+
129535,
|
|
630
|
+
129648,
|
|
631
|
+
129660,
|
|
632
|
+
129664,
|
|
633
|
+
129674,
|
|
634
|
+
129678,
|
|
635
|
+
129734,
|
|
636
|
+
129736,
|
|
637
|
+
129736,
|
|
638
|
+
129741,
|
|
639
|
+
129756,
|
|
640
|
+
129759,
|
|
641
|
+
129770,
|
|
642
|
+
129775,
|
|
643
|
+
129784,
|
|
644
|
+
131072,
|
|
645
|
+
196605,
|
|
646
|
+
196608,
|
|
647
|
+
262141
|
|
648
|
+
];
|
|
649
|
+
|
|
650
|
+
//#endregion
|
|
651
|
+
exports.ambiguousRanges = ambiguousRanges;
|
|
652
|
+
exports.fullwidthRanges = fullwidthRanges;
|
|
653
|
+
exports.halfwidthRanges = halfwidthRanges;
|
|
654
|
+
exports.narrowRanges = narrowRanges;
|
|
655
|
+
exports.wideRanges = wideRanges;
|