openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
closure-templates
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 21 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 1 of 210
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Sort the ordering of the map/set returns in SoyRecordImpl
Soy Authors
More...
2 days ago
Sort the returns of SoyDict.asJavaStringMap and SoyRecord.recordAsMap
Soy Authors
More...
3 days ago
Sort the returns of SoyDict.asJavaStringMap and SoyRecord.recordAsMap
Soy Authors
More...
3 days ago
No public description
Soy Authors
More...
6 days ago
Add compilation test to support variable argument arity
Soy Authors
More...
7 days ago
Clean up Soy lazy JS. Remove the ternary on the closure defines and remove Soy compiler flag.
Nicholas Yu
More...
8 days ago
n/a
Soy Authors
More...
8 days ago
n/a
Soy Authors
More...
8 days ago
Mutable arrays in auto externs.
Jesse Costello-Good
More...
8 days ago
Make Soy cast a no-op in JBCSRC.
Jesse Costello-Good
More...
10 days ago
No public description
Soy Authors
More...
10 days ago
No public description
Soy Authors
More...
13 days ago
Add VarArgs support to SoyParser.
Soy Authors
More...
14 days ago
Preserve `soyTemplateName` when creating bound templates via `bindTemplateParamsForIdom`.
Soy Authors
More...
14 days ago
Add column to the error formatter.
Jesse Costello-Good
More...
15 days ago
Internal
Soy Authors
More...
15 days ago
Disallow literal types (other than inside Pick/Omit) since most logic doesn't really support them in Soy. Expand check of Map/Set/Ve types to include extern declarations.
Jesse Costello-Good
More...
16 days ago
Disallow literal types (other than inside Pick/Omit) since most logic doesn't really support them in Soy.
Jesse Costello-Good
More...
17 days ago
Disallow literal types (other than inside Pick/Omit) since most logic doesn't really support them in Soy.
Jesse Costello-Good
More...
17 days ago
Remove another switch over SoyType#getKind.
Jesse Costello-Good
More...
17 days ago
More refactors to support computed types as-is. Enough so that I have rolled back the getType/getAuthoredType split in ExprNode. Remove SoyType.Kind values for subtypes of ComputedType, since very few switch statements need to distinguish between them. Add Exclude<>, Extract<>, and NonNullable<> from TypeScript.
Jesse Costello-Good
More...
17 days ago
Change expandUnion to flattenUnion, which always recursively resolves type aliases. Replace calls to UnionType#getMembers to SoyTypes#flattenUnion* where possible. In general, work on uses of SoyType to make the logic more compatible with type aliases.
Jesse Costello-Good
More...
20 days ago
Internal
Soy Authors
More...
21 days ago
Allow short form calls on expressions typed as unions of template types. This was working for some conditional expressions, since `b ? f1 : f2` will be typed as one of {f1, f2} if one is assignable to the other (computeLowestCommonType). Remove some dead code.
Jesse Costello-Good
More...
21 days ago
Internal
Soy Authors
More...
21 days ago
Add tests for b/429239845.
Jesse Costello-Good
More...
21 days ago
Add comments about why we flush for certain html elements. Unify logic around non-outputting soy nodes. No-op.
Jesse Costello-Good
More...
21 days ago
Fix the exclude/extract null/undefined/nullish WRT named types.
Jesse Costello-Good
More...
21 days ago
Fix a crash that happens in SoyJS compilation when named types are used, we need to filter out empty namespaces.
Nicholas Yu
More...
21 days ago
Use SoyType.isAssignableFrom* rather than checking SoyType.getKind() in more places.
Jesse Costello-Good
More...
22 days ago
←
1
2
3
4
5
6
7
8
9
…
209
210
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree