1
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Eliminate a `Stream` from `embedCssInHtml` More... 8 months ago
No public description More... 8 months ago
Allow futures in more positions for externs More... 8 months ago
Relax restrictions on list, map, record, and union members in extern return and param types. Use parameterized types from the actual Java implementation and validate those against the Soy types, recursively. More... 8 months ago
Eliminate some iteration overhead from `CommandBuffer` by changing the internals to be an Array More... 8 months ago
Fix typos More... 8 months ago
Don't fail validation for externs that return `js` content More... 8 months ago
Fix `instanceof Proto` to work on immutable protos passed in to Soy as params. More... 8 months ago
Add generics to extern validation and support externs that return futures. More... 9 months ago
Support null/undefined values in extern params and return (record) values. More... 9 months ago
Fix bug with externs returning nullable versions of Java primitives. More... 9 months ago
Make SoyValueUnconverter.unconvert(UndefinedData) symmetrical with SoyValueConverter. More... 9 months ago
Treat `SafeStyle`s the same as string values for styles. Change the escaping to prevent interpolations from opening/closing CSS declaration blocks. More... 9 months ago
Replace the broken "undefinedToNullForSsrMigration" anchor with a span implementation More... 9 months ago
No public description More... 9 months ago
Update javadoc. More... 9 months ago
Internal. More... 9 months ago
Remove straggling reference to deleted `?:` operator. More... 9 months ago
No public description More... 9 months ago
Internal. More... 9 months ago
Escape HTML attribute values built. More... 9 months ago
internal changes More... 9 months ago
No public description More... 9 months ago
Make `SoyValueProvider` an `abstract class`. More... 9 months ago
Simplify the logonly implementation by pushing it entirely to OutputAppendable More... 10 months ago
Make `TemplateInterface` an abstract class instead of an interface so calls to `getTemplateName` and `getParamsAsRecord` are faster. More... 10 months ago
Turn error into warning for naming collision with new type aliases from cl/666945367 More... 10 months ago
Allow `instanceof` with `iterable` and `record` rhs. Adds `record` as an alias for type `[]`. Uniformly allow map/list/set/iterable as alias for `X<any>`; no longer report an error anywhere. More... 10 months ago
Check declared v. inferred type of {const}. More... 10 months ago
Kythe support for Soy typedefs. More... 10 months ago