Dmitry Zakharov

Results 64 issues of Dmitry Zakharov

Version: rescript 11.1.0-rc.3 The non-existed function is not highlighted and there's no location in the compilation error as well.

Since it accepts the `exn` type, I expect it to simply generate `throw exn` instead of recreating an exception instance, which might break on `exn` having a Js error. v11:...

bug

Clean up after dropping support of OCaml backend

ParseTree is still there to be removed

For the code: ``` type pathItem = {} /** Describes a single API operation on a path. */ and operation = {} ``` I get ``` Did you forget to...

bug
syntax