Initial commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = 555
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
var a = require('aaa');
|
||||
var b = require('bbb');
|
||||
|
||||
console.log(5);
|
||||
console.log(a);
|
||||
console.log(b);
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"browserify": {
|
||||
"transform": [ "tr" ]
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = 777;
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
var ext = require('./ext');
|
||||
module.exports = ext;
|
||||
Reference in New Issue
Block a user