From 624a2915a158a99e027fc21cbbaf4ff52095017c Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:24:41 +0800 Subject: [PATCH] Update docs/v8-migration-api.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Huáng Jùnliàng --- docs/v8-migration-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.