1
0
Fork 0

Merge pull request #6382 from freesewing/joost

feat(shared): Auto-generate jargon list. Closes #6102
This commit is contained in:
Joost De Cock 2024-03-17 19:24:54 +01:00 committed by GitHub
commit ddb01d08e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 107 additions and 267 deletions

View file

@ -1,5 +1,6 @@
---
title: cjs
jargon: true
---
**cjs** stands for **CommonJS**. It is a module system for JavaScript that was

View file

@ -1,5 +1,6 @@
---
title: esm
jargon: true
---
**esm** stands for **ECMAScript Modules** and is the official module system of

View file

@ -1,5 +1,6 @@
---
title: Variadic
jargon: true
---
A **variadic** function is a function that accepts a variable number of arguments.