Closed thoyt closed 3 years ago
Currently we rely on the global namespace and have to know which files are needed for a given feature. Ideally we'd have modules (maybe ES6, or node.js require or some other module system) that we can import cleanly.
https://exploringjs.com/es6/ch_modules.html
Currently we rely on the global namespace and have to know which files are needed for a given feature. Ideally we'd have modules (maybe ES6, or node.js require or some other module system) that we can import cleanly.
https://exploringjs.com/es6/ch_modules.html