File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ and testing code where a change in behavior is preferable.
92
92
93
93
## Proposed solution
94
94
95
- Introduce the notion of a *** migrate *** mode for individual experimental and
95
+ Introduce the notion of a migration mode for individual experimental and
96
96
upcoming features.
97
97
The core idea behind migration mode is a declaration of intent that can be
98
98
leveraged to build better supportive adoption experiences for developers.
@@ -150,8 +150,8 @@ be emitted.
150
150
This warning will belong to the diagnostic group ` StrictLanguageFeatures ` .
151
151
In a series of either of these options applied to a given feature, only the
152
152
last option will be honored.
153
- If an upcoming feature is both implied by the effective language mode and
154
- enabled in migration, the latter will be disregarded.
153
+ If a feature is both implied by the effective language mode and enabled in
154
+ migration mode , the latter option will be disregarded.
155
155
156
156
### Diagnostics
157
157
You can’t perform that action at this time.
0 commit comments