2026-05-06
요약 (AI 작성)
오늘 활동은 주로 ohah/zts의 sourcemap 기능 대규모 개선과 오타 교정 크론 작업에 집중되었습니다. zts 저장소에서는 #2605 이슈 관련 다수의 PR이 머지되었으며, 특히 번들러의 챕별 lazy sourcemap emit 지원, 모드 분기 헬퍼 통합, 그리고 React Native 터미널 액션과 소스 맵 매핑 관련 기능 보완이 주된 작업이었습니다. ohah.github.io 쪽에서는 CRON_CRD_WRITE.md 관련 자동화된 스크립트 작업을 통해 문서의 오타 교정 상태를 정기적으로 확인하고 기록했습니다.
커밋
ohah/ohah.github.io
- cron-crd-write: Final status confirmed — no remaining .mdx files to check (2026-05-06 10:00 KST)
- CRON_CRD_WRITE.md: Cron task completed - all mdx files checked (2026-05-06 10:30 KST)
- Cron: Mark docs/monthly-opensource/hwpjs/background.mdx as checked (2026-05-06 14:30 KST)
- CRON_CRD_WRITE.md: Cron task completed - no spelling errors found (2026-05-06 22:00 KST)
- chore: cron task completed — all mdx files checked (2026-05-06 14:00 KST)
- cron: mark all .mdx files as checked (2026-05-06 14:00 KST)
- docs: update CRON_CRD_WRITE.md status (2026-05-06 22:00 KST)
- CRON_CRD_WRITE.md: Cron task completed — all mdx files already checked (2026-05-06 14:30 KST)
- cron: check docs/index.mdx - no spelling errors
- Cron: Mark CRON_CRD_WRITE.md list as final status
- docs: cron crd write - final status confirmed (2026-05-06 23:00 KST)
ohah/zts
- chore: upgrade oxfmt 0.47 → 0.48 + enable singleQuote
- test: bun test timeout 5s → 10s 일괄 (CI flake 안정화)
- fix(react-native): jsc-safe URL request normalize (Metro 호환, #2605 audit)
- fix(cli): stabilize watch json ready events
- feat(react-native): zts.config.ts 의 serializer.prelude / transformer.babel 매핑 (#2605 audit)
- feat(react-native): bungae parity cleanup — dev-middleware boundary + HMR BuildError + asset ext (#2605 audit)
- feat(react-native): RN CLI flag 매트릭스 + sourcemap option 매핑 (#2605 audit P0+P1)
- feat(react-native): zts.config.ts 의 transformer/serializer/server 영역 매핑 (#2605 audit)
- refactor(sourcemap): mode 분기 helper 통합 — appendSourceMappingURLComment (#2660)
- fix(react-native): sourcemap x_google_ignoreList 가 zts:runtime/* 도 포함 (#2605 사용자 보고)
- chore(react-native): sourcemap.ts null byte cleanup + simplify finding 반영
- fix(react-native): dev server sourcemap default 강제 true (#2605 사용자 보고)
- fix(react-native): cli-server-api 를 dependencies 로 옮김 (번개 parity, #2605)
- fix(react-native): cli-server-api 를 caller projectRoot 기준으로 resolve (#2605 사용자 보고)
- fix(react-native): broadcast silent fail 알림 (#2605 사용자 보고)
- feat(react-native): RN bundle 의 sourcemap path 옵션 매핑 + 후처리 통합 (#2605 audit P2)
- feat(bundler): wrapper closing brace 영역 sourcemap mapping 추가 (#2648)
- feat(bundler): module mapping 영역 확장 — region/wrap/endregion 모두 source 매핑 (#2648)
- feat(bundler): chunk sourcemap 디스크 emit + sourceMappingURL 주석 + getSourceMapJSON helper (#2654)
- docs(site): 벤치마크 차트와 Mermaid 개선
- perf(bundler): lazy load sideEffects false barrels
- chore(react-native): /simplify finding 반영 — dead code / 잘못된 guard / round-trip 정리
- fix(react-native): terminal-actions 가 Bun stdin Buffer 받도록 (#2605 사용자 보고)
- debug(react-native): terminal-actions 진단 로그 + setRawMode 실패 stderr (#2605)
- feat(react-native): production asset 복사 + terminal actions 진단 (#2605 audit P0+UX)
- docs(site): 문서 기능 보강
- debug(react-native): symbolicate request/response 진단 로그 (#2605 사용자 보고)
- feat(react-native): HMR client log color/badge formatting (#2605 audit P2)
- test(sourcemap): #2651 의 wrap header 매핑 반영 — 첫 mapping 가 boilerplate 줄을 가리키는 것을 허용
- feat(bundler): sourcemap mapping 의 내부 gap fill — body 의 모든 줄 cover (#2651)
- feat(bundler): emitChunks 에 per-chunk sourcemap 인프라 + generateJSONOwned helper (#2654)
- feat(bundler): chunk 별 lazy sourcemap + SourceMapBuilder.moveToHeap helper (#2654)