Showing posts with label ES5. Show all posts
Showing posts with label ES5. Show all posts

Friday, March 19, 2021

Babel? Gulp? Webpack? ES6 to ES5? CommonJS vs AMD

What is difference transpiler vs compiler? 

Compiling is the general term for taking source code written in one language and transforming into another.Compiler produces executable (machine code) as output.

Transpiling is a specific term for taking source code written in one language and transforming into another language that has a similar level of abstraction.
Transpilers are also known as source-to-source compilers.
For example : "Babel"

What is the difference between npm install and npm run build?

How to convert ES6 Code to ES5 using Babel?

Why we use gulp/ webpack? 


What is CommonJS


Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass