| 
									
										
										
										
											2020-04-20 13:00:10 -07:00
										 |  |  | load("@npm_bazel_typescript//:index.bzl", "ts_library") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "format", | 
					
						
							| 
									
										
										
										
											2020-04-24 16:29:53 -07:00
										 |  |  |     srcs = glob([ | 
					
						
							|  |  |  |         "**/*.ts", | 
					
						
							|  |  |  |     ]), | 
					
						
							| 
									
										
										
										
											2020-04-20 13:00:10 -07:00
										 |  |  |     module_name = "@angular/dev-infra-private/format", | 
					
						
							|  |  |  |     visibility = ["//dev-infra:__subpackages__"], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//dev-infra/utils", | 
					
						
							|  |  |  |         "@npm//@types/cli-progress", | 
					
						
							|  |  |  |         "@npm//@types/inquirer", | 
					
						
							|  |  |  |         "@npm//@types/node", | 
					
						
							|  |  |  |         "@npm//@types/shelljs", | 
					
						
							|  |  |  |         "@npm//@types/yargs", | 
					
						
							|  |  |  |         "@npm//cli-progress", | 
					
						
							|  |  |  |         "@npm//inquirer", | 
					
						
							|  |  |  |         "@npm//multimatch", | 
					
						
							|  |  |  |         "@npm//shelljs", | 
					
						
							|  |  |  |         "@npm//yargs", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |