File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ Those members are defined but not used in ESLint.
119
119
* ** Type:** ` Map<string, Variable> `
120
120
* ** Description:** The map from variable names to variable objects.
121
121
122
- > I hope to rename ` set ` field or replace by a method.
123
-
124
122
#### references
125
123
126
124
* ** Type:** ` Reference[] `
@@ -136,8 +134,6 @@ Those members are defined but not used in ESLint.
136
134
* ** Type:** ` boolean `
137
135
* ** Description:** ` true ` if this scope is ` "function-expression-name" ` scope.
138
136
139
- > I hope to deprecate ` functionExpressionScope ` field as replacing by ` scope.type === "function-expression-name" ` .
140
-
141
137
### Deprecated members
142
138
143
139
Those members are defined but not used in ESLint.
@@ -217,8 +213,6 @@ Those members are defined but not used in ESLint.
217
213
* ** Type:** ` ASTNode[] `
218
214
* ** Description:** The array of ` Identifier ` nodes which define this variable. If this variable is redeclared, this array includes two or more nodes.
219
215
220
- > I hope to deprecate ` identifiers ` field as replacing by ` defs[].name ` field.
221
-
222
216
#### references
223
217
224
218
* ** Type:** ` Reference[] `
You can’t perform that action at this time.
0 commit comments