1
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No public description More... 4 months ago
Refactor to keep track of SourceFilePath per CSS and Toggle import. More... 4 months ago
Update Soy docs for introduction of `undefined`. More... 4 months ago
Internal More... 4 months ago
Remove hasDefault from parameters in Soy header. More... 4 months ago
Generate JavaScript code (JsSrc) to import toggles by querying `ts_toggle_library`. Add JavaScript integration tests, compilation tests, gencode tests. More... 4 months ago
Internal More... 4 months ago
Fix a JBCSRC rendering exception during a detach. More... 4 months ago
Fix stateful blaze local Soy compiler. Streams are single use. More... 4 months ago
Fix SoyJS/SoyIDOM gencode WRT null v. undefined. More... 4 months ago
Generate Java code (JbSrc, Tofu) to import toggles by exposing activeModSelector on RenderContext. Add Java integration tests. More... 4 months ago
Remove isFalseyOrEmpty. More... 4 months ago
Internal More... 4 months ago
Make the default namespace for empty files more obvious. More... 4 months ago
Also report duplicate namespace errors across files that don't have templates in them. More... 4 months ago
Optimize the standard case of a translating a with no placeholders More... 4 months ago
Re-implement null safe access in JS backend with native JS operators. More... 4 months ago
Add deprecation notice to isFalseyOrEmpty. More... 4 months ago
Add .plus() to JS value api. More... 4 months ago
Use more intuitive implementation for list.concat(). Means we don't need to assert not null. More... 4 months ago
We shouldn't need to coerce the receiver of a method/field call to string. If it's not a string that should be an error. More... 4 months ago
Internal More... 4 months ago
Add isTruthyNonEmpty() to avoid double negatives. More... 4 months ago
Fix a compiler crash with a list comprehension in a `velog` `logonly` attribute. More... 4 months ago
Fix some SoySauce rendering overheads related to setting up render context. More... 4 months ago
Fix values of nullish proto accessors in SSR (accidentally left off of cl/590702922). More... 4 months ago
Add `hasContent()` builtin. More... 4 months ago
No public description More... 4 months ago
Have SoyJS proto converters maintain `undefined` v. `null` in return value. More... 4 months ago
Allow @state without a default value if declared type is `|undefined`. More... 4 months ago