1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generate placeholder static methods for externs in JBCSRC. More... about 4 years ago
Modify ElementAttributePass to use !=null rather than isNonnull(). More... about 4 years ago
Fix oddity with JS gencode not equal operator implementation, !(==). More... about 4 years ago
Externs also require class-per-file jbcsrc mode. More... about 4 years ago
Update various Soy docs for removing isNull/isNonnull. More... about 4 years ago
Compile time checking of ambiguous externs and java implementation issues. More... about 4 years ago
Documents the best practice of always declaring `kind="html<TAG_NAME>"` for applicable templates when it's expected that the template will stay one element. More... about 4 years ago
Add foreign function support to soy formatter More... about 4 years ago
Adding a safety check to prevent future NPEs. More... about 4 years ago
Foreign functions TOFU runtime. More... about 4 years ago
Refactor impl nodes to be real soy nodes More... about 4 years ago
Emit css registry information in generated Templates objects and use them to construct a css registry for local development (in InstalledTemplatesRepo) More... about 4 years ago
whitelist => allowlist More... about 4 years ago
Optimize gencode for "== null" and "!= null". More... about 4 years ago
Add externs to variable scope, catch collisions. Better error messages for no-such-overload. Type checking for imported externs. More... about 4 years ago
Remove spurious condition that doesn't make any sense More... about 4 years ago
internal More... about 4 years ago
Add some basic type checking for foreign functions. More... about 4 years ago
Add externs to FileMetadata. More... about 4 years ago
Parse "export extern" and serialize in soyh. More... about 4 years ago
Fix the typing of ijdata. It's supposed to either be undefined or not null as seen in javascript/template/soy/templates.ts More... about 4 years ago
Allow null literal in param default value initializer. More... about 4 years ago
Add parser support for foreign functions. More... about 4 years ago
Fix corner case bug comparing non-nullable yet null strings to null literal. More... about 4 years ago
Kokoro config. More... about 4 years ago
Kokoro config. More... about 4 years ago
Don't use "this" in template code. More... about 4 years ago
Restrict deltemplate#variant and delcall#variant to string, int, proto enum. More... about 4 years ago
Kokoro config. More... about 4 years ago
Use getTemplateMetadataForStaticCall to retrieve tag name information from delegates. The previous mechanism had a edge-case bug that would cause the soy element composition call to msg div (in the example) to have no tag because that template hadn't been visited yet. More... about 4 years ago