@@ -15,7 +15,7 @@ enum Deprecation {
15
15
// DO NOT EDIT. This section was generated from the language repo.
16
16
// See tool/grind/generate_deprecations.dart for details.
17
17
//
18
- // Checksum: 0be67f32391e119205f8e98cd15fa8e7382b6dd2
18
+ // Checksum: 0bd4067eac410d6d9ab05aab30a1f5bf0e602144
19
19
20
20
/// Deprecation for passing a string directly to meta.call().
21
21
callString ('call-string' ,
@@ -40,7 +40,6 @@ enum Deprecation {
40
40
/// Deprecation for declaring new variables with !global.
41
41
newGlobal ('new-global' ,
42
42
deprecatedIn: '1.17.2' ,
43
- obsoleteIn: '2.0.0' ,
44
43
description: 'Declaring new variables with !global.' ),
45
44
46
45
/// Deprecation for using color module functions in place of plain CSS functions.
@@ -51,7 +50,9 @@ enum Deprecation {
51
50
52
51
/// Deprecation for / operator for division.
53
52
slashDiv ('slash-div' ,
54
- deprecatedIn: '1.33.0' , description: '/ operator for division.' ),
53
+ deprecatedIn: '1.33.0' ,
54
+ obsoleteIn: '2.0.0' ,
55
+ description: '/ operator for division.' ),
55
56
56
57
/// Deprecation for leading, trailing, and repeated combinators.
57
58
bogusCombinators ('bogus-combinators' ,
@@ -145,6 +146,10 @@ enum Deprecation {
145
146
deprecatedIn: '1.91.0' ,
146
147
description: 'A rest parameter before a positional or named parameter.' ),
147
148
149
+ /// Deprecation for the list.slash() function.
150
+ listSlash ('list-slash' ,
151
+ deprecatedIn: '2.0.0' , description: 'The list.slash() function.' ),
152
+
148
153
// END AUTOGENERATED CODE
149
154
150
155
/// Used for deprecations coming from user-authored code.
0 commit comments