|
@ -1,7 +1,7 @@ |
|
|
var assert = require( 'assert' ); |
|
|
var assert = require( 'assert' ); |
|
|
|
|
|
|
|
|
module.exports = { |
|
|
module.exports = { |
|
|
description: 'uses a custom path resolver (synchronous)', |
|
|
description: 'uses a custom path resolver (asynchronous)', |
|
|
options: { |
|
|
options: { |
|
|
resolvePath: function ( importee, importer ) { |
|
|
resolvePath: function ( importee, importer ) { |
|
|
var Promise = require( 'sander' ).Promise; |
|
|
var Promise = require( 'sander' ).Promise; |
|
|