fix(apex): update parser and queries (#7230)

This commit is contained in:
Heber 2024-10-10 14:57:54 -06:00 committed by GitHub
parent 9b1e607298
commit 84bdd59c03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -9,7 +9,7 @@
"revision": "745d3c65c2294aca1110b6b6ad6805124be605c9" "revision": "745d3c65c2294aca1110b6b6ad6805124be605c9"
}, },
"apex": { "apex": {
"revision": "943a3eb7f55733929ccafe06841087c3004cb4e0" "revision": "46d4a12e4e90b10a575b7b16ea3b6ead50322074"
}, },
"arduino": { "arduino": {
"revision": "415ebc8f75eb02a748faa03f5af199f08ced120f" "revision": "415ebc8f75eb02a748faa03f5af199f08ced120f"
@ -675,7 +675,7 @@
"revision": "c478c6868648eff49eb04a4df90d703dc45b312a" "revision": "c478c6868648eff49eb04a4df90d703dc45b312a"
}, },
"sflog": { "sflog": {
"revision": "943a3eb7f55733929ccafe06841087c3004cb4e0" "revision": "46d4a12e4e90b10a575b7b16ea3b6ead50322074"
}, },
"slang": { "slang": {
"revision": "dd991eb3b6957a33d9044e0f5914588f7f449a78" "revision": "dd991eb3b6957a33d9044e0f5914588f7f449a78"
@ -696,10 +696,10 @@
"revision": "ee5a2d2ba30b487c4bbf613d2ef310a454c09c7c" "revision": "ee5a2d2ba30b487c4bbf613d2ef310a454c09c7c"
}, },
"soql": { "soql": {
"revision": "943a3eb7f55733929ccafe06841087c3004cb4e0" "revision": "46d4a12e4e90b10a575b7b16ea3b6ead50322074"
}, },
"sosl": { "sosl": {
"revision": "943a3eb7f55733929ccafe06841087c3004cb4e0" "revision": "46d4a12e4e90b10a575b7b16ea3b6ead50322074"
}, },
"sourcepawn": { "sourcepawn": {
"revision": "6b9bf9cbab91443380d2ca8a2f6c491cc7fac5bf" "revision": "6b9bf9cbab91443380d2ca8a2f6c491cc7fac5bf"

View file

@ -131,8 +131,7 @@
"~" "~"
]) @operator ]) @operator
(map_initializer "=>" @operator
"=>" @operator)
[ [
(boolean_type) (boolean_type)