1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Type narrow `isFalseyOrEmpty()` correctly. More... 4 months ago
Fix crash that happens when an attribute block has a single print of More... 4 months ago
Internal More... 4 months ago
Complete the implementation of `undefined` in Soy. More... 4 months ago
Internal More... 4 months ago
Rename method. More... 4 months ago
Maven release. More... 4 months ago
Flag for toggle deps. More... 4 months ago
Final clean up from b/313530249. More... 4 months ago
Add the `isEmpty()` builtin. Currently it is equivalent to `!Boolean()`, but this will be changed in an upcoming LSC. More... 5 months ago
Add the `isEmpty()` builtin. Currently it is equivalent to `!Boolean()`, but this will be changed in an upcoming LSC. More... 5 months ago
undefined More... 5 months ago
Add the `isEmpty()` builtin. Currently it is equivalent to `!Boolean()`, but this will be changed in an upcoming LSC. More... 5 months ago
Remove unused code. More... 5 months ago
Work on `undefined`. More... 5 months ago
Rewrite toggle imports as a builtin function, EVAL_TOGGLE, with toggle path and toggle name as parameters. This will be used downstream in JbSrc, Tofu, and JsSrc backends to generate toggle code. More... 5 months ago
Update more Soy integration tests to use 'and'/'or'. Update SimplifyVisitor to use `&&` in missed one spot. Also fix boolean_coercion.soy gencode test to generate code. More... 5 months ago
No public description More... 5 months ago
Internal More... 5 months ago
Allow unknown / any in record types for Java extern functions. More... 5 months ago
No public description More... 5 months ago
Make it an error for optionality and nullability to be out of sync in template type params. Restore proper type checking of TemplateType WRT param optionality. More... 5 months ago
Also track CSS namespaces when using a SoyCssTracker. More... 5 months ago
Track CSS imports in SoyCssTracker. More... 5 months ago
Decouple SourceFilePath (for paths when there's a real file present) from SourceLogicalPath (for paths independent of file location). Compiler errors/warnings now print out the read file path rather than the logical path. More... 5 months ago
Rename SourceFilePath to SourceLogicalPath so we can re-invent SourceFilePath with logical+real path values. More... 5 months ago
Fix Soy compiler for externs with map/list nullable parameters. More... 5 months ago
Internal More... 5 months ago
optional params should be declared with both a '?' and '|null' More... 5 months ago
Fix Boolean() funcion to handle Sanitized types correctly -- in Soy, empty sanitized types should coerce to false. More... 5 months ago