-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
googleapis/gax-nodejs
#662Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
We use google-gax because it is a dependency to other Gooble libraries. Suddenly about an hour ago our automated builds started failing with the following error. I am working around this with forcing a resolution to 1.7.5 in package.json for now....
.../node_modules/google-gax/build/src/pathTemplate.d.ts:14:9 - error TS1086: An accessor cannot be declared in an ambient context.
14 get size(): number;
~~~~
.../node_modules/google-gax/build/src/pathTemplate.d.ts:15:9 - error TS1086: An accessor cannot be declared in an ambient context.
15 get segments(): Segment[];
~~~~~~~~
Found 2 errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.