Remove circular dependency, avoid adding 2 new ones
This commit is contained in:
@ -52,6 +52,7 @@ export function useConvertToVariable(range?: SourceRange) {
|
||||
try {
|
||||
const { variableName } = await getVarNameModal({
|
||||
valueName: valueName || 'var',
|
||||
selectionRanges: context.selectionRanges,
|
||||
})
|
||||
|
||||
const { modifiedAst: _modifiedAst, pathToReplacedNode } =
|
||||
|
Reference in New Issue
Block a user