From 78e5b932083f867249a46cdac6d7f27b7b27778c Mon Sep 17 00:00:00 2001 From: Ken Domino Date: Thu, 14 Dec 2023 16:14:49 -0500 Subject: [PATCH] Remove TypeScript target testing temporarily. See https://github.com/antlr/grammars-v4/issues/3891 https://github.com/antlr/antlr4/issues/4491 --- _scripts/what-to-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_scripts/what-to-test.sh b/_scripts/what-to-test.sh index 377e1773dc..ec7c4695e9 100644 --- a/_scripts/what-to-test.sh +++ b/_scripts/what-to-test.sh @@ -44,7 +44,8 @@ do done ttargets="" -for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3" "TypeScript" +# remove temporarily TODO add back: "TypeScript" +for t in "Cpp" "CSharp" "Dart" "Go" "Java" "JavaScript" "PHP" "Python3" do if [ ${targets[$t]} -ne 0 ] then