-
-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve Service and AdapterService types (#1567)
- Loading branch information
Showing
2 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It appears these new options broke type checking and compilation in almost all existing TS applications (e.g. https://travis-ci.org/feathersjs/feathers-chat-ts/builds/597827996?utm_source=github_status&utm_medium=notification and https://travis-ci.org/feathersjs/generator-feathers/jobs/597825630). Will have to change that back for now and look at some better options.