fix(pages): AiScript変数があると型チェックができない問題を修正
This commit is contained in:
		
							parent
							
								
									6637766554
								
							
						
					
					
						commit
						da3008af1c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -110,6 +110,7 @@ export class ASTypeChecker {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							if (v.type === 'aiScriptVar') return null;
 | 
				
			||||||
		if (v.type === 'fn') return null; // todo
 | 
							if (v.type === 'fn') return null; // todo
 | 
				
			||||||
		if (v.type.startsWith('fn:')) return null; // todo
 | 
							if (v.type.startsWith('fn:')) return null; // todo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue