# 2024년 6월 5일 작업일지

### 터보팩 `RcStr` 최적화 피드백 반영 및 마무리

* [https://github.com/vercel/turbo/pull/8221](https://github.com/vercel/turbo/pull/8221)
    
* [https://github.com/vercel/next.js/pull/66262](https://github.com/vercel/next.js/pull/66262)
    

리뷰 피드백 반영하고 다시 리뷰 요청했다. 승인 받은 뒤에 next.js에 보낸 PR 리베이스했다.

### `@swc/core` v1.5.25 배포

### 터보팩 Scope hoisting

* [https://github.com/vercel/turbo/pull/8271](https://github.com/vercel/turbo/pull/8271)
    

유닛 테스트를 하기 위한 시스템을 만들었다.

### SWC 트랜스폼 버그 수정

* [https://github.com/swc-project/swc/pull/9021](https://github.com/swc-project/swc/pull/9021)
    

`unreachable!()`이 없어도 되는 코드라 간단하게 `unreachable!()` 을 제거했다.

### SWC 트랜스폼 Data API

* [https://github.com/swc-project/swc/pull/9000](https://github.com/swc-project/swc/pull/9000)
    
* [https://github.com/swc-project/swc/pull/9022](https://github.com/swc-project/swc/pull/9022)
    

git 충돌 때문에 PR을 쪼개기로 했다. 기본 API 정하고 모듈 추가하는 PR만 분리하면 될 것 같아서 그것만 분리했다.

### SWC CI 작업

* [https://github.com/swc-project/swc/pull/9002](https://github.com/swc-project/swc/pull/9002)
