WIP: Rewrite in vanilla JavaScript (with JSDoc) #12

Draft
vlw wants to merge 1 commit from refactor/js into master
vlw commented 2025-11-02 15:57:17 +01:00 (Migrated from codeberg.org)

In this PR we're rewriting the whole library in vanilla JavaScript. The reason for this is that I think pure JS has everything I need. Along with JSDoc and a (crappy implemented) bundler - everything is great. Let's keep this moving.

In this PR we're rewriting the whole library in vanilla JavaScript. The reason for this is that I think pure JS has everything I need. Along with JSDoc and a (crappy implemented) bundler - everything is great. Let's keep this moving.
vlw commented 2025-11-02 23:17:21 +01:00 (Migrated from codeberg.org)

We still need documentation and a test build for this to be ready

We still need documentation and a test build for this to be ready
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refactor/js:refactor/js
git switch refactor/js

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff refactor/js
git switch refactor/js
git rebase master
git switch master
git merge --ff-only refactor/js
git switch refactor/js
git rebase master
git switch master
git merge --no-ff refactor/js
git switch master
git merge --squash refactor/js
git switch master
git merge --ff-only refactor/js
git switch master
git merge refactor/js
git push origin master
Sign in to join this conversation.
No description provided.