1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a hook to collect CSS paths required by the files used during rendering. More... over 1 year ago
Add `buildAttrValue()`, `buildClassValue()`, `buildStyleValue()`, `buildAttr()` helpers. More... over 1 year ago
Moves template generation from Closure Library to safevalues More... over 1 year ago
No public description More... over 1 year ago
No public description More... over 1 year ago
Internal More... over 1 year ago
Update docs for `&&` and `||`. More... over 1 year ago
Make it an error to compile Soy to JS with an extern that doesn't have a JS implementation. More... over 1 year ago
Fix crash that happens with `&&`/`||` in jbcsrc by consolidating logic with visitConditionalOpNode. More... over 1 year ago
Internal More... over 1 year ago
Add a `Boolean()` builtin to explicitly cast anything to a boolean. More... over 1 year ago
Add `&&` and `||` operators to Soy. More... over 1 year ago
BFS with stream successors; avoid collecting to Array just to add to queue. More... over 1 year ago
Allocate `ParamStore` objects as constants whenever possible. More... over 1 year ago
Improve error message. More... over 1 year ago
Extract a helper class for constructing lambdas from TemplateCompiler More... over 1 year ago
Loosen a type test for constants corresponding to their expressions. More... over 1 year ago
Merge `MethodRef` and `ConstructorRef` More... over 1 year ago
No public description More... over 1 year ago
Fully implement contract of childrenStream() so that we can rely on it. More... over 1 year ago
Fix DFS test. More... over 1 year ago
Internal More... over 1 year ago
Update the `join` method to work with lists of numbers. More... over 1 year ago
Updates the Soy lexer to handle escaped backslashes in JS regexes. More... over 1 year ago
Clarify when directionality may differ from global. More... over 1 year ago
Allowing passing and declaring `extraRootElementAttributes` (renamed from `__soyInternalAttributes`) explicitly. Transpile `{attribute *}` to this explicit param. More... over 1 year ago
Make it a warning when optionality doesn't match nullability. More... over 1 year ago
Disallow @attributes that are not lower hyphen cased, it's difficult to pass them from the caller since that casing is enforced on the call side. Note that html attributes are case insensitive anyway. More... over 1 year ago
Remove extra space in Soy Java Infos. More... over 1 year ago
Remove a layer of indirection from template params by refactoring `ParamStore` to be a subclass of `IdentityHashMap` More... over 1 year ago