pulumi/sdk/nodejs/provider
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
..
index.ts Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
internals.ts Improve TypeDocs for `sdk/nodejs` (#16622) 2024-07-15 09:05:28 +00:00
provider.ts [sdk/nodejs] Add getSchema to Provider interface (#17950) 2024-12-09 12:58:40 +00:00
server.ts Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00