2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								load("//tools:defaults.bzl", "ts_library")
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								ts_library(
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    name = "static-queries",
							 | 
						
					
						
							
								
									
										
										
										
											2019-03-13 16:29:25 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    srcs = glob(["**/*.ts"]),
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    tsconfig = "//packages/core/schematics:tsconfig.json",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    visibility = [
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "//packages/core/schematics:__pkg__",
							 | 
						
					
						
							
								
									
										
										
										
											2019-06-18 11:28:23 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "//packages/core/schematics/migrations/google3:__pkg__",
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "//packages/core/schematics/test:__pkg__",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    deps = [
							 | 
						
					
						
							
								
									
										
										
										
											2019-04-08 16:16:56 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "//packages/compiler",
							 | 
						
					
						
							
								
									
										
										
										
											2019-04-12 17:55:51 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "//packages/compiler-cli",
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "//packages/core/schematics/utils",
							 | 
						
					
						
							
								
									
										
										
										
											2019-05-09 14:51:51 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//@angular-devkit/core",
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//@angular-devkit/schematics",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//@types/node",
							 | 
						
					
						
							
								
									
										
										
										
											2019-04-13 00:14:33 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								        "@npm//rxjs",
							 | 
						
					
						
							
								
									
										
										
										
											2019-02-27 20:30:38 +01:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								        "@npm//typescript",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    ],
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								)
							 |