Now `@experimental` tags are banned; and `@publicApi` tags are required on exports. PR Close #26595
		
			
				
	
	
		
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /** @publicApi */
 | |
| export interface A {
 | |
|     c: number;
 | |
|     a(arg: any[]): {[name: string]: number};
 | |
| }
 | |
| export { b } from './verify_submodule';
 |