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"Transpilers are also known as source-to-source compilers.
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?
https://www.tutorialspoint.com/babeljs/babeljs_transpile_es6_modules_to_es5.htm
https://www.toptal.com/front-end/webpack-browserify-gulp-which-is-better
https://www.toptal.com/front-end/webpack-browserify-gulp-which-is-better
What is CommonJS
No comments:
Post a Comment