feat: Added TypeScript tool support using the refactored common ScriptedLanguage trait

This commit is contained in:
2026-04-09 13:17:28 -06:00
parent f865892c28
commit 4c75655f58
4 changed files with 839 additions and 8 deletions
+1
View File
@@ -1,3 +1,4 @@
pub(crate) mod bash;
pub(crate) mod common;
pub(crate) mod python;
pub(crate) mod typescript;