1
Fork 0

Add isIdentCharacter function to ensure that unexpected characters are handled correctly

This commit is contained in:
Guillaume Gomez 2022-03-23 17:26:32 +01:00
parent f9251eef68
commit 8e29ed43d9
3 changed files with 45 additions and 15 deletions

View file

@ -274,7 +274,8 @@ function loadSearchJsAndIndex(searchJs, searchIndex, storageJs, crate) {
"isWhitespace", "isSpecialStartCharacter", "isStopCharacter",
"parseInput", "getItemsBefore", "getNextElem", "createQueryElement",
"isReturnArrow", "isPathStart", "getStringElem", "newParsedQuery",
"itemTypeFromName", "isEndCharacter", "isErrorCharacter"];
"itemTypeFromName", "isEndCharacter", "isErrorCharacter",
"isIdentCharacter"];
const functions = ["hasOwnPropertyRustdoc", "onEach"];
ALIASES = {};