-
**Describe the bug**
I tried to import openapi spec file from the UI, but nothing happened. After checking the logs, I noticed very ugly error:
```
2021-05-09 10:01:09,612 [ZAP-Import-OpenAPI-2] ER…
-
# graaljs inside JVM dynamic import broken interop
ESM & CJS can not dynamic import additional CJS modules inside it also accessing module object inside cjs breaks graalvm silent when loaded via dy…
-
to #2
hey @wirthi .
> We are currently working on APIs and code examples to do this nicely without running into threading problems. We could already show in experiments how to submit entries…
-
Inside nodejs top level import and dynamicImport can also import CJS code that uses require
you can also
``` js
const require = createRequire(import.meta.url)
```
It would be great to add t…
-
As per [JEP 372 (Remove the Nashorn JavaScript Engine)](http://openjdk.java.net/jeps/372), Nashorn has now been [removed from Java](https://hg.openjdk.java.net/jdk/jdk/rev/9b72cae6d43f).
-
* **Version**: v14.12.0
* **Platform**: 64-bit Windows 8.1 (6.3.9600)
The `Array.prototype.forEach()`'s `index` value doesn't seem to be handled properly when passed as a comma-separated parameter…
-
Hi!
Consider the following JS code:
Promise.all(42).catch((e) => console.log(e.stack))
In GraalJS 20.2.0, I get:
```
TypeError: undefined is not a function
at Function.all (nativ…
-
Hi!
I have the following Scala class:
```
case class SomeClass(id: String) {
def getId() = id // provided for Nashorn compatibility
}
```
With Nashorn, I could write `someClassInstance…
-
GraalVM Version: 19.3.1
> org.graalvm.polyglot.PolyglotException: java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:221)
at com.oracle.truffle.js.nodes.c…
-
**Describe GraalVM and your environment :**
- GraalVM version: **20.0.0**
- CE or EE: **CE**
- JDK version: **JDK11**
- OS and OS Version: **Ubuntu 19.10**
- Architecture: **amd64**
- The …