From 873f2d673df0d45a3131ca8f50beef46adc0aae3 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 bdb59493b1..cddd03418d 100644 --- a/docs/v8-migration-api.md +++ b/docs/v8-migration-api.md @@ -499,7 +499,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.