mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 06:05:53 -06:00
[PR #1] [MERGED] Typescript migration #6
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/Socio#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/Rolands-Laucis/Socio/pull/1
Author: @Rolands-Laucis
Created: 12/24/2022
Status: ✅ Merged
Merged: 12/24/2022
Merged by: @Rolands-Laucis
Base:
master← Head:typescript📝 Commits (10+)
a0619dcconsole log handling class and unsub functionc39ef21session last seenfc7ec91removed query checks and loading callback24870d3migrated to TypeScript and compiles9daf460fixupsd541a71refactor sub and unsub, hooks and props4c7fb3dupd4c35890working with local dev setup46a1476props workebb0f6ccomments📊 Changes
18 files changed (+1097 additions, -660 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+2 -2)➖
core/README.md(+0 -31)➖
core/core-client.js(+0 -227)➕
core/core-client.ts(+313 -0)➖
core/core-session.js(+0 -69)➕
core/core-session.ts(+95 -0)➖
core/core.js(+0 -265)➕
core/core.ts(+381 -0)📝
core/docs.md(+38 -6)➕
core/logging.ts(+44 -0)📝
core/package-lock.json(+34 -2)📝
core/package.json(+15 -4)➕
core/ratelimit.ts(+5 -0)📝
core/secure.ts(+36 -29)➕
core/tsconfig.json(+105 -0)➕
core/types.ts(+9 -0)📝
core/utils.ts(+17 -25)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.