1
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 19 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Throw an error when a record literal is passed as the argument, since object identity equality is used it is probably never correct. More... about 2 months ago
Internal More... about 2 months 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... about 2 months ago
Replace JS and Java regex used in $$stripHtmlTags() with loop to avoid catastrophic recursion, etc. 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
Rename IndexedLines and store it in the AST. To unblock using it in SoyJS. More... about 2 months ago
Update the wording on the number of genders allowed for a message. More... about 2 months ago
Remove list.contains() and str.contains() from Soy. More... about 2 months ago
Add byte offset tracking to the Soy compiler (don't use it yet). More... about 2 months ago
Update maven open source version to new release. More... about 2 months ago
Make regex perform without stack overflow. More... about 2 months ago
Internal More... about 2 months ago
Throw an error on legacy `and`/`or` operators. More... about 2 months ago
Internal More... about 2 months ago
Modify Soy parser to keep track of UTF8 byte offsets. More... 2 months ago
Internal More... 2 months ago
And now we don't need IndexedLines any more. Use byte offsets in SourceLocation instead. More... 2 months ago
And now we don't need IndexedLines any more. Use byte offsets in SourceLocation instead. More... 2 months ago
Internal More... 2 months ago
Modify Soy parser to keep track of UTF8 byte offsets. More... 2 months ago
Move ByteSpan class and make @AutoValue. More... 2 months ago
Turns out we don't need this getContent() method on IndexedLines. More... 2 months ago
Use Point instead of int/int in RawTextNode. Preparation for Point to contain byte offset. More... 2 months ago
Simplify point offset methods. Preparation for Point to contain byte offset. More... 2 months ago
Convert two options classes to @AutoValue. More... 2 months ago
Internal More... 2 months ago
Special case proto getters for the "did you mean message". More... 2 months ago
generate kythe imputation meta data when generating tsx or .d.ts More... 2 months ago
Use `==` for indexOf/contains/includes in Python for types that are primitives in JavaScrpit. These are objects in Python and two instances of the same value won't necessarily pass `is` comparison test. Also fixes the float vs int issue for Python. More... 2 months ago
Fix two issues with using number types with protos: 1. number literals in constructors cause compilation errors 2. repeated types do not accept numbers More... 2 months ago