Commit 0e9791a
authored
feat(instr-tedious): support tedious@18 (#2381)
tedious@18 adds its own .d.ts files. Compiling with them requires
TypeScript v5, and either target:'es2022' for 'AggregateError'
or using skipLibCheck:true in tsconfig.json.
This change limits the update to TypeScript v5 to just while
testing tedious@18 via test-all-versions' support for
'peerDependencies'.
THis also drops ts-mocha in favour of 'mocha --require ts-node/register'
as was done on opentelemetry-js.git in open-telemetry/opentelemetry-js#4840
Closes: #22661 parent b169191 commit 0e9791a
File tree
8 files changed
+287
-24
lines changed- plugins/node/instrumentation-tedious
- src
- test
8 files changed
+287
-24
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments