-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New schema locater to locate the standard schemas delivered as part of the core-backend package #7347
base: master
Are you sure you want to change the base?
Conversation
This reverts commit fee9279.
…hub.com/iTwin/itwinjs-core into rohitptnkr/backend-schemas-file-locater
* @beta This is a workaround the current lack of a full xml parser. | ||
*/ | ||
export class PublishedSchemaJsonFileLocater extends SchemaJsonFileLocater implements ISchemaLocater { | ||
public static defaultSchemaSearchPaths = new Set([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be repeated a few times, wonder if we extract this out to a var that is referenced everywhere
what happens today if you update one of these places but not the others?
having a list of these schemas grouped is helpful, but if its not needed you could use a glob to pull in all schemas
Fixes #6145