# 2024년 6월 7일 작업일지

### SWC nightly xtask 버그 수정

* [커밋](https://github.com/swc-project/swc/commit/2e22b5dc4f37f627950f1f334268469b20a5b4aa)
    

간단한 버그여서 빠르게 고쳤다.

### `paren_remover` PR 테스트 추가

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

저 fix가 올바른 건지 SWC의 테스팅 시스템을 이용해서 한 번 더 검증했다. `swc_ecma_minifier/tests/compress.rs` 에서 `paren_remover`을 비활성화하고 테스트 돌려보니까 똑같은 이슈가 발생하더라.

### SWC Minifier: `module: "unknown"` 지원

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

### 터보팩 Tree Shaking 보완

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

팀원이 하던 개선 작업을 약간 도와주는 작업이었다.

### 터보팩 Scope hoisting 작업

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

팀원분의 도움을 받아서 첫 테스트 케이스를 고쳤다.

### SWC Transform Data API 마무리

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

SWC 메인 레포에 들어가야하는 마지막 작업이다.

### 터보팩 Minifier 테스트 추가

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

`paren_remover` 를 위한 실행형 테스트를 하나 추가했다.

### SWC 플러그인 swc\_core 업데이트

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

저녁에 심심해서 작업했다.
