1
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update pass for most recent types. More... 10 months ago
Fix double !! bug in SoyJS output. More... 10 months ago
Clean up and/or operators More... 10 months ago
More type def support. More... 10 months ago
Not safe to have this static instance include an interner. Make it a factory function. More... 10 months ago
Allow ? typedefs. More... 10 months ago
Add "repeat" as a valid css value More... 10 months ago
Deprecated SoyInfos java gencode also needs proto references trimmed to direct deps. More... 10 months ago
Use ns aliases correctly. And synthetic typedef record fields must always be public because they might be exposed through a subclass. More... 10 months ago
Better handling of proto template parameters in the java type safe API. Choose whether to omit the parameter based on whether the required proto is a direct dep of the soy library, independent of whether it's an indirect param or not. This has the advantage of also working correctly with typedefs. More... 10 months ago
More fixes for typedefs. More... 10 months ago
No public description More... 10 months ago
More typedef fixes. More... 10 months ago
Add hasDefault() method. More... 10 months ago
Generically handle type v. effective type. Existing methods getType()/type() return the effective type. Certain places that need the declared/authored type (like SoyJS codegen) use new alternate getAuthoredType()/authoredType(). More... 10 months ago
Internal More... 10 months ago
Rename method and fix goog.requires of new soy type kinds. More... 10 months ago
Allow @params with indexed types to inherit their optionality from the record member. More... 10 months ago
Docs nit More... 10 months ago
Fix bug in DSL where requires would not be found in jsdoc of ExpressionStatement. More... 10 months ago
Fix bug in IndexedType resolution. More... 10 months ago
TypeDefs for SoyJS/SoyIDOM gencode. More... 10 months ago
Partial refactor of JsType static factory methods to instance methods. More... 10 months ago
Add a pass that rewrites null checks with literal true/false, in cases where we know for sure that the value is non-nullish. More... 10 months ago
Disallow indexed types on non-named types. More... 10 months ago
Disallow intersections in @param. More... 10 months ago
Internal More... 10 months ago
Add a pass that rewrites null checks with literal true/false, in cases where we know for sure that the value is non-nullish. More... 10 months ago
A nit, JavaScript treats `undefined` into bitwise operators like `0`, not `NaN`, so allow it. More... 10 months ago
Add a `ClassValue` to store resolved `defaultInstances` and builders for the reflective SoyTemplate apis More... 10 months ago