| 
									
										
										
										
											2019-06-09 15:38:18 +02:00
										 |  |  | load("//tools:defaults.bzl", "ts_library") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "renderer-to-renderer2", | 
					
						
							|  |  |  |     srcs = glob(["**/*.ts"]), | 
					
						
							|  |  |  |     tsconfig = "//packages/core/schematics:tsconfig.json", | 
					
						
							|  |  |  |     visibility = [ | 
					
						
							|  |  |  |         "//packages/core/schematics:__pkg__", | 
					
						
							| 
									
										
										
										
											2019-07-24 13:46:38 +02:00
										 |  |  |         "//packages/core/schematics/migrations/google3:__pkg__", | 
					
						
							| 
									
										
										
										
											2019-06-09 15:38:18 +02:00
										 |  |  |         "//packages/core/schematics/test:__pkg__", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/core/schematics/utils", | 
					
						
							|  |  |  |         "@npm//@angular-devkit/schematics", | 
					
						
							|  |  |  |         "@npm//@types/node", | 
					
						
							|  |  |  |         "@npm//typescript", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |