Skip to content

Commit feeb89a

Browse files
Remove block iteration scope for classing
1 parent dcaafe9 commit feeb89a

15 files changed

+9
-185
lines changed

data/fixtures/scopes/javascript.core/functionName.iteration.block.scope

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ class MyClass {
1919
1| myFunk() { }
2020
2| }
2121
<
22-
23-
24-
[#3 Range] =
25-
[#3 Domain] = 1:14-1:15
26-
>-<
27-
1| myFunk() { }

data/fixtures/scopes/javascript.core/functionName.iteration.block2.scope

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/functionName.iteration.block3.scope

Lines changed: 0 additions & 22 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/functionName.iteration.block4.scope

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/functionName.iteration.document.scope

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ function myFunk() { }
33
// After
44
---
55

6-
[#1 Range] =
7-
[#1 Domain] = 0:0-2:8
6+
[Range] =
7+
[Domain] = 0:0-2:8
88
>---------
99
0| // Before
1010
1| function myFunk() { }
1111
2| // After
1212
--------<
13-
14-
15-
[#2 Range] =
16-
[#2 Domain] = 1:19-1:20
17-
>-<
18-
1| function myFunk() { }

data/fixtures/scopes/javascript.core/functionName.method.iteration.class.scope

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ class MyClass {
1919
1| myFunk() { }
2020
2| }
2121
<
22-
23-
24-
[#3 Range] =
25-
[#3 Domain] = 1:12-1:13
26-
>-<
27-
1| myFunk() { }

data/fixtures/scopes/javascript.core/name.iteration.block3.scope

Lines changed: 0 additions & 22 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/namedFunction.iteration.block.scope

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ class MyClass {
1919
1| myFunk() { }
2020
2| }
2121
<
22-
23-
24-
[#3 Range] =
25-
[#3 Domain] = 1:14-1:15
26-
>-<
27-
1| myFunk() { }

data/fixtures/scopes/javascript.core/namedFunction.iteration.block2.scope

Lines changed: 0 additions & 13 deletions
This file was deleted.

data/fixtures/scopes/javascript.core/namedFunction.iteration.block3.scope

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)