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
I would like the connectors to leverage ES6 class inheritance.
Acceptance criteria
Rework Connector and SqlConnector classes provided by loopback-connector to be implemented as ES6 classes. This is a semver-major change.
Rework the documentation for connector authors to use class inheritance.
Out of scope
Eventually we should update all of our connectors to use the new major version of loopback-connector and switch to ES6 class inheritance.There should be follow-up issues opened (one per the connector repository).
In that light I think rewriting Connector and SqlConnector to ES6 class style is not worth our effort at this time, also considering the breaking change. We have more important problems to address!
I am proposing to change the scope of this issue to doc updates only:
Rework the documentation for connector authors to use class inheritance.
On the other hand, we will be introducing a new semver-major version of loopback-connector as part of #1659, in which case it may be better to bundle both changes in the same release. 🤔
I would like the connectors to leverage ES6 class inheritance.
Acceptance criteria
Out of scope
Eventually we should update all of our connectors to use the new major version of loopback-connector and switch to ES6 class inheritance.There should be follow-up issues opened (one per the connector repository).
Related: #1659
The text was updated successfully, but these errors were encountered: