| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | workspace(name = "bazel_integration_test") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-13 11:26:06 -08:00
										 |  |  | # Using a pre-release snapshot to pick up a commit that makes all nodejs_binary | 
					
						
							|  |  |  | # programs produce source-mapped stack traces and uglify sourcemaps. | 
					
						
							|  |  |  | RULES_NODEJS_VERSION = "4303cbef12e5e252ad66cc35cff1123e3a44ee83" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-09 10:22:00 -08:00
										 |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  |     name = "build_bazel_rules_nodejs", | 
					
						
							| 
									
										
										
										
											2018-02-13 11:26:06 -08:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_nodejs/archive/%s.zip" % RULES_NODEJS_VERSION, | 
					
						
							|  |  |  |     strip_prefix = "rules_nodejs-%s" % RULES_NODEJS_VERSION, | 
					
						
							|  |  |  |     sha256 = "fccb9a7122f339d89c9994dc0fea33c737dd76e66281d0da0cb841da5f1edec7", | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories") | 
					
						
							|  |  |  | node_repositories(package_json = ["//:package.json"]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  | RULES_TYPESCRIPT_VERSION = "d3cc5cd72d89aee0e4c2553ae1b99c707ecbef4e" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  |     name = "build_bazel_rules_typescript", | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_typescript/archive/%s.zip" % RULES_TYPESCRIPT_VERSION, | 
					
						
							|  |  |  |     strip_prefix = "rules_typescript-%s" % RULES_TYPESCRIPT_VERSION, | 
					
						
							|  |  |  |     sha256 = "a233fcca41c3e59f639ac71c396edb30e9e9716cf8ed5fb20b51ff8910d5d895", | 
					
						
							| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-17 14:49:08 -08:00
										 |  |  | load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace") | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-22 09:36:47 -08:00
										 |  |  | ts_setup_workspace() | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  | local_repository( | 
					
						
							|  |  |  |     name = "angular", | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  |     path = "node_modules/@angular/bazel", | 
					
						
							| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2017-09-26 09:44:47 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | local_repository( | 
					
						
							|  |  |  |     name = "rxjs", | 
					
						
							|  |  |  |     path = "node_modules/rxjs/src", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-09-26 09:44:47 -07:00
										 |  |  |     name = "io_bazel_rules_sass", | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_sass/archive/0.0.3.zip", | 
					
						
							|  |  |  |     strip_prefix = "rules_sass-0.0.3", | 
					
						
							|  |  |  |     sha256 = "8fa98e7b48a5837c286a1ea254b5a5c592fced819ee9fe4fdd759768d97be868", | 
					
						
							| 
									
										
										
										
											2017-09-26 09:44:47 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | sass_repositories() |