Skip to content

Commit 6d77b61

Browse files
committed
Resolve conflicts.
1 parent cd8a26d commit 6d77b61

File tree

81 files changed

+54
-3598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+54
-3598
lines changed

1-js/03-code-quality/06-polyfills/article.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ Here Babel comes to the rescue.
1919

2020
Actually, there are two parts in Babel:
2121

22-
<<<<<<< HEAD
23-
1. First, the transpiler program, which rewrites the code. The developer runs it on their own computer. It rewrites the code into the older standard. And then the code is delivered to the website for users. Modern project build system like [webpack](http://webpack.github.io/) or [brunch](http://brunch.io/) provide means to run transpiler automatically on every code change, so that doesn't involve any time loss from our side.
24-
=======
2522
1. First, the transpiler program, which rewrites the code. The developer runs it on their own computer. It rewrites the code into the older standard. And then the code is delivered to the website for users. Modern project build systems like [webpack](http://webpack.github.io/) provide means to run transpiler automatically on every code change, so that it's very easy to integrate into development process.
26-
>>>>>>> e074a5f825a3d10b0c1e5e82561162f75516d7e3
2723

2824
2. Second, the polyfill.
2925

Lines changed: 1 addition & 40 deletions
Loading
Lines changed: 1 addition & 25 deletions
Loading

0 commit comments

Comments
 (0)