$ npm install amd-resolve
Implements the AMD module resolution algorithm, and supports common config.
The purpose of this module is to assist AMD tooling, including optimizers and compilers, that need to perform module resolution during a build step or as part of an application server.
This is analogous to James Halliday's resolve, which implements Node's algorithm.
$ npm install amd-resolve
Synchronously lookup the location of module bar
, using options defined by
common config.
resolve.sync('bar', { baseUrl: 'webapp/lib' })
$ npm install
$ make test
Copyright (c) 2012-2013 Jared Hanson <http://jaredhanson.net/>
© 2010 - cnpmjs.org x YWFE | Home | YWFE