Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							35f0ee510a 
							
						 
					 
					
						
						
							
							refactor(transformer): updates in properties syntax  
						
						
						
						
					 
					
						2015-05-29 11:44:44 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							d7df853bde 
							
						 
					 
					
						
						
							
							feat(Directive): convert properties to an array  
						
						... 
						
						
						
						fixes  #2013 
BREAKING CHANGE:
Before
    @Directive(properties: {
      'sameName': 'sameName',
      'directiveProp': 'elProp | pipe'
    })
After
    @Directive(properties: [
      'sameName',
      'directiveProp: elProp | pipe'
    ]) 
					
						2015-05-29 11:44:43 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Blasi 
							
						 
					 
					
						
						
						
						
							
						
						
							5d2af54730 
							
						 
					 
					
						
						
							
							feat(dart/transform): Improve constant evaluation  
						
						... 
						
						
						
						Use `package:analyzer`'s `ConstantEvaluator` to read from the AST.
This cleanly builds values for us from adjacent strings, interpolations,
etc. 
						
						
					 
					
						2015-05-28 15:18:22 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Blasi 
							
						 
					 
					
						
						
						
						
							
						
						
							abc8878547 
							
						 
					 
					
						
						
							
							feat(dart/transform): Reuse readDirectiveMetadata in plugin  
						
						... 
						
						
						
						Share code for parsing `DirectiveMetadata` values between the
transformer and the analyzer plugin. 
						
						
					 
					
						2015-05-08 14:34:16 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Blasi 
							
						 
					 
					
						
						
						
						
							
						
						
							c8ebd11d63 
							
						 
					 
					
						
						
							
							feat(dart/transform): Generate DirectiveMetadata for exports  
						
						... 
						
						
						
						For all files that export another library, include `DirectiveMetadata`
for the exported library in that file's associated `ng_meta.json` file. 
						
						
					 
					
						2015-05-06 17:17:04 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Blasi 
							
						 
					 
					
						
						
						
						
							
						
						
							0520ca68b4 
							
						 
					 
					
						
						
							
							feat(dart/transform): Add DirectiveMetadataExtractor transform step  
						
						... 
						
						
						
						Add a step that reads `DirectiveMetadata` object off annotated classes
into `.ng_meta.dart` files. These will be used by the `TemplateCompiler`
step as inputs to the Angular 2 render compiler.
Update one test to avoid unsupported functionality, format others. 
						
						
					 
					
						2015-05-05 12:07:50 -07:00