• Home
Name Date Size #Lines LOC

..--

tutorial_examples/03-May-2024-652501

COPYINGD03-May-202411.1 KiB203169

OWNERSD03-May-202436 32

README.chromiumD03-May-2024615 1913

compile.pyD03-May-20241.4 KiB4525

exports.jsD03-May-2024119 43

jsevalcontext.jsD03-May-202411.8 KiB410118

jstemplate.jsD03-May-202431.2 KiB968396

jstemplate_compiled.jsD03-May-20244.9 KiB1010

jstemplate_example.htmlD03-May-20243.6 KiB11090

jstemplate_example.jsD03-May-20245.6 KiB233123

jstemplate_jsunit.htmlD03-May-20241.9 KiB6736

jstemplate_test.jsD03-May-202410.1 KiB357264

util.jsD03-May-202412.2 KiB467155

README.chromium

1Name: google-jstemplate
2URL: http://code.google.com/p/google-jstemplate/
3License: Apache 2.0
4
5"Template processing that is more suitable for the specific development-time
6and runtime requirements of AJAX based web applications.
7
8Specifically, support the case to update a previous template processing
9output with an incremental change to the original input data."
10
11Uncalled functions have been removed from util.js to make the resulting
12javascript smaller.
13
14compile.py is a simple program used to generate the single compiled
15jsfile.
16
17jstemplate_compiled.js is the output after passing the code through
18compile.sh.
19