Loki: Add parsing of query to visual query (#46700)

* Create parser

* Add parsing

* Update comment

* Remove operations that we don't support

* Resolve type errors

* Update test

* Handle backticks

* Handle backticks

* Remove copied test, update test

* Parsing for binary operations

* Remove error about setting state after unmount

Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
This commit is contained in:
Ivana Huckova
2022-03-31 09:51:49 +01:00
committed by GitHub
parent 2d61022d93
commit 554492ec4e
8 changed files with 908 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.10.0-sdk",
"version": "8.11.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}