Skip to content

Commit 4477e9f

Browse files
Fix merge issues
1 parent efcfc25 commit 4477e9f

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

packages/common/src/scopeSupportFacets/java.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
135135
"name.iteration.enum": supported,
136136
"name.iteration.block": supported,
137137
"name.resource": supported,
138-
138+
"value.switch": supported,
139139
"value.assignment": supported,
140140
"value.foreach": supported,
141141
"value.field.class": supported,
@@ -164,15 +164,6 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
164164
"type.class": supported,
165165
"type.enum": supported,
166166
"type.interface": supported,
167-
168-
"value.assignment": supported,
169-
"value.foreach": supported,
170-
"value.field": supported,
171-
"value.return": supported,
172-
"value.return.lambda": supported,
173-
"value.variable": supported,
174-
"value.resource": supported,
175-
"value.switch": supported,
176167
"type.iteration.block": supported,
177168
"type.iteration.class": supported,
178169
"type.iteration.interface": supported,

packages/common/src/scopeSupportFacets/javascript.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ export const javascriptCoreScopeSupport: LanguageScopeSupportFacetMap = {
164164
"value.field.class": supported,
165165
"value.yield": supported,
166166
"value.switch": supported,
167-
168-
"type.class": supported,
169167
"value.iteration.block": supported,
170168
"value.iteration.class": supported,
171169
"value.iteration.document": supported,

packages/common/src/scopeSupportFacets/talon.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ export const talonScopeSupport: LanguageScopeSupportFacetMap = {
224224
"section.iteration.document": notApplicable,
225225
"section.iteration.parent": notApplicable,
226226
startTag: notApplicable,
227-
"statement.class": notApplicable,
228-
switchStatementSubject: notApplicable,
229227
tags: notApplicable,
230228
"textFragment.comment.block": notApplicable,
231229
"textFragment.element": notApplicable,

0 commit comments

Comments
 (0)