File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.4+2  
2+ 
3+ *  Fix file URIs on windows.
4+ 
15## 0.7.4+1  
26
37*  Removed a ` log.finest `  with the output source of each generator. This allows
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class LibraryReader {
133133          // a valid import URL in Dart source code. 
134134          return  new  Uri (path:  to.pathSegments.last);
135135        }
136-         final  relative =  Uri . parse (p.relative (
136+         final  relative =  p. toUri (p.relative (
137137          to.toString (),
138138          from:  from.toString (),
139139        ));
Original file line number Diff line number Diff line change 11name : source_gen 
2- version : 0.7.4+1  
2+ version : 0.7.4+2  
33author : 
Dart Team <[email protected] > 44description : Automated source code generation for Dart. 
55homepage : https://github.com/dart-lang/source_gen 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments