Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
tutorial_examples 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
COPYING 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
compile.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
exports.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jsevalcontext.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate_compiled.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate_example.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate_example.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate_jsunit.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
jstemplate_test.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
util.js 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: google-jstemplate
URL: http://code.google.com/p/google-jstemplate/
License: Apache 2.0
Security Critical: yes
Version: unknown

"Template processing that is more suitable for the specific development-time
and runtime requirements of AJAX based web applications.

Specifically, support the case to update a previous template processing
output with an incremental change to the original input data."

Uncalled functions have been removed from util.js to make the resulting
javascript smaller.

compile.py is a simple program used to generate the single compiled
jsfile.

jstemplate_compiled.js is the output after passing the code through
compile.sh.

Local modifications:
Changed JSDoc annotations and subtle code changes to make it compile with modern
versions of Closure Compiler. TODO(dbeam): upstream to google code project.

Added Trusted Types support to jstemplate.