clasp
clasp copied to clipboard
๐ Command Line Apps Script Projects
## Steps to reproduce the problem 1. Install clasp locally 2. Create a project using --rootDir 3. Attempt to push files ## Expected Behavior (as in 2.4.0:) 4. Success ```shell...
## Code Sample ``` const a = [...myIter] ``` ### Compiled Function ``` var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { if (pack || arguments.length ===...
> (Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue) ## Expected Behavior can not push ## Actual Behavior ## Steps...
> (Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue) ## Expected Behavior ## Actual Behavior When I call clasp run,...
## Expected Behavior `clasp push` adheres to file push order defined in .clasp.json. ## Actual Behavior `clasp push` results in project files listed in lexicographic order. ## Steps to Reproduce...
It's a problem of ts2gas update. Until CLASP v2.1, ts2gas 1.6.x version was used but in CLASPv2.2 ts2gas leaps to 3.x which might have introduced this behaviour ## Expected Behavior...
The scenario is that in my team, we want to have a good developer workflow for Apps scripts project. Then we decided to use clasp with Typescript on it. When...
## Expected Behavior I would expect `clasp push -w` to sit indefinitely without crashing and dumping crash information. ## Actual Behavior After random amounts of time โsometimes it happens within...
hi 030// just like title, I found v2.5.0 at https://github.com/google/clasp/tree/2.5.0, but I don't see it on [npmjs.com](https://www.npmjs.com/package/@google/clasp) Will you push v2.5.0 to the npmjs ? ![2022-07-15 02_32_49-@google_clasp - npm โ...
> (Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue) ## Expected Behavior Push my clasp local file to Apps Script...