태그: #tsc-go
GPU·LLM·MLOps·쿠버네티스, 그리고 마음가짐에 관한 글 · 1 편
TypeScript 6과 tsc-go 포트 — `using`, 데코레이터, `satisfies`, 타입 내로잉까지 (현대 TS 실무 심층 가이드 2026)
2026년의 TypeScript는 두 가지로 요약된다. 컴파일러가 다시 쓰였고(tsc-go, 10배 빠름), 언어가 자원 관리를 갖췄다(using/await using, Stage 3 ERM). 그 사이에 데코레이터(Stage 3·ES2025), satisfies, NoInfer, const 타입 파라미터, infer extends, isolatedDeclarations가 자리잡았다. 이 글
2026-05-14 · 30 분 읽기 #typescript#typescript-6#tsc-go#using-declarations#decorators