2020-06-25 01:32:41 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								load("@npm//@bazel/typescript:index.bzl", "ts_library")
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								ts_library(
							 | 
						
					
						
							
								
									
										
										
										
											2020-04-20 13:00:10 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    name = "utils",
							 | 
						
					
						
							
								
									
										
										
										
											2020-06-15 09:20:05 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    srcs = glob([
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "*.ts",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "git/*.ts",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ]),
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-10 10:29:44 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    module_name = "@angular/dev-infra-private/utils",
							 | 
						
					
						
							
								
									
										
										
										
											2020-10-01 16:06:56 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    # prodmode target must be set to es5 as the Octokit class, which is extended is not a proper
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    # prototyped object.
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    prodmode_target = "es5",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    visibility = ["//dev-infra:__subpackages__"],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    deps = [
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-05 15:37:31 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@octokit/graphql",
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-27 15:39:31 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@octokit/rest",
							 | 
						
					
						
							
								
									
										
										
										
											2020-06-15 09:20:05 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@octokit/types",
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-15 17:21:01 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/inquirer",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/node",
							 | 
						
					
						
							
								
									
										
										
										
											2021-04-01 16:17:04 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/semver",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/shelljs",
							 | 
						
					
						
							
								
									
										
										
										
											2020-08-26 11:38:19 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/yargs",
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-18 15:37:18 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//chalk",
							 | 
						
					
						
							
								
									
										
										
										
											2020-07-20 11:53:26 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//inquirer",
							 | 
						
					
						
							
								
									
										
										
										
											2021-04-01 16:17:04 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//semver",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//shelljs",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//tslib",
							 | 
						
					
						
							
								
									
										
										
										
											2020-05-05 15:37:31 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//typed-graphqlify",
							 | 
						
					
						
							
								
									
										
										
										
											2020-08-26 11:38:19 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//yargs",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-16 11:31:24 -07:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								)
							 |