diff --git a/docs/v8-migration-api.md b/docs/v8-migration-api.md index 2653753770..3e28accccc 100644 --- a/docs/v8-migration-api.md +++ b/docs/v8-migration-api.md @@ -329,7 +329,7 @@ Check out the [v8-migration guide](v8-migration.md) for other user-level changes +++ scope.path.hub ``` -- Remove `Scope.prototype.getAllBindingsOfKind` and `Scope.prototype.toArray` +- Remove `Scope.prototype.getAllBindingsOfKind` and `Scope.prototype.toArray` ([#16705](https://github.com/babel/babel/pull/16705)) These methods have been removed as they are not used anymore in our code base.