| 
									
										
										
										
											2018-09-11 18:11:32 -07:00
										 |  |  | load("//tools:defaults.bzl", "jasmine_node_test", "ts_library") | 
					
						
							| 
									
										
										
										
											2018-03-21 14:22:06 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # check_types_spec | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "check_types_lib", | 
					
						
							| 
									
										
										
										
											2018-10-15 23:24:22 -07:00
										 |  |  |     testonly = True, | 
					
						
							| 
									
										
										
										
											2018-03-21 14:22:06 -07:00
										 |  |  |     srcs = ["check_types_spec.ts"], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/compiler-cli", | 
					
						
							|  |  |  |         "//packages/compiler-cli/test:test_utils", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//typescript", | 
					
						
							| 
									
										
										
										
											2018-03-21 14:22:06 -07:00
										 |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | jasmine_node_test( | 
					
						
							|  |  |  |     name = "check_types", | 
					
						
							| 
									
										
										
										
											2018-09-14 09:48:55 -07:00
										 |  |  |     timeout = "long",  # 900 seconds | 
					
						
							| 
									
										
										
										
											2020-01-07 23:56:49 -08:00
										 |  |  |     bootstrap = ["//tools/testing:node_es5"], | 
					
						
							| 
									
										
										
										
											2018-03-21 14:22:06 -07:00
										 |  |  |     data = [ | 
					
						
							|  |  |  |         "//packages/common:npm_package", | 
					
						
							|  |  |  |         "//packages/core:npm_package", | 
					
						
							|  |  |  |     ], | 
					
						
							| 
									
										
										
										
											2018-10-15 23:24:22 -07:00
										 |  |  |     tags = [ | 
					
						
							| 
									
										
										
										
											2018-11-27 12:30:46 -08:00
										 |  |  |         # Disabled as these tests pertain to typechecking in the old ngc compiler. The Ivy ngtsc | 
					
						
							|  |  |  |         # compiler has its own typechecking implementation and tests. | 
					
						
							|  |  |  |         "no-ivy-aot", | 
					
						
							| 
									
										
										
										
											2018-10-15 23:24:22 -07:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2018-03-21 14:22:06 -07:00
										 |  |  |     deps = [ | 
					
						
							|  |  |  |         ":check_types_lib", | 
					
						
							|  |  |  |         "//packages/core", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-28 21:48:28 +02:00
										 |  |  | # typescript_version_spec | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "typescript_version_lib", | 
					
						
							| 
									
										
										
										
											2018-10-15 23:24:22 -07:00
										 |  |  |     testonly = True, | 
					
						
							| 
									
										
										
										
											2018-03-28 21:48:28 +02:00
										 |  |  |     srcs = ["typescript_version_spec.ts"], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/compiler-cli", | 
					
						
							|  |  |  |         "//packages/compiler-cli/test:test_utils", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | jasmine_node_test( | 
					
						
							|  |  |  |     name = "typescript_version", | 
					
						
							| 
									
										
										
										
											2020-01-07 23:56:49 -08:00
										 |  |  |     bootstrap = ["//tools/testing:node_es5"], | 
					
						
							| 
									
										
										
										
											2018-03-28 21:48:28 +02:00
										 |  |  |     deps = [ | 
					
						
							|  |  |  |         ":typescript_version_lib", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |