ASTCheck.checkAST

checks a script's AST for any errors

Arguments: node is the ScriptNode for the script

Return Value

Type: CompileError[]

errors in CompileError[] or just an empty array if there were no errors

Meta