Skip to content

Commit

Permalink
[add] babel 관련 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Jul 9, 2019
1 parent 14b7d7f commit fff6162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions javascript/babel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [babel 끄적여보기](./babel_끄적여보기)
2 changes: 1 addition & 1 deletion javascript/babel/babel_끄적여보기.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 요약

babel은 트랜스 컴파일러이다.
ECMA 2015이상의 코드를 오래된 브라우저 환경에서 호환 가능하도록록 변환
ECMA 2015이상의 코드를 오래된 브라우저 환경에서 호환 가능하도록록 변환 시켜줌

## 사용법

Expand Down

0 comments on commit fff6162

Please sign in to comment.