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. |
||
---|---|---|
.. | ||
index.ts | ||
run.ts | ||
tracing.ts |