pulumi/sdk/nodejs/runtime/closure
Robbie McKinstry 9658df87e7
This commit safely replaces empty interfaces with type aliases.
Empty interfaces have no effect, even when they are subtyping
other interfaces. An empty interface is always equivalent to its supertype.
They can be safely replaced with type aliases, which better express
the semantic equivalence between the two types.
2023-05-11 23:10:00 -04:00
..
codePaths.ts Remove unncessary nullish chaining operator. 2023-05-10 12:45:01 -04:00
createClosure.ts This commit safely replaces empty interfaces with type aliases. 2023-05-11 23:10:00 -04:00
package.ts Apply autoformat 2023-04-28 18:27:10 -04:00
parseFunction.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -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