Qythyx
Qythyx
What about HTTPS, should that be going through the HTTP proxy (it doesn't work for me) or through SOCKS (also not working)? I'm trying this via Safari on a Mac....
@Nu11u5, thanks for the response. I did notice the large JSON object, but in my case it was not shown in full and said something about being truncated with some...
I think that just seeing the lines around the reported error are enough.
@Nu11u5 , I tried it but it seemed to give the same error, but just showing the Typescript filename instead of the `.gs`. In my case the error is: `ParseError:...
@Nu11u5, is there an option needed to show the snippet? When I run this is all I get: ```sh ❯ clasp push Push failed. Errors: ParseError: Unexpected token ; -...
@Nu11u5, sure. What is the best way to share it with you privately?
@Nu11u5, thanks, that error snippet is definitely better than before. I understand your explanation about the field declarations being the problem, but I'm very confused of why this is suddenly...
@Nu11u5, I noticed if I look at my transpiled .gs files already pushed to my project, they have a comment at the top that says `// Compiled using ts2gas 3.6.4...
Actually, it wasn't that simple. The push succeeded, but that was because it wasn't including all my files (those in subfolders). When I moved things around v2.2.0 failed with a...
@Nu11u5, it basically coverts them to `this.field`. Here's the transpiled version of Beer.ts: ```js // Compiled using ts2gas 3.6.3 (TypeScript 3.9.7) var exports = exports || {}; var module =...