Skip to content

Commit

Permalink
perf: parentLTok should not after dbStartTok (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchlq authored Nov 18, 2022
1 parent 34964f2 commit 48fd184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/path/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const dbStarTok = TokenType('**', {
expectNext(next) {
return (
next === dotTok ||
next === parenLTok ||
next === bracketLTok ||
next === eofTok ||
next === commaTok ||
Expand Down

0 comments on commit 48fd184

Please sign in to comment.