| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-25 01:13:43 -07:00
										 |  |  | load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_test") | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  | load("//tools:defaults.bzl", "nodejs_binary") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | nodejs_binary( | 
					
						
							|  |  |  |     name = "ngc_bin", | 
					
						
							|  |  |  |     data = [ | 
					
						
							|  |  |  |         "//packages/compiler-cli", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//chokidar", | 
					
						
							|  |  |  |         "@npm//reflect-metadata", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2019-06-07 13:38:06 -07:00
										 |  |  |     entry_point = "//packages/compiler-cli:src/main.ts", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | nodejs_binary( | 
					
						
							|  |  |  |     name = "ng_xi18n", | 
					
						
							|  |  |  |     data = [ | 
					
						
							|  |  |  |         "//packages/compiler-cli", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//chokidar", | 
					
						
							|  |  |  |         "@npm//reflect-metadata", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2019-06-07 13:38:06 -07:00
										 |  |  |     entry_point = "//packages/compiler-cli:src/extract_i18n.ts", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | nodejs_test( | 
					
						
							|  |  |  |     name = "integrationtest", | 
					
						
							|  |  |  |     data = [ | 
					
						
							|  |  |  |         ":ngc_bin", | 
					
						
							|  |  |  |         ":ng_xi18n", | 
					
						
							|  |  |  |         "@nodejs//:node", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//domino", | 
					
						
							|  |  |  |         "@npm//chokidar", | 
					
						
							| 
									
										
										
										
											2020-01-31 21:07:59 +00:00
										 |  |  |         "@npm//fs-extra", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//source-map-support", | 
					
						
							|  |  |  |         "@npm//shelljs", | 
					
						
							|  |  |  |         "@npm//typescript", | 
					
						
							|  |  |  |         "@npm//reflect-metadata", | 
					
						
							|  |  |  |         "@npm//rxjs", | 
					
						
							|  |  |  |         "@npm//tslib", | 
					
						
							|  |  |  |         "@npm//jasmine/bin:jasmine", | 
					
						
							|  |  |  |         "@npm//xhr2", | 
					
						
							|  |  |  |         "@npm//@types/node", | 
					
						
							|  |  |  |         "@npm//@types/jasmine", | 
					
						
							| 
									
										
										
										
											2019-10-06 12:06:53 +09:00
										 |  |  |         # we need to reference zone.d.ts typing file from zone.js build target | 
					
						
							|  |  |  |         # instead of npm because angular repo will not depends on npm zone.js | 
					
						
							|  |  |  |         # any longer. | 
					
						
							|  |  |  |         "//packages/zone.js/lib:zone_d_ts", | 
					
						
							|  |  |  |         # we need to reference zone.js npm_package build target | 
					
						
							|  |  |  |         # instead of npm because angular repo will not depends on npm zone.js | 
					
						
							|  |  |  |         # any longer, so we need to build a zone.js npm release first. | 
					
						
							|  |  |  |         "//packages/zone.js:npm_package", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  |         "//packages/animations:npm_package", | 
					
						
							|  |  |  |         "//packages/common:npm_package", | 
					
						
							|  |  |  |         "//packages/compiler:npm_package", | 
					
						
							|  |  |  |         "//packages/compiler-cli:npm_package", | 
					
						
							|  |  |  |         "//packages/core:npm_package", | 
					
						
							|  |  |  |         "//packages/forms:npm_package", | 
					
						
							|  |  |  |         "//packages/platform-browser:npm_package", | 
					
						
							|  |  |  |         "//packages/platform-browser-dynamic:npm_package", | 
					
						
							|  |  |  |         "//packages/platform-server:npm_package", | 
					
						
							|  |  |  |         "//packages/router:npm_package", | 
					
						
							|  |  |  |     ] + glob(["**/*"]), | 
					
						
							| 
									
										
										
										
											2019-06-20 17:12:01 -07:00
										 |  |  |     entry_point = "test.js", | 
					
						
							| 
									
										
										
										
											2019-01-22 18:46:51 +01:00
										 |  |  |     tags = ["no-ivy-aot"], | 
					
						
							|  |  |  | ) |