Maarten Cardinaels
Maarten Cardinaels
Since the latest version (6.9.1), enum values are [not sanitized anymore](https://github.com/anymaniax/orval/commit/47182342ea50f28233371819614388c3beb797a1?diff=split#diff-308070d35b5355e7127225498bc272877a211f174b4f5d946325a7c2f1f73f7a). This means that ``` .... enum: [ 'key1/key2/key3', 'key4/key5/key6, ] ... ``` now is converted into: ``` export const...
First of all, thanks for this library and all the work & time you are putting into it. ## What are the steps to reproduce this issue? 1. Have an...
**Bug description:** With recent versions of Nx it is possible to [define a project target configurator to allow for project inference](https://nx.dev/extending-nx/project-inference-plugins). This works perfectly when using the command line. The...