This also does no more depend on a version on npm for the compiler_cli. Also runs the tests for tools/metadata
		
			
				
	
	
		
			8 lines
		
	
	
		
			310 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			310 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import {__compiler_private__ as _c} from '@angular/compiler';
 | |
| 
 | |
| export type SelectorMatcher = typeof _c.SelectorMatcher;
 | |
| export var SelectorMatcher: typeof _c.SelectorMatcher = _c.SelectorMatcher;
 | |
| 
 | |
| export type CssSelector = typeof _c.CssSelector;
 | |
| export var CssSelector: typeof _c.CssSelector = _c.CssSelector;
 |