Files
test/frontend/static/languages/code_javascript.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

133 lines
2.0 KiB
JSON

{
"name": "code_javascript",
"noLazyMode": true,
"words": [
"this",
"let",
"const",
"async",
"await",
"NaN",
"undefined",
"typeof",
"prompt",
"else if",
"||",
"&&",
"i++",
"${i}",
"${j}",
"[]",
"[].map()",
"[].filter()",
"[].reduce()",
"()",
"=>",
"{}",
"\"",
"'",
"`",
"\"\"",
"''",
"``",
"label",
"switch",
"case",
"use strict",
"assert",
"new Object()",
"delete",
"Object.assign()",
"Symbol()",
"toUpperCase()",
"toLowerCase()",
"toString()",
"Math.floor()",
"Math.ceil()",
"Math.round()",
"Math.trunc()",
"Math.max()",
"Math.pow()",
"Math.random()",
"indexOf()",
"isNaN()",
"Object.is()",
"parseInt()",
"parseFloat()",
"includes()",
"startsWith()",
"endsWith()",
"slice()",
"substring()",
"trim()",
"repeat()",
"function",
"if",
"var",
"return",
"the",
"to",
"value",
"else",
"for",
"true",
"length",
"false",
"null",
"of",
"in",
"element",
"event",
"and",
"console",
"object",
"jQuery",
"node",
"while",
"do",
"break",
"continue",
"attributes",
"childNodes",
"firstChild",
"nodeName",
"nodeType",
"onclick",
"ondblclick",
"onmousedown",
"onmouseenter",
"onmouseup",
"onkeyup",
"onkeydown",
"onkeypress",
"oninput",
"oninvalid",
"onreset",
"onselect",
"ondrag",
"try",
"catch",
"throw",
"finally",
"query()",
"mutate()",
"onError()",
"onCompleted()",
"onNext()",
"updateQuery()",
"updateQueryWithVariables()",
"readQuery()",
"writeQuery()",
"readFragment()",
"writeFragment()",
"createUploadthing",
".input",
".middleware",
".onUploadComplete",
"createRouteHandler",
"callbackUrl",
"uploadthingId",
"uploadthingSecret"
]
}