Browse Source
			
			
			fix:(files-checker): add cypress.d.ts and custom.d.ts
			
				Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
			
			
				pull/36534/head
			
			
		 
		
			
				
					
						
						John Molakvoæ
					
					3 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 60C25B8C072916CF
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
4 additions and 
2 deletions
			 
			
		 
		
			
				- 
					
					
					 
					apps/files/src/types.ts
				
 
			
				- 
					
					
					 
					build/files-checker.php
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -33,7 +33,7 @@ export type FilesState = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					export type FilesStore = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						[id: number]: Node | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						[fileid: number]: Node | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					export type RootsStore = { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  | 
				
			
			
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -67,8 +67,10 @@ $expectedFiles = [ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'contribute', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'core', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'cron.php', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'cypress', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'custom.d.ts', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'cypress.config.ts', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'cypress.d.ts', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'cypress', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'dist', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'index.html', | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						'index.php', | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |