Sam Cao
Sam Cao
Also, the majority of Javet users sometimes build their applications for Windows or MacOS on Linux. They can explicitly declare the dependencies. Javet tends to be as less intrusive as...
I appreciate that if you could create a PoC project demonstrating the idea and I would validate it with some common use cases. And yes, if it worked well, why...
The class mode is not what you described to be. If the converter finds the object is a class, it directly puts that class in the internal data structure. I...
Please review the [doc](https://www.caoccao.com/Javet/reference/resource_management/modularization.html).
`require()` doesn't involve the module resolver. Please read the doc.
READ THE DOC.
Please follow the [doc](https://www.caoccao.com/Javet/reference/converters/proxy_converter.html#dynamic-anonymous-object-for-class) strictly and try again. The JS code should look like the following. ```js { add: (a, b) => a + b, } ```
It only works for classes with default constructor. New features are not planned.
Well, it seems [JavetBuddy](https://github.com/caoccao/JavetBuddy) needs to adapt to Android in the future.
It seems you are using the engine pool which disables `eval()` by default. Please check this [page](https://www.caoccao.com/Javet/reference/javadoc/com/caoccao/javet/interop/engine/JavetEngineConfig.html#setAllowEval-boolean-) out to allow `eval()`.