You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: Only throw if capability is not prepareprovider
100
+
FunctionDefinitionAst
101
+
or CommandAst=>RenameFunction(tokenToRename,scriptFile.ScriptAst,request),
102
+
103
+
VariableExpressionAst
104
+
or ParameterAst
105
+
or CommandParameterAst
106
+
or AssignmentStatementAst=>RenameVariable(tokenToRename,scriptFile.ScriptAst,request,options.createVariableAlias),
107
+
103
108
_ =>thrownewInvalidOperationException("This should not happen as PrepareRename should have already checked for viability. File an issue if you see this.")
0 commit comments