Command-line tool for JS DCE

This commit is contained in:
Alexey Andreev
2017-04-24 17:20:14 +03:00
parent ca7062d776
commit 8a8fdf1968
46 changed files with 559 additions and 207 deletions
+4
View File
@@ -0,0 +1,4 @@
function bar() {
return 'bar';
}
console.log(bar());