Ondřej Španěl
Ondřej Španěl
The code submitted supports Short, Int and Long in both reader and renderer. Can you please check if the overall style is acceptable for you? I am unsure about a...
Scalar types cannot be used as map keys when serializing to JSON, which I find inconvenient (I think Circe allows this). Quoting them as strings should be trivial. If you...
I have a repository located on a mapped drive W:, which points to C:\\DevW. The mapping is done using registry [DOS Devices, aka psubst](url). When I open the repository in...
When I run `scalafix Collection213Upgrade` on my project, I get following exception: ```text [IJ]scalafix Collection213Upgrade [info] compiling 282 Scala sources and 6 Java sources to xxxxxx\target\scala-2.12\classes ... [info] done compiling...
### Steps to reproduce Parse following code: ```js class ClassWithStaticMethod { static staticProperty = 'someValue'; } ``` The code fails to parse, this can be reproduced using https://esprima.org/demo/parse.html ### Actual...
I think the readme should not claim Esprima is written in ECMAScript when in fact it is in TypeScript.
I think following line is not a valid TypeScript: https://github.com/jquery/esprima/blob/a971d877fe7af52d5518d25a758835dc51cd7dbe/src/nodes.ts#L632 I think a semicolon should be used instead: ```readonly regex: { pattern: string; flags: string }; ``` See [Object Types](https://github.com/microsoft/TypeScript/blob/master/doc/spec.md#1.3)....
Is handling the number result of the `area` call as a boolean value intended in the snippet below? https://github.com/mapbox/earcut/blob/36742a5a24497f56d89f024a7b44a0a4f8e07128/src/earcut.js#L476-L481 As I understand the code now, it checks that at least...
## Compiler version 3.1.3 ## Minimized example I am afraid I do not have a minimized example yet, I will need some advice on how to extract it. I am...
I use two computers regularly (at office, ar home), working mostly on the same projects on both of them, using GitHub and IntelliJ IDEA. One of the projects is tracked...