Endel Dreyer
Endel Dreyer
Hi @hernaneche, Thanks for trying out this project and for reporting. Unfortunately I do not plan to support this library anymore, since there isn't a real usage scenario I can...
Hi @amitguptagwl, sorry the delay to answer. For some reason I wasn't receiving email updates about this project. I couldn't reproduce the issue you described, though. I've successfully transpiled your...
@jcubic can you check this pull-request? there are a bunch of additions I haven't tested yet. maybe your case has been fixed here: https://github.com/endel/js2php/pull/42
This problem is because the tool uses only the AST node tree to rewrite the code, without taking the tokens into consideration. Each `(` and `)` are tokens that are...
Hey, can you post the code sample that caused this? Thanks On Sun 3. Mar 2019 at 03:31, Zaoqi wrote: > > /home/1828_sandbox/src/the-language/core/arch/php/node_modules/js2php/core/function.js:19 > node.parent.arguments.shift(); > ^ > > TypeError:...
Wow, lots of additions @zaoqi! Do you mind reviewing it? @2pha @allain @cscott @Grynn I'm not using this project anymore, so if you're okay with these changes, I'll just going...
@KamranAsif is your fork available on GitHub? I noticed that the `_generate` method is slower on version `2.x` than it used to be on `1.x`.
+1, I'm thinking in using objects with keys instead of arrays in my API due lack of "move" operation.
Hi @Steditor, thanks for the PR. The addition is very valuable specially for Windows users, the only problem I see is the addition of unnecessary dependencies (and its subdependencies) even...
Hi @zgz682000, thanks for the feedback. Such API may not be easy to expose, but I think we can adapt the parser to identify and generate ENUM and INTERFACE types....