2026-04-19
요약 (AI 작성)
2026년 4월 19일은 ohah/zts와 ohah/ohah.github.io 두 저장소에서 활발한 커밋과 PR이 이루어졌습니다. ohah/zts에서는 semantic analysis 개선을 중심으로 다수의 PR(#1634 시리즈)이 머지되었으며, namespace tree-shaking, dead-scope gating, const promotion 등 bundler와 minify 성능 최적화 작업이 진행되었습니다. ohah.github.io에서는 CRON_CRD_WRITE.md 체크리스트 작업이 주를 이뤘으며, 여러 문서의 맞춤법 수정과 개발 가이드 문서 리뷰가 마무리되었습니다.
커밋
ohah/ohah.github.io
- chore: complete CRON_CRD_WRITE.md checklist (all files checked)
- docs: mark CRON_CRD_WRITE.md checklist complete
- crd: mark cheolsu-proxy/tech-stack.mdx as checked
- docs: mark cheolsu-proxy/development-11.md as reviewed
- Fix typo: '긱뉴스' → '뉴스'
- CRON_CRD_WRITE.md: mark all mdx files checked, ready for next cycle
- docs: mark all CRD checklist items as completed
- fix: cheolsu-proxy/development.mdx consistency (hyphens) and update CRON_CRD_WRITE.md
- chore: mark all CRD spellcheck tasks complete
ohah/zts
- perf(minify): 인접한 같은-kind 선언 merge (#1588)
- chore(gitignore):
packages/wasm/dist/빌드 산출물 제외 - style(bench): #1608 oxfmt 포맷팅 적용
- perf(bench): #1608 minify size/mangled-name 분포 비교 스크립트
- perf(bundler): #1616 scope-aware namespace tree-shaking (Effect -40%)
- perf(bundler): #1618 minify mode에서 __commonJS → $cj 축약
- feat(semantic): const promotion for non-reassigned let + destructuring write tracking
- fix(semantic): let 재할당 시 const_value 초기값 인라인 버그
- chore(fixtures): RN 번들 재생성 (#1603 fix follow-up)
- fix(bundler): #1603 소비자 0명 re-export namespace를 markAll로 승격 금지
- refactor(bundler): #1603 simplify — 공용 predicate + 주석 축약
- perf(bundler): re_export_namespace tree-shake 정밀도 (#1603 Phase 1b)
- test(mangler): #1609 엣지 케이스 3건 추가
- fix(bundler): #1609 mangler가 shouldSkip 이름을 다른 slot에 재할당하지 않도록
- perf(codegen): #1608 bundle-wide slot coloring dry-run (--mangle-preview)
- revert(codegen): #1608 --mangle-preview dry-run 제거 (#1612 revert)
- fix(bundler): #1623 cross-module default import의 mangled 이름 불일치
- perf(bundler): #1567 pure 빌트인 생성자 화이트리스트
- refactor(codegen): emitNode도 isSkipped 헬퍼 재사용
- fix(codegen): skip_nodes된 statement가 빈 줄 남기는 버그 (#1602)
- perf(bundler): namespace 접근 정밀도 분석 infrastructure (#1603 Phase 1a)