pulumi/sdk/nodejs/runtime
Justin Van Patten b22087715f
[auto/nodejs] Remove SxS check that's no longer needed (#14154)
This change removes the SxS check in the Node.js Automation API since
it's blocking a customer scenario and isn't needed anymore now that
#5449 has been addressed with #10568.

The check was originally added in #7349 to provide a helpful error
message when multiple versions of `@pulumi/pulumi` were used with inline
programs, which could cause clashes with global state. Since then, we've
changed how state is stored to allow parallel execution of multiple
inline programs with #10568. However, the SxS checks were not removed as
part of that change.

A customer recently hit the error associated with the SxS check. They
are creating a Next.js program that runs Pulumi operations as inline
programs. Next.js ends up loading modules multiple times in a way that
confuses the SxS checker, causing the error to be thrown, even though it
wouldn't have been a problem.

Fixes #14128
2023-10-11 18:09:58 +00:00
..
closure [sdk/nodejs] closure serializtion, lookup package.json from current directory up to parent directories (#13770) 2023-08-25 17:01:20 +00:00
asyncIterableUtil.ts Apply autoformat 2023-04-28 18:27:10 -04:00
config.ts Apply autoformat 2023-04-28 18:27:10 -04:00
debuggable.ts Use existing PULUMI_DEBUG_PROMISE_LEAKS=1 flag to enable printing 2023-06-15 07:43:05 -07:00
index.ts Add support for async mocks in TS 2023-06-01 13:58:53 +02:00
invoke.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
mocks.ts fix MockMonitor reporting DeletedWith wasn't supported (#14118) 2023-10-09 14:21:54 +00:00
resource.ts [sdk/*] Add support for resource source positions 2023-07-13 16:46:04 -07:00
rpc.ts Use existing PULUMI_DEBUG_PROMISE_LEAKS=1 flag to enable printing 2023-06-15 07:43:05 -07:00
settings.ts [auto/nodejs] Remove SxS check that's no longer needed (#14154) 2023-10-11 18:09:58 +00:00
stack.ts Warn about undefined stack outputs 2023-07-28 14:33:04 +01:00
state.ts Apply autoformat 2023-04-28 18:27:10 -04:00