Babel1 Babel 바벨의 공식문서에 따르면 다음과 같이 나와있다. Babel is a JavaScript compiler Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments. 바벨이란 자바스크립트 표준인 ECMA 2015+/ES6+의 최신 문법으로 작성된 코드를 이전 단계의 문법(ES5)으로 변환시켜주는 자바스크립트 컴파일러이다. (소스를 소스로 바꿔주어 트랜스파일러라고도 부른다) 이러한 트랜스파일러가 필요한 이유는 구형 브라우저 (ex. IE 등)에서는 ES6+ 구문이 호.. 2020. 3. 15. 이전 1 다음