Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

Yet Another Synchronous (A)MD JS Loader

A lightweight synchronous AMD module loader.

Follows the amdjs spec: https://github.com/amdjs/amdjs-api/wiki

Features that are not implemented:

  • sniffing the factory function for require argument and inline require calls.
  • path normalization, loading of an url only once.
  • stricter signature of require.

Also, needs many more tests.

Test it:

$ karma start