Helgard
Helgard
This PR introduces a non-breaking fix to the `GetIndexedField` type used in `GetFieldType` for lodash's `get` function. The current type definition does not work as expected when dealing with deeply...
I'm getting false flags when I'm using converters on `@property` for both `no-incompatible-property-type` and `no-incompatible-type-binding`. I can remove the `no-incompatible-property-type` error by _not_ using `ComplexAttributeConverter` but no matter what I...
### Current Behavior If you follow the current [@nx/rspack](https://nx.dev/nx-api/rspack) documentation, it's stated that users should execute `nx add @nx/rspack` to [Add Rspack to an existing workspace](https://nx.dev/nx-api/rspack#add-rspack-to-an-existing-workspace). However, if you execute...
### 🤔 What's changed? A helper function `stripBlacklistedExpressions` to help with tree-sitter's parsing in certain edge cases where parsing is currently erroneous. ### ⚡️ What's your motivation? We're currently using...