Philippe Elsass

Results 133 comments of Philippe Elsass

Thanks, we're using acorn and it doesn't have his option.

Still considering Cherow, but it doesn't offer some any walker algorithm so it would have to be re-implemented.

@KFlash I applaud your dedication to making your library easier to use. A parser delegate sound like a very useful addition for some people, but it doesn't work for me:...

Thanks @KFlash, estraverse look like something I could use. I already do manual traversing up to a certain point, then I delegate to the generic walk algorithm - which could...

I'm a bit confused by Electron, shouldn't the election client NOT have the nodejs flag? Because in my understanding Electron is providing a shim node API to the client. Also...

Aha, pardon my ignorance, so there really is the full node API basically in the browser context? Because what I've seen is reports that when Haxe thinks it's nodeJS it...

You know we may as well just explicitly `#if electron`

@kevinresol not sure it's still a need for you but `-D nodejs` should provide you with the synchronous node behaviour you are looking for.