ServerJS/Modules/SecurableModules: Difference between revisions

Jump to navigation Jump to search
Added a clause to the introduction that explicates the relationship between this specification and module loaders.
(Removed mention of file system backends)
(Added a clause to the introduction that explicates the relationship between this specification and module loaders.)
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.  By implication, this specification defines the minimum features that a module system must provide in order to support interoperable modules.


== Contract ==
== Contract ==
171

edits

Navigation menu