Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #1

Merged
merged 3 commits into from
Jan 2, 2019
Merged

sync #1

merged 3 commits into from
Jan 2, 2019

Conversation

PopGoesTheWza
Copy link
Owner

Fixes #<issue_number_goes_here> (it's a good idea to open an issue first for discussion)

  • npm run test succeeds.
  • npm run lint succeeds.
  • Appropriate changes to README are included in PR.

obelic2 and others added 3 commits December 30, 2018 23:22
Fixes #467 
Add any required parameters for a function as a valid JSON string. 
If none are supplied, the default is '[]'.

I have tested it with some of my own functions that require input params and it works.

- [x] ~~`npm run test` succeeds.~~ Clasp run tests are still skipped due to config errors
- [x] `npm run lint` succeeds.
- [x] Appropriate changes to README are included in PR.
Fixes #474 

By `getScriptTypeName` returning undefined when script type is not an add-on, the message at project creation was not displayed correctly.

```
$ clasp create
Created new undefined script: https://script.google.com/d/XXXXXX/edit
Cloned 1 file.
└─ appsscript.json
```

I fixed `getScriptTypeName` to return `type` If `type` is not add-on.

ex :

```
$ clasp create
Created new standalone script: https://script.google.com/d/XXXXXX/edit
Cloned 1 file.
└─ appsscript.json
```

- [ ] `npm run test` succeeds.
- [x] `npm run lint` succeeds.
- [ ] Appropriate changes to README are included in PR.
@PopGoesTheWza PopGoesTheWza merged commit b18f750 into PopGoesTheWza:master Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants