mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Experiment: Consider calls to have no non-local effects
This commit is contained in:
@@ -1346,7 +1346,7 @@ namespace ts {
|
||||
const call = <CallExpression>node.expression;
|
||||
if (isDottedName(call.expression)) {
|
||||
currentFlow = createFlowCall(currentFlow, call);
|
||||
hasNonLocalEffect = true;
|
||||
// Experiment: hasNonLocalEffect = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user