enhanced-resolve
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -31,1 +31,5 @@ /* | ||
}; | ||
module.exports.basename = function basename(path) { | ||
return popPathSeqment([path]); | ||
} |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -98,3 +98,3 @@ /* | ||
resolver.applyPluginsAsyncSeriesBailResult("before-" + type, request, createInnerCallback(beforeInnerCallback, { | ||
resolver.applyPluginsAsyncSeriesBailResult1("before-" + type, request, createInnerCallback(beforeInnerCallback, { | ||
log: callback.log, | ||
@@ -111,3 +111,3 @@ missing: callback.missing, | ||
} | ||
return resolver.applyPluginsParallelBailResult(type, request, createInnerCallback(innerCallback, { | ||
return resolver.applyPluginsParallelBailResult1(type, request, createInnerCallback(innerCallback, { | ||
log: callback.log, | ||
@@ -125,3 +125,3 @@ missing: callback.missing, | ||
} | ||
return resolver.applyPluginsAsyncSeriesBailResult("after-" + type, request, createInnerCallback(afterInnerCallback, { | ||
return resolver.applyPluginsAsyncSeriesBailResult1("after-" + type, request, createInnerCallback(afterInnerCallback, { | ||
log: callback.log, | ||
@@ -128,0 +128,0 @@ missing: callback.missing, |
@@ -31,3 +31,3 @@ /* | ||
var MainFieldPlugin = require("./MainFieldPlugin"); | ||
var DefaultFilePlugin = require("./DefaultFilePlugin"); | ||
var UseFilePlugin = require("./UseFilePlugin"); | ||
var AppendPlugin = require("./AppendPlugin"); | ||
@@ -205,3 +205,3 @@ var ResultPlugin = require("./ResultPlugin"); | ||
mainFiles.forEach(function(item) { | ||
plugins.push(new DefaultFilePlugin("existing-directory", item, "undescribed-raw-file")); | ||
plugins.push(new UseFilePlugin("existing-directory", item, "undescribed-raw-file")); | ||
}); | ||
@@ -208,0 +208,0 @@ |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "enhanced-resolve", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -10,3 +10,3 @@ "description": "Offers a async require.resolve function. It's highly configurable.", | ||
"dependencies": { | ||
"tapable": "^0.2.2", | ||
"tapable": "^0.2.3", | ||
"memory-fs": "^0.3.0", | ||
@@ -13,0 +13,0 @@ "graceful-fs": "^4.1.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69597
41
2045
Updatedtapable@^0.2.3