pulumi/sdk/nodejs/cmd/run
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
..
index.ts Eliminate assignment statements used as expressions. 2023-05-15 19:48:47 -04:00
run.ts Revert package.json lookup fix. 2023-05-15 14:14:57 -04:00
tracing.ts Apply autoformat 2023-04-28 18:27:10 -04:00