We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd18bc0 commit b857ad9Copy full SHA for b857ad9
test/cases/loaders/issue-2299/loader/index.js
@@ -1,8 +1,8 @@
1
-var async = require("async");
+var asyncLib = require("async");
2
module.exports = function(content) {
3
var cb = this.async();
4
var json = JSON.parse(content);
5
- async.mapSeries(
+ asyncLib.mapSeries(
6
json.imports,
7
function(url, callback) {
8
this.loadModule(url, function(err, source, map, module) {
0 commit comments