-
Notifications
You must be signed in to change notification settings - Fork 3
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
ESService Decorator #142
ESService Decorator #142
Conversation
🦋 Changeset detectedLatest commit: 943c8ca The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
One point of note: this is in contrib/ now, but I imagine as pre-5.0 decorators are phased out, We're shipping this in contrib/ now to avoid bundling two service implementations. |
7a5666a
to
81cda7f
Compare
This marks a pretty good milestone for development. We've got the Service test suite passing with ESService, and we've also ensured a few other things in the ESService-specific testing suite.
Preemptive Prettier scan to avoid CI.
Curse you, VSCode auto refactoring.
268d76a
to
464c8e4
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This patch introduces ES Decorators as a contributory package.
These decorators mirror their non-ES counterparts in the main
package.
As the package only contains one decorator, we only have to
focus on the Service decorator.