Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

[email protected] update failed plugins and core packages. #279

Open
mayurkale22 opened this issue Jan 11, 2019 · 1 comment
Open

[email protected] update failed plugins and core packages. #279

mayurkale22 opened this issue Jan 11, 2019 · 1 comment
Labels

Comments

@mayurkale22
Copy link
Member

Affected packages:

  • opencensus-core
  • opencensus-instrumentation-http
  • opencensus-instrumentation-https
  • opencensus-instrumentation-http2
  • opencensus-instrumentation-grpc
  • opencensus-instrumentation-mongodb

Build error: on opencensus-core package

@opencensus/[email protected] prepare opencensus-node/packages/opencensus-core
npm run compile:release

@opencensus/[email protected] compile:release opencensus-node/packages/opencensus-core
tsc -p tsconfig-release.json

src/internal/cls-ah.ts:80:34 - error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 24 more.

80 const res = cb.apply(this, arguments) as T;
~~~~~~~~~

src/internal/cls-ah.ts:106:20 - error TS2554: Expected 1 arguments, but got 3.

106 return oldMethod.call(this, event, ns.bind(cb));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Found 4 errors.

@mayurkale22
Copy link
Member Author

#252

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant