| 
									
										
										
										
											2019-02-01 14:46:38 +01:00
										 |  |  | load("//modules/playground/e2e_test:example_test.bzl", "example_test") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | example_test( | 
					
						
							|  |  |  |     name = "sourcemap", | 
					
						
							|  |  |  |     srcs = glob(["**/*.ts"]), | 
					
						
							|  |  |  |     data = [ | 
					
						
							|  |  |  |         "//modules/playground/src/sourcemap", | 
					
						
							| 
									
										
										
										
											2019-11-26 17:34:12 -08:00
										 |  |  |         "//modules/playground/src/sourcemap:index.ts", | 
					
						
							| 
									
										
										
										
											2019-02-01 14:46:38 +01:00
										 |  |  |     ], | 
					
						
							|  |  |  |     server = "//modules/playground/src/sourcemap:devserver", | 
					
						
							| 
									
										
										
										
											2021-02-04 14:38:25 -08:00
										 |  |  |     deps = [ | 
					
						
							|  |  |  |         "@npm//source-map", | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2019-02-01 14:46:38 +01:00
										 |  |  | ) |