Skip to content

Commit 064e35d

Browse files
docs: remove 'I hope to' comments from scope-manager-interface (#19300)
1 parent 8e00305 commit 064e35d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/src/extend/scope-manager-interface.md

-6
Original file line numberDiff line numberDiff line change
@@ -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

143139
Those 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[]`

0 commit comments

Comments
 (0)