1
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support capturing rendering output into a `SoyValue` without dropping logs. More... 12 months ago
Add support for parsing `SanitizedContent` of `kind=attributes` into a `Map<String, AttributeValue>` More... 12 months ago
Change where `setKindAndDirectionality` is called to reduce how often we need to call it. More... 12 months ago
Allow parameterized type ```List<Message>``` in Soy externs. More... 12 months ago
Generate optimistic calls to evaluate let and param nodes. More... 12 months ago
Improve our deferred error strategy More... 12 months ago
No public description More... 12 months ago
Fixes a typo (stray backtick) More... 12 months ago
Expand the set of scenarios where we use positional style calls More... 12 months ago
Detect when our lazy closures require no detaches and evaluate them "inline" instead of capturing into SoyValueProvider subclasses. More... about 1 year ago
Fix list literal with spread in proto list field init and simplify item access. More... about 1 year ago
Simplify the way we prepare parameters for `call` nodes. More... about 1 year ago
Remove redundant runtime type checking More... about 1 year ago
Change the calling convention for `CompiledTemplate` to explicitly pass and return `StackFrame` objects. More... about 1 year ago
Add `variant` to the toSourceString of callbasicnode More... about 1 year ago
Allow `const` and `extern` methods to be defined without a `RenderContext` parameter when it is unneeded by the implementation method. More... about 1 year ago
Add some tests for DetachableContentProviders More... about 1 year ago
Inline the RecordToPositionalCallFactory. It turns out there is some overhead to the methodhandle delegate More... about 1 year ago
Adding support for <script type="speculationrules">, which is the Speculation Rules API. See https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/speculationrules More... about 1 year ago
Improve the error message when we fail to build a method More... about 1 year ago
Fix a bug in the concatLists method More... about 1 year ago
Delete dead branch. More... about 1 year ago
Reimplement `let` and `param` values as `static` methods + invokedynamic generated classes instead of inner classes. More... about 1 year ago
Rename emptyToNull() -> emptyToUndefined() since that is what it does. More... about 1 year ago
Specialize the javaList and javaIterator implementations for ListImpl More... about 1 year ago
`setPluginInstances` in SoySauce Api should allow overriding plugin instances. This is required for a binary that creates multiple renderers in a single rpc and we need to provide separate copy of a soy plugin for each such renderer. See go/batching-deferred-images for more. More... about 1 year ago
Implementation of the Set data type, constructor, has/size, iteration, etc. More... about 1 year ago
Allow plugin functions to call methods on SoyValue without going through a static runtime method. More... about 1 year ago
Allow toggle values to be referenced by constants. More... about 1 year ago
JBCSRC implementation of `instanceof`. Adding docs and compiler feedback for bad casts. More... about 1 year ago