orcharddweller

Results 5 issues of orcharddweller

Hi, I love the library, but using it with pyright/pylance on strict is really hard due to missing types for a lot of arguments. e.g. Indexed is unknown on `typ`,...

I'm not sure if this is working as intended, but I would prefer if P.infer didn't change literals to their respective broader types, e.g. ``` const ExamplePattern = P.union("a", "b",...

enhancement
workaround provided

I've added fixes as per https://github.com/lark-parser/lark/issues/1180#issuecomment-1214921614. I don't think that the backward compatibility is possible in this case, as the original argument is positional, e.g. ``` python Token(type_="TEST", value="test") #...

**Describe the bug** `Token` is not working correctly with structural pattern matching. While you can create tokens as: ``` python t = Token(type_="TEST", value="test") ``` you have to pattern match...

### Is your feature request related to a problem? Please describe. I'm not sure if I'm missing some kind of config, but currently, when I generate an axios typescript sdk,...

Enhancement: Feature