nv-char-jsid2 1.0.3 → 1.0.5
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 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[183,184,768,880,903,904,1155,1160,1425,1470,1471,1472,1473,1475,1476,1478,1479,1480,1552,1563,1611,1642,1648,1649,1750,1757,1759,1765,1767,1769,1770,1774,1776,1786,1809,1810,1840,1867,1958,1969,1984,1994,2027,2036,2045,2046,2070,2074,2075,2084,2085,2088,2089,2094,2137,2140,2259,2274,2275,2308,2362,2365,2366,2384,2385,2392,2402,2404,2406,2416,2433,2436,2492,2493,2494,2501,2503,2505,2507,2510,2519,2520,2530,2532,2534,2544,2558,2559,2561,2564,2620,2621,2622,2627,2631,2633,2635,2638,2641,2642,2662,2674,2677,2678,2689,2692,2748,2749,2750,2758,2759,2762,2763,2766,2786,2788,2790,2800,2810,2816,2817,2820,2876,2877,2878,2885,2887,2889,2891,2894,2901,2904,2914,2916,2918,2928,2946,2947,3006,3011,3014,3017,3018,3022,3031,3032,3046,3056,3072,3077,3134,3141,3142,3145,3146,3150,3157,3159,3170,3172,3174,3184,3201,3204,3260,3261,3262,3269,3270,3273,3274,3278,3285,3287,3298,3300,3302,3312,3328,3332,3387,3389,3390,3397,3398,3401,3402,3406,3415,3416,3426,3428,3430,3440,3457,3460,3530,3531,3535,3541,3542,3543,3544,3552,3558,3568,3570,3572,3633,3634,3636,3643,3655,3663,3664,3674,3761,3762,3764,3773,3784,3790,3792,3802,3864,3866,3872,3882,3893,3894,3895,3896,3897,3898,3902,3904,3953,3973,3974,3976,3981,3992,3993,4029,4038,4039,4139,4159,4160,4170,4182,4186,4190,4193,4194,4197,4199,4206,4209,4213,4226,4238,4239,4254,4957,4960,4969,4978,5906,5909,5938,5941,5970,5972,6002,6004,6068,6100,6109,6110,6112,6122,6155,6158,6160,6170,6313,6314,6432,6444,6448,6460,6470,6480,6608,6619,6679,6684,6741,6751,6752,6781,6783,6794,6800,6810,6832,6846,6847,6849,6912,6917,6964,6981,6992,7002,7019,7028,7040,7043,7073,7086,7088,7098,7142,7156,7204,7224,7232,7242,7248,7258,7376,7379,7380,7401,7405,7406,7412,7413,7415,7418,7616,7674,7675,7680,8204,8206,8255,8257,8276,8277,8400,8413,8417,8418,8421,8433,11503,11506,11647,11648,11744,11776,12330,12336,12441,12443,42528,42538,42607,42608,42612,42622,42654,42656,42736,42738,43010,43011,43014,43015,43019,43020,43043,43048,43052,43053,43136,43138,43188,43206,43216,43226,43232,43250,43263,43274,43302,43310,43335,43348,43392,43396,43443,43457,43472,43482,43493,43494,43504,43514,43561,43575,43587,43588,43596,43598,43600,43610,43643,43646,43696,43697,43698,43701,43703,43705,43710,43712,43713,43714,43755,43760,43765,43767,44003,44011,44012,44014,44016,44026,64286,64287,65024,65040,65056,65072,65075,65077,65101,65104,65296,65306,65343,65344]
|
package/index.js
CHANGED
|
@@ -153,6 +153,7 @@ _GE170_LT65536_FOLLOW_ONLY_CPT_SET = null;
|
|
|
153
153
|
_ASTRAL_FOLLOW_ONLY_CPT_SET = null;
|
|
154
154
|
|
|
155
155
|
|
|
156
|
+
|
|
156
157
|
const is_jsid_cpts = (cpts) => {
|
|
157
158
|
if(START_CPT_SET.has(cpts[0])) {
|
|
158
159
|
} else {
|
|
@@ -304,7 +305,9 @@ const is_jsid_utf8buf = (u8a,si=0,ei=u8a.length) => {
|
|
|
304
305
|
|
|
305
306
|
const _add_getter = (nm,v) => Object.defineProperty(module.exports,nm,{value:v,enumerable:!!0});
|
|
306
307
|
|
|
308
|
+
const maybe_jsid_cpt = (cpt)=> return START_CPT_SET.has(cpt) || FOLLOW_CPT_SET.has(cpt);
|
|
307
309
|
module.exports = {
|
|
310
|
+
maybe_jsid_cpt,
|
|
308
311
|
is_jsid_cpts,
|
|
309
312
|
is_jsid_cds,
|
|
310
313
|
is_jsid_str,
|