pulumi/sdk/nodejs/runtime/closure
Robbie McKinstry 42870b5db2
Don't use the `delete` operator.
This commit replaces uses of `delete` with a safer option,
assigning undefined. `delete` has unexpected behavior and can harm perf.
2023-04-28 22:07:35 -04:00
..
codePaths.ts Don't use the `delete` operator. 2023-04-28 22:07:35 -04:00
createClosure.ts Apply autoformat 2023-04-28 18:27:10 -04:00
package.ts Apply autoformat 2023-04-28 18:27:10 -04:00
parseFunction.ts Apply autoformat 2023-04-28 18:27:10 -04:00
rewriteSuper.ts Apply autoformat 2023-04-28 18:27:10 -04:00
serializeClosure.ts Don't use the `delete` operator. 2023-04-28 22:07:35 -04:00
utils.ts Apply autoformat 2023-04-28 18:27:10 -04:00
v8.ts Apply autoformat 2023-04-28 18:27:10 -04:00
v8Hooks.ts Apply autoformat 2023-04-28 18:27:10 -04:00