[PR #1] [MERGED] Typescript migration #6

Closed
opened 2026-05-05 03:20:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: typescript


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rolands-Laucis/Socio/pull/1 **Author:** [@Rolands-Laucis](https://github.com/Rolands-Laucis) **Created:** 12/24/2022 **Status:** ✅ Merged **Merged:** 12/24/2022 **Merged by:** [@Rolands-Laucis](https://github.com/Rolands-Laucis) **Base:** `master` ← **Head:** `typescript` --- ### 📝 Commits (10+) - [`a0619dc`](https://github.com/Rolands-Laucis/Socio/commit/a0619dc0c4f2cfbdf817f67a9f9760536f2b6f78) console log handling class and unsub function - [`c39ef21`](https://github.com/Rolands-Laucis/Socio/commit/c39ef21b40ee3a3ddedf951a6f400cc417991bf7) session last seen - [`fc7ec91`](https://github.com/Rolands-Laucis/Socio/commit/fc7ec91f0fda14258cc14830362a6bf1cd2d02ed) removed query checks and loading callback - [`24870d3`](https://github.com/Rolands-Laucis/Socio/commit/24870d362e59b0d47fdfef339cf03ba234988009) migrated to TypeScript and compiles - [`9daf460`](https://github.com/Rolands-Laucis/Socio/commit/9daf4608101b3ec33529317df3749e6f1fd5cb8b) fixups - [`d541a71`](https://github.com/Rolands-Laucis/Socio/commit/d541a719096f3124c94a30d38ae5569cef755e19) refactor sub and unsub, hooks and props - [`4c7fb3d`](https://github.com/Rolands-Laucis/Socio/commit/4c7fb3ddb5fc68e637160ff16a26c6340f17162d) upd - [`4c35890`](https://github.com/Rolands-Laucis/Socio/commit/4c3589004e71d089b84652dc769f0ae91134ebee) working with local dev setup - [`46a1476`](https://github.com/Rolands-Laucis/Socio/commit/46a1476dee93458a4419c15a0a2d69561ebad15b) props work - [`ebb0f6c`](https://github.com/Rolands-Laucis/Socio/commit/ebb0f6cca3a22d498f4e06f0e863f0b4aba6b883) comments ### 📊 Changes **18 files changed** (+1097 additions, -660 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:20:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/Socio#6
No description provided.