/graalvm-nodejs-context

A Collection of usefull Objects and Methods that would exist by default inside nodejs used to run NodeJS Code inside of GraalVM's ECMAScript Context

Apache License 2.0Apache-2.0

graalvm-nodejs-context

A Collection of usefull Objects and Methods that would exist by default inside nodejs used to run NodeJS Code inside of GraalVM's ECMAScript Context

TODO

Improve broken String Handling

It is using the JavaString Class at present that leads to side effects like #1

use the truffle api to parse the ast

https://www.graalvm.org/graalvm-as-a-platform/implement-instrument/