indexeddbshim 16.0.0 → 16.1.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/README.md +1 -1
- package/badges/licenses-badge-dev.svg +1 -1
- package/dist/IDBCursor.d.ts +2 -1
- package/dist/IDBCursor.d.ts.map +1 -1
- package/dist/IDBFactory.d.ts.map +1 -1
- package/dist/Key.d.ts.map +1 -1
- package/dist/indexeddbshim-Key.js +1668 -1838
- package/dist/indexeddbshim-Key.js.map +1 -1
- package/dist/indexeddbshim-Key.min.js +2 -2
- package/dist/indexeddbshim-Key.min.js.map +1 -1
- package/dist/indexeddbshim-UnicodeIdentifiers-node.cjs +546 -550
- package/dist/indexeddbshim-UnicodeIdentifiers-node.cjs.map +1 -1
- package/dist/indexeddbshim-UnicodeIdentifiers.js +1812 -2495
- package/dist/indexeddbshim-UnicodeIdentifiers.js.map +1 -1
- package/dist/indexeddbshim-UnicodeIdentifiers.min.js +2 -4
- package/dist/indexeddbshim-UnicodeIdentifiers.min.js.map +1 -1
- package/dist/indexeddbshim-node.cjs +546 -550
- package/dist/indexeddbshim-node.cjs.map +1 -1
- package/dist/indexeddbshim-noninvasive.js +1810 -2493
- package/dist/indexeddbshim-noninvasive.js.map +1 -1
- package/dist/indexeddbshim-noninvasive.min.js +2 -4
- package/dist/indexeddbshim-noninvasive.min.js.map +1 -1
- package/dist/indexeddbshim.js +1811 -2486
- package/dist/indexeddbshim.js.map +1 -1
- package/dist/indexeddbshim.min.js +2 -4
- package/dist/indexeddbshim.min.js.map +1 -1
- package/dist/setGlobalVars.d.ts.map +1 -1
- package/package.json +20 -21
- package/src/IDBCursor.js +7 -3
- package/src/IDBFactory.js +0 -1
- package/src/Key.js +4 -0
- package/src/browser-UnicodeIdentifiers.js +2 -2
- package/src/browser-noninvasive.js +1 -1
- package/src/browser.js +1 -1
- package/src/setGlobalVars.js +0 -2
- package/src/unicode-regex.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setGlobalVars.d.ts","sourceRoot":"","sources":["../src/setGlobalVars.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"setGlobalVars.d.ts","sourceRoot":"","sources":["../src/setGlobalVars.js"],"names":[],"mappings":";;uBAkBa,GAAG;+BAKL,OAAO,UAAU,EAAE,iBAAiB,GAC1C,OAAO,CAAC,OAAO,UAAU,EAAE,YAAY,CAAC,QAClC,QAAQ;wBAoCN,CACR,IAAI,EAAE,OAAO,UAAU,EAAE,iBAAiB,KACvC,OAAO,UAAU,EAAE,WAAW;oCAIzB,CAAC,GAAG,EAAE;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAA;CAC1B,KAAK,IAAI;4BAIA,CAAC,UAAU,GAAC,MAAM,CAAC,GAAG;IAC5B,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAChC,WAAW,EAAE,SAAS,CAAC;IACvB,WAAW,EAAE,SAAS,CAAC;IACvB,uBAAuB,EAAE,qBAAqB,CAAC;IAC/C,0BAA0B,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;sBAIO,MAAM;4BAIN,CAAC,OAAO,UAAU,GAAC,MAAM,CAAC,GAAG;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;IAC1C,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,kBAAkB,EAAE,OAAO,kBAAkB,CAAC;IAC9C,SAAS,EAAE,OAAO,SAAS,CAAC;IAC5B,WAAW,EAAE,OAAO,WAAW,CAAC;IAChC,cAAc,EAAE,OAAO,cAAc,CAAC;IACtC,WAAW,EAAE,OAAO,WAAW,CAAC;IAChC,aAAa,CAAC,EAAE,aAAa,CAAA;CAC9B;mCAhG+C,mBAAmB;AAwDtE;;;;GAIG;AAEH;;;;;GAKG;AAEH;;;;;;;;;GASG;AAEH;;GAEG;AAEH;;;;;;;;;;;;;GAaG;AAEH;;;;;GAKG;AACH,qCAJW,aAAa,kBACb,OAAO,UAAU,EAAE,YAAY,GAC7B,aAAa,CAkSzB;2BAxY8C,iBAAiB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "indexeddbshim",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Parashuram <code@nparashuram.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"websql"
|
|
65
65
|
],
|
|
66
66
|
"browserslist": [
|
|
67
|
-
"cover 100%",
|
|
68
67
|
"last 3 Chrome versions",
|
|
69
68
|
"last 3 Firefox versions",
|
|
70
69
|
"last 3 Edge versions",
|
|
@@ -72,7 +71,6 @@
|
|
|
72
71
|
"last 3 ios_saf versions",
|
|
73
72
|
"last 3 Android versions",
|
|
74
73
|
"last 3 Opera versions",
|
|
75
|
-
"last 3 IE versions",
|
|
76
74
|
"last 3 op_mini versions",
|
|
77
75
|
"last 3 bb versions",
|
|
78
76
|
"last 3 op_mob versions",
|
|
@@ -86,62 +84,63 @@
|
|
|
86
84
|
"node": ">=20.0.0"
|
|
87
85
|
},
|
|
88
86
|
"dependencies": {
|
|
89
|
-
"canvas": "^3.
|
|
87
|
+
"canvas": "^3.2.0",
|
|
90
88
|
"eventtargeter": "0.9.0",
|
|
91
89
|
"sync-promise-expanded": "^1.0.0",
|
|
92
|
-
"typeson": "9.0.
|
|
93
|
-
"typeson-registry": "
|
|
90
|
+
"typeson": "9.0.4",
|
|
91
|
+
"typeson-registry": "12.0.0",
|
|
94
92
|
"websql-configurable": "^3.0.3"
|
|
95
93
|
},
|
|
96
94
|
"devDependencies": {
|
|
97
|
-
"@babel/core": "^7.
|
|
98
|
-
"@babel/preset-env": "^7.
|
|
95
|
+
"@babel/core": "^7.28.3",
|
|
96
|
+
"@babel/preset-env": "^7.28.3",
|
|
99
97
|
"@brettz9/node-static": "^0.1.1",
|
|
100
98
|
"@es-joy/json-file-reporter": "^1.5.0",
|
|
101
99
|
"@rollup/plugin-babel": "^6.0.4",
|
|
102
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
100
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
103
101
|
"@rollup/plugin-json": "^6.1.0",
|
|
104
102
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
105
103
|
"@rollup/plugin-terser": "^0.4.4",
|
|
106
|
-
"@types/node": "^24.0
|
|
104
|
+
"@types/node": "^24.3.0",
|
|
107
105
|
"@types/websql": "^0.0.30",
|
|
108
|
-
"@unicode/unicode-
|
|
106
|
+
"@unicode/unicode-17.0.0": "^1.6.10",
|
|
109
107
|
"babel-plugin-add-module-exports": "1.0.4",
|
|
110
108
|
"bson": "^6.10.4",
|
|
111
109
|
"builtin-modules": "^5.0.0",
|
|
112
110
|
"c8": "^10.1.3",
|
|
113
|
-
"chai": "
|
|
111
|
+
"chai": "6.0.1",
|
|
114
112
|
"chokidar-cli": "^3.0.0",
|
|
115
113
|
"colors": "1.4.0",
|
|
116
114
|
"copyfiles": "^2.4.1",
|
|
117
|
-
"core-js-bundle": "^3.
|
|
115
|
+
"core-js-bundle": "^3.45.1",
|
|
118
116
|
"coveradge": "^0.8.2",
|
|
119
117
|
"cyclonejs": "1.1.4",
|
|
120
118
|
"delay-cli": "^2.0.0",
|
|
121
|
-
"eslint": "^9.
|
|
122
|
-
"eslint-config-ash-nazg": "^
|
|
123
|
-
"
|
|
119
|
+
"eslint": "^9.34.0",
|
|
120
|
+
"eslint-config-ash-nazg": "^39.0.1",
|
|
121
|
+
"globals": "^16.3.0",
|
|
122
|
+
"got": "^14.4.8",
|
|
124
123
|
"is-date-object": "1.1.0",
|
|
125
124
|
"isomorphic-fetch": "^3.0.0",
|
|
126
125
|
"jsdom": "^26.1.0",
|
|
127
|
-
"license-badger": "^0.
|
|
126
|
+
"license-badger": "^0.22.1",
|
|
128
127
|
"local-xmlhttprequest": "2.0.0",
|
|
129
|
-
"mocha": "^11.
|
|
128
|
+
"mocha": "^11.7.1",
|
|
130
129
|
"mocha-badge-generator": "^0.11.0",
|
|
131
130
|
"mocha-multi-reporters": "^1.5.1",
|
|
132
131
|
"npm-run-all": "^4.1.5",
|
|
133
132
|
"open-cli": "^8.0.0",
|
|
134
133
|
"rimraf": "^6.0.1",
|
|
135
|
-
"rollup": "^4.
|
|
134
|
+
"rollup": "^4.50.0",
|
|
136
135
|
"rollup-plugin-filesize": "^10.0.0",
|
|
137
136
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
138
137
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
139
138
|
"sinon": "^21.0.0",
|
|
140
139
|
"source-map-support": "0.5.21",
|
|
141
140
|
"sourcemap-transformer": "git+https://github.com/brettz9/sourcemap-transformer.git",
|
|
142
|
-
"typescript": "^5.
|
|
141
|
+
"typescript": "^5.9.2",
|
|
143
142
|
"w3c-blob": "0.0.1",
|
|
144
|
-
"ws": "^8.18.
|
|
143
|
+
"ws": "^8.18.3"
|
|
145
144
|
},
|
|
146
145
|
"scripts": {
|
|
147
146
|
"tsc": "tsc",
|
package/src/IDBCursor.js
CHANGED
|
@@ -152,8 +152,8 @@ IDBCursor.__createInstance = function (...args) {
|
|
|
152
152
|
*/
|
|
153
153
|
IDBCursor.prototype.__find = function (...args /* key, tx, success, error, recordsToLoad */) {
|
|
154
154
|
if (this.__multiEntryIndex) {
|
|
155
|
-
const [key, primaryKey, tx, success, error] = args;
|
|
156
|
-
this.__findMultiEntry(key, primaryKey, tx, success, error);
|
|
155
|
+
const [key, primaryKey, tx, success, error, recordsToLoad] = args;
|
|
156
|
+
this.__findMultiEntry(key, primaryKey, tx, success, error, recordsToLoad);
|
|
157
157
|
} else {
|
|
158
158
|
const [key, primaryKey, tx, success, error, recordsToLoad] = args;
|
|
159
159
|
this.__findBasic(key, primaryKey, tx, success, error, recordsToLoad);
|
|
@@ -270,10 +270,11 @@ const leftBracketRegex = /\[/gu;
|
|
|
270
270
|
* @param {SQLTransaction} tx
|
|
271
271
|
* @param {KeySuccess} success
|
|
272
272
|
* @param {FindError} error
|
|
273
|
+
* @param {Integer|undefined} recordsToLoad
|
|
273
274
|
* @this {IDBCursorFull}
|
|
274
275
|
* @returns {void}
|
|
275
276
|
*/
|
|
276
|
-
IDBCursor.prototype.__findMultiEntry = function (key, primaryKey, tx, success, error) {
|
|
277
|
+
IDBCursor.prototype.__findMultiEntry = function (key, primaryKey, tx, success, error, recordsToLoad) {
|
|
277
278
|
const me = this;
|
|
278
279
|
|
|
279
280
|
if (me.__prefetchedData && me.__prefetchedData.length === me.__prefetchedIndex) {
|
|
@@ -333,6 +334,7 @@ IDBCursor.prototype.__findMultiEntry = function (key, primaryKey, tx, success, e
|
|
|
333
334
|
// 4. Sort by object store position (if defined and not unique)
|
|
334
335
|
sql.push(',', util.sqlQuote(me.__valueColumnName), direction);
|
|
335
336
|
}
|
|
337
|
+
sql.push('LIMIT', String(recordsToLoad));
|
|
336
338
|
}
|
|
337
339
|
const sqlStr = sql.join(' ');
|
|
338
340
|
if (CFG.DEBUG) { console.log(sqlStr, sqlValues); }
|
|
@@ -624,10 +626,12 @@ IDBCursor.prototype.__continueFinish = function (key, primaryKey, advanceState)
|
|
|
624
626
|
triggerSuccess(k, val, primKey);
|
|
625
627
|
return;
|
|
626
628
|
}
|
|
629
|
+
// @ts-expect-error Todo: Our bug to fix
|
|
627
630
|
cursorContinue(tx, args, success, error);
|
|
628
631
|
}
|
|
629
632
|
if (me.__unique && !me.__multiEntryIndex &&
|
|
630
633
|
encKey === Key.encode(me.key, me.__multiEntryIndex)) {
|
|
634
|
+
// @ts-expect-error Todo: Our bug to fix
|
|
631
635
|
cursorContinue(tx, args, success, error);
|
|
632
636
|
return;
|
|
633
637
|
}
|
package/src/IDBFactory.js
CHANGED
|
@@ -38,7 +38,6 @@ const setFS = (_fs) => {
|
|
|
38
38
|
* @returns {string}
|
|
39
39
|
*/
|
|
40
40
|
const getOrigin = () => {
|
|
41
|
-
// eslint-disable-next-line no-undef -- If browser/polyfilled
|
|
42
41
|
return (typeof location !== 'object' || !location) ? 'null' : location.origin;
|
|
43
42
|
};
|
|
44
43
|
const hasNullOrigin = () => CFG.checkOrigin !== false && (getOrigin() === 'null');
|
package/src/Key.js
CHANGED
|
@@ -728,6 +728,8 @@ function evaluateKeyPathOnValueToDecodedValue (value, keyPath, multiEntry, fullK
|
|
|
728
728
|
case 'size': case 'type':
|
|
729
729
|
value = /** @type {Blob} */ (value)[idntfr];
|
|
730
730
|
break;
|
|
731
|
+
default:
|
|
732
|
+
break;
|
|
731
733
|
}
|
|
732
734
|
} else if (util.isFile(value)) {
|
|
733
735
|
switch (idntfr) {
|
|
@@ -737,6 +739,8 @@ function evaluateKeyPathOnValueToDecodedValue (value, keyPath, multiEntry, fullK
|
|
|
737
739
|
case 'lastModifiedDate':
|
|
738
740
|
value = new Date(/** @type {File} */ (value).lastModified);
|
|
739
741
|
break;
|
|
742
|
+
default:
|
|
743
|
+
break;
|
|
740
744
|
}
|
|
741
745
|
} else if (!util.isObj(value) || !Object.hasOwn(value, idntfr)) {
|
|
742
746
|
return true;
|
package/src/browser.js
CHANGED
package/src/setGlobalVars.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable unicorn/prefer-global-this -- Older browsers? */
|
|
2
1
|
import {setPrototypeOfCustomEvent} from 'eventtargeter';
|
|
3
2
|
import shimIDBVersionChangeEvent from './IDBVersionChangeEvent.js';
|
|
4
3
|
import {IDBCursor as shimIDBCursor, IDBCursorWithValue as shimIDBCursorWithValue} from './IDBCursor.js';
|
|
@@ -359,7 +358,6 @@ function setGlobalVars (idb, initialConfig) {
|
|
|
359
358
|
// and detect version 9: http://stackoverflow.com/a/26363560/271577
|
|
360
359
|
(/(iPad|iPhone|iPod).* os 9_/ui).test(navigator.userAgent) &&
|
|
361
360
|
(typeof window !== 'undefined' &&
|
|
362
|
-
// eslint-disable-next-line no-undef -- Extra check
|
|
363
361
|
!('MSStream' in window)) // But avoid IE11
|
|
364
362
|
)
|
|
365
363
|
)
|
package/src/unicode-regex.js
CHANGED
|
@@ -10,7 +10,7 @@ var hasRequiredRegex;
|
|
|
10
10
|
function requireRegex () {
|
|
11
11
|
if (hasRequiredRegex) return regex$1;
|
|
12
12
|
hasRequiredRegex = 1;
|
|
13
|
-
regex$1=/[\xC0-\xC5\xC7-\xCF\xD1-\xD6\xD9-\xDD\xE0-\xE5\xE7-\xEF\xF1-\xF6\xF9-\xFD\xFF-\u010F\u0112-\u0125\u0128-\u0130\u0134-\u0137\u0139-\u013E\u0143-\u0148\u014C-\u0151\u0154-\u0165\u0168-\u017E\u01A0\u01A1\u01AF\u01B0\u01CD-\u01DC\u01DE-\u01E3\u01E6-\u01F0\u01F4\u01F5\u01F8-\u021B\u021E\u021F\u0226-\u0233\u0344\u0385\u0386\u0388-\u038A\u038C\u038E-\u0390\u03AA-\u03B0\u03CA-\u03CE\u03D3\u03D4\u0400\u0401\u0403\u0407\u040C-\u040E\u0419\u0439\u0450\u0451\u0453\u0457\u045C-\u045E\u0476\u0477\u04C1\u04C2\u04D0-\u04D3\u04D6\u04D7\u04DA-\u04DF\u04E2-\u04E7\u04EA-\u04F5\u04F8\u04F9\u0622-\u0626\u06C0\u06C2\u06D3\u0929\u0931\u0934\u0958-\u095F\u09CB\u09CC\u09DC\u09DD\u09DF\u0A33\u0A36\u0A59-\u0A5B\u0A5E\u0B48\u0B4B\u0B4C\u0B5C\u0B5D\u0B94\u0BCA-\u0BCC\u0C48\u0CC0\u0CC7\u0CC8\u0CCA\u0CCB\u0D4A-\u0D4C\u0DDA\u0DDC-\u0DDE\u0F43\u0F4D\u0F52\u0F57\u0F5C\u0F69\u0F73\u0F75\u0F76\u0F78\u0F81\u0F93\u0F9D\u0FA2\u0FA7\u0FAC\u0FB9\u1026\u1B06\u1B08\u1B0A\u1B0C\u1B0E\u1B12\u1B3B\u1B3D\u1B40\u1B41\u1B43\u1E00-\u1E99\u1E9B\u1EA0-\u1EF9\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FC1-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEE\u1FF2-\u1FF4\u1FF6-\u1FFC\u212B\u219A\u219B\u21AE\u21CD-\u21CF\u2204\u2209\u220C\u2224\u2226\u2241\u2244\u2247\u2249\u2260\u2262\u226D-\u2271\u2274\u2275\u2278\u2279\u2280\u2281\u2284\u2285\u2288\u2289\u22AC-\u22AF\u22E0-\u22E3\u22EA-\u22ED\u2ADC\u304C\u304E\u3050\u3052\u3054\u3056\u3058\u305A\u305C\u305E\u3060\u3062\u3065\u3067\u3069\u3070\u3071\u3073\u3074\u3076\u3077\u3079\u307A\u307C\u307D\u3094\u309E\u30AC\u30AE\u30B0\u30B2\u30B4\u30B6\u30B8\u30BA\u30BC\u30BE\u30C0\u30C2\u30C5\u30C7\u30C9\u30D0\u30D1\u30D3\u30D4\u30D6\u30D7\u30D9\u30DA\u30DC\u30DD\u30F4\u30F7-\u30FA\u30FE\uAC00-\uD7A3\uFB1D\uFB1F\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFB4E]|\uD804[\uDC9A\uDC9C\uDCAB\uDD2E\uDD2F\uDF4B\uDF4C]|\uD805[\uDCBB\uDCBC\uDCBE\uDDBA\uDDBB]|\uD806\uDD38|\uD834[\uDD5E-\uDD64\uDDBB-\uDDC0]/;
|
|
13
|
+
regex$1=/[\xC0-\xC5\xC7-\xCF\xD1-\xD6\xD9-\xDD\xE0-\xE5\xE7-\xEF\xF1-\xF6\xF9-\xFD\xFF-\u010F\u0112-\u0125\u0128-\u0130\u0134-\u0137\u0139-\u013E\u0143-\u0148\u014C-\u0151\u0154-\u0165\u0168-\u017E\u01A0\u01A1\u01AF\u01B0\u01CD-\u01DC\u01DE-\u01E3\u01E6-\u01F0\u01F4\u01F5\u01F8-\u021B\u021E\u021F\u0226-\u0233\u0344\u0385\u0386\u0388-\u038A\u038C\u038E-\u0390\u03AA-\u03B0\u03CA-\u03CE\u03D3\u03D4\u0400\u0401\u0403\u0407\u040C-\u040E\u0419\u0439\u0450\u0451\u0453\u0457\u045C-\u045E\u0476\u0477\u04C1\u04C2\u04D0-\u04D3\u04D6\u04D7\u04DA-\u04DF\u04E2-\u04E7\u04EA-\u04F5\u04F8\u04F9\u0622-\u0626\u06C0\u06C2\u06D3\u0929\u0931\u0934\u0958-\u095F\u09CB\u09CC\u09DC\u09DD\u09DF\u0A33\u0A36\u0A59-\u0A5B\u0A5E\u0B48\u0B4B\u0B4C\u0B5C\u0B5D\u0B94\u0BCA-\u0BCC\u0C48\u0CC0\u0CC7\u0CC8\u0CCA\u0CCB\u0D4A-\u0D4C\u0DDA\u0DDC-\u0DDE\u0F43\u0F4D\u0F52\u0F57\u0F5C\u0F69\u0F73\u0F75\u0F76\u0F78\u0F81\u0F93\u0F9D\u0FA2\u0FA7\u0FAC\u0FB9\u1026\u1B06\u1B08\u1B0A\u1B0C\u1B0E\u1B12\u1B3B\u1B3D\u1B40\u1B41\u1B43\u1E00-\u1E99\u1E9B\u1EA0-\u1EF9\u1F00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FC1-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEE\u1FF2-\u1FF4\u1FF6-\u1FFC\u212B\u219A\u219B\u21AE\u21CD-\u21CF\u2204\u2209\u220C\u2224\u2226\u2241\u2244\u2247\u2249\u2260\u2262\u226D-\u2271\u2274\u2275\u2278\u2279\u2280\u2281\u2284\u2285\u2288\u2289\u22AC-\u22AF\u22E0-\u22E3\u22EA-\u22ED\u2ADC\u304C\u304E\u3050\u3052\u3054\u3056\u3058\u305A\u305C\u305E\u3060\u3062\u3065\u3067\u3069\u3070\u3071\u3073\u3074\u3076\u3077\u3079\u307A\u307C\u307D\u3094\u309E\u30AC\u30AE\u30B0\u30B2\u30B4\u30B6\u30B8\u30BA\u30BC\u30BE\u30C0\u30C2\u30C5\u30C7\u30C9\u30D0\u30D1\u30D3\u30D4\u30D6\u30D7\u30D9\u30DA\u30DC\u30DD\u30F4\u30F7-\u30FA\u30FE\uAC00-\uD7A3\uFB1D\uFB1F\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFB4E]|\uD801[\uDDC9\uDDE4]|\uD804[\uDC9A\uDC9C\uDCAB\uDD2E\uDD2F\uDF4B\uDF4C\uDF83\uDF85\uDF8E\uDF91\uDFC5\uDFC7\uDFC8]|\uD805[\uDCBB\uDCBC\uDCBE\uDDBA\uDDBB]|\uD806\uDD38|\uD818[\uDD21-\uDD28]|\uD81B[\uDD68-\uDD6A]|\uD834[\uDD5E-\uDD64\uDDBB-\uDDC0]/;
|
|
14
14
|
return regex$1;
|
|
15
15
|
}
|
|
16
16
|
|