2026-01-30
요약 (AI 작성)
bungae에서 bun-bundler가 추가되고 Metro 호환 에셋·HMR이 연동되었습니다. bun-bundler 크레이트, Bun.build 기반 빌드·prelude·stub, OXC·Flow strip·platform resolver 플러그인, Hermes 파서·Babel 캐시, Metro 호환 에셋 처리, graph-bundler에 Bungae HMR 클라이언트 반영, ExampleApp bun bundler 설정, Cursor 커밋/PR 규칙·Copilot 리뷰 정리 등이 진행되었습니다. chrome-remote-devtools에서는 console/network 훅을 JS 전용으로 이전하고 네이티브 C++ deprecated 처리, WebSocket 재시도 취소·sendCDPMessage 가드, 훅·value-to-remote-object 단위 테스트 추가, PR·review 명령·에이전트 설정이 반영되었습니다.
커밋
ohah/bungae
- style(config): fix copilot-review.md format
- chore(config): add Cursor commit and PR command rules
- fix(bundler): add null checks to OXC runtime helpers for Hermes compat
- fix(bun-bundler): resolve TypeScript errors and correct asset module comment
- feat(graph-bundler): replace HMRClient with Bungae HMR client (InitializeCore + normal graph + HMR only)
- chore: add Cursor commands for pre-commit check and lint-fix
- style(graph-bundler): apply format to build index
- chore(example): use bun bundler in ExampleApp config
- refactor(bun-bundler): use Hermes parser and cached Babel in transformer
- chore: add @swc/core, oxc-transform 0.111.0, flow-remove-types, @babel/preset-env
- fix(bundler): resolve lint in graph-bundler build sourcemap and utils
- feat(bun-bundler): add Bun.build-based build with prelude and callable stubs
- feat(bun-bundler): add plugins index and flow-remove-types types
- feat(bun-bundler): add OXC transform plugin
- feat(bun-bundler): add platform resolver plugin
- feat(bun-bundler): add Flow strip plugin for Bun.build pipeline
- docs: add Babel-to-Bun replacement and bun-bundler Flow transform
- chore: track bun-bundler build source directory in git
- feat(bundler): add bun-bundler with bundler selection option
- refactor(bun-bundler): apply Copilot review for asset handling
- docs(config): improve PR assignee, labels, and Copilot review steps
- feat(bun-bundler): add Metro-compatible asset handling
ohah/chrome-remote-devtools
- fix(inspector): stabilize network-hook tests for sender null and server info missing
- fix(inspector): console-hook and network-hook type and lint fixes
- test(inspector): add unit tests for console, network hooks and value-to-remote-object
- chore(inspector): exclude native from build via .disabled rename
- fix(config): Metro blockList and Host header for example app
- refactor(inspector): move console/network to JS-only, deprecate native C++
- fix(react-native-inspector): guard JSON.stringify in sendCDPMessage
- fix(react-native-inspector): cancel WebSocket retry on disconnect
- test(react-native-inspector): remove manual cleanup in JSI skip test
- test(react-native-inspector): add Redux DevTools Extension polyfill coverage
- chore(config): add branch/gh to review and copilot-review, fix pr step ref
- chore(config): add PR and review commands and review agent
- chore(config): add ohah gh account switch for PR and init-pr doc
- chore(config): add PR and review commands and review agent
PR (해당일 생성/머지)
(없음)