[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-AST-TRANS
id: [[P-Reinforce]]-AST-TRANS
category: "10_Wiki/💡 Topics/Design & Experience"
confidence_score: 0.99
tags: [AST, Abstract Syntax Tree, Transformation, Compiler, Babel]
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 무분별한 AST 변환은 디버깅을 지옥으로 만든다. 실행되는 코드와 원본 소스 코드가 결합력을 잃기 때문이다. 따라서 `Source Map` 생성을 철저히 관리하여 변환 후에도 원본 위치를 추적할 수 있게 해야 한다.
## 🔗 지식 연결 (Graph)
- Related: [[Abstract-Syntax-Tree-Traversal]] , [[Custom-ESLint-Rules-Development]]
- Related: [[Abstract-Syntax-Tree-Traversal]] , [[Custom-[[ESLint]]-Rules-Development]]
- Foundation: [[Computational Theory & Math/Information Theory]]