hebrew-transliteration 2.8.4 → 2.9.1
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/cjs/rules.js +95 -81
- package/dist/cjs/rules.js.map +3 -3
- package/dist/cjs/schema.js +134 -130
- package/dist/cjs/schema.js.map +2 -2
- package/dist/cjs/schemas/romaniote.js +1 -1
- package/dist/cjs/schemas/romaniote.js.map +1 -1
- package/dist/cjs/schemas/tiberian.js +2 -1
- package/dist/cjs/schemas/tiberian.js.map +2 -2
- package/dist/esm/rules.js +106 -87
- package/dist/esm/rules.js.map +1 -1
- package/dist/esm/schema.js +20 -0
- package/dist/esm/schema.js.map +1 -1
- package/dist/esm/schemas/romaniote.js +1 -1
- package/dist/esm/schemas/romaniote.js.map +1 -1
- package/dist/esm/schemas/tiberian.js +3 -2
- package/dist/esm/schemas/tiberian.js.map +1 -1
- package/dist/types/schema.d.ts +19 -0
- package/package.json +15 -5
package/dist/cjs/schema.js
CHANGED
|
@@ -53,6 +53,7 @@ class Schema {
|
|
|
53
53
|
__publicField(this, "SHUREQ");
|
|
54
54
|
__publicField(this, "HOLAM_VAV");
|
|
55
55
|
__publicField(this, "QAMATS_HE");
|
|
56
|
+
__publicField(this, "PATAH_HE");
|
|
56
57
|
__publicField(this, "SEGOL_HE");
|
|
57
58
|
__publicField(this, "TSERE_HE");
|
|
58
59
|
__publicField(this, "MS_SUFX");
|
|
@@ -131,6 +132,7 @@ class Schema {
|
|
|
131
132
|
this.SHUREQ = schema.SHUREQ;
|
|
132
133
|
this.HOLAM_VAV = schema.HOLAM_VAV;
|
|
133
134
|
this.QAMATS_HE = schema.QAMATS_HE;
|
|
135
|
+
this.PATAH_HE = schema.PATAH_HE;
|
|
134
136
|
this.SEGOL_HE = schema.SEGOL_HE;
|
|
135
137
|
this.TSERE_HE = schema.TSERE_HE;
|
|
136
138
|
this.MS_SUFX = schema.MS_SUFX;
|
|
@@ -188,7 +190,7 @@ class Schema {
|
|
|
188
190
|
}
|
|
189
191
|
class SBL extends Schema {
|
|
190
192
|
constructor(schema) {
|
|
191
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb;
|
|
193
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _A, _B, _C, _D, _E, _F, _G, _H, _I, _J, _K, _L, _M, _N, _O, _P, _Q, _R, _S, _T, _U, _V, _W, _X, _Y, _Z, __, _$, _aa, _ba, _ca, _da, _ea, _fa, _ga, _ha, _ia, _ja, _ka, _la, _ma, _na, _oa, _pa, _qa, _ra, _sa, _ta, _ua, _va, _wa, _xa, _ya, _za, _Aa, _Ba, _Ca, _Da, _Ea, _Fa, _Ga, _Ha, _Ia, _Ja, _Ka, _La, _Ma, _Na, _Oa, _Pa, _Qa, _Ra, _Sa, _Ta, _Ua, _Va, _Wa, _Xa, _Ya, _Za, __a, _$a, _ab, _bb, _cb, _db, _eb, _fb, _gb, _hb, _ib, _jb, _kb, _lb, _mb, _nb, _ob, _pb, _qb, _rb, _sb, _tb, _ub, _vb, _wb, _xb, _yb, _zb, _Ab, _Bb, _Cb, _Db, _Eb, _Fb, _Gb, _Hb, _Ib, _Jb, _Kb, _Lb, _Mb, _Nb, _Ob, _Pb, _Qb, _Rb, _Sb, _Tb, _Ub, _Vb;
|
|
192
194
|
super({
|
|
193
195
|
VOCAL_SHEVA: (_a = schema.VOCAL_SHEVA) != null ? _a : "\u0259",
|
|
194
196
|
HATAF_SEGOL: (_b = schema.HATAF_SEGOL) != null ? _b : "\u0115",
|
|
@@ -215,126 +217,128 @@ class SBL extends Schema {
|
|
|
215
217
|
SHUREQ: (_w = schema.SHUREQ) != null ? _w : "\xFB",
|
|
216
218
|
HOLAM_VAV: (_x = schema.HOLAM_VAV) != null ? _x : "\xF4",
|
|
217
219
|
QAMATS_HE: (_y = schema.QAMATS_HE) != null ? _y : "\xE2",
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
220
|
+
PATAH_HE: (_z = schema.PATAH_HE) != null ? _z : void 0,
|
|
221
|
+
SEGOL_HE: (_A = schema.SEGOL_HE) != null ? _A : void 0,
|
|
222
|
+
TSERE_HE: (_B = schema.TSERE_HE) != null ? _B : void 0,
|
|
223
|
+
MS_SUFX: (_C = schema.MS_SUFX) != null ? _C : "\u0101yw",
|
|
224
|
+
ALEF: (_D = schema.ALEF) != null ? _D : "\u02BE",
|
|
225
|
+
BET: (_E = schema.BET) != null ? _E : "b",
|
|
226
|
+
BET_DAGESH: (_F = schema.BET_DAGESH) != null ? _F : void 0,
|
|
227
|
+
GIMEL: (_G = schema.GIMEL) != null ? _G : "g",
|
|
228
|
+
GIMEL_DAGESH: (_H = schema.GIMEL_DAGESH) != null ? _H : void 0,
|
|
229
|
+
DALET: (_I = schema.DALET) != null ? _I : "d",
|
|
230
|
+
DALET_DAGESH: (_J = schema.DALET_DAGESH) != null ? _J : void 0,
|
|
231
|
+
HE: (_K = schema.HE) != null ? _K : "h",
|
|
232
|
+
VAV: (_L = schema.VAV) != null ? _L : "w",
|
|
233
|
+
ZAYIN: (_M = schema.ZAYIN) != null ? _M : "z",
|
|
234
|
+
HET: (_N = schema.HET) != null ? _N : "\u1E25",
|
|
235
|
+
TET: (_O = schema.TET) != null ? _O : "\u1E6D",
|
|
236
|
+
YOD: (_P = schema.YOD) != null ? _P : "y",
|
|
237
|
+
FINAL_KAF: (_Q = schema.FINAL_KAF) != null ? _Q : "k",
|
|
238
|
+
KAF: (_R = schema.KAF) != null ? _R : "k",
|
|
239
|
+
KAF_DAGESH: (_S = schema.KAF_DAGESH) != null ? _S : void 0,
|
|
240
|
+
LAMED: (_T = schema.LAMED) != null ? _T : "l",
|
|
241
|
+
FINAL_MEM: (_U = schema.FINAL_MEM) != null ? _U : "m",
|
|
242
|
+
MEM: (_V = schema.MEM) != null ? _V : "m",
|
|
243
|
+
FINAL_NUN: (_W = schema.FINAL_NUN) != null ? _W : "n",
|
|
244
|
+
NUN: (_X = schema.NUN) != null ? _X : "n",
|
|
245
|
+
SAMEKH: (_Y = schema.SAMEKH) != null ? _Y : "s",
|
|
246
|
+
AYIN: (_Z = schema.AYIN) != null ? _Z : "\u02BF",
|
|
247
|
+
FINAL_PE: (__ = schema.FINAL_PE) != null ? __ : "p",
|
|
248
|
+
PE: (_$ = schema.PE) != null ? _$ : "p",
|
|
249
|
+
PE_DAGESH: (_aa = schema.PE_DAGESH) != null ? _aa : void 0,
|
|
250
|
+
FINAL_TSADI: (_ba = schema.FINAL_TSADI) != null ? _ba : "\u1E63",
|
|
251
|
+
TSADI: (_ca = schema.TSADI) != null ? _ca : "\u1E63",
|
|
252
|
+
QOF: (_da = schema.QOF) != null ? _da : "q",
|
|
253
|
+
RESH: (_ea = schema.RESH) != null ? _ea : "r",
|
|
254
|
+
SHIN: (_fa = schema.SHIN) != null ? _fa : "\u0161",
|
|
255
|
+
SIN: (_ga = schema.SIN) != null ? _ga : "\u015B",
|
|
256
|
+
TAV: (_ha = schema.TAV) != null ? _ha : "t",
|
|
257
|
+
TAV_DAGESH: (_ia = schema.TAV_DAGESH) != null ? _ia : void 0,
|
|
258
|
+
DIVINE_NAME: (_ja = schema.DIVINE_NAME) != null ? _ja : "yhwh",
|
|
259
|
+
DIVINE_NAME_ELOHIM: (_ka = schema.DIVINE_NAME_ELOHIM) != null ? _ka : void 0,
|
|
260
|
+
SYLLABLE_SEPARATOR: (_la = schema.SYLLABLE_SEPARATOR) != null ? _la : void 0,
|
|
261
|
+
ADDITIONAL_FEATURES: (_ma = schema.ADDITIONAL_FEATURES) != null ? _ma : void 0,
|
|
262
|
+
STRESS_MARKER: (_na = schema.STRESS_MARKER) != null ? _na : void 0,
|
|
263
|
+
longVowels: (_oa = schema.longVowels) != null ? _oa : true,
|
|
264
|
+
qametsQatan: (_pa = schema.qametsQatan) != null ? _pa : true,
|
|
265
|
+
shevaAfterMeteg: (_qa = schema.shevaAfterMeteg) != null ? _qa : true,
|
|
266
|
+
shevaWithMeteg: (_ra = schema.shevaWithMeteg) != null ? _ra : false,
|
|
267
|
+
sqnmlvy: (_sa = schema.sqnmlvy) != null ? _sa : true,
|
|
268
|
+
wawShureq: (_ta = schema.wawShureq) != null ? _ta : true,
|
|
269
|
+
article: (_ua = schema.article) != null ? _ua : true,
|
|
270
|
+
allowNoNiqqud: (_va = schema.allowNoNiqqud) != null ? _va : true,
|
|
271
|
+
strict: (_wa = schema.strict) != null ? _wa : false,
|
|
269
272
|
holemHaser: schema.holemHaser || "remove",
|
|
270
273
|
ketivQeres: schema.ketivQeres || void 0
|
|
271
274
|
});
|
|
272
|
-
this.VOCAL_SHEVA = (
|
|
273
|
-
this.HATAF_SEGOL = (
|
|
274
|
-
this.HATAF_PATAH = (
|
|
275
|
-
this.HATAF_QAMATS = (
|
|
276
|
-
this.HIRIQ = (
|
|
277
|
-
this.TSERE = (
|
|
278
|
-
this.SEGOL = (
|
|
279
|
-
this.PATAH = (
|
|
280
|
-
this.QAMATS = (
|
|
281
|
-
this.HOLAM = (
|
|
282
|
-
this.HOLAM_HASER = (
|
|
283
|
-
this.QUBUTS = (
|
|
284
|
-
this.DAGESH = (
|
|
285
|
-
this.DAGESH_CHAZAQ = (
|
|
286
|
-
this.MAQAF = (
|
|
287
|
-
this.PASEQ = (
|
|
288
|
-
this.SOF_PASUQ = (
|
|
289
|
-
this.QAMATS_QATAN = (
|
|
290
|
-
this.FURTIVE_PATAH = (
|
|
291
|
-
this.HIRIQ_YOD = (
|
|
292
|
-
this.TSERE_YOD = (
|
|
293
|
-
this.SEGOL_YOD = (
|
|
294
|
-
this.SHUREQ = (
|
|
295
|
-
this.HOLAM_VAV = (
|
|
296
|
-
this.QAMATS_HE = (
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
305
|
-
this.
|
|
306
|
-
this.
|
|
307
|
-
this.
|
|
308
|
-
this.
|
|
309
|
-
this.
|
|
310
|
-
this.
|
|
311
|
-
this.
|
|
312
|
-
this.
|
|
313
|
-
this.
|
|
314
|
-
this.
|
|
315
|
-
this.
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
320
|
-
this.
|
|
321
|
-
this.
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
325
|
-
this.
|
|
326
|
-
this.
|
|
327
|
-
this.
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
330
|
-
this.
|
|
331
|
-
this.
|
|
332
|
-
this.
|
|
333
|
-
this.
|
|
334
|
-
this.
|
|
335
|
-
this.
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
275
|
+
this.VOCAL_SHEVA = (_xa = schema.VOCAL_SHEVA) != null ? _xa : "\u0259";
|
|
276
|
+
this.HATAF_SEGOL = (_ya = schema.HATAF_SEGOL) != null ? _ya : "\u0115";
|
|
277
|
+
this.HATAF_PATAH = (_za = schema.HATAF_PATAH) != null ? _za : "\u0103";
|
|
278
|
+
this.HATAF_QAMATS = (_Aa = schema.HATAF_QAMATS) != null ? _Aa : "\u014F";
|
|
279
|
+
this.HIRIQ = (_Ba = schema.HIRIQ) != null ? _Ba : "i";
|
|
280
|
+
this.TSERE = (_Ca = schema.TSERE) != null ? _Ca : "\u0113";
|
|
281
|
+
this.SEGOL = (_Da = schema.SEGOL) != null ? _Da : "e";
|
|
282
|
+
this.PATAH = (_Ea = schema.PATAH) != null ? _Ea : "a";
|
|
283
|
+
this.QAMATS = (_Fa = schema.QAMATS) != null ? _Fa : "\u0101";
|
|
284
|
+
this.HOLAM = (_Ga = schema.HOLAM) != null ? _Ga : "\u014D";
|
|
285
|
+
this.HOLAM_HASER = (_Ha = schema.HOLAM_HASER) != null ? _Ha : "\u014D";
|
|
286
|
+
this.QUBUTS = (_Ia = schema.QUBUTS) != null ? _Ia : "u";
|
|
287
|
+
this.DAGESH = (_Ja = schema.DAGESH) != null ? _Ja : "";
|
|
288
|
+
this.DAGESH_CHAZAQ = (_Ka = schema.DAGESH_CHAZAQ) != null ? _Ka : true;
|
|
289
|
+
this.MAQAF = (_La = schema.MAQAF) != null ? _La : "-";
|
|
290
|
+
this.PASEQ = (_Ma = schema.PASEQ) != null ? _Ma : "";
|
|
291
|
+
this.SOF_PASUQ = (_Na = schema.SOF_PASUQ) != null ? _Na : "";
|
|
292
|
+
this.QAMATS_QATAN = (_Oa = schema.QAMATS_QATAN) != null ? _Oa : "o";
|
|
293
|
+
this.FURTIVE_PATAH = (_Pa = schema.FURTIVE_PATAH) != null ? _Pa : "a";
|
|
294
|
+
this.HIRIQ_YOD = (_Qa = schema.HIRIQ_YOD) != null ? _Qa : "\xEE";
|
|
295
|
+
this.TSERE_YOD = (_Ra = schema.TSERE_YOD) != null ? _Ra : "\xEA";
|
|
296
|
+
this.SEGOL_YOD = (_Sa = schema.SEGOL_YOD) != null ? _Sa : "\xEA";
|
|
297
|
+
this.SHUREQ = (_Ta = schema.SHUREQ) != null ? _Ta : "\xFB";
|
|
298
|
+
this.HOLAM_VAV = (_Ua = schema.HOLAM_VAV) != null ? _Ua : "\xF4";
|
|
299
|
+
this.QAMATS_HE = (_Va = schema.QAMATS_HE) != null ? _Va : "\xE2";
|
|
300
|
+
this.PATAH_HE = (_Wa = schema.PATAH_HE) != null ? _Wa : void 0;
|
|
301
|
+
this.SEGOL_HE = (_Xa = schema.SEGOL_HE) != null ? _Xa : void 0;
|
|
302
|
+
this.TSERE_HE = (_Ya = schema.TSERE_HE) != null ? _Ya : void 0;
|
|
303
|
+
this.MS_SUFX = (_Za = schema.MS_SUFX) != null ? _Za : "\u0101yw";
|
|
304
|
+
this.ALEF = (__a = schema.ALEF) != null ? __a : "\u02BE";
|
|
305
|
+
this.BET = (_$a = schema.BET) != null ? _$a : "b";
|
|
306
|
+
this.BET_DAGESH = (_ab = schema.BET_DAGESH) != null ? _ab : void 0;
|
|
307
|
+
this.GIMEL = (_bb = schema.GIMEL) != null ? _bb : "g";
|
|
308
|
+
this.GIMEL_DAGESH = (_cb = schema.GIMEL_DAGESH) != null ? _cb : void 0;
|
|
309
|
+
this.DALET = (_db = schema.DALET) != null ? _db : "d";
|
|
310
|
+
this.DALET_DAGESH = (_eb = schema.DALET_DAGESH) != null ? _eb : void 0;
|
|
311
|
+
this.HE = (_fb = schema.HE) != null ? _fb : "h";
|
|
312
|
+
this.VAV = (_gb = schema.VAV) != null ? _gb : "w";
|
|
313
|
+
this.ZAYIN = (_hb = schema.ZAYIN) != null ? _hb : "z";
|
|
314
|
+
this.HET = (_ib = schema.HET) != null ? _ib : "\u1E25";
|
|
315
|
+
this.TET = (_jb = schema.TET) != null ? _jb : "\u1E6D";
|
|
316
|
+
this.YOD = (_kb = schema.YOD) != null ? _kb : "y";
|
|
317
|
+
this.FINAL_KAF = (_lb = schema.FINAL_KAF) != null ? _lb : "k";
|
|
318
|
+
this.KAF = (_mb = schema.KAF) != null ? _mb : "k";
|
|
319
|
+
this.KAF_DAGESH = (_nb = schema.KAF_DAGESH) != null ? _nb : void 0;
|
|
320
|
+
this.LAMED = (_ob = schema.LAMED) != null ? _ob : "l";
|
|
321
|
+
this.FINAL_MEM = (_pb = schema.FINAL_MEM) != null ? _pb : "m";
|
|
322
|
+
this.MEM = (_qb = schema.MEM) != null ? _qb : "m";
|
|
323
|
+
this.FINAL_NUN = (_rb = schema.FINAL_NUN) != null ? _rb : "n";
|
|
324
|
+
this.NUN = (_sb = schema.NUN) != null ? _sb : "n";
|
|
325
|
+
this.SAMEKH = (_tb = schema.SAMEKH) != null ? _tb : "s";
|
|
326
|
+
this.AYIN = (_ub = schema.AYIN) != null ? _ub : "\u02BF";
|
|
327
|
+
this.FINAL_PE = (_vb = schema.FINAL_PE) != null ? _vb : "p";
|
|
328
|
+
this.PE = (_wb = schema.PE) != null ? _wb : "p";
|
|
329
|
+
this.PE_DAGESH = (_xb = schema.PE_DAGESH) != null ? _xb : void 0;
|
|
330
|
+
this.FINAL_TSADI = (_yb = schema.FINAL_TSADI) != null ? _yb : "\u1E63";
|
|
331
|
+
this.TSADI = (_zb = schema.TSADI) != null ? _zb : "\u1E63";
|
|
332
|
+
this.QOF = (_Ab = schema.QOF) != null ? _Ab : "q";
|
|
333
|
+
this.RESH = (_Bb = schema.RESH) != null ? _Bb : "r";
|
|
334
|
+
this.SHIN = (_Cb = schema.SHIN) != null ? _Cb : "\u0161";
|
|
335
|
+
this.SIN = (_Db = schema.SIN) != null ? _Db : "\u015B";
|
|
336
|
+
this.TAV = (_Eb = schema.TAV) != null ? _Eb : "t";
|
|
337
|
+
this.TAV_DAGESH = (_Fb = schema.TAV_DAGESH) != null ? _Fb : void 0;
|
|
338
|
+
this.DIVINE_NAME = (_Gb = schema.DIVINE_NAME) != null ? _Gb : "yhwh";
|
|
339
|
+
this.DIVINE_NAME_ELOHIM = (_Hb = schema.DIVINE_NAME_ELOHIM) != null ? _Hb : void 0;
|
|
340
|
+
this.SYLLABLE_SEPARATOR = (_Ib = schema.SYLLABLE_SEPARATOR) != null ? _Ib : void 0;
|
|
341
|
+
this.ADDITIONAL_FEATURES = (_Jb = schema.ADDITIONAL_FEATURES) != null ? _Jb : [
|
|
338
342
|
{
|
|
339
343
|
FEATURE: "syllable",
|
|
340
344
|
HEBREW: /[\u{05B4}\u{05BB}]/u,
|
|
@@ -349,18 +353,18 @@ class SBL extends Schema {
|
|
|
349
353
|
}
|
|
350
354
|
}
|
|
351
355
|
];
|
|
352
|
-
this.STRESS_MARKER = (
|
|
353
|
-
this.longVowels = (
|
|
354
|
-
this.qametsQatan = (
|
|
355
|
-
this.shevaAfterMeteg = (
|
|
356
|
-
this.shevaWithMeteg = (
|
|
357
|
-
this.sqnmlvy = (
|
|
358
|
-
this.wawShureq = (
|
|
359
|
-
this.article = (
|
|
360
|
-
this.allowNoNiqqud = (
|
|
361
|
-
this.strict = (
|
|
362
|
-
this.holemHaser = (
|
|
363
|
-
this.ketivQeres = (
|
|
356
|
+
this.STRESS_MARKER = (_Kb = schema.STRESS_MARKER) != null ? _Kb : void 0;
|
|
357
|
+
this.longVowels = (_Lb = schema.longVowels) != null ? _Lb : true;
|
|
358
|
+
this.qametsQatan = (_Mb = schema.qametsQatan) != null ? _Mb : true;
|
|
359
|
+
this.shevaAfterMeteg = (_Nb = schema.shevaAfterMeteg) != null ? _Nb : true;
|
|
360
|
+
this.shevaWithMeteg = (_Ob = schema.shevaWithMeteg) != null ? _Ob : false;
|
|
361
|
+
this.sqnmlvy = (_Pb = schema.sqnmlvy) != null ? _Pb : true;
|
|
362
|
+
this.wawShureq = (_Qb = schema.wawShureq) != null ? _Qb : true;
|
|
363
|
+
this.article = (_Rb = schema.article) != null ? _Rb : true;
|
|
364
|
+
this.allowNoNiqqud = (_Sb = schema.allowNoNiqqud) != null ? _Sb : true;
|
|
365
|
+
this.strict = (_Tb = schema.strict) != null ? _Tb : false;
|
|
366
|
+
this.holemHaser = (_Ub = schema.holemHaser) != null ? _Ub : "remove";
|
|
367
|
+
this.ketivQeres = (_Vb = schema.ketivQeres) != null ? _Vb : void 0;
|
|
364
368
|
}
|
|
365
369
|
}
|
|
366
370
|
// Annotate the CommonJS export names for ESM import in node:
|