We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae87db7 commit 410f846Copy full SHA for 410f846
tests/cases/fourslash/extract-method-uniqueName.ts
@@ -9,8 +9,7 @@ edit.applyRefactor({
9
actionName: "scope_0",
10
actionDescription: "Extract to function in global scope",
11
newContent:
12
-`// newFunction
13
-/*RENAME*/newFunction_1();
+`/*RENAME*/newFunction_1();
14
15
function newFunction_1() {
16
// newFunction
tests/cases/fourslash/server/convertFunctionToEs6Class-server.ts
@@ -13,8 +13,7 @@
verify.applicableRefactorAvailableAtMarker('1');
verify.fileAfterApplyingRefactorAtMarker('1',
-`// Comment
17
-class fn {
+`class fn {
18
constructor() {
19
this.baz = 10;
20
}
0 commit comments