require icon indicating copy to clipboard operation
require copied to clipboard

Core `requirejs` features reimplemented to work with Meteor

Results 6 require issues
Sort by recently updated
recently updated
newest added

It currently depends on amd:[email protected] - is there a reason it's behind or would you welcome a PR ?

Suppose we do something like this: ``` javascript require(['module1', 'module2']); ``` Since the corresponding one paramter calls ``` javascript require('module1'); require('module2'); ``` would return the module objects, I guess that...

enhancement
question

This seems to be quite a usefull feature. Also we could think about exposing this modules to the client, if they are initially defined on server.

enhancement

It would be nice to have a method to log current module load status, i.e. tell if all dependencies have been resolved. This may be very useful for debuging.

enhancement