0
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix DisambiguateProperties whenever an inferface was unioned with a constructor. The problem is that processProperty would recurse twice--once to get the alternates of the union and once to get the interface implementations--and the related type would not get passed up the recursion stack. (Nick) More... almost 15 years ago
Fix DisambiguateProperties whenever an inferface was unioned with a constructor. The problem is that processProperty would recurse twice--once to get the alternates of the union and once to get the interface implementations--and the related type would not get passed up the recursion stack. (Nick) More... almost 15 years ago
Updates google maps api v3 extern. Contributed by Chad Killingsworth. More... almost 15 years ago
Updates google maps api v3 extern. Contributed by Chad Killingsworth. More... almost 15 years ago
Add docs for CommandLineRunner. More... almost 15 years ago
Add docs for CommandLineRunner. More... almost 15 years ago
changed access level of constructors of CommandLineRunner to protected More... almost 15 years ago
changed access level of constructors of CommandLineRunner to protected More... almost 15 years ago
Made the constructors for CommandLineRunner public again so it can be subclassed. More... almost 15 years ago
Made the constructors for CommandLineRunner public again so it can be subclassed. More... almost 15 years ago
Changed CommandLineRunner to public, as I believe that was the intention according to http://groups.google.com/group/closure-compiler-discuss/browse_thread/thread/1e4e73765b1fd56f More... almost 15 years ago
Changed CommandLineRunner to public, as I believe that was the intention according to http://groups.google.com/group/closure-compiler-discuss/browse_thread/thread/1e4e73765b1fd56f More... almost 15 years ago
Rename CompilerRunner -> CommandLineRunner. I'll also do this for JSCompilerRunner, but it will be a much bigger change. (Nick) More... almost 15 years ago
Rename CompilerRunner -> CommandLineRunner. I'll also do this for JSCompilerRunner, but it will be a much bigger change. (Nick) More... almost 15 years ago
emit the right error message when goog is required. (Nick) More... almost 15 years ago
emit the right error message when goog is required. (Nick) More... almost 15 years ago
"var arguments" never shadows the built-in arguments array. Fixes issue 115. More... almost 15 years ago
"var arguments" never shadows the built-in arguments array. Fixes issue 115. More... almost 15 years ago
Merge NodeTypeNormalizer and CodingConventionAnnotator into a single pass. (Nick) More... almost 15 years ago
Merge NodeTypeNormalizer and CodingConventionAnnotator into a single pass. (Nick) More... almost 15 years ago
Fix a bug in expression decomposition (Alan) More... almost 15 years ago
Fix a bug in expression decomposition (Alan) More... almost 15 years ago
Make the CFA recognize possible ON_EX edges for instanceof operations. Fixes issue 113. (Alan) More... almost 15 years ago
Make the CFA recognize possible ON_EX edges for instanceof operations. Fixes issue 113. (Alan) More... almost 15 years ago
Fixes a bug in getGreatestSubtype (Andrew) More... almost 15 years ago
Fixes a bug in getGreatestSubtype (Andrew) More... almost 15 years ago
Fix getGreatestSubtype for UnionTypes by always returning the meet of the two types. (Andrew) More... almost 15 years ago
Fix getGreatestSubtype for UnionTypes by always returning the meet of the two types. (Andrew) More... almost 15 years ago
MIME type updates. More... almost 15 years ago
Runtime type check. (Nada and Andrew) More... about 15 years ago