874
edits
(Moved page from Labs/Jetpack/Reboot_Architecture_Overvew.) |
(→Modular Functionality: added notes on dynamic linker functionality) |
||
Line 22: | Line 22: | ||
possible. This standard helps ensure that code can be reused across | possible. This standard helps ensure that code can be reused across | ||
multiple JS frameworks, such as on a Web page, in a Jetpack, or on a | multiple JS frameworks, such as on a Web page, in a Jetpack, or on a | ||
server. | server. It also serves as a sort of [http://en.wikipedia.org/wiki/Dynamic_linker dynamic linker] that can connect the client of an interface with an actual implementation—something typically done on the Mozilla platform by XPCOM. | ||
The foundation of this standard, the CommonJS module specification, is | The foundation of this standard, the CommonJS module specification, is |
edits