
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
T3 brings a smoother, cleaner experience to JavaScript with TypeScript's power—minus the clutter.
T3 is a minimal superset of TypeScript that makes JavaScript development cleaner and simpler.
It removes unnecessary clutter while preserving TypeScript's power.
if, for, and similar statements without parentheses.t3 files to .tsnpm install -g t3-lang
Or use with npx:
npx t3-lang path/to/file.t3
If you have installed it globally, you can also use the
t3command directly.
npx t3 path/to/file.t3
Transpile a .t3 file to .ts:
t3 ./examples/test.t3 --outDir ./dist
If no --outDir is specified, output goes to the same directory with .ts extension.
/src
├── grammar.pegjs # Custom grammar rules
├── parser.ts # Grammar parser using peggy
├── t3.ts # CLI entry point
└── transpiler.ts # T3 → TS transpilation logic
Apache License 2.0
FAQs
T3 brings a smoother, cleaner experience to JavaScript with TypeScript's power—minus the clutter.
We found that t3-lang demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.