Skip to content

Commit

Permalink
docs: remove 'I hope to' comments from scope-manager-interface (eslin…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Jan 2, 2025
1 parent 8e00305 commit 064e35d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/src/extend/scope-manager-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ Those members are defined but not used in ESLint.
* **Type:** `Map<string, Variable>`
* **Description:** The map from variable names to variable objects.

> I hope to rename `set` field or replace by a method.
#### references

* **Type:** `Reference[]`
Expand All @@ -136,8 +134,6 @@ Those members are defined but not used in ESLint.
* **Type:** `boolean`
* **Description:** `true` if this scope is `"function-expression-name"` scope.

> I hope to deprecate `functionExpressionScope` field as replacing by `scope.type === "function-expression-name"`.
### Deprecated members

Those members are defined but not used in ESLint.
Expand Down Expand Up @@ -217,8 +213,6 @@ Those members are defined but not used in ESLint.
* **Type:** `ASTNode[]`
* **Description:** The array of `Identifier` nodes which define this variable. If this variable is redeclared, this array includes two or more nodes.

> I hope to deprecate `identifiers` field as replacing by `defs[].name` field.
#### references

* **Type:** `Reference[]`
Expand Down

0 comments on commit 064e35d

Please sign in to comment.