Skip to content

Commit a053d27

Browse files
Add Upcoming Feature Flag for SE-0413
Add the upcoming feature flag for SE-0413 to the evolution dashboard JavaScript.
1 parent 3d9e379 commit a053d27

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
@@ -52,6 +52,7 @@ const upcomingFeatureFlags = new Map([
5252
['SE-0401', 'DisableOutwardActorInference'],
5353
['SE-0409', 'InternalImportsByDefault'],
5454
['SE-0411', 'IsolatedDefaultValues'],
55+
['SE-0413', 'FullTypedThrows'],
5556
])
5657

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

0 commit comments

Comments
 (0)