Back to browse
GitHub Repository

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

155 starsGo

800x faster Linter and TypeScript-Go toolchain for plugins like typia

by autobe·Jun 12, 2026·3 points·1 comment

AI Analysis

●●●BangerWizardryBig Brain

Compiler-integrated linting at 1600x eslint speed — architectural innovation, not just optimization.

Strengths
  • Lint violations reported as TypeScript compile errors eliminates separate eslint process entirely
  • 600-1600x performance gains measured against real repositories with published benchmarks
  • VS Code extension provides live diagnostics without separate language server overhead
Weaknesses
  • Depends on TypeScript-Go which hasn't reached stable release yet
  • Existing eslint plugin ecosystem won't be compatible with compiler-integrated approach
Target Audience

TypeScript developers, performance-focused engineering teams

Similar To

eslint · Biome · oxlint

Post Description

As a developer of typia, have to alive in the new typescript-go era, I made a new toolchain for tsgo.

Making the ttsc, I understood that the new plugin toolchain system can dramatically reduce lint rule checking time by integrating into the typescript-go. So made `@ttsc/lint`, and its time is 600x to 1600x faster than eslint.

This repository is not v1 yet because the typescript-go has not been released yet, but if you wanna experience superfast lint, or keep using typia in typia era, you can do it right now.

Similar Projects