I am developing a sheet add on using JavaScript framework and using clasp to push the files to google drive.
The problem is that clasp push command fails for some JavaScript code by simply saying:
code: 500, errors: [ { message: 'unknown error.', domain: 'global', reason: 'backenderror' } ]
I think App script doesn't allow certain JavaScript code.
So I am looking for the tool that can compile the JavaScript code and Google App script code and point me the exact location of exception or at least the reason of exception.
Any help would be great.
Thanks.