fix(pages): AiScript変数があると型チェックができない問題を修正
This commit is contained in:
parent
6637766554
commit
da3008af1c
|
@ -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…
Reference in New Issue