@@ -119,8 +119,6 @@ Those members are defined but not used in ESLint.
119119* ** Type:** ` Map<string, Variable> `
120120* ** Description:** The map from variable names to variable objects.
121121
122- > I hope to rename` set ` field or replace by a method.
123-
124122####references
125123
126124* ** Type:** ` Reference[] `
@@ -136,8 +134,6 @@ Those members are defined but not used in ESLint.
136134* ** Type:** ` boolean `
137135* ** Description:** ` true ` if this scope is` "function-expression-name" ` scope.
138136
139- > I hope to deprecate` functionExpressionScope ` field as replacing by` scope.type === "function-expression-name" ` .
140-
141137###Deprecated members
142138
143139Those members are defined but not used in ESLint.
@@ -217,8 +213,6 @@ Those members are defined but not used in ESLint.
217213* ** Type:** ` ASTNode[] `
218214* ** Description:** The array of` Identifier ` nodes which define this variable. If this variable is redeclared, this array includes two or more nodes.
219215
220- > I hope to deprecate` identifiers ` field as replacing by` defs[].name ` field.
221-
222216####references
223217
224218* ** Type:** ` Reference[] `