1
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Feb 25, 2024 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No public description More... 7 days ago
Fixes a typo More... 9 days ago
Internal More... 10 days ago
Adds the ability to exempt specific html attributes in the banned_html_tag soy conformance test More... 14 days ago
Allow short form calls on nullish (before narrowing) expressions. More... 15 days ago
Internal More... 15 days ago
Fix typing of `&&`/`||` operators, instead of doing simple union. `||` should use the same logic as `??` which handles a couple other cases. `&&` should use computed lowest common type which will handle supertypes (e.g. records with overlapping members) more succinctly. More... 17 days ago
Refactor Java codegen to match other Kythe codegen pattern. More... 17 days ago
Remove the `|formatNum` print directive. More... 20 days ago
Internal More... 20 days ago
Internal More... 21 days ago
Internal More... 22 days ago
Add class name to Element class definition for debugging. More... 23 days ago
Extend SoyCssTracker to track referenced css selectors used during rendering. More... 23 days ago
Declare IDOM classes directly in the export statement. More... 24 days ago
Set nullish-ness on result of asDataAccess() correctly, and only add ternary for method->function when necessary, since in TS (and Soy) `a?.b` is only nullish if `a` is. More... 24 days ago
Replace JS and Java regex used in $$stripHtmlTags() with loop to avoid catastrophic recursion, etc. More... 24 days ago
Throw an error when a record literal is passed as the argument, since object identity equality is used it is probably never correct. More... 28 days ago
Internal More... 28 days ago
Throw an error when the argument to list.includes()/indexOf() is not assignable to the the list's element type for consistency with typescript. More... 28 days ago
Replace JS and Java regex used in $$stripHtmlTags() with loop to avoid catastrophic recursion, etc. More... 29 days ago
Replace JS and Java regex used in $$stripHtmlTags() with loop to avoid catastrophic recursion, etc. More... 29 days ago
Rename IndexedLines and store it in the AST. To unblock using it in SoyJS. More... 29 days ago
Update the wording on the number of genders allowed for a message. More... 30 days ago
Remove list.contains() and str.contains() from Soy. More... 30 days ago
Add byte offset tracking to the Soy compiler (don't use it yet). More... 30 days ago
Update maven open source version to new release. More... about 1 month ago
Make regex perform without stack overflow. More... about 1 month ago
Internal More... about 1 month ago