Valentin Lind

Results 1 issues of Valentin Lind

**Describe the bug** Graaljs supports importing CommonJS or ECMAScript modules. However, due to maestro's `GraalJsEngine` implementation, no module imports work currently. This most likely happens as `Context.newBuilder("js")` is missing `.allowIO(true)`...

bug
maestro cli
js
P2