-
Notifications
You must be signed in to change notification settings - Fork 499
Home
jrburke edited this page Apr 10, 2012
·
8 revisions
Welcome to the amdjs-api wiki!
This wiki holds the API specifications for AMD and some APIs that are strongly related to AMD.
- AMD: The Asynchronous Module Definition. The primary building block for referencing and defining modular JS code.
- require: An API for the require() function that allows dynamic, asynchronous loading of modules, and for resolving some module ID-based strings to file paths.
- Loader-Plugins: Loader plugins extend an AMD implementation by allowing loading of resources that are not traditional JavaScript dependencies.
Some documents that are not actual APIs but information related to AMD use:
- jQuery-and-AMD: Describes jQuery 1.7+ support for registering as an AMD module, but only if define.amd.jQuery is set to true.
Documents related to AMD and its use in other libraries:
- AMD Forks: A listing of forks for libraries that have AMD registration built in.