| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | package(default_visibility=["//visibility:public"]) | 
					
						
							| 
									
										
										
										
											2017-07-21 14:11:35 -07:00
										 |  |  | load("@build_bazel_rules_typescript//:defs.bzl", "ts_library") | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "common", | 
					
						
							|  |  |  |     srcs = glob(["**/*.ts"], exclude=[ | 
					
						
							| 
									
										
										
										
											2017-03-22 17:13:24 -07:00
										 |  |  |       "http/**", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  |       "test/**", | 
					
						
							|  |  |  |       "testing/**", | 
					
						
							|  |  |  |     ]), | 
					
						
							|  |  |  |     module_name = "@angular/common", | 
					
						
							|  |  |  |     deps = ["//packages/core"], | 
					
						
							|  |  |  |     tsconfig = ":tsconfig-build.json", | 
					
						
							|  |  |  | ) |