Skip to content

Commit 056090f

Browse files
committed
fix bad inspections like trailing comma
add test for trailing comma
1 parent da0fec3 commit 056090f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/emberjs/gts/GtsSupport.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ class GtsFileType : LanguageFileType(GtsLanguage.INSTANCE) {
394394
if (other == TypeScriptFileType) {
395395
return true
396396
}
397+
if (other == JavaScriptFileType) {
398+
return true
399+
}
397400
return super.equals(other)
398401
}
399402

0 commit comments

Comments
 (0)