mirror of https://github.com/pulumi/pulumi.git
1c937e3593
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. |
||
---|---|---|
.. | ||
closure | ||
asyncIterableUtil.ts | ||
config.ts | ||
debuggable.ts | ||
index.ts | ||
invoke.ts | ||
mocks.ts | ||
resource.ts | ||
rpc.ts | ||
settings.ts | ||
stack.ts | ||
state.ts |