6 ms·
CoffeeScript does the functional stuff and class system, but it doesn't do the module-loading. Is there even a module system for JavaScript?
by MidwestMuster 14y ago
CoffeeScript does the functional stuff and class system, but it doesn't do the module-loading. Is there even a module system for JavaScript?
- lowboy 14y agoJavascript has no native module system that I am aware of. But there are formats+libraries such as AMD (used by Require.js) or CommonJS.