Skip to content

Commit

Permalink
feat: move library to typescript code generation (#317)
Browse files Browse the repository at this point in the history
* move library to typescript

* run synth tool

* fix lint

* include common resources proto

* fix

* fix: update timeout

* fix: try this

* rerun synthtool to pick up API changes

* rerun synthtool

* replace timeout in synth.py

* feedback

Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
2 people authored and grayside committed Nov 3, 2022
1 parent 822fd5d commit 9fda547
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud-tasks/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
rules:
no-console: off
node/no-missing-require: off
parserOptions:
ecmaVersion: 8
1 change: 1 addition & 0 deletions cloud-tasks/createHttpTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

'use strict';
/*eslint no-warning-comments: [0, { "terms": ["todo", "fixme"], "location": "anywhere" }]*/

// sample-metadata:
// title: Cloud Tasks Create HTTP Target
Expand Down
1 change: 1 addition & 0 deletions cloud-tasks/createHttpTaskWithToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

'use strict';
/*eslint no-warning-comments: [0, { "terms": ["todo", "fixme"], "location": "anywhere" }]*/

// sample-metadata:
// title: Cloud Tasks Create HTTP Target with Token
Expand Down
1 change: 1 addition & 0 deletions cloud-tasks/createTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

'use strict';
/*eslint no-warning-comments: [0, { "terms": ["todo", "fixme"], "location": "anywhere" }]*/

// sample-metadata:
// title: Cloud Tasks Create App Engine Target
Expand Down
1 change: 1 addition & 0 deletions cloud-tasks/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

'use strict';
/*eslint no-warning-comments: [0, { "terms": ["todo", "fixme"], "location": "anywhere" }]*/

/**
* Create a task for a given queue with an arbitrary payload.
Expand Down

0 comments on commit 9fda547

Please sign in to comment.