1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
internal More... 1 day ago
No public description More... 2 days ago
Internal More... 3 days ago
Converge string coercion of lists to JavaScript output. Before this change SSR coerces to "[1, 2, 3]" and CSR coerces to "1,2,3". After this change they both coerce to "1,2,3". More... 4 days ago
Allow indexed type of union of records type. More... 5 days ago
Internal More... 12 days ago
Fix unboxing of lists and messages in java auto impls. Add missing goog.requires from autoimpl params and return type. More... 13 days ago
Internal changes More... 14 days ago
Explicitly throw an Error instead of dereferencing undefined in globals.ts More... 15 days ago
Add support for `reverse()` on mutable lists in Soy. More... 15 days ago
Fix unboxing a SoyValue to a java.lang.String. More... 16 days ago
No public description More... 16 days ago
Support Gender Appropriate UI (GAUI). A "viewer grammatical gender" can now be specified in the render context. Translators can specify variants using the branch element, i.e. : <branch variants="variants { grammatical_gender_variant { grammatical_gender_case: FEMININE } }"> More... 16 days ago
Support Gender Appropriate UI (GAUI). A "viewer grammatical gender" can now be specified in the render context. Translators can specify variants using the branch element, i.e. : <branch variants="variants { grammatical_gender_variant { grammatical_gender_case: FEMININE } }"> More... 17 days ago
Add support for var args methods More... 17 days ago
No public description More... 22 days ago
No public description More... 29 days ago
No public description More... about 1 month ago
No public description More... about 1 month ago
Statically allocate decimal formats. More... about 1 month ago
internal More... about 1 month ago
Add `toFixed` method to numbers in TSX and Soy. More... about 1 month ago
Statically allocate decimal formats. More... about 1 month ago
Fix the goog.require for indexed types to reference the location of the resolved type. Also update the calculation of indirect params to omit any param that requires an indirect dep. More... about 1 month ago
Fix missing setResolvedType() in TypeNodeConverter#visit(IndexedTypeNode node). More... about 1 month ago
Introduce versions of parseInt and parseFloat that match EcmaScript better, in particular by 1. returning NaN instead of null 2. accepting any type argument 3. returning a number. Modify double-to-string algorithm to match EcmaScript better, although not perfectly. More... about 1 month ago
No public description More... about 1 month ago
Support `...` spread operator within function params More... about 1 month ago
Support `...` spread operator within function params More... about 1 month ago
Add docs for {autoimpl}. More... about 1 month ago