Created
October 24, 2018 08:30
-
-
Save tanhauhau/9a4bddfa75945a2ea32c30b41add768a to your computer and use it in GitHub Desktop.
uglify pure code
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 = /*@__PURE__*/foobar(); | |
| var b = 8; | |
| return 10; | |
| } |
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(){return 10} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment