Skip to content

Commit

Permalink
Temporarily disable these (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Jul 24, 2023
1 parent 76f5a86 commit 23e5d12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/runner/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ var programByLanguageID = map[string][]string{
"jsx": {"node"},
"javascriptreact": {"node"},

"ts": {"ts-node", "deno", "bun"},
"typescript": {"ts-node", "deno", "bun"},
"tsx": {"ts-node", "deno", "bun"},
"typescriptreact": {"ts-node", "deno", "bun"},
"ts": {"ts-node"},
"typescript": {"ts-node"},
"tsx": {"ts-node"},
"typescriptreact": {"ts-node"},

"sh": {"bash", "sh"},
"bash": {"bash", "sh"},
Expand Down

0 comments on commit 23e5d12

Please sign in to comment.