Skip to content

Commit 9eb7ba6

Browse files
authored
Fix merge conflict
1 parent 4a926a7 commit 9eb7ba6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
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 @@
1919

2020
আসলে, ব্যাবেলের দুটি অংশ আছেঃ
2121

22-
<<<<<<< HEAD
2322
1. প্রথমত, ট্রান্সপাইলার প্রোগ্রামটি, যেটি কোডকে পুনরায় লিখে। ডেভেলপার তার নিজের কম্পিউটারে এটি রান করে। এটি কোডকে পুরাতন স্ট্যান্ডার্ড এ পরিবর্তন করে। এবং তারপর কোডটি ইউজারদের জন্য ওয়েবসাইটে প্রেরণ করা হয়। আধুনিক প্রজেক্ট বিল্ড সিস্টেম যেমন [ওয়েবপ্যাক](http://webpack.github.io/) প্রতিবার কোড লেখার সাথে সাথে ট্রান্সপাইলারকে স্বয়ংক্রিয়ভাবে রান করে, তাই ডেভেলপমেন্টের সময় এটিকে ইন্টিগ্রেট করা সহজ হয়।
24-
=======
25-
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-
>>>>>>> 47d186598add3a0ea759615596a12e277ce8fb5a
2723

2824
2. দ্বিতীয়ত, পলিফিল।
2925

0 commit comments

Comments
 (0)