We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75e4d1 commit c94d41bCopy full SHA for c94d41b
1 file changed
jacodb-ets/src/main/kotlin/org/jacodb/ets/model/Export.kt
@@ -61,7 +61,7 @@ data class EtsExportInfo(
61
// For direct exports:
62
// export default value
63
// export { value as default }
64
- return super.isDefault
+ return name == "default" || super.isDefault
65
}
66
67
/**
0 commit comments