1
Fork 0

Add test for PR #126057

This commit is contained in:
Sunshine 2024-06-07 05:49:46 +08:00
parent c3309ef446
commit dd5103bb68
6 changed files with 256 additions and 2 deletions

View file

@ -41,8 +41,9 @@ let ParserState;
* foundElems: number,
* totalElems: number,
* literalSearch: boolean,
* corrections: Array<{from: string, to: integer}>,
* corrections: Array<{from: string, to: integer}> | null,
* typeFingerprint: Uint32Array,
* error: Array<string> | null,
* }}
*/
let ParsedQuery;