You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently many commands use their own mechanisms to load schemas.
SchemaDirectory is the most flexible of these and is only used by generate.
See #790 for more details on the refactor.
This issue is just to refactor the SchemaDirectory to be at a higher level. Smaller issues will then adapt the different commands to use it for loading schemas
Potential Solutions:
Pull out from generate to top level within shared.
Identify any generate-specific logic within the class.
The text was updated successfully, but these errors were encountered:
* Move schema directory to top level module and fix tests
* Move utils that aren't shared out of utils file
* Rethrow error rather than calling process.exit(1) in schema dir
* lint
* Improve error handling
Feature Request
Description of Problem:
Currently many commands use their own mechanisms to load schemas.
SchemaDirectory is the most flexible of these and is only used by generate.
See #790 for more details on the refactor.
This issue is just to refactor the SchemaDirectory to be at a higher level. Smaller issues will then adapt the different commands to use it for loading schemas
Potential Solutions:
Pull out from generate to top level within
shared
.Identify any generate-specific logic within the class.
The text was updated successfully, but these errors were encountered: