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

feat: infer result type correctly with TypeScript (no "npx tsc") #144

Merged

Conversation

tomoto
Copy link
Contributor

@tomoto tomoto commented Oct 27, 2021

Hello, thank you for looking at my previous PR #142 and my apologies that I was not aware "npx tsc" had an issue (as pointed out in #142 (comment) ). I am posting a new PR without "npx tsc".

This PR is exactly the same as my previous PR except:

  • Use just "tsc" instead of "npx tsc"
  • Add dependency to typescript (Note, this is only for formality but has no actual impact because typescript was already included from another npm module implicitly. Run npm why typescript and see what it shows if you are interested.)

I believe now npm test should pass as expected. I appreciate your effort. Thank you very much.

@avoidwork avoidwork merged commit 31c2d01 into avoidwork:master Oct 27, 2021
@avoidwork
Copy link
Owner

Thanks, this is 8.0.4.

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