Matthias Hild

Results 4 comments of Matthias Hild

Rodrigo, Thank you for investigating. I don't think your proposal is a solution that takes advantage of Graal's full performance potential. Perhaps, my statement of one of the two goals...

BTW, the [comment on Graal JS Issue 182](https://github.com/oracle/graaljs/issues/182#issuecomment-733053730) concerning the new `ContextBuilder.hostClassLoader` method may intend to suggest a follow-on hack around the `Thread.currentThread().setContextClassLoader(Context.class.getClassLoader())` hack already mentioned by the reporter of...

As a workaround, I opted to call tsc directly using "grunt-exec": "3.0.0" as shown below. To be sure, this creates some difficulties when working cross-platform but the direct use of...

I do not want to detract from the benefits of using a dedicated tsc wrapper! FYI, base output from exec as below. Additional output via tsconfig.json properties: "diagnostics": true, "traceResolution":...