Skip to content

Commit a561c6e

Browse files
committed
Improve the definition of the stability of JS components.
(cherry picked from commit b2e8c46)
1 parent 75bf47b commit a561c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def is_included(path):
325325
],
326326
boot_jars=['graal-js:GRAALJS_SCRIPTENGINE'],
327327
installable=True,
328-
supported=True,
328+
stability="supported",
329329
))
330330

331331
def verify_ci(args):

graal-nodejs/mx.graal-nodejs/mx_graal_nodejs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def mx_post_parse_cmd_line(args):
623623
],
624624
has_polyglot_lib_entrypoints=True,
625625
installable=True,
626-
supported=True,
626+
stability="supported",
627627
))
628628

629629
# pylint: disable=line-too-long

0 commit comments

Comments
 (0)