1
Fork 0

Parse idents the same way in both quote string elements and "normal" elements

This commit is contained in:
Guillaume Gomez 2022-04-16 16:33:42 +02:00
parent a6051c76db
commit 6f35475ba5
2 changed files with 45 additions and 33 deletions

View file

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