Y
Hacker News
new
|
ask
|
show
|
jobs
by
MidwestMuster
5122 days 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?
1 comments
lowboy
5122 days ago
Javascript has no native module system that I am aware of. But there are formats+libraries such as AMD (used by Require.js) or CommonJS.
link