Bez popisu

jrburke a0e85b768c staring test for coffeescript, but need load.fromText implemented for loader plugins first. před 13 roky
tests a0e85b768c staring test for coffeescript, but need load.fromText implemented for loader plugins first. před 13 roky
README.md 2e41820c3d Add in dynamic require test, fill out the basic test some more. před 13 roky
amdefine.js 68f79ed4c1 Setting up unit tests with doh. před 13 roky
package.json 62617521ea initial commit, not working. před 13 roky

README.md

amdefine

A module that can be used to implement AMD's define() in Node.

More explanation here...

Run sync, except require([], function() {}) where callback is triggered on nextTick

Tests

To run the tests, cd to tests and run:

node all.js