docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -6,7 +6,7 @@ tags: [TypeScript, JavaScript, DeclarationFiles, Tooling]
|
||||
last_reinforced: 2026-04-20
|
||||
---
|
||||
|
||||
# [[Declaration-Files]] (선언 파일, .d.ts)
|
||||
# [[Declaration-Files|Declaration-Files]] (선언 파일, .d.ts)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "자바스크립트라는 원석에 타입이라는 주석을 입히는 투명 필름." 구현(Implementation)은 없이 오직 타입 정보(Signature)만 포함하여, 타입스크립트가 JS 코드를 이해하고 자동 완성을 제공하게 돕는 매뉴얼이다.
|
||||
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
|
||||
- 선언 파일과 실제 JS 코드가 불일치(Out-of-sync)할 때 발생하는 '거짓 안전(False sense of security)'이 가장 위험하다. 이를 방지하기 위해 라이브러리 제작자는 `tsc`를 통해 구현부에서 타입을 자동 추출(emitDeclarationOnly)하는 방식을 지향해야 한다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: [[DefinitelyTyped]] , TypeScript-Type-System
|
||||
- Related: [[DefinitelyTyped|DefinitelyTyped]] , TypeScript-Type-System
|
||||
- Practice: Publishing-Dual-CJS-ESM-Packages
|
||||
|
||||
Reference in New Issue
Block a user