Tool to compile Google App Script locally

风格不统一 提交于 2020-03-26 04:04:26

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!