Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
DCoder
on Oct 20, 2015
|
parent
|
context
|
favorite
| on:
The viability of JavaScript frameworks on mobile
Google Closure Compiler [1] can also perform dead code removal, but it requires extra work annotating all public APIs and naturally it can't cope with dynamic/indirect calls.
[1]:
https://developers.google.com/closure/compiler/
warfangle
on Oct 20, 2015
[–]
So does UglifyJS. At least, obviously dead code (e.g., if(false) {} )
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1]: https://developers.google.com/closure/compiler/