ServerJS/Modules/SecurableModules: Difference between revisions

Jump to navigation Jump to search
m
Added a section title for module environment to force the TOC under the abstract
m (Added a section title for module environment to force the TOC under the abstract)
Line 1: Line 1:
This specification addresses how modules should be written in order to be interoperable among a class of module systems that can be both client and server side, secure or insecure, implemented today or supported by future systems with syntax extensions.  These modules are offered privacy of their top scope, facility for importing singleton objects from other modules, and exporting their own API.
This specification addresses how modules should be written in order to be interoperable among a class of module systems that can be both client and server side, secure or insecure, implemented today or supported by future systems with syntax extensions.  These modules are offered privacy of their top scope, facility for importing singleton objects from other modules, and exporting their own API.
=== Module Environment ===


# A module receives a "require" function.
# A module receives a "require" function.
171

edits

Navigation menu