pulumi/tests/integration/nodejs
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
..
codepaths Unskip tests skipped in #15555, #15556, #15557 (#15573) 2024-03-05 09:12:53 +00:00
codepaths-nested Unskip tests skipped in #15555, #15556, #15557 (#15573) 2024-03-05 09:12:53 +00:00
codepaths-no-dependencies [sdk/nodejs] Allow missing package.json dependencies (#16433) 2024-06-21 10:04:12 +00:00
codepaths-tsc Fix codepaths computation when working dir is nested relative to package.json (#15601) 2024-03-08 16:16:47 +00:00
codepaths-workspaces Unskip tests skipped in #15555, #15556, #15557 (#15573) 2024-03-05 09:12:53 +00:00
codepaths-workspaces-tsc Fix codepaths computation when working dir is nested relative to package.json (#15601) 2024-03-08 16:16:47 +00:00
compiler_options
esm-js
esm-js-main
esm-package-json-in-parent-dir-without-main
esm-srcdir-ts Regenerate test `package-lock.json` files (#16387) 2024-06-13 10:52:59 +00:00
esm-ts
esm-ts-compiled
esm-ts-default-export
esm-ts-nested-src
esm-ts-specifier-resolution-node
esm-with-package-json-in-parent-dir
main-overrides-package-json Only look for main in package.json if no entyrpoint was set via Pulumi.yaml (#16363) 2024-06-11 11:36:34 +00:00
npm-and-yarn-not-a-workspace Detect npm and yarn workspaces setups (#15421) 2024-02-16 08:25:12 +00:00
npm-and-yarn-workspaces Detect npm and yarn workspaces setups (#15421) 2024-02-16 08:25:12 +00:00
omit-stacktrace
oom Fix NodeJS OOM detection condition (#17045) 2024-08-22 15:06:16 +00:00
package-json-in-parent-dir-without-main
packageadd_npm Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
packageadd_pnpm Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
packageadd_yarn Modify packages for the user instead of printing instructions when adding package. (#17815) 2024-12-09 10:19:05 +00:00
parameterized Add packageReferences feature flag (#17153) 2024-09-13 14:32:53 +00:00
pnpm-workspace Detect pnpm workspaces (#15525) 2024-06-18 13:37:06 +00:00
pulumi-main Fix dependency installation for nodejs projects with a main property (#17391) 2024-09-26 15:22:28 +00:00
regression-12301 Remove unused `package.json` files from tests (#13162) 2024-07-08 14:09:16 +00:00
sourcemap-in-program Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
sourcemap-in-program-precompiled Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
sourcemap-in-test Fix source maps when using jest (#18108) 2024-12-24 10:25:28 +00:00
swc Respect the noCheck option from tsconfig.json (#18067) 2024-12-20 16:00:57 +00:00
ts-with-package-json-in-parent-dir
tsconfig-no-check Respect the noCheck option from tsconfig.json (#18067) 2024-12-20 16:00:57 +00:00
undefined-stack-output Warn about undefined stack outputs 2023-07-28 14:33:04 +01:00
yarn-workspaces-nohoist Detect npm and yarn workspaces setups (#15421) 2024-02-16 08:25:12 +00:00
.gitignore