Add test for PR #126057
This commit is contained in:
parent
c3309ef446
commit
dd5103bb68
6 changed files with 256 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue