Skip to content

Commit ea080f9

Browse files
committed
Remove js dynamic imports from web-image suite.
1 parent 96eef59 commit ea080f9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

web-image/mx.web-image/suite.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@
1111
"name": "substratevm",
1212
"subdir": "true",
1313
},
14-
# Dynamic imports
15-
{
16-
"name": "graal-nodejs",
17-
"subdir": True,
18-
"dynamic": True,
19-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
20-
"urls": [
21-
{"url": "https://github.com/graalvm/graaljs.git", "kind": "git"},
22-
],
23-
},
24-
{
25-
"name": "graal-js",
26-
"subdir": True,
27-
"dynamic": True,
28-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
29-
"urls": [
30-
{"url": "https://github.com/graalvm/graaljs.git", "kind": "git"},
31-
],
32-
},
3314
]
3415
},
3516
"libraries": {

0 commit comments

Comments
 (0)