| OLD | NEW |
| 1 Name: google-jstemplate | 1 Name: google-jstemplate |
| 2 URL: http://code.google.com/p/google-jstemplate/ | 2 URL: http://code.google.com/p/google-jstemplate/ |
| 3 License: Apache 2.0 | 3 License: Apache 2.0 |
| 4 Security Critical: yes |
| 5 Version: unknown |
| 4 | 6 |
| 5 "Template processing that is more suitable for the specific development-time | 7 "Template processing that is more suitable for the specific development-time |
| 6 and runtime requirements of AJAX based web applications. | 8 and runtime requirements of AJAX based web applications. |
| 7 | 9 |
| 8 Specifically, support the case to update a previous template processing | 10 Specifically, support the case to update a previous template processing |
| 9 output with an incremental change to the original input data." | 11 output with an incremental change to the original input data." |
| 10 | 12 |
| 11 Uncalled functions have been removed from util.js to make the resulting | 13 Uncalled functions have been removed from util.js to make the resulting |
| 12 javascript smaller. | 14 javascript smaller. |
| 13 | 15 |
| 14 compile.py is a simple program used to generate the single compiled | 16 compile.py is a simple program used to generate the single compiled |
| 15 jsfile. | 17 jsfile. |
| 16 | 18 |
| 17 jstemplate_compiled.js is the output after passing the code through | 19 jstemplate_compiled.js is the output after passing the code through |
| 18 compile.sh. | 20 compile.sh. |
| 21 |
| 22 Local modifications: |
| 23 Changed JSDoc annotations and subtle code changes to make it compile with modern |
| 24 versions of Closure Compiler. TODO(dbeam): upstream to google code project. |
| OLD | NEW |