Created
October 24, 2018 07:26
-
-
Save tanhauhau/bee7e6032d686af9de684b93d1ca74b2 to your computer and use it in GitHub Desktop.
Code before uglify-js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo() { | |
var a = foobar(); | |
var b = 8; | |
return 10; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment