Inflearn brand logo image

Inflearn Community Q&A

hanskin's profile image
hanskin

asked

TypeScript Introduction - From Basics to Practice

What is TypeScript?

compile과 transcompile

Resolved

Written on

·

376

1

수업 내용에서 보면 compile이라고 하셨는데, 또 어디서는 transcompile이라는 용어를 사용하더라구요 두가지의 차이점과 어떤게 맞는건지 알고싶습니다 판교님!

typescriptes6javascript

Answer 2

3

captain님의 프로필 이미지
captain
Instructor

안녕하세요 하은님, 좋은 질문이네요! :) 컴파일과 트랜스파일을 말씀하신 것 같은데 보통 TS의 빌드 작업을 컴파일이라고 하고 트랜스파일은 바벨에서 변환하는 작업을 트랜스파일이라고 하는 것 같아요 :)

0

hanskin님의 프로필 이미지
hanskin
Questioner

감사합니다!! :)

hanskin's profile image
hanskin

asked

Ask a question