From ab8ff1a67329a3ba84b45c520fff32c2fad900fe Mon Sep 17 00:00:00 2001 From: Andreas Woess Date: Thu, 22 Feb 2024 03:08:01 +0000 Subject: [PATCH] [GR-52036] Backport to 24.0: Switch statement expression should not be parsed in switch block scope. PullRequest: js/3063 --- vm/mx.vm/suite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/mx.vm/suite.py b/vm/mx.vm/suite.py index ea1879629824..254da88c8a83 100644 --- a/vm/mx.vm/suite.py +++ b/vm/mx.vm/suite.py @@ -33,7 +33,7 @@ "name": "graal-nodejs", "subdir": True, "dynamic": True, - "version": "6a7a40834be147ce68e588c88646bcf8d31e0ab5", + "version": "60733ff61fe356d590b0fb01c85d0d50f41c15b0", "urls" : [ {"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"}, ] @@ -42,7 +42,7 @@ "name": "graal-js", "subdir": True, "dynamic": True, - "version": "6a7a40834be147ce68e588c88646bcf8d31e0ab5", + "version": "60733ff61fe356d590b0fb01c85d0d50f41c15b0", "urls": [ {"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"}, ]