Skip to content

Commit 1974821

Browse files
authored
Merge branch '6.0' into admin-guide
2 parents 87562cf + af89125 commit 1974821

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/glossary.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,18 @@ CommonJS
286286
Transpilation
287287
The transformation of JavaScript code that uses advanced language features, unavailable for some browsers, to code rewritten to support them.
288288
289-
ES6
290-
ECMAScript 6, a newer version of the JavaScript language.
289+
ECMAScript
290+
ECMAScript is a standard for scripting languages, including JavaScript, JScript, and ActionScript.
291+
It is best known as a JavaScript standard intended to ensure the interoperability of web pages across different web browsers.
292+
It is standardized by [Ecma International](https://ecma-international.org/) in the document [ECMA-262](https://ecma-international.org/publications-and-standards/standards/ecma-262/).
293+
294+
TC39
295+
Ecma International's [TC39](https://tc39.es/) is a group of JavaScript developers, implementers, academics, and more, collaborating with the community to maintain and evolve the definition of JavaScript.
296+
They established a [process](https://tc39.es/process-document/) where the proposals are discussed, developed, and eventually approved (or dropped).
297+
The process has five Stages (0 to 4) where reaching the Stage 4 means the proposal is finished, and it becomes part of the JavaScript specification.
291298
292299
mrs-developer
300+
`mrs-developer`
293301
Also called "missdev", a tool similar to buildout's `mr.developer`.
294302
It automatically downloads and keeps up to date copies of software and add-ons under development based on definitions stored in `mrs.developer.json`.
295303
As a byproduct of its update operations, it also automatically adjusts `jsconfig.json`, which is used by Volto to configure webpack aliases.

0 commit comments

Comments
 (0)