Back to browse
GitHub Repository

A `typescript-go` toolchain for compiler-powered plugins and type-safe execution + 500x faster lint integrated into compiler

241 starsGo

TTSC, TypeScript v7 ToolChain, plugin and codegraph reducing 90% tokens

by autobe·Jul 10, 2026·1 point·0 comments

AI Analysis

●●●BangerWizardrySolve My Problem

Cuts LLM token costs 90% by feeding type graphs instead of raw source code.

Strengths
  • Integrates linting directly into the compiler pipeline for 500x speed gains.
  • Generates structural code graphs specifically optimized for AI context windows.
  • Native support for Metro, Vite, and Webpack via dedicated unplugin adapters.
Weaknesses
  • Relies on the relatively new typescript-go engine which may have edge-case bugs.
  • Complex setup for React Native projects requiring specific Metro transformers.
Target Audience

TypeScript developers needing faster CI pipelines and AI context reduction

Similar To

ts-morph · Sourcegraph · Cursor

Similar Projects