devexperts / devexperts/swagger-codegen-ts
Update `from: Ref` tracking mechanism
Open
enhancement
language: typescript 2.0
language: typescript 3.0
language: typescript asyncapi 2.0
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation ties inner schema structure (paths, definitions, components etc.) to output directories so that we cannot use different names and directory structure.
We should split schema and fs cursors: `from: Ref` should track position in schema structure (e.g. `#/components/schemas/Model` and `path: string` - current file/directory in fs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.