Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

alexlawrence/mmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mmd

mmd is a minimal implementation of the AMD syntax without the actual script loading and loader plugins. The code is similar to almond but comes at a size of 134 characters (less than a tweet!).

##Restrictions

  • all modules and require() calls must be ordered correctly so every dependency was already defined when required
  • due to the current implementation it is not possible to have a module with the module id "length"

##Contributors

  • Peet
  • dailyjs.com and its readers

About

Minimal module definition conforming to AMD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published