I am using monaco editor for writing groovy script in my Angular App. is there a way to verify the user written groovy script is compilable or not?
Like when user write the script and send the server to save. Before sending request to server i want to validate the script written by user is correct or compilable.