diff --git a/gitgalaxy/standards/language_standards.py b/gitgalaxy/standards/language_standards.py index 4cc49cd19..ff4b67fb4 100644 --- a/gitgalaxy/standards/language_standards.py +++ b/gitgalaxy/standards/language_standards.py @@ -63,7 +63,7 @@ | Solidity | 100.0% | 94.3% | 100.0% | 100.0% | | Swift | 100.0% | 99.2% | 100.0% | 100.0% | | Tcl | 98.6% | 99.3% | N/A | N/A | -| Typescript | 99.6% | 99.9% | 100.0% | 100.0% | +| Typescript | 99.9% | 100.0% | 100.0% | 100.0% | | Zig | 100.0% | 100.0% | 100.0% | 100.0% | """ diff --git a/tests/tree_sitter_accuracy_baseline_typescript.json b/tests/tree_sitter_accuracy_baseline_typescript.json index 0988e8025..b039e54c0 100644 --- a/tests/tree_sitter_accuracy_baseline_typescript.json +++ b/tests/tree_sitter_accuracy_baseline_typescript.json @@ -1,12 +1,12 @@ { - "args_comparable": 2902, - "args_exact_match": 2870, + "args_comparable": 2912, + "args_exact_match": 2879, "corpus_path": "language-crucible/data/typescript", "extra_classes": 0, - "extra_functions": 3, + "extra_functions": 1, "files_scanned": 23, "found_classes": 842, - "found_functions": 2902, + "found_functions": 2912, "real_classes": 842, - "real_functions": 2913 + "real_functions": 2915 }