pulumi/sdk/nodejs/runtime
Fraser Waters 544b27e5b1
Couple of monitor support code cleanups from review (#17267)
Couple of things pointed out by @lunaris while reviewing
https://github.com/pulumi/pulumi/pull/17153.

First use `get` instead of `if` for looking up in python dictionaries:
https://github.com/pulumi/pulumi/pull/17153#discussion_r1758413156

Second to use `Promise.all` to collect all feature supports at once:
https://github.com/pulumi/pulumi/pull/17153#discussion_r1752320486
2024-09-16 19:10:57 +00:00
..
closure Improve TypeDocs for `sdk/nodejs/runtime` (#16621) 2024-07-15 11:27:47 +00:00
asyncIterableUtil.ts Improve TypeDocs for `sdk/nodejs/runtime` (#16621) 2024-07-15 11:27:47 +00:00
callbacks.ts implement invoke transforms for NodeJS (#16688) 2024-07-18 08:41:39 +00:00
config.ts Improve TypeDocs for `sdk/nodejs/runtime` (#16621) 2024-07-15 11:27:47 +00:00
debuggable.ts Improve TypeDocs for `sdk/nodejs/runtime` (#16621) 2024-07-15 11:27:47 +00:00
index.ts Add support for async mocks in TS 2023-06-01 13:58:53 +02:00
invoke.ts [nodejs] First-class output-versioned invokes (#17237) 2024-09-16 15:39:46 +00:00
mocks.ts Improve TypeDocs for `sdk/nodejs/runtime` (#16621) 2024-07-15 11:27:47 +00:00
resource.ts Try and avoid serializing `runtime/resource.js` (#17247) 2024-09-12 16:27:53 +00:00
rpc.ts [sdk/nodejs] Save pkg/mod registrations on async local store (#13240) 2024-08-02 07:37:06 +00:00
settings.ts Couple of monitor support code cleanups from review (#17267) 2024-09-16 19:10:57 +00:00
stack.ts implement invoke transforms for NodeJS (#16688) 2024-07-18 08:41:39 +00:00
state.ts Add packageReferences feature flag (#17153) 2024-09-13 14:32:53 +00:00