-
Notifications
You must be signed in to change notification settings - Fork 73
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
Deno package support #263
Comments
The Node/Deno package side of things is very far outside my expertise. As a general idea, I would prefer to positively diagnose the issue before trying to fix it. If I understand correctly, there is something wrong with the TypeScript declarations not coming through for you in Deno, even though they should be included in the npm package. Can you provide some more details about the issue with types? @matheo, can you provide some assistance with this one? It would be greatly appreciated... I don't know what to ask or how to approach this issue. |
@cosinekitty it seems that I'm creating a PR ;) |
Thanks so much for rapid resolution. Yep, all good with the following import.
|
Thank you very much @matheo! This was a huge help. |
Thanks to you @cosinekitty for the great stuff! |
In my Deno project I can import like this:
import { AstroTime, Seasons } from "https://cdn.skypack.dev/astronomy-engine?dts";
But no types are getting through..
Wonder if it would be straightforword to package here: https://deno.land/add_module
The text was updated successfully, but these errors were encountered: