# 2024년 6월 14일 작업일지

### SWC 파서 성능 최적화: `raw`

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

매우 멍청한 짓을 하고있었다.

### SWC 파서 리팩토링

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

위에서 적은 `raw` 최적화에 이어서 한 작업이다.

### SWC ES utils 리팩토링

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

전부터 해야지 해야지 하던 작업들이다.

### SWC: `inputSourceMap` 이슈 디버깅

*   [https://github.com/swc-project/swc/issues/8789](https://github.com/swc-project/swc/issues/8789)

디버깅하다가 `sourcemap` 패키지의 동작이 이상한 걸 확인하고 [https://github.com/getsentry/rust-sourcemap/issues/89](https://github.com/getsentry/rust-sourcemap/issues/89) 를 남겼다.

### `sourcemap` PR: 무한루프 해결

*   [https://github.com/getsentry/rust-sourcemap/pull/90](https://github.com/getsentry/rust-sourcemap/pull/90)

아주 간단한 변경사항이었다.

### SWC 소스맵 생성 방식 개선

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