Merge pull request #6382 from freesewing/joost
feat(shared): Auto-generate jargon list. Closes #6102
This commit is contained in:
commit
ddb01d08e5
34 changed files with 107 additions and 267 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: cjs
|
||||
jargon: true
|
||||
---
|
||||
|
||||
**cjs** stands for **CommonJS**. It is a module system for JavaScript that was
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: esm
|
||||
jargon: true
|
||||
---
|
||||
|
||||
**esm** stands for **ECMAScript Modules** and is the official module system of
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Variadic
|
||||
jargon: true
|
||||
---
|
||||
|
||||
A **variadic** function is a function that accepts a variable number of arguments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue