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 16104cb2c5
commit e3e246607e
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;