Marcelo Serpa

Results 104 comments of Marcelo Serpa

Does anyone know how to suppress / fix those warnings? It's beyond annoying for me at this point :(

@varadig What error are you experiencing when using the mongoose externs? So far, js-kit has worked relatively well with Haxe 4 for me, but I have only used the Express...

> Mh all I know is these lines are generated with this macro: > https://github.com/clemos/haxe-js-kit/blob/develop/util/CopyMethods.hx#L31 > I guess fun.expr should be nulled somewhere @clemos I've tried nullifying `func.expr` but Haxe...

But `expr` is part of func not `f` (Field), right? On Sun, Aug 4, 2019 at 1:46 PM Clément Charmet wrote: > You may want to try to just add...

@clemos I've added `expr: null` as you suggested, here (`CopyMethods.hx`): ![jskit](https://user-images.githubusercontent.com/81248/62432521-d2b79480-b6f5-11e9-9e3d-00b263c9d061.png) But then I get the following errors: ``` haxe build-server.hxml [2.5.0] src/hx/server/externs/util/CopyMethods.hx:75: characters 20-21 : { pos : haxe.macro.Position,...

@clemos On a related note/question, do you have any ETA on when `haxe-js-kit` will be using the official nodejs externs from the Haxe Foundation?

Thanks @clemos, I hope life is treating you well, man! I'll have a peek at fixing it. It's sad to see this project dying, hopefully someone will take it over....

I managed to fix this, although I'm not sure how good the solution is and if it'll work in all cases. I'll push a PR in the next few days.

That's cool. Would love to contribute. My main point is that it's quite confusing to navigate the Haxe js ecosystem as of now. I think haxe-js-kit should be the point...