pulumi/sdk/nodejs/runtime/closure
Justin Van Patten 62609a97a5
[sdk/nodejs] Allow missing package.json dependencies (#16433)
Avoid an unhandled error when `dependencies` is missing from
`package.json` during closure serialization.

Fixes #16076
2024-06-21 10:04:12 +00:00
..
codePaths.ts [sdk/nodejs] Allow missing package.json dependencies (#16433) 2024-06-21 10:04:12 +00:00
createClosure.ts Don't load punycode module in function serialization code (#16149) 2024-05-08 16:38:35 +00:00
package.ts Apply autoformat 2023-04-28 18:27:10 -04:00
parseFunction.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
rewriteSuper.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
serializeClosure.ts Support serialising reserved NodeJS identifiers (#15879) 2024-04-10 15:12:43 +00:00
utils.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
v8.ts Serialize function values obtained from Function.bind (#15887) 2024-04-10 11:17:53 +00:00
v8Hooks.ts Apply autoformat 2023-04-28 18:27:10 -04:00