# Bun 1.0

> Clean Markdown view of GeekNews topic #10824. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10824](https://news.hada.io/topic?id=10824)
- GeekNews Markdown: [https://news.hada.io/topic/10824.md](https://news.hada.io/topic/10824.md)
- Type: news
- Author: [composite](https://news.hada.io/@composite)
- Published: 2023-09-11T10:44:07+09:00
- Updated: 2023-09-11T10:44:07+09:00
- Original source: [bun.sh](https://bun.sh/blog/bun-v1.0)
- Points: 17
- Comments: 4

## Topic Body

자바스크립트 런타임 도구인 Bun 1.0 이 출시되었습니다!  
  
- node.js 도구 호환  
- 별도로 설치해야 하는 모니터링 `nodemon`, 환경설정 `dotenv` 내장  
- `babel`, 타입스크립트 트랜스파일러 내장  
- `jest` 스타일의 단위시험 도구 내장  
- Next.js, Nuxt.js, SvelteKit, Astro 등 주요 프론트엔드를 포함해 해당 프론트엔드 기반의 풀스택 앱 구동 가능  
- 타입스크립트 및 JSX 자체 지원  
- ESM 와 CommonJS 구문 모두 지원  
- `nodemon` 내장을 통한 핫 리로드(`--hot`) 지원  
- Bun API를 통한 플러그인 지원  
- `bun` 명령어는 패키지 관리자로도 작동  
- 설치, 실행, 시험 모두 빠른 속도  
- 현재 Unix 계열만 지원하며, Windows 는 시험 단계.

## Comments



### Comment 19116

- Author: geekbini
- Created: 2023-09-12T05:55:36+09:00
- Points: 1

타입스크립트 지원을 제거한다고 하지 않았었나요? 그래서 이슈가 되었던 걸로 아는데요?

### Comment 19119

- Author: ggg213
- Created: 2023-09-12T09:04:41+09:00
- Points: 1
- Parent comment: 19116
- Depth: 1

그건 터보아닌가요?

### Comment 19114

- Author: naregleah
- Created: 2023-09-11T18:57:29+09:00
- Points: 1

jsx 관련해서 표준에 어긋나는 자체적인 syntax를 정의했는데, 생태계 분열을 낳는다고 swc 개발자분이 비판하셨던 기억이 있네요..

### Comment 19109

- Author: kuroneko
- Created: 2023-09-11T11:23:27+09:00
- Points: 1

오 드디어 1.0이 나왔군요.  
빠르다고 홍보한 게 맞는지 진짜 한 번 써봐야겠네요.
