10 lines
		
	
	
		
			179 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /*
 | |
| * Runs compiler tests using in-browser DOM adapter.
 | |
| */
 | |
| 
 | |
| import {runCompilerCommonTests} from './compiler_common_tests';
 | |
| 
 | |
| export function main() {
 | |
|   runCompilerCommonTests();
 | |
| }
 |