问题
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 the App script doesn't allow certain JavaScript code.
So I am looking for a 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 for the exception.
Any help would be great.
Thanks.
来源:https://stackoverflow.com/questions/60500823/tool-to-compile-google-app-script-locally