We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bf47b commit a561c6eCopy full SHA for a561c6e
graal-js/mx.graal-js/mx_graal_js.py
@@ -325,7 +325,7 @@ def is_included(path):
325
],
326
boot_jars=['graal-js:GRAALJS_SCRIPTENGINE'],
327
installable=True,
328
- supported=True,
+ stability="supported",
329
))
330
331
def verify_ci(args):
graal-nodejs/mx.graal-nodejs/mx_graal_nodejs.py
@@ -623,7 +623,7 @@ def mx_post_parse_cmd_line(args):
623
624
has_polyglot_lib_entrypoints=True,
625
626
627
628
629
# pylint: disable=line-too-long
0 commit comments