mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 12:35:21 -04:00
[PR #35] [MERGED] Declare index typings #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/javascript-client-sdk/pull/35
Author: @NightScript370
Created: 1/19/2022
Status: ✅ Merged
Merged: 4/24/2022
Merged by: @insertish
Base:
master← Head:master📝 Commits (2)
eb9530bAdd main typings declaration8e080f5Merge branch 'master' into master📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
package.json(+1 -0)📄 Description
https://docs.skypack.dev/package-authors/package-checks#types
Getting typings called by skypack allows Deno users wishing to use revolt.js to see the typings.
This doesn't close my issue but it does work around the issue. We should still see if we could make a Deno compatible build by default rather than rely on this third party app but it works.
https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package
It's also what the TypeScript specifications recommend
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.