Hey there, everyone!
I'm curious if someone could provide me with a straightforward comparison of the development flow when working with CommonJS, Typescript, and ES6 in relation to the module import system (such as require(), import "xx", export), compilers (like babel, tsc), and how to utilize them in the browser (using browserify or another tool)?
There are so many similarities between them that it's really confusing, especially when I have to combine them!
Appreciate any insights you all may have!