Upgrade TypeScript to the latest version, v4.1.3
This commit is contained in:
		
					parent
					
						
							
								38ab92da5d
							
						
					
				
			
			
				commit
				
					
						dd0ea6b3fe
					
				
			
		
					 10 changed files with 94 additions and 88 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ describe('LatestQueue', () => {
 | 
			
		|||
    const spy = sinon.spy();
 | 
			
		||||
 | 
			
		||||
    let openFirstTaskGate: undefined | (() => void);
 | 
			
		||||
    const firstTaskGate = new Promise(resolve => {
 | 
			
		||||
    const firstTaskGate = new Promise<void>(resolve => {
 | 
			
		||||
      openFirstTaskGate = resolve;
 | 
			
		||||
    });
 | 
			
		||||
    if (!openFirstTaskGate) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue