impr(language): add common javascript words, symbols and functions (@bdsqqq) (#5869)

This commit is contained in:
Igor Bedesqui 2024-09-12 19:59:36 +01:00 committed by GitHub
parent 98acf75613
commit dd93fdbf02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,19 @@
"i++",
"${i}",
"${j}",
"[]",
"[].map()",
"[].filter()",
"[].reduce()",
"()",
"=>",
"{}",
"\"",
"'",
"`",
"\"\"",
"''",
"``",
"label",
"switch",
"case",
@ -95,6 +108,25 @@
"try",
"catch",
"throw",
"finally"
"finally",
"query()",
"mutate()",
"onError()",
"onCompleted()",
"onNext()",
"updateQuery()",
"updateQueryWithVariables()",
"readQuery()",
"writeQuery()",
"readFragment()",
"writeFragment()",
"createUploadthing",
".input",
".middleware",
".onUploadComplete",
"createRouteHandler",
"callbackUrl",
"uploadthingId",
"uploadthingSecret"
]
}