opencensus-node icon indicating copy to clipboard operation
opencensus-node copied to clipboard

[email protected] update failed plugins and core packages.

Open mayurkale22 opened this issue 5 years ago • 1 comments

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 avatar Jan 11 '19 18:01 mayurkale22

#252

mayurkale22 avatar Jan 11 '19 18:01 mayurkale22