added whole system from ola4doc
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = 1;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main" : "quux.js"
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 1;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 'hello garply';
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main" : "./lib"
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('tiv') * 100;
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 3;
|
||||
+1
@@ -0,0 +1 @@
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 1;
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
// this is the actual main file 'index.js', not 'wrong.js' like the package.json would indicate
|
||||
module.exports = 1;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main" : "wrong.js"
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 1;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
resolve = require('../../../');
|
||||
|
||||
module.exports = function(t, cb) {
|
||||
resolve('mymodule', null, cb);
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = "The tools we use have a profound (and devious!) influence on our thinking habits, and, therefore, on our thinking abilities.- E. Dijkstra"
|
||||
Reference in New Issue
Block a user