| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							|  |  |  | exports_files(["tsconfig.json"]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # This rule belongs in node_modules/BUILD | 
					
						
							|  |  |  | # It's here as a workaround for | 
					
						
							|  |  |  | # https://github.com/bazelbuild/bazel/issues/374#issuecomment-296217940 | 
					
						
							|  |  |  | filegroup( | 
					
						
							|  |  |  |     name = "node_modules", | 
					
						
							|  |  |  |     srcs = glob([ | 
					
						
							|  |  |  |         # Performance workaround: list individual files | 
					
						
							|  |  |  |         # This won't scale in the general case. | 
					
						
							|  |  |  |         # TODO(alexeagle): figure out what to do | 
					
						
							| 
									
										
										
										
											2017-06-09 18:32:36 -07:00
										 |  |  |         "node_modules/typescript/**", | 
					
						
							| 
									
										
										
										
											2017-07-21 14:11:35 -07:00
										 |  |  |         "node_modules/zone.js/**", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  |         "node_modules/rxjs/**/*.d.ts", | 
					
						
							| 
									
										
										
										
											2017-07-21 14:11:35 -07:00
										 |  |  |         "node_modules/rxjs/**/*.js", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  |         "node_modules/@types/**/*.d.ts", | 
					
						
							| 
									
										
										
										
											2017-07-21 14:11:35 -07:00
										 |  |  |         "node_modules/tsickle/**", | 
					
						
							|  |  |  |         "node_modules/hammerjs/**/*.d.ts", | 
					
						
							|  |  |  |         "node_modules/protobufjs/**", | 
					
						
							|  |  |  |         "node_modules/bytebuffer/**", | 
					
						
							|  |  |  |         "node_modules/reflect-metadata/**", | 
					
						
							|  |  |  |         "node_modules/minimist/**/*.js", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  |     ]), | 
					
						
							|  |  |  | ) |