Paulo Lopes
Paulo Lopes
The current build will run `typedoc` to generate basic api documentation from the module type definitions. It turns out that the dependency on typedoc is quite old and a simple...
https://developer.mozilla.org/en-US/docs/Web/API/URL The shim task would be to offer a minimal set of constructors so webpack would not fail on finding other entry points like the ones used by workers
Need to verify and update the tsdocs links to include all the new generated modules.
https://www.graalvm.org/sdk/javadoc/org/graalvm/polyglot/proxy/ProxyIterator.html We should map those from Java to JS and update codegen accordingly.
Currently `node` isn't supported however if graalvm node implementation is used we could do a reverse workflow. 1. The main app would be either `es4x` or `node` and both could...
upstream vertx is reworking the documentation to focus only on java, kotlin. As we are polyglot developers, instead of duplicating the documentation on es4x site with half broken machine translated...
Currently we implement the require function to work with npm modules. Graalvm 20.0.0 introduced an experimental implementation of this feature so we can drop the code on our side and...
The launcher should parse the `package.json` by default.
The generated code works without errors for js, however the generated ts definitions might contain bugs although this isn't critical at runtime it can cause confusion at dev time. A...
- [ ] alias feature - [ ] polyglot support (enable disable) - [ ] access control to specific classes - [ ] redeploy feature - [ ] async/await also...