Skip to content
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

Add provider interfaces #477

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Add provider interfaces #477

merged 2 commits into from
Nov 8, 2021

Conversation

oscarlorentzon
Copy link
Member

Motivation

Do not require providers to extend base classes. This resolves webpack/babel build issues for applications transpiled to ES6 not calling new on provider base classes.

Contribution

  • Add data provider interface
  • Add geometry provider interface

Test Plan

yarn start

Do not require data provider base to be extended to
avoid Babel build issues when extending ES classes.
Do not require geometry provider base to be extended
to avoid Babel build issues when extending ES6 classes.
@oscarlorentzon oscarlorentzon added this to the v4.1.0 milestone Nov 8, 2021
@oscarlorentzon oscarlorentzon merged commit 660d31c into main Nov 8, 2021
@oscarlorentzon oscarlorentzon deleted the feature-provider-interfaces branch November 8, 2021 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants