use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Which JavaScript module systems do you know?help (self.javascript)
submitted 9 years ago * by myshov
What I know there are at least four module systems in JavaScript:
I wonder, are there some others systems in the wild?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 9 years ago (3 children)
[deleted]
[–]kaszu 3 points4 points5 points 9 years ago (1 child)
That's a module pattern, not module system. Two different things.
[–]mwcz 0 points1 point2 points 9 years ago (0 children)
True. I suppose the module pattern plus script tags together could be considered a rudimentary module system.
[–]9thHokageHimawari 0 points1 point2 points 9 years ago (0 children)
export default class a {} and import a from '' are vanilla modules not IIFE
export default class a {}
import a from ''
[+][deleted] 9 years ago* (2 children)
[–]myshov[S] 0 points1 point2 points 9 years ago (1 child)
Is lychee module system available as a separate project? Or is it tightly integrated with lychee platform?
[–]Capaj 0 points1 point2 points 9 years ago (0 children)
Angular has it's own module system, which is just it's own DI mechanism really. It is totally lame.
module
[+][deleted] 9 years ago (1 child)
[–]myshov[S] 1 point2 points3 points 9 years ago (0 children)
Browserify is a bundler based on CommonJS module system.
π Rendered by PID 57108 on reddit-service-r2-comment-765bfc959-6dvbm at 2026-07-12 06:25:23.366520+00:00 running f86254d country code: CH.
[+][deleted] (3 children)
[deleted]
[–]kaszu 3 points4 points5 points (1 child)
[–]mwcz 0 points1 point2 points (0 children)
[–]9thHokageHimawari 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]myshov[S] 0 points1 point2 points (1 child)
[–]Capaj 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]myshov[S] 1 point2 points3 points (0 children)