restructure

This commit is contained in:
2016-01-30 04:57:24 +01:00
parent f83eb035c2
commit 7c6b5afd5f
23 changed files with 48 additions and 2329 deletions

5
test/assets/index.js Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env node
(function () {
console.log("test");
}());