From 839ae7cf48a04e89c55448e6f8b7933857376c49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:58:55 +0200 Subject: [PATCH] refactor: run prettier (#5343) Co-authored-by: monkeytypegeorge --- .../static/languages/code_typescript.json | 406 +++++++++--------- 1 file changed, 203 insertions(+), 203 deletions(-) diff --git a/frontend/static/languages/code_typescript.json b/frontend/static/languages/code_typescript.json index 5aff74946..23094cc0f 100644 --- a/frontend/static/languages/code_typescript.json +++ b/frontend/static/languages/code_typescript.json @@ -1,204 +1,204 @@ { - "name": "code_typescript", - "noLazyMode": true, - "words": [ - "import", - "export", - "class", - "function", - "return", - "var", - "let", - "const", - "if", - "else", - "for", - "while", - "do", - "switch", - "case", - "break", - "continue", - "default", - "try", - "subscribe", - "throw", - "new", - "delete", - "void", - "async", - "await", - "this", - "super", - "extends", - "implements", - "interface", - "enum", - "type", - "null", - "undefined", - "true", - "false", - "any", - "number", - "string", - "boolean", - "symbol", - "Object", - "Array", - "Math", - "Date", - "RegExp", - "JSON", - "console", - "Promise", - "Map", - "Set", - "get", - "set", - "private", - "public", - "protected", - "static", - "readonly", - "constructor", - "toJSON", - "require", - "package", - "debug", - "env", - "warn", - "util", - "info", - "setTimeout", - "clearTimeout", - "setInterval", - "clearInterval", - "parseFloat", - "parseInt", - "decodeURI", - "decodeURIComponent", - "encodeURI", - "encodeURIComponent", - "isNaN", - "isFinite", - "eval", - "hasOwnProperty", - "isPrototypeOf", - "propertyIsEnumerable", - "toLocaleString", - "toString", - "valueOf", - "asyncIterator", - "generator", - "yield", - "from", - "as", - "keyof", - "typeof", - "instanceOf", - "template", - "literal", - "components", - "directives", - "pipes", - "services", - "models", - "guards", - "decorators", - "metadata", - "ngOnInit", - "ngOnDestroy", - "ngOnChanges", - "ngDoCheck", - "ngAfterContentInit", - "ngAfterContentChecked", - "ngAfterViewInit", - "ngAfterViewChecked", - "ngOnModuleInit", - "ngOnModuleDestroy", - "inputs", - "outputs", - "host", - "global", - "process", - "module", - "exports", - "dirname", - "filename", - "resolve", - "reject", - "then", - "catch", - "finally", - "apply", - "call", - "bind", - "push", - "pop", - "shift", - "unshift", - "forEach", - "map", - "filter", - "reduce", - "reduceRight", - "slice", - "splice", - "index", - "length", - "reverse", - "sort", - "join", - "every", - "some", - "includes", - "find", - "findIndex", - "concat", - "copyWithin", - "fill", - "keys", - "values", - "entries", - "toFixed", - "toExponential", - "toPrecision", - "random", - "floor", - "ceil", - "round", - "max", - "min", - "abs", - "sin", - "cos", - "tan", - "log", - "exp", - "sqrt", - "pow", - "clamp", - "stringify", - "fetch", - "axios", - "query", - "mutation", - "subscription", - "graphql", - "rest", - "endpoint", - "api", - "url", - "uri", - "path", - "header", - "body", - "status", - "response", - "request", - "data", - "error", - "success" - ] -} \ No newline at end of file + "name": "code_typescript", + "noLazyMode": true, + "words": [ + "import", + "export", + "class", + "function", + "return", + "var", + "let", + "const", + "if", + "else", + "for", + "while", + "do", + "switch", + "case", + "break", + "continue", + "default", + "try", + "subscribe", + "throw", + "new", + "delete", + "void", + "async", + "await", + "this", + "super", + "extends", + "implements", + "interface", + "enum", + "type", + "null", + "undefined", + "true", + "false", + "any", + "number", + "string", + "boolean", + "symbol", + "Object", + "Array", + "Math", + "Date", + "RegExp", + "JSON", + "console", + "Promise", + "Map", + "Set", + "get", + "set", + "private", + "public", + "protected", + "static", + "readonly", + "constructor", + "toJSON", + "require", + "package", + "debug", + "env", + "warn", + "util", + "info", + "setTimeout", + "clearTimeout", + "setInterval", + "clearInterval", + "parseFloat", + "parseInt", + "decodeURI", + "decodeURIComponent", + "encodeURI", + "encodeURIComponent", + "isNaN", + "isFinite", + "eval", + "hasOwnProperty", + "isPrototypeOf", + "propertyIsEnumerable", + "toLocaleString", + "toString", + "valueOf", + "asyncIterator", + "generator", + "yield", + "from", + "as", + "keyof", + "typeof", + "instanceOf", + "template", + "literal", + "components", + "directives", + "pipes", + "services", + "models", + "guards", + "decorators", + "metadata", + "ngOnInit", + "ngOnDestroy", + "ngOnChanges", + "ngDoCheck", + "ngAfterContentInit", + "ngAfterContentChecked", + "ngAfterViewInit", + "ngAfterViewChecked", + "ngOnModuleInit", + "ngOnModuleDestroy", + "inputs", + "outputs", + "host", + "global", + "process", + "module", + "exports", + "dirname", + "filename", + "resolve", + "reject", + "then", + "catch", + "finally", + "apply", + "call", + "bind", + "push", + "pop", + "shift", + "unshift", + "forEach", + "map", + "filter", + "reduce", + "reduceRight", + "slice", + "splice", + "index", + "length", + "reverse", + "sort", + "join", + "every", + "some", + "includes", + "find", + "findIndex", + "concat", + "copyWithin", + "fill", + "keys", + "values", + "entries", + "toFixed", + "toExponential", + "toPrecision", + "random", + "floor", + "ceil", + "round", + "max", + "min", + "abs", + "sin", + "cos", + "tan", + "log", + "exp", + "sqrt", + "pow", + "clamp", + "stringify", + "fetch", + "axios", + "query", + "mutation", + "subscription", + "graphql", + "rest", + "endpoint", + "api", + "url", + "uri", + "path", + "header", + "body", + "status", + "response", + "request", + "data", + "error", + "success" + ] +}