Skip to content

Commit b597144

Browse files
Add upcoming feature flag for SE-409 (#430)
Until the Swift evolution parsing tool is updated, upcoming feature flags are included in the JavaScript that generates the Swift evolution dashboard. This adds the upcoming feature flag for SE-409.
1 parent 8485bd3 commit b597144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/swift-evolution.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const upcomingFeatureFlags = new Map([
5050
['SE-0354', 'BareSlashRegexLiterals'],
5151
['SE-0384', 'ImportObjcForwardDeclarations'],
5252
['SE-0401', 'DisableOutwardActorInference'],
53+
['SE-0409', 'InternalImportsByDefault'],
5354
])
5455

5556
/** Storage for the user's current selection of filters when filtering is toggled off. */

0 commit comments

Comments
 (0)