File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTICE
2+
3+ This is a fork of https://github.com/google/closure-templates/ . The changes
4+ from the upstream include:
5+
6+ - Upgraded to use "bzlmod"
7+ - Newer version of bazel
8+ - Stricter .bazelrc flags
9+ - Java language version 17 instead of 11.
10+ - ` javascript/ ` :
11+ - ` BUILD.bazel ` file added
12+ - filegroup ` //javascript:soyutils ` represents files needed for soy template
13+ compilation in rules_closure ` closure_js_template_library ` .
14+ - idom references in ` //javascript:soyutils ` have been removed (idom not open-source).
15+
116# Closure Templates
217Closure Templates are a client- and server-side templating system that helps you
318dynamically build reusable HTML and UI elements. They have a simple syntax
You can’t perform that action at this time.
0 commit comments