Shahar Soel

Results 187 comments of Shahar Soel

- https://github.com/jhipster/prettier-java/blob/main/packages/java-parser/src/parser.js#L92-L112 Possible things that can go wrong: - Maybe `this.outputCst = false;` does not disable as many things as it did in 6.x (what caused the execption) so more...

Is the performance drop happening with the update to 7.x or to 9.x?

I will try to investigate it, but not sure when.

I've finally have some time to start looking into it. I've had trouble with the local dev env because of windows + node-gyp + python. What I'm doing now is:...

I think I was mistaken, the regression I noticed was likely between 6.5.0 and 7.12 (latest 7.x) As I can not reproduce a performance regression between 6.5.0 -> 7.0.0 But...

Okay this is the culprit: it was a refactor which made the exceptions use ES6 syntax and inheritance. - https://github.com/Chevrotain/chevrotain/commit/9045686f17ae2238fc709496224f6e52b41e158d What is happening is that due to the "naive" backtracking...

# Possible Solutions ## In Chevrotain revert the exceptions implementation to the old style Problems: - Won't be available quickly, as Chevrotain's master branch currently contains breaking changes as work...

Could someone help me understand the constraints and requirements? What I understood so far: * The plugin targets mainly python developers. * Python developers do not want to to deal...

Pinging in case any of the project authors have answers to my questions above?

> It'd be great, but wouldn't solve the "problem" of still needing node.js to format Python code. If this project would be a "pure" node.js project without any python parts....