| 
									
										
										
										
											2015-04-10 14:30:35 -07:00
										 |  |  | // TODO(martinprobst): This is a hand-written declarations file. Replace with an automatically
 | 
					
						
							|  |  |  | // generated one when TypeScript has a strategy to distribute TS source via npm.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export interface TranspilerOptions { | 
					
						
							|  |  |  |   failFast?: boolean; | 
					
						
							|  |  |  |   generateLibraryName?: boolean; | 
					
						
							|  |  |  |   generateSourceMap?: boolean; | 
					
						
							|  |  |  |   basePath?: string; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-11 13:29:32 -07:00
										 |  |  | export class Transpiler { | 
					
						
							| 
									
										
										
										
											2015-04-10 14:30:35 -07:00
										 |  |  |   constructor(options: TranspilerOptions); | 
					
						
							|  |  |  |   transpile(fileNames: string[], outdir?: string); | 
					
						
							|  |  |  | } |