Raj Dosanjh
Raj Dosanjh
Hey it seems that Handlebars JS has created their own [custom exception](https://github.com/handlebars-lang/handlebars.js/blob/6790c080c641ef2b44e663800e1794fae180977a/types/index.d.ts#L97) which seems to be the problem. Here is a minimal example that outlines the problem ``` import com.google.common.io.Resources;...
I've done some digging and this was introduced in this [commit](https://github.com/oracle/graaljs/commit/e99bb268e4c2bcb4029b523a46a2aef19e1cd4f4). We were using the "js.nashorn-compat" mode but when they became combined it broke our functionality. Here is the line...