-
I'm hitting this while server-side rendering markdown via micromark in a React app:
```
org.graalvm.polyglot.PolyglotException: ReferenceError: document is not defined
```
That error is coming…
-
If I'm gonna abandon much of npm packages then i might as well just use different language that is faster like Rust or Go.
-
I am working on task to migrate from Nashorn JS engine to GraalJS.
During process I figure out that performance with GraalJS is in average 8-10 worse than show Nashorn engine.
In our application use…
-
Google Closure Library's [`goog.provide`](https://github.com/google/closure-library/blob/66700f582b1f94d6ef6e8f9e7d9dbb2ca7d6d792/closure/goog/base.js#L325-L360) doesn't work in graaljs when the given…
-
Hello, after upgrade from GraalJS 20.2.0 to 20.3.0 I am observing a change in behavior when cancelling a script, which I couldn't find in the Release notes. In 20.2.0 the `PolyglotException` correctly…
-
**Describe the bug**
Running Ajax spider w/ default settings in weekly container throws firefox Lib error. The scan then just runs on a small list of URL rather than the full list found by Ajax Spid…
-
```
Vertx vertx = Vertx.vertx();
Context context = vertx.getOrCreateContext();
Context.runOnContext(v1 -> {
System.out.println("One");
context.runOnContext(v2 -> {
…
-
Hi,
Now that graaljs is on central we miss nodejs core module impl to be able to replace node exec by graal code.
Is it possible to package it as a jar and deploy it on central?
Was trying to run…
-
### Apache NetBeans version
Latest release
### What happened
-------------------------------------------------------------------------------
>Log Session: Saturday, February 5, 2022 at 10:42:52 AM…
-
my version:
VM: OpenJDK 64-Bit Server VM - 14.0.2
VM Vendor: null
Vert.x: 4.0.0.CR1
ES4X: 0.14.0-CR1
graaljs: 20.2.0
1. package.json has extra characters
![image](https:/…