Skip to content
Snippets Groups Projects
Commit da3008af authored by syuilo's avatar syuilo
Browse files

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

parent 66377665
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment