amdjs / amdjs-api

Houses the Asynchronous Module Definition API
https://groups.google.com/group/amd-implement
4.31k stars 499 forks source link

Remove all 'RequierJS' specific tests/dependencies. #4

Closed dschnare closed 12 years ago

dschnare commented 12 years ago

I've recently became very interested in AMD and decided to implement a pure, 100% to spec, no reliance on jQuery implementation; a no-frills-pure-to-the-bone implementation if you will.

I've gotten almost the complete specification implemented except for plugins at the moment. It seems that the plugin tests, offered via a link on this wiki, depend on a 'fromText()' function to be present on the 'load()' function that is passed in via a plugin's own 'load()' method. The 'fromText()' is not actually specified in the AMD spec for plugins.

I did in fact find it in the Plugins section on the RequireJS website however. Can you update the AMD spec to include this new function or simply rewrite the tests to not rely on this function?

Thanks, Darren

dschnare commented 12 years ago

After reading a few threads from the Google group regarding the plugin specification, I feel my request really doesn't have merit anymore since the spec for plugins is currently in debate. Please ignore this until further notice.