171
edits
(→Module Context: added the normative clauses for adding "global" to modules.) |
(redacted "global") |
||
| Line 12: | Line 12: | ||
# In a module, there is a free variable called "exports", that is an object that the module may add its API to as it executes. | # In a module, there is a free variable called "exports", that is an object that the module may add its API to as it executes. | ||
# modules must use the "exports" object as the only means of exporting. | # modules must use the "exports" object as the only means of exporting. | ||
=== Module Identifiers === | === Module Identifiers === | ||
edits