pulumi/sdk/nodejs/runtime
Robbie McKinstry 1c937e3593
Eliminate assignment statements used as expressions.
This change refactors assignment statements used as expressions
to prefer assignment statements instead. Assignments are often
assumed to now evaluate to a value, but instead to represent a
change to a lexical binding. By using them as expressions, we can
write confusing and buggy code. This commit eliminates those instances,
and enables a lint to prevent future occurances.
2023-05-15 19:48:47 -04:00
..
closure This commit safely replaces empty interfaces with type aliases. 2023-05-11 23:10:00 -04: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 Apply autoformat 2023-04-28 18:27:10 -04:00
index.ts Apply autoformat 2023-04-28 18:27:10 -04:00
invoke.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
mocks.ts Apply autoformat 2023-04-28 18:27:10 -04:00
resource.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
rpc.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
settings.ts Eliminate assignment statements used as expressions. 2023-05-15 19:48:47 -04:00
stack.ts Apply autoformat 2023-04-28 18:27:10 -04:00
state.ts Apply autoformat 2023-04-28 18:27:10 -04:00