You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[17:58:02 WARN]: com.caoccao.javet.exceptions.JavetExecutionException: ReferenceError: exports is not defined
[17:58:02 WARN]: at com.caoccao.javet.interop.V8Native.execute(Native Method)
Since I transpile my code, it utilizes the exports object. This doesn't exist in current state. However, I got passed it by doing a hack, such as globalThis.exports = {}
The text was updated successfully, but these errors were encountered:
Since I transpile my code, it utilizes the
exports
object. This doesn't exist in current state. However, I got passed it by doing a hack, such asglobalThis.exports = {}
The text was updated successfully, but these errors were encountered: