1
0
Fork 0
freesewing/sites/dev/jargon.mjs

5 lines
283 B
JavaScript
Raw Normal View History

export const jargon = {
cjs: '<b>CJS</b> stands for CommonJS, it is the JavaScript module format popularized by NodeJS, but now increasingly phased out in favor of <b>ESM</b>',
esm: '<b>ESM</b> stands for EcmaScript Module, it is the standardized module syntax in JavaScript',
}