mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
* fix: test for buggy behavior * feat: implement whitespaceInTags mode * feat: move all char arrays to Map * feat: revert Map for char arrays
This commit is contained in:
@@ -32,6 +32,7 @@ export interface CommonOptions {
|
||||
onlyAllowTags?: string[];
|
||||
enableEscapeTags?: boolean;
|
||||
caseFreeTags?: boolean;
|
||||
whitespaceInTags?: boolean;
|
||||
contextFreeTags?: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user