pulumi/tests/integration/nodejs/sourcemap-in-program
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
..
Pulumi.yaml Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
index.ts Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
package.json Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
tsconfig.json Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00