added whole system from ola4doc

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-14 17:06:06 +01:00
parent 9646c74be1
commit 0611418f7a
8725 changed files with 817688 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = 1;
View File
+3
View File
@@ -0,0 +1,3 @@
{
"main" : "quux.js"
}
+1
View File
@@ -0,0 +1 @@
module.exports = 1;
@@ -0,0 +1 @@
module.exports = 'hello garply';
@@ -0,0 +1,3 @@
{
"main" : "./lib"
}
@@ -0,0 +1 @@
module.exports = require('tiv') * 100;
+1
View File
@@ -0,0 +1 @@
module.exports = 3;
+1
View File
@@ -0,0 +1 @@
+1
View File
@@ -0,0 +1 @@
module.exports = 1;
+2
View File
@@ -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
View File
@@ -0,0 +1,3 @@
{
"main" : "wrong.js"
}
View File
View File
View File
+1
View File
@@ -0,0 +1 @@
module.exports = 1;
+6
View File
@@ -0,0 +1,6 @@
resolve = require('../../../');
module.exports = function(t, cb) {
resolve('mymodule', null, cb);
}
@@ -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"