# 2024년 5월 31일 작업일지

오늘은 일정이 있어서 일을 조금 덜 했고 주말에 더 할 생각이다.

### SWC Minifier 버그 수정

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

처음에 property hoisting을 의심했는데 생각해보니 `toString` 만 날아간 것이라서 unused property로 취급돼서 사라진 것이라고 추측했고, 맞아서 금방 고쳤다.

### SWC Transform Output API

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

Deno처럼 이런 게 필요없는 곳에 영향을 안 주고 싶어서 새로운 crate를 만들었다.

### **터보팩**`RcStr` 최적화 PR

* [**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)
    

이 작업이 노가다할 게 너무 많아서 시간을 많이 투자했다.
