Skip to content

Commit ada6a75

Browse files
Remove block
1 parent e104f8e commit ada6a75

File tree

3 files changed

+2
-44
lines changed

3 files changed

+2
-44
lines changed

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

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

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

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

packages/common/src/scopeSupportFacets/javascript.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
4141
"namedFunction.method": supported,
4242
"namedFunction.method.iteration.class": supported,
4343
"namedFunction.constructor": supported,
44-
"namedFunction.iteration.block": supported,
4544

4645
functionName: supported,
4746
"functionName.iteration.document": supported,
4847
"functionName.method": supported,
4948
"functionName.method.iteration.class": supported,
5049
"functionName.constructor": supported,
51-
"functionName.iteration.block": supported,
5250

5351
functionCall: supported,
5452
"functionCall.constructor": supported,
@@ -147,13 +145,15 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
147145

148146
"class.iteration.block": notApplicable,
149147
"className.iteration.block": notApplicable,
148+
"functionName.iteration.block": notApplicable,
150149
"interior.cell": notApplicable,
151150
"interior.command": notApplicable,
152151
"interior.resource": notApplicable,
153152
"name.argument.actual.iteration": notApplicable,
154153
"name.argument.actual": notApplicable,
155154
"name.resource.iteration": notApplicable,
156155
"name.resource": notApplicable,
156+
"namedFunction.iteration.block": notApplicable,
157157
"section.iteration.document": notApplicable,
158158
"section.iteration.parent": notApplicable,
159159
"textFragment.element": notApplicable,

0 commit comments

Comments
 (0)