| 
									
										
										
										
											2018-07-16 08:49:56 +01: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-03-20 13:47:59 +00:00
										 |  |  | import {hasBeenProcessed as _hasBeenProcessed} from './src/packages/build_marker'; | 
					
						
							|  |  |  | import {EntryPointJsonProperty, EntryPointPackageJson} from './src/packages/entry_point'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-29 10:13:14 +00:00
										 |  |  | export {ConsoleLogger, LogLevel} from './src/logging/console_logger'; | 
					
						
							|  |  |  | export {Logger} from './src/logging/logger'; | 
					
						
							| 
									
										
										
										
											2019-03-20 13:47:59 +00:00
										 |  |  | export {NgccOptions, mainNgcc as process} from './src/main'; | 
					
						
							| 
									
										
										
										
											2019-04-28 20:47:57 +01:00
										 |  |  | export {PathMappings} from './src/utils'; | 
					
						
							| 
									
										
										
										
											2019-03-20 13:47:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | export function hasBeenProcessed(packageJson: object, format: string) { | 
					
						
							|  |  |  |   // We are wrapping this function to hide the internal types.
 | 
					
						
							|  |  |  |   return _hasBeenProcessed(packageJson as EntryPointPackageJson, format as EntryPointJsonProperty); | 
					
						
							|  |  |  | } |