fix(pages): AiScript変数があると型チェックができない問題を修正

This commit is contained in:
syuilo 2020-04-16 23:04:49 +09:00
parent 6637766554
commit da3008af1c
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ export class ASTypeChecker {
return null;
}
if (v.type === 'aiScriptVar') return null;
if (v.type === 'fn') return null; // todo
if (v.type.startsWith('fn:')) return null; // todo