-
Is it currently possible to instrument ES6 code using `mx`? I know both NodeProf and GraalJS support ES6, but I'm not sure how to actually achieve this with `mx`.
Here's an example:
### `one.js`…
-
ByteSource is a class from Guava library.
It has several issues.
1. Binds us on Guava specific version https://enroute.osgi.org/FAQ/450-Designing-APIs.html#why-are-uses-constraints-a-problem
2. …
-
Hi!
This is not really a bug but more of a question, apologies up front if there is a better place for this sort of thing and I will take my question there.
I want to use ES6 features in my javas…
-
Actually I think that while developing NodeJVM you faced the same question, https://github.com/graalvm/graaljs/issues/12 :)
I am developing a proof of concept based on NodeJVM and the ability to la…
-
sorry if this reads like an adhd comment
## THIS IS A LONG TERM FEATURE SUGGESTION, PLS DONT TAKE THIS DOWN
i may also do some work on this im learning java, im at the stage where i can read but not…
-
Add support for loading Node's ES modules through the experimental `require` built-in function.
https://nodejs.org/api/esm.html#esm_package_json_type_field
https://github.com/graalvm/graaljs/blob/…
-
-
Hello,
So this looks like a huge improvement on the current JS library, so I thought I'd have a go this evening ... unfortunately, it looks like I can't just drop the GraalJS bundle into my addons …
-
It looks like there are different interop problems when working with large integers (larger than long, so probably `BigInteger`-related):
```
GraalVM MultiLanguage Shell 1.0.0-rc12
Copyright (c) …
-
js script exception not being extracted properly after 19.x.x
we noticed that exceptions changes from having actual message (in this case we have some errors from handlebars.js), to having `[object…