openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
closure-templates
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 10 hours
ago.
Jun 07, 2024 — Jun 07, 2025
Showing page 14 of 208
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Support capturing rendering output into a `SoyValue` without dropping logs.
Luke Sandberg
More...
12 months ago
Add support for parsing `SanitizedContent` of `kind=attributes` into a `Map<String, AttributeValue>`
Luke Sandberg
More...
12 months ago
Change where `setKindAndDirectionality` is called to reduce how often we need to call it.
Luke Sandberg
More...
12 months ago
Allow parameterized type ```List<Message>``` in Soy externs.
Soy Authors
More...
12 months ago
Generate optimistic calls to evaluate let and param nodes.
Luke Sandberg
More...
12 months ago
Improve our deferred error strategy
Luke Sandberg
More...
12 months ago
No public description
Soy Authors
More...
12 months ago
Fixes a typo (stray backtick)
Soy Authors
More...
12 months ago
Expand the set of scenarios where we use positional style calls
Luke Sandberg
More...
12 months ago
Detect when our lazy closures require no detaches and evaluate them "inline" instead of capturing into SoyValueProvider subclasses.
Luke Sandberg
More...
about 1 year ago
Fix list literal with spread in proto list field init and simplify item access.
Jesse Costello-Good
More...
about 1 year ago
Simplify the way we prepare parameters for `call` nodes.
Luke Sandberg
More...
about 1 year ago
Remove redundant runtime type checking
Luke Sandberg
More...
about 1 year ago
Change the calling convention for `CompiledTemplate` to explicitly pass and return `StackFrame` objects.
Luke Sandberg
More...
about 1 year ago
Add `variant` to the toSourceString of callbasicnode
Luke Sandberg
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.
Luke Sandberg
More...
about 1 year ago
Add some tests for DetachableContentProviders
Luke Sandberg
More...
about 1 year ago
Inline the RecordToPositionalCallFactory. It turns out there is some overhead to the methodhandle delegate
Luke Sandberg
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
Soy Authors
More...
about 1 year ago
Improve the error message when we fail to build a method
Luke Sandberg
More...
about 1 year ago
Fix a bug in the concatLists method
Luke Sandberg
More...
about 1 year ago
Delete dead branch.
Nicholas Yu
More...
about 1 year ago
Reimplement `let` and `param` values as `static` methods + invokedynamic generated classes instead of inner classes.
Luke Sandberg
More...
about 1 year ago
Rename emptyToNull() -> emptyToUndefined() since that is what it does.
Nicholas Yu
More...
about 1 year ago
Specialize the javaList and javaIterator implementations for ListImpl
Luke Sandberg
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.
Soy Authors
More...
about 1 year ago
Implementation of the Set data type, constructor, has/size, iteration, etc.
Jesse Costello-Good
More...
about 1 year ago
Allow plugin functions to call methods on SoyValue without going through a static runtime method.
Jesse Costello-Good
More...
about 1 year ago
Allow toggle values to be referenced by constants.
Soy Authors
More...
about 1 year ago
JBCSRC implementation of `instanceof`. Adding docs and compiler feedback for bad casts.
Jesse Costello-Good
More...
about 1 year ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
207
208
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree