| 
									
										
										
										
											2016-06-23 09:47:54 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							|  |  |  |  * Copyright Google Inc. All Rights Reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2019-06-06 20:22:32 +01:00
										 |  |  | import {NodeJSFileSystem, setFileSystem} from './src/ngtsc/file_system'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-15 08:49:23 -08:00
										 |  |  | export {AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol} from '@angular/compiler'; | 
					
						
							| 
									
										
										
										
											2017-09-13 16:55:42 -07:00
										 |  |  | export {VERSION} from './src/version'; | 
					
						
							| 
									
										
										
										
											2016-12-13 17:35:06 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-26 13:31:59 -07:00
										 |  |  | export * from './src/metadata'; | 
					
						
							| 
									
										
										
										
											2017-06-09 14:50:57 -07:00
										 |  |  | export * from './src/transformers/api'; | 
					
						
							|  |  |  | export * from './src/transformers/entry_points'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-31 10:02:27 -07:00
										 |  |  | export * from './src/perform_compile'; | 
					
						
							| 
									
										
										
										
											2019-04-17 11:43:31 +01:00
										 |  |  | export * from './src/tooling'; | 
					
						
							| 
									
										
										
										
											2017-06-09 14:50:57 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-17 11:36:04 -04:00
										 |  |  | // TODO(tbosch): remove this once usages in G3 are changed to `CompilerOptions`
 | 
					
						
							| 
									
										
										
										
											2017-09-13 16:55:42 -07:00
										 |  |  | export {CompilerOptions as AngularCompilerOptions} from './src/transformers/api'; | 
					
						
							| 
									
										
										
										
											2017-11-02 14:49:38 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | export {ngToTsDiagnostic} from './src/transformers/util'; | 
					
						
							| 
									
										
										
										
											2019-01-29 11:33:37 -08:00
										 |  |  | export {NgTscPlugin} from './src/ngtsc/tsc_plugin'; | 
					
						
							| 
									
										
										
										
											2019-06-06 20:22:32 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | setFileSystem(new NodeJSFileSystem()); |