Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to v20180805 | Julien Laffaye | 2018-09-06 | 1 | -1/+1 |
| | | | | | | | | | | - Use recommended Java VM command-line options PR: 231111 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Notes: svn path=/head/; revision=479162 | ||||
* | - Update to 20160911 | Julien Laffaye | 2016-11-24 | 1 | -1/+1 |
| | | | | | | | | PR: 213177 Submitted by: xi@borderworlds.dk Notes: svn path=/head/; revision=427016 | ||||
* | Closure Compiler is a JavaScript optimizing compiler. It parses your | Martin Wilke | 2009-11-17 | 1 | -0/+5 |
JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. WWW: http://code.google.com/closure/compiler/ PR: ports/140556 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=244367 |