| 
									
										
										
										
											2016-11-22 09:10:23 -08: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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							|  |  |  |  * Entry point for all public APIs of the language service package. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export {createLanguageService} from './src/language_service'; | 
					
						
							| 
									
										
										
										
											2017-04-25 12:13:06 -07:00
										 |  |  | export * from './src/ts_plugin'; | 
					
						
							| 
									
										
										
										
											2016-11-22 09:10:23 -08:00
										 |  |  | export {Completion, Completions, Declaration, Declarations, Definition, Diagnostic, Diagnostics, Hover, HoverTextSection, LanguageService, LanguageServiceHost, Location, Span, TemplateSource, TemplateSources} from './src/types'; | 
					
						
							|  |  |  | export {TypeScriptServiceHost, createLanguageServiceFromTypescript} from './src/typescript_host'; | 
					
						
							| 
									
										
										
										
											2016-12-06 16:21:07 -08:00
										 |  |  | export {VERSION} from './src/version'; |