All:
I wonder if anyone could give me a simple comparison of development flow between CommonJS, Typescript and ES6 with perspective to Module import system( like require(), import "xx", export ), compiler( babel, tsc ) and how to use in Browser(browserify or what?)?
There are a lot of similarity which confuse me so much, especialy when I need to mix them!
Thanks