Javascript Module Standard
HistoryLike brianleroux said in his post ES6 Modules: The End of Civilization As We Know It?: “For many years JS had a single widely accepted module format, which is to say, there was none. Everything was a global variable petulantly hanging off the window object.” Before we have CommonJS, AMD and the newest ES6 module...