Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/
JS Module
Search

JS Module

Creator
Creator
Seonglae Cho
Created
Created
2020 Aug 21 2:47
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 14 3:26
Refs
Refs
Node Module
Node JS Package
JS Module Notion
JS Module History
JS Pattern
JS Meta Module
JS Develop Module
 
 
JS Module Systems
ESM
CJS
iife
JS AMD
UMD
 
 
 

JS Module Notion

What the heck are CJS, AMD, UMD, and ESM in Javascript?
In the beginning, Javascript did not have a way to import/export modules. This is a problem. Imagine writing your app in just one file - it would be nightmarish! Then, people much, much smarter than me attempted to add modularity to Javascript. Some of them are CJS, AMD, UMD, and ESM.
What the heck are CJS, AMD, UMD, and ESM in Javascript?
https://dev.to/iggredible/what-the-heck-are-cjs-amd-umd-and-esm-ikm
What the heck are CJS, AMD, UMD, and ESM in Javascript?
Publish ESM and CJS in a single package
A short tutorial of shipping both ESM and CJS dual formats in a single NPM package.
https://antfu.me/posts/publish-esm-and-cjs
Publish ESM and CJS in a single package
nodejs.org
https://nodejs.org/api/packages.html
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/
JS Module
Copyright Seonglae Cho