mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-08 17:22:26 +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:
@@ -321,6 +321,7 @@ function parse(input: string, opts: ParseOptions = {}) {
|
||||
contextFreeTags: options.contextFreeTags,
|
||||
caseFreeTags: options.caseFreeTags,
|
||||
enableEscapeTags: options.enableEscapeTags,
|
||||
whitespaceInTags: options.whitespaceInTags,
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
|
||||
Reference in New Issue
Block a user