pulumi/sdk/nodejs/cmd/run
Julien 502c283491
Fix source maps when using jest (#18108)
We should not enable source-map-support when just importing the Node.js
SDK. Source map handling is the business of whatever is running the
program. For tests this is for example jest. For the pulumi CLI this is
handled in the entrypoints `sdk/nodejs/cmd/run/index.ts`,
`sdk/nodejs/cmd/run-policy-pack` and `sdk/nodejs/cmd/run-plugin`, and
also `sdk/nodejs/cmd/dynamic-provider` and
`sdk/nodejs/provider/server.ts`.

Fixes https://github.com/pulumi/pulumi/issues/9218
2024-12-24 10:25:28 +00:00
..
error.ts Gracefully handle errors that don't implement toString (#18080) 2024-12-20 14:29:09 +00:00
index.ts Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
run.ts Respect the noCheck option from tsconfig.json (#18067) 2024-12-20 16:00:57 +00:00
tracing.ts Upgrade opentelemetry packages (#17922) 2024-12-04 17:34:42 +00:00