BlueNebulaDev

Results 4 comments of BlueNebulaDev

I'm having a similar issue. I'd like to parse either a list of key-value pairs (separated by `:`), or a single value. For instance: - `a:x,b:y` should be parsed as...

Thanks! After following your suggestion, the errors my parser is reporting are much better. I'm not sure I understand why `a:x,b:err or` gave the expected error even without this change...

I'm short of ideas. The only working solutions I can think of is to pre-process the file. But that seems quite against the philosophy of Ponys. Are JS modules finalized?...

In my case I'd like to suppress TS2425 until this feature request is implemented: https://github.com/microsoft/TypeScript/issues/48125 My project relies a lot on methods defined in mapped types. It's been agreed by...