-
-
Notifications
You must be signed in to change notification settings - Fork 18
Published package does not include TS definitions #87
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
Comments
Doh... problems problems problems. Why are they doing this? Or at least can mention me... I recently tend to add that field but not yet having a typescript definitions. It's work in progress repo and situation. I'm slowly migrating everything here so... it's a lot of work to get everything working correctly and seamlessly. Thanks for the report. |
@neezer is it okay now? Changes there are rolled back. |
I would discourage this. There are many tools in the TS ecosystem that switch behavior on the I would track what is in essence a "todo" in a GitHub issue, or README, or anywhere else that is documentation-oriented and not used programmatically. My two cents.
I'll check and report back. |
Yup, sure. I'll take that in mind and update the packages that have |
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@tunnckoCore Do you plan on providing the type definitions in the near future? Cheers! |
yea in the near future, after 10th i'm returning from holidays |
@tunnckoCore Got it! Is there an available type def file somewhere that I can link manually into my project? As I recall, I had no problem before the repo changed place, so my guess is that the file exist, but I can't find it in the old repo. Happy holidays sir! |
Hmmm, no, I dont think... oh, wait I think there is typedef in definitely-typed repo and so a |
|
typings
is defined inpackage.json
, but the file it points to is not present in the distributed package:https://unpkg.com/browse/koa-better-body@3.1.13/package.json
In DefinitelyTyped/DefinitelyTyped#39451,
@types/koa-better-body
was deprecated (12 days ago), so this missing typings file is making this package unbuildable with TypeScript.The text was updated successfully, but these errors were encountered: