1
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add docs for spread operator. More... 7 days ago
Add source mapping to Soy error/warning output. More... 7 days ago
Make field private. More... 7 days ago
Implementation of spread in JBCSRC. More... 8 days ago
Implement spread in soy backends TOFU, JS*, Python. More... 8 days ago
Internal More... 8 days ago
Refactor SoyError to not be dependent on code snippet, as a prefactor for adding mapped source. More... 11 days ago
Resolve types correctly for spread operations. More... 11 days ago
Add SourceMap ingestion to Soy Compiler and use it for build_cleaner commands. More... 12 days ago
Soy parser support for spread operator. Unify parser logic for function calls. More... 13 days ago
Turn off the warnings about using constants with `||`. More... 25 days ago
Remove Soy idom interop code. More... 25 days ago
Fix extern error. More... 26 days ago
No public description More... about 1 month ago
Fixes a typo More... about 1 month ago
Internal More... about 1 month ago
Adds the ability to exempt specific html attributes in the banned_html_tag soy conformance test More... about 1 month ago
Allow short form calls on nullish (before narrowing) expressions. More... about 1 month ago
Internal More... about 1 month 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... about 1 month ago
Refactor Java codegen to match other Kythe codegen pattern. More... about 1 month ago
Remove the `|formatNum` print directive. More... about 2 months ago
Internal More... about 2 months ago
Internal More... about 2 months ago
Internal More... about 2 months ago
Add class name to Element class definition for debugging. More... about 2 months ago
Extend SoyCssTracker to track referenced css selectors used during rendering. More... about 2 months ago
Declare IDOM classes directly in the export statement. More... about 2 months 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... about 2 months ago
Replace JS and Java regex used in $$stripHtmlTags() with loop to avoid catastrophic recursion, etc. More... about 2 months ago