Pushing changes
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
barf
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
l: function() { return "yes"; },
|
||||
ls: function() { return "yep"; }
|
||||
};
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "ack";
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
m: function() { return "ok"; },
|
||||
n: require('./_private')
|
||||
};
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "yea";
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "again";
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "ignored";
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../../../')(__dirname, ['again', 'somemore'])
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "somemore";
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return "definitely";
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../../')(__dirname)
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('../../')(__dirname)
|
||||
+1
@@ -0,0 +1 @@
|
||||
asdf 1 2 / @ 123
|
||||
Reference in New Issue
Block a user