Skip to content

Invalid export in /googleapis/build/src/index.d.ts #2357

Closed
@salitha-pathi

Description

@salitha-pathi

Following error raises when the library is used with Loopback 4

`node_modules/googleapis/build/src/index.d.ts:5:10 - error TS1005: 'from' expected.

5 export * as Common from 'googleapis-common';
~~

node_modules/googleapis/build/src/index.d.ts:5:13 - error TS1005: ';' expected.

5 export * as Common from 'googleapis-common';
~~~~~~

node_modules/googleapis/build/src/index.d.ts:5:20 - error TS1005: ';' expected.

5 export * as Common from 'googleapis-common';
~~~~

node_modules/googleapis/build/src/index.d.ts:5:25 - error TS1005: ';' expected.

5 export * as Common from 'googleapis-common';
`

Environment details

1.
  • OS: Windows 10 x64
  • Node.js version: 12.13.1
  • npm version: 6.12.1
  • googleapis version: 59.0.0
  • typescript version: 3.7.5
2.
  • OS: Ubuntu 18.04 LTS
  • Node.js version: 12.10.0
  • npm version: 6.14.4
  • googleapis version: 59.0.0
  • typescript version: 3.7.5

Thanks!

Metadata

Metadata

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions