| 
									
										
										
										
											2019-09-27 15:49:59 -07:00
										 |  |  | load("@npm_bazel_typescript//:index.bzl", "ts_library") | 
					
						
							| 
									
										
										
										
											2019-06-01 00:56:07 +09:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-06 12:06:53 +09:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							| 
									
										
										
										
											2019-06-01 00:56:07 +09:00
										 |  |  | 
 | 
					
						
							|  |  |  | exports_files(glob([ | 
					
						
							|  |  |  |     "**/*", | 
					
						
							|  |  |  | ])) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-06 12:06:53 +09:00
										 |  |  | ts_library( | 
					
						
							|  |  |  |     name = "zone_d_ts", | 
					
						
							|  |  |  |     srcs = [":zone.ts"], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "@npm//@types/node", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-01 00:56:07 +09:00
										 |  |  | ts_library( | 
					
						
							|  |  |  |     name = "lib", | 
					
						
							| 
									
										
										
										
											2019-10-06 12:06:53 +09:00
										 |  |  |     srcs = glob( | 
					
						
							|  |  |  |         ["**/*.ts"], | 
					
						
							|  |  |  |         exclude = ["zone.ts"], | 
					
						
							|  |  |  |     ), | 
					
						
							|  |  |  |     module_name = "zone.js/lib", | 
					
						
							| 
									
										
										
										
											2019-06-01 00:56:07 +09:00
										 |  |  |     deps = [ | 
					
						
							| 
									
										
										
										
											2019-10-06 12:06:53 +09:00
										 |  |  |         ":zone_d_ts", | 
					
						
							| 
									
										
										
										
											2019-06-01 00:56:07 +09:00
										 |  |  |         "@npm//@types/jasmine", | 
					
						
							|  |  |  |         "@npm//@types/node", | 
					
						
							|  |  |  |         "@npm//rxjs", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |