# Node.js, Typescript 파일 실행을 시험적 기능으로 추가

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=16017](https://news.hada.io/topic?id=16017)
- GeekNews Markdown: [https://news.hada.io/topic/16017.md](https://news.hada.io/topic/16017.md)
- Type: news
- Author: [hero1](https://news.hada.io/@hero1)
- Published: 2024-07-25T14:20:24+09:00
- Updated: 2024-07-25T14:20:24+09:00
- Original source: [github.com/nodejs](https://github.com/nodejs/node/pull/53725)
- Points: 9
- Comments: 3

## Summary

Node.js에서 새로운 실험적 플래그를 사용하면 TypeScript 파일을 직접 실행할 수 있게 되어 개발자들이 더 편리하게 작업할 수 있습니다. 이 기능은 TypeScript 소스 코드를 자동으로 JavaScript로 변환해주어 추가적인 빌드 과정 없이 빠르게 실행할 수 있습니다.

## Topic Body

Node.js에서 --experimental-strip-types 실험적 플래그를 사용하면 TypeScript 파일을 직접 실행할 수 있게 되었습니다. 이 과정에서 Node.js는 TypeScript 소스 코드를 JavaScript 소스 코드로 변환합니다.

## Comments



### Comment 27566

- Author: xguru
- Created: 2024-07-26T09:45:33+09:00
- Points: 1

[Node.js, TypeScript 실험적 지원 추가](https://news.hada.io/topic?id=16021)  
  
GN⁺의 정리와 해커뉴스 댓글 요약도 같이 참고하세요

### Comment 27563

- Author: tsboard
- Created: 2024-07-26T09:09:14+09:00
- Points: 1

우왓 마침내...!!!

### Comment 27554

- Author: letaem77a
- Created: 2024-07-25T15:17:06+09:00
- Points: 2

SWC 기반으로 구현된 것 같네요. 개발자들에게 응원을 보냅니다
