mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix(pages): AiScript変数があると型チェックができない問題を修正
This commit is contained in:
parent
3f361fe86b
commit
f90dc55308
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…
Reference in a new issue