@@ -77,7 +77,7 @@ Context passed to [[TextCensorStrategy | text censoring strategies]].
77
77
78
78
#### Defined in
79
79
80
- [ src/censor/TextCensor.ts:104] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/TextCensor.ts#L104 )
80
+ [ src/censor/TextCensor.ts:104] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/TextCensor.ts#L104 )
81
81
82
82
___
83
83
@@ -91,7 +91,7 @@ should be a set of characters that map to the transformed character.
91
91
92
92
#### Defined in
93
93
94
- [ src/transformer/remap-characters/index.ts:60] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/remap-characters/index.ts#L60 )
94
+ [ src/transformer/remap-characters/index.ts:60] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/remap-characters/index.ts#L60 )
95
95
96
96
___
97
97
@@ -103,7 +103,7 @@ All the profane words that are included in the [[englishDataset | english datase
103
103
104
104
#### Defined in
105
105
106
- [ src/preset/english.ts:415 ] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/preset/english.ts#L415 )
106
+ [ src/preset/english.ts:416 ] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/preset/english.ts#L416 )
107
107
108
108
___
109
109
@@ -121,7 +121,7 @@ Extends the default match payload by adding phrase metadata.
121
121
122
122
#### Defined in
123
123
124
- [ src/dataset/DataSet.ts:190] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/dataset/DataSet.ts#L190 )
124
+ [ src/dataset/DataSet.ts:190] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/dataset/DataSet.ts#L190 )
125
125
126
126
___
127
127
@@ -133,7 +133,7 @@ All the possible kinds of nodes.
133
133
134
134
#### Defined in
135
135
136
- [ src/pattern/Nodes.ts:24] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/pattern/Nodes.ts#L24 )
136
+ [ src/pattern/Nodes.ts:24] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/pattern/Nodes.ts#L24 )
137
137
138
138
___
139
139
@@ -160,7 +160,7 @@ replacement string.
160
160
161
161
#### Defined in
162
162
163
- [ src/censor/TextCensor.ts:99] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/TextCensor.ts#L99 )
163
+ [ src/censor/TextCensor.ts:99] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/TextCensor.ts#L99 )
164
164
165
165
## Variables
166
166
@@ -221,7 +221,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
221
221
222
222
#### Defined in
223
223
224
- [ src/preset/english.ts:103] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/preset/english.ts#L103 )
224
+ [ src/preset/english.ts:103] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/preset/english.ts#L103 )
225
225
226
226
___
227
227
@@ -234,7 +234,7 @@ A set of transformers to be used when matching blacklisted patterns with the
234
234
235
235
#### Defined in
236
236
237
- [ src/preset/english.ts:13] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/preset/english.ts#L13 )
237
+ [ src/preset/english.ts:13] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/preset/english.ts#L13 )
238
238
239
239
___
240
240
@@ -247,7 +247,7 @@ dataset]] and the [[RegExpMatcher]].
247
247
248
248
#### Defined in
249
249
250
- [ src/preset/english.ts:48] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/preset/english.ts#L48 )
250
+ [ src/preset/english.ts:48] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/preset/english.ts#L48 )
251
251
252
252
___
253
253
@@ -260,7 +260,7 @@ A set of transformers to be used when matching whitelisted terms with the
260
260
261
261
#### Defined in
262
262
263
- [ src/preset/english.ts:36] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/preset/english.ts#L36 )
263
+ [ src/preset/english.ts:36] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/preset/english.ts#L36 )
264
264
265
265
## Functions
266
266
@@ -299,7 +299,7 @@ to the [[RegExpMatcher]].
299
299
300
300
#### Defined in
301
301
302
- [ src/matcher/BlacklistedTerm.ts:37] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/matcher/BlacklistedTerm.ts#L37 )
302
+ [ src/matcher/BlacklistedTerm.ts:37] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/matcher/BlacklistedTerm.ts#L37 )
303
303
304
304
___
305
305
@@ -326,7 +326,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
326
326
327
327
#### Defined in
328
328
329
- [ src/censor/BuiltinStrategies.ts:71] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L71 )
329
+ [ src/censor/BuiltinStrategies.ts:71] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L71 )
330
330
331
331
___
332
332
@@ -389,7 +389,7 @@ A container holding the transformer, which can then be passed to the
389
389
390
390
#### Defined in
391
391
392
- [ src/transformer/collapse-duplicates/index.ts:46] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/collapse-duplicates/index.ts#L46 )
392
+ [ src/transformer/collapse-duplicates/index.ts:46] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/collapse-duplicates/index.ts#L46 )
393
393
394
394
___
395
395
@@ -430,7 +430,7 @@ than the first.
430
430
431
431
#### Defined in
432
432
433
- [ src/matcher/MatchPayload.ts:57] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/matcher/MatchPayload.ts#L57 )
433
+ [ src/matcher/MatchPayload.ts:57] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/matcher/MatchPayload.ts#L57 )
434
434
435
435
___
436
436
@@ -464,7 +464,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
464
464
465
465
#### Defined in
466
466
467
- [ src/censor/BuiltinStrategies.ts:134] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L134 )
467
+ [ src/censor/BuiltinStrategies.ts:134] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L134 )
468
468
469
469
___
470
470
@@ -508,7 +508,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
508
508
509
509
#### Defined in
510
510
511
- [ src/censor/BuiltinStrategies.ts:115] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L115 )
511
+ [ src/censor/BuiltinStrategies.ts:115] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L115 )
512
512
513
513
___
514
514
@@ -537,7 +537,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
537
537
538
538
#### Defined in
539
539
540
- [ src/censor/BuiltinStrategies.ts:89] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L89 )
540
+ [ src/censor/BuiltinStrategies.ts:89] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L89 )
541
541
542
542
___
543
543
@@ -571,7 +571,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
571
571
572
572
#### Defined in
573
573
574
- [ src/censor/BuiltinStrategies.ts:51] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L51 )
574
+ [ src/censor/BuiltinStrategies.ts:51] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L51 )
575
575
576
576
___
577
577
@@ -616,7 +616,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
616
616
617
617
#### Defined in
618
618
619
- [ src/censor/BuiltinStrategies.ts:28] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L28 )
619
+ [ src/censor/BuiltinStrategies.ts:28] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L28 )
620
620
621
621
___
622
622
@@ -651,7 +651,7 @@ The parsed pattern, which can then be used with the
651
651
652
652
#### Defined in
653
653
654
- [ src/pattern/Pattern.ts:130] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/pattern/Pattern.ts#L130 )
654
+ [ src/pattern/Pattern.ts:130] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/pattern/Pattern.ts#L130 )
655
655
656
656
___
657
657
@@ -784,7 +784,7 @@ The parsed pattern, which can then be used with the
784
784
785
785
#### Defined in
786
786
787
- [ src/pattern/Pattern.ts:106] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/pattern/Pattern.ts#L106 )
787
+ [ src/pattern/Pattern.ts:106] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/pattern/Pattern.ts#L106 )
788
788
789
789
___
790
790
@@ -819,7 +819,7 @@ A [[TextCensorStrategy]] for use with the [[TextCensor]].
819
819
820
820
#### Defined in
821
821
822
- [ src/censor/BuiltinStrategies.ts:156] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/censor/BuiltinStrategies.ts#L156 )
822
+ [ src/censor/BuiltinStrategies.ts:156] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/censor/BuiltinStrategies.ts#L156 )
823
823
824
824
___
825
825
@@ -879,7 +879,7 @@ A container holding the transformer, which can then be passed to the
879
879
880
880
#### Defined in
881
881
882
- [ src/transformer/remap-characters/index.ts:38] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/remap-characters/index.ts#L38 )
882
+ [ src/transformer/remap-characters/index.ts:38] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/remap-characters/index.ts#L38 )
883
883
884
884
___
885
885
@@ -912,7 +912,7 @@ A container holding the transformer, which can then be passed to the
912
912
913
913
#### Defined in
914
914
915
- [ src/transformer/resolve-confusables/index.ts:22] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/resolve-confusables/index.ts#L22 )
915
+ [ src/transformer/resolve-confusables/index.ts:22] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/resolve-confusables/index.ts#L22 )
916
916
917
917
___
918
918
@@ -946,7 +946,7 @@ A container holding the transformer, which can then be passed to the
946
946
947
947
#### Defined in
948
948
949
- [ src/transformer/resolve-leetspeak/index.ts:23] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/resolve-leetspeak/index.ts#L23 )
949
+ [ src/transformer/resolve-leetspeak/index.ts:23] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/resolve-leetspeak/index.ts#L23 )
950
950
951
951
___
952
952
@@ -988,7 +988,7 @@ A container holding the transformer, which can then be passed to the
988
988
989
989
#### Defined in
990
990
991
- [ src/transformer/skip-non-alphabetic/index.ts:31] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/skip-non-alphabetic/index.ts#L31 )
991
+ [ src/transformer/skip-non-alphabetic/index.ts:31] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/skip-non-alphabetic/index.ts#L31 )
992
992
993
993
___
994
994
@@ -1015,4 +1015,4 @@ A container holding the transformer, which can then be passed to the
1015
1015
1016
1016
#### Defined in
1017
1017
1018
- [ src/transformer/to-ascii-lowercase/index.ts:18] ( https://github.com/jo3-l/obscenity/blob/0d1046d /src/transformer/to-ascii-lowercase/index.ts#L18 )
1018
+ [ src/transformer/to-ascii-lowercase/index.ts:18] ( https://github.com/jo3-l/obscenity/blob/0299b49 /src/transformer/to-ascii-lowercase/index.ts#L18 )
0 commit comments