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

Feature/typescript fix #692

Merged
merged 2 commits into from
Oct 20, 2017
Merged

Conversation

TimMensch
Copy link
Contributor

Summary

TypeScript 2.5.2 in strict mode throws many errors on the built-in index.d.ts declarations. It doesn't seem possible to prevent TypeScript from throwing these errors (the exclude option doesn't work). I feel it's bad form to "ignore" errors, so I'd rather seem them patched in the upstream source.

This is one of three patches that fixes these errors. I will be submitting a pull request for feathers-authentication and feathers-hooks shortly.

Other Information

I also have some limited declarations for:

  • feathers-authentication-jwt
  • feathers-authentication-local
  • feathers-authentication-oauth2
  • feathers-errors
  • feathers-hooks-common
  • feathers-mongoose

I can provide pull requests for each of those if desired, though I don't promise that most of them are complete, just that they enable basic functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants